Skip to content

Commit e60b147

Browse files
committed
Update stubs
1 parent dedb3c6 commit e60b147

269 files changed

Lines changed: 18448 additions & 1018 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

googleapiclient-stubs/_apis/accessapproval/v1/schemas.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ class SignatureInfo(typing_extensions.TypedDict, total=False):
172172
"PQ_SIGN_ML_DSA_44_EXTERNAL_MU",
173173
"PQ_SIGN_ML_DSA_65_EXTERNAL_MU",
174174
"PQ_SIGN_ML_DSA_87_EXTERNAL_MU",
175+
"KEM_ECDH_P256",
176+
"KEM_ECDH_P384",
177+
"AES_256_KWP",
175178
]
176179
googlePublicKeyPem: str
177180
serializedApprovalRequest: str

googleapiclient-stubs/_apis/accesscontextmanager/v1/resources.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ class AccessContextManagerResource(googleapiclient.discovery.Resource):
247247
self,
248248
*,
249249
parent: str,
250+
filter: str | None = ...,
250251
pageSize: int | None = ...,
251252
pageToken: str | None = ...,
252253
**kwargs: typing.Any,

googleapiclient-stubs/_apis/accesscontextmanager/v1/schemas.pyi

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ class AccessSettings(typing_extensions.TypedDict, total=False):
3434
accessLevels: _list[str]
3535
sessionSettings: SessionSettings
3636

37+
@typing.type_check_only
38+
class AddRequestHeader(typing_extensions.TypedDict, total=False):
39+
key: str
40+
value: str
41+
3742
@typing.type_check_only
3843
class ApiOperation(typing_extensions.TypedDict, total=False):
3944
methodSelectors: _list[MethodSelector]
@@ -89,6 +94,7 @@ class CancelOperationRequest(typing_extensions.TypedDict, total=False): ...
8994
@typing.type_check_only
9095
class ClientScope(typing_extensions.TypedDict, total=False):
9196
restrictedClientApplication: Application
97+
restrictedProject: Project
9298

9399
@typing.type_check_only
94100
class CommitServicePerimetersRequest(typing_extensions.TypedDict, total=False):
@@ -155,6 +161,7 @@ class EgressPolicy(typing_extensions.TypedDict, total=False):
155161
@typing.type_check_only
156162
class EgressSource(typing_extensions.TypedDict, total=False):
157163
accessLevel: str
164+
pscEndpoint: PrivateServiceConnectEndpoint
158165
resource: str
159166

160167
@typing.type_check_only
@@ -180,6 +187,7 @@ class GcpUserAccessBinding(typing_extensions.TypedDict, total=False):
180187
dryRunAccessLevels: _list[str]
181188
groupKey: str
182189
name: str
190+
principal: Principal
183191
restrictedClientApplications: _list[Application]
184192
scopedAccessSettings: _list[ScopedAccessSettings]
185193
sessionSettings: SessionSettings
@@ -217,6 +225,7 @@ class IngressPolicy(typing_extensions.TypedDict, total=False):
217225
@typing.type_check_only
218226
class IngressSource(typing_extensions.TypedDict, total=False):
219227
accessLevel: str
228+
pscEndpoint: PrivateServiceConnectEndpoint
220229
resource: str
221230

222231
@typing.type_check_only
@@ -271,6 +280,10 @@ class MethodSelector(typing_extensions.TypedDict, total=False):
271280
method: str
272281
permission: str
273282

283+
@typing.type_check_only
284+
class Modifier(typing_extensions.TypedDict, total=False):
285+
addRequestHeader: AddRequestHeader
286+
274287
@typing.type_check_only
275288
class Operation(typing_extensions.TypedDict, total=False):
276289
done: bool
@@ -300,6 +313,20 @@ class Policy(typing_extensions.TypedDict, total=False):
300313
etag: str
301314
version: int
302315

316+
@typing.type_check_only
317+
class Principal(typing_extensions.TypedDict, total=False):
318+
federatedPrincipal: str
319+
serviceAccount: str
320+
serviceAccountProjectNumber: str
321+
322+
@typing.type_check_only
323+
class PrivateServiceConnectEndpoint(typing_extensions.TypedDict, total=False):
324+
forwardingRule: str
325+
326+
@typing.type_check_only
327+
class Project(typing_extensions.TypedDict, total=False):
328+
name: str
329+
303330
@typing.type_check_only
304331
class ReplaceAccessLevelsRequest(typing_extensions.TypedDict, total=False):
305332
accessLevels: _list[AccessLevel]
@@ -324,6 +351,12 @@ class ScopedAccessSettings(typing_extensions.TypedDict, total=False):
324351
dryRunSettings: AccessSettings
325352
scope: AccessScope
326353

354+
@typing.type_check_only
355+
class ServicePattern(typing_extensions.TypedDict, total=False):
356+
modifiers: _list[Modifier]
357+
pattern: str
358+
service: str
359+
327360
@typing.type_check_only
328361
class ServicePerimeter(typing_extensions.TypedDict, total=False):
329362
description: str
@@ -398,8 +431,15 @@ class TestIamPermissionsResponse(typing_extensions.TypedDict, total=False):
398431

399432
@typing.type_check_only
400433
class VpcAccessibleServices(typing_extensions.TypedDict, total=False):
434+
allowedServicePatterns: _list[ServicePattern]
401435
allowedServices: _list[str]
402436
enableRestriction: bool
437+
servicePatternsEnforcementScopes: _list[
438+
typing_extensions.Literal[
439+
"SERVICE_PATTERNS_ENFORCEMENT_SCOPE_UNSPECIFIED",
440+
"GOOGLE_APIS_VIA_PRIVATE_PATH",
441+
]
442+
]
403443

404444
@typing.type_check_only
405445
class VpcNetworkSource(typing_extensions.TypedDict, total=False):

googleapiclient-stubs/_apis/admin/directory_v1/schemas.pyi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ class Domains2(typing_extensions.TypedDict, total=False):
440440
@typing.type_check_only
441441
class Empty(typing_extensions.TypedDict, total=False): ...
442442

443+
@typing.type_check_only
444+
class ExternalId(typing_extensions.TypedDict, total=False):
445+
id: str
446+
namespace: str
447+
443448
@typing.type_check_only
444449
class FailureInfo(typing_extensions.TypedDict, total=False):
445450
errorCode: typing_extensions.Literal[
@@ -498,6 +503,7 @@ class Group(typing_extensions.TypedDict, total=False):
498503
directMembersCount: str
499504
email: str
500505
etag: str
506+
externalIds: _list[ExternalId]
501507
id: str
502508
kind: str
503509
name: str

googleapiclient-stubs/_apis/admin/reports_v1/resources.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,13 @@ class ReportsResource(googleapiclient.discovery.Resource):
6060
"graduation",
6161
"voice",
6262
"chrome_sync",
63+
"workspace_studio",
6364
],
6465
actorIpAddress: str | None = ...,
66+
agentInfoFilter: str | None = ...,
6567
applicationInfoFilter: str | None = ...,
6668
customerId: str | None = ...,
69+
deviceFilter: str | None = ...,
6770
endTime: str | None = ...,
6871
eventName: str | None = ...,
6972
filters: str | None = ...,

googleapiclient-stubs/_apis/admin/reports_v1/schemas.pyi

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ class Activity(typing_extensions.TypedDict, total=False):
1818
events: _list[dict[str, typing.Any]]
1919
id: dict[str, typing.Any]
2020
ipAddress: str
21+
isAgenticAction: bool
2122
kind: str
2223
networkInfo: ActivityNetworkInfo
2324
ownerDomain: str
2425
resourceDetails: _list[ResourceDetails]
26+
userDeviceInfo: ActivityUserDeviceInfo
2527

2628
@typing.type_check_only
2729
class ActivityEventsStatus(typing_extensions.TypedDict, total=False):
@@ -36,6 +38,23 @@ class ActivityNetworkInfo(typing_extensions.TypedDict, total=False):
3638
regionCode: str
3739
subdivisionCode: str
3840

41+
@typing.type_check_only
42+
class ActivityUserDeviceInfo(typing_extensions.TypedDict, total=False):
43+
deviceId: str
44+
deviceOsVersion: str
45+
deviceType: str
46+
47+
@typing.type_check_only
48+
class AgentAttributionInfo(typing_extensions.TypedDict, total=False):
49+
agentId: str
50+
agentName: str
51+
agentOwner: AgentAttributionInfoAgentOwner
52+
agentType: str
53+
54+
@typing.type_check_only
55+
class AgentAttributionInfoAgentOwner(typing_extensions.TypedDict, total=False):
56+
email: str
57+
3958
@typing.type_check_only
4059
class AppliedLabel(typing_extensions.TypedDict, total=False):
4160
fieldValues: _list[FieldValue]
@@ -129,6 +148,7 @@ class OwnerDetails(typing_extensions.TypedDict, total=False):
129148
class OwnerIdentity(typing_extensions.TypedDict, total=False):
130149
customerIdentity: CustomerIdentity
131150
groupIdentity: GroupIdentity
151+
sharedDriveIdentity: SharedDriveIdentity
132152
userIdentity: UserIdentity
133153

134154
@typing.type_check_only
@@ -144,6 +164,11 @@ class ResourceDetails(typing_extensions.TypedDict, total=False):
144164
title: str
145165
type: str
146166

167+
@typing.type_check_only
168+
class SharedDriveIdentity(typing_extensions.TypedDict, total=False):
169+
id: str
170+
sharedDriveName: str
171+
147172
@typing.type_check_only
148173
class UsageReport(typing_extensions.TypedDict, total=False):
149174
date: str

googleapiclient-stubs/_apis/agentidentity/__init__.pyi

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .resources import *
2+
from .schemas import *

0 commit comments

Comments
 (0)