Skip to content

Commit ffde5ca

Browse files
committed
Regenerate from v2.1.0
1 parent 3559270 commit ffde5ca

File tree

114 files changed

+8060
-639
lines changed

Some content is hidden

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

114 files changed

+8060
-639
lines changed

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

Lines changed: 144 additions & 84 deletions
Large diffs are not rendered by default.

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

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,32 @@ class Asps(typing_extensions.TypedDict, total=False):
3131
items: typing.List[Asp]
3232
kind: str
3333

34+
@typing.type_check_only
35+
class AuxiliaryMessage(typing_extensions.TypedDict, total=False):
36+
auxiliaryMessage: str
37+
fieldMask: str
38+
severity: typing_extensions.Literal[
39+
"SEVERITY_UNSPECIFIED", "SEVERITY_INFO", "SEVERITY_WARNING", "SEVERITY_ERROR"
40+
]
41+
42+
@typing.type_check_only
43+
class BatchCreatePrintersRequest(typing_extensions.TypedDict, total=False):
44+
requests: typing.List[CreatePrinterRequest]
45+
46+
@typing.type_check_only
47+
class BatchCreatePrintersResponse(typing_extensions.TypedDict, total=False):
48+
failures: typing.List[FailureInfo]
49+
printers: typing.List[Printer]
50+
51+
@typing.type_check_only
52+
class BatchDeletePrintersRequest(typing_extensions.TypedDict, total=False):
53+
printerIds: typing.List[str]
54+
55+
@typing.type_check_only
56+
class BatchDeletePrintersResponse(typing_extensions.TypedDict, total=False):
57+
failedPrinters: typing.List[FailureInfo]
58+
printerIds: typing.List[str]
59+
3460
@typing.type_check_only
3561
class Building(typing_extensions.TypedDict, total=False):
3662
address: BuildingAddress
@@ -133,6 +159,7 @@ class ChromeOsDevice(typing_extensions.TypedDict, total=False):
133159
osVersion: str
134160
platformVersion: str
135161
recentUsers: typing.List[RecentUsers]
162+
screenshotFiles: typing.List[typing.Dict[str, typing.Any]]
136163
serialNumber: str
137164
status: str
138165
supportEndDate: str
@@ -157,6 +184,11 @@ class ChromeOsDevices(typing_extensions.TypedDict, total=False):
157184
class ChromeOsMoveDevicesToOu(typing_extensions.TypedDict, total=False):
158185
deviceIds: typing.List[str]
159186

187+
@typing.type_check_only
188+
class CreatePrinterRequest(typing_extensions.TypedDict, total=False):
189+
parent: str
190+
printer: Printer
191+
160192
@typing.type_check_only
161193
class Customer(typing_extensions.TypedDict, total=False):
162194
alternateEmail: str
@@ -265,6 +297,34 @@ class Domains2(typing_extensions.TypedDict, total=False):
265297
etag: str
266298
kind: str
267299

300+
@typing.type_check_only
301+
class Empty(typing_extensions.TypedDict, total=False): ...
302+
303+
@typing.type_check_only
304+
class FailureInfo(typing_extensions.TypedDict, total=False):
305+
errorCode: typing_extensions.Literal[
306+
"OK",
307+
"CANCELLED",
308+
"UNKNOWN",
309+
"INVALID_ARGUMENT",
310+
"DEADLINE_EXCEEDED",
311+
"NOT_FOUND",
312+
"ALREADY_EXISTS",
313+
"PERMISSION_DENIED",
314+
"UNAUTHENTICATED",
315+
"RESOURCE_EXHAUSTED",
316+
"FAILED_PRECONDITION",
317+
"ABORTED",
318+
"OUT_OF_RANGE",
319+
"UNIMPLEMENTED",
320+
"INTERNAL",
321+
"UNAVAILABLE",
322+
"DATA_LOSS",
323+
]
324+
errorMessage: str
325+
printer: Printer
326+
printerId: str
327+
268328
@typing.type_check_only
269329
class Feature(typing_extensions.TypedDict, total=False):
270330
etags: str
@@ -306,6 +366,16 @@ class Groups(typing_extensions.TypedDict, total=False):
306366
kind: str
307367
nextPageToken: str
308368

369+
@typing.type_check_only
370+
class ListPrinterModelsResponse(typing_extensions.TypedDict, total=False):
371+
nextPageToken: str
372+
printerModels: typing.List[PrinterModel]
373+
374+
@typing.type_check_only
375+
class ListPrintersResponse(typing_extensions.TypedDict, total=False):
376+
nextPageToken: str
377+
printers: typing.List[Printer]
378+
309379
@typing.type_check_only
310380
class Member(typing_extensions.TypedDict, total=False):
311381
delivery_settings: str
@@ -400,6 +470,25 @@ class OrgUnits(typing_extensions.TypedDict, total=False):
400470
kind: str
401471
organizationUnits: typing.List[OrgUnit]
402472

473+
@typing.type_check_only
474+
class Printer(typing_extensions.TypedDict, total=False):
475+
auxiliaryMessages: typing.List[AuxiliaryMessage]
476+
createTime: str
477+
description: str
478+
displayName: str
479+
id: str
480+
makeAndModel: str
481+
name: str
482+
orgUnitId: str
483+
uri: str
484+
useDriverlessConfig: bool
485+
486+
@typing.type_check_only
487+
class PrinterModel(typing_extensions.TypedDict, total=False):
488+
displayName: str
489+
makeAndModel: str
490+
manufacturer: str
491+
403492
@typing.type_check_only
404493
class Privilege(typing.Dict[str, typing.Any]): ...
405494

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class ReportsResource(googleapiclient.discovery.Resource):
1616
*,
1717
userKey: str,
1818
applicationName: typing_extensions.Literal[
19-
"application_name_undefined",
2019
"access_transparency",
2120
"admin",
2221
"calendar",
@@ -55,7 +54,6 @@ class ReportsResource(googleapiclient.discovery.Resource):
5554
*,
5655
userKey: str,
5756
applicationName: typing_extensions.Literal[
58-
"application_name_unspecified",
5957
"access_transparency",
6058
"admin",
6159
"calendar",
@@ -111,12 +109,8 @@ class ReportsResource(googleapiclient.discovery.Resource):
111109
def get(
112110
self,
113111
*,
114-
entityType: typing_extensions.Literal[
115-
"entity_type_undefined", "gplus_communities"
116-
],
117-
entityKey: typing_extensions.Literal[
118-
"entityKeyUndefined", "all", "entityKey"
119-
],
112+
entityType: typing_extensions.Literal["gplus_communities"],
113+
entityKey: typing_extensions.Literal["all", "entityKey"],
120114
date: str,
121115
customerId: str = ...,
122116
filters: str = ...,

googleapiclient-stubs/_apis/alertcenter/v1beta1/schemas.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ class AccountWarning(typing_extensions.TypedDict, total=False):
66
email: str
77
loginDetails: LoginDetails
88

9+
@typing.type_check_only
10+
class ActionInfo(typing_extensions.TypedDict, total=False): ...
11+
912
@typing.type_check_only
1013
class ActivityRule(typing_extensions.TypedDict, total=False):
1114
actionNames: typing.List[str]
@@ -235,6 +238,7 @@ class RuleViolationInfo(typing_extensions.TypedDict, total=False):
235238
ruleInfo: RuleInfo
236239
suppressedActionTypes: typing.List[str]
237240
trigger: typing_extensions.Literal["TRIGGER_UNSPECIFIED", "DRIVE_SHARE"]
241+
triggeredActionInfo: typing.List[ActionInfo]
238242
triggeredActionTypes: typing.List[str]
239243
triggeringUserEmail: str
240244

googleapiclient-stubs/_apis/analyticsadmin/v1alpha/resources.pyi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ class GoogleAnalyticsAdminResource(googleapiclient.discovery.Resource):
113113
body: GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest = ...,
114114
**kwargs: typing.Any
115115
) -> GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponseHttpRequest: ...
116+
def searchChangeHistoryEvents(
117+
self,
118+
*,
119+
account: str,
120+
body: GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest = ...,
121+
**kwargs: typing.Any
122+
) -> GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponseHttpRequest: ...
116123
def userLinks(self) -> UserLinksResource: ...
117124
@typing.type_check_only
118125
class PropertiesResource(googleapiclient.discovery.Resource):
@@ -656,6 +663,18 @@ class GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponseHttpRequest(
656663
num_retries: int = ...,
657664
) -> GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse: ...
658665

666+
@typing.type_check_only
667+
class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponseHttpRequest(
668+
googleapiclient.http.HttpRequest
669+
):
670+
def execute(
671+
self,
672+
http: typing.Optional[
673+
typing.Union[httplib2.Http, googleapiclient.http.HttpMock]
674+
] = ...,
675+
num_retries: int = ...,
676+
) -> GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse: ...
677+
659678
@typing.type_check_only
660679
class GoogleAnalyticsAdminV1alphaUserLinkHttpRequest(googleapiclient.http.HttpRequest):
661680
def execute(

googleapiclient-stubs/_apis/analyticsadmin/v1alpha/schemas.pyi

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,42 @@ class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse(
9090
):
9191
userLinks: typing.List[GoogleAnalyticsAdminV1alphaUserLink]
9292

93+
@typing.type_check_only
94+
class GoogleAnalyticsAdminV1alphaChangeHistoryChange(
95+
typing_extensions.TypedDict, total=False
96+
):
97+
action: typing_extensions.Literal[
98+
"ACTION_TYPE_UNSPECIFIED", "CREATED", "UPDATED", "DELETED"
99+
]
100+
resource: str
101+
resourceAfterChange: GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
102+
resourceBeforeChange: GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
103+
104+
@typing.type_check_only
105+
class GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource(
106+
typing_extensions.TypedDict, total=False
107+
):
108+
account: GoogleAnalyticsAdminV1alphaAccount
109+
androidAppDataStream: GoogleAnalyticsAdminV1alphaAndroidAppDataStream
110+
firebaseLink: GoogleAnalyticsAdminV1alphaFirebaseLink
111+
googleAdsLink: GoogleAnalyticsAdminV1alphaGoogleAdsLink
112+
iosAppDataStream: GoogleAnalyticsAdminV1alphaIosAppDataStream
113+
property: GoogleAnalyticsAdminV1alphaProperty
114+
webDataStream: GoogleAnalyticsAdminV1alphaWebDataStream
115+
116+
@typing.type_check_only
117+
class GoogleAnalyticsAdminV1alphaChangeHistoryEvent(
118+
typing_extensions.TypedDict, total=False
119+
):
120+
actorType: typing_extensions.Literal[
121+
"ACTOR_TYPE_UNSPECIFIED", "USER", "SYSTEM", "SUPPORT"
122+
]
123+
changeTime: str
124+
changes: typing.List[GoogleAnalyticsAdminV1alphaChangeHistoryChange]
125+
changesFiltered: bool
126+
id: str
127+
userActorEmail: str
128+
93129
@typing.type_check_only
94130
class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest(
95131
typing_extensions.TypedDict, total=False
@@ -298,6 +334,26 @@ class GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse(
298334
):
299335
accountTicketId: str
300336

337+
@typing.type_check_only
338+
class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest(
339+
typing_extensions.TypedDict, total=False
340+
):
341+
action: typing.List[str]
342+
actorEmail: typing.List[str]
343+
earliestChangeTime: str
344+
latestChangeTime: str
345+
pageSize: int
346+
pageToken: str
347+
property: str
348+
resourceType: typing.List[str]
349+
350+
@typing.type_check_only
351+
class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse(
352+
typing_extensions.TypedDict, total=False
353+
):
354+
changeHistoryEvents: typing.List[GoogleAnalyticsAdminV1alphaChangeHistoryEvent]
355+
nextPageToken: str
356+
301357
@typing.type_check_only
302358
class GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest(
303359
typing_extensions.TypedDict, total=False

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ class ContactInfo(typing_extensions.TypedDict, total=False):
179179
euRepresentativeName: str
180180
euRepresentativePhone: str
181181

182+
@typing.type_check_only
183+
class ContentProviderEndpoint(typing_extensions.TypedDict, total=False):
184+
packageName: str
185+
signingCertsSha256: typing.List[str]
186+
uri: str
187+
182188
@typing.type_check_only
183189
class Date(typing_extensions.TypedDict, total=False):
184190
day: int
@@ -488,6 +494,11 @@ class NonComplianceDetailCondition(typing_extensions.TypedDict, total=False):
488494
packageName: str
489495
settingName: str
490496

497+
@typing.type_check_only
498+
class OncCertificateProvider(typing_extensions.TypedDict, total=False):
499+
certificateReferences: typing.List[str]
500+
contentProviderEndpoint: ContentProviderEndpoint
501+
491502
@typing.type_check_only
492503
class Operation(typing_extensions.TypedDict, total=False):
493504
done: bool
@@ -634,6 +645,7 @@ class Policy(typing_extensions.TypedDict, total=False):
634645
name: str
635646
networkEscapeHatchEnabled: bool
636647
networkResetDisabled: bool
648+
oncCertificateProviders: typing.List[OncCertificateProvider]
637649
openNetworkConfiguration: typing.Dict[str, typing.Any]
638650
outgoingBeamDisabled: bool
639651
outgoingCallsDisabled: bool

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,12 @@ class ApigeeResource(googleapiclient.discovery.Resource):
458458
@typing.type_check_only
459459
class AdminResource(googleapiclient.discovery.Resource):
460460
def getSchemav2(
461-
self, *, name: str, type: str = ..., **kwargs: typing.Any
461+
self,
462+
*,
463+
name: str,
464+
disableCache: bool = ...,
465+
type: str = ...,
466+
**kwargs: typing.Any
462467
) -> GoogleCloudApigeeV1SchemaHttpRequest: ...
463468
@typing.type_check_only
464469
class ExportsResource(googleapiclient.discovery.Resource):

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class GoogleCloudApigeeV1ApiProduct(typing_extensions.TypedDict, total=False):
7070
description: str
7171
displayName: str
7272
environments: typing.List[str]
73+
graphqlOperationGroup: GoogleCloudApigeeV1GraphQLOperationGroup
7374
lastModifiedAt: str
7475
name: str
7576
operationGroup: GoogleCloudApigeeV1OperationGroup
@@ -557,6 +558,27 @@ class GoogleCloudApigeeV1GetSyncAuthorizationRequest(
557558
typing_extensions.TypedDict, total=False
558559
): ...
559560

561+
@typing.type_check_only
562+
class GoogleCloudApigeeV1GraphQLOperation(typing_extensions.TypedDict, total=False):
563+
operation: str
564+
operationTypes: typing.List[str]
565+
566+
@typing.type_check_only
567+
class GoogleCloudApigeeV1GraphQLOperationConfig(
568+
typing_extensions.TypedDict, total=False
569+
):
570+
apiSource: str
571+
attributes: typing.List[GoogleCloudApigeeV1Attribute]
572+
operations: typing.List[GoogleCloudApigeeV1GraphQLOperation]
573+
quota: GoogleCloudApigeeV1Quota
574+
575+
@typing.type_check_only
576+
class GoogleCloudApigeeV1GraphQLOperationGroup(
577+
typing_extensions.TypedDict, total=False
578+
):
579+
operationConfigType: str
580+
operationConfigs: typing.List[GoogleCloudApigeeV1GraphQLOperationConfig]
581+
560582
@typing.type_check_only
561583
class GoogleCloudApigeeV1IngressConfig(typing_extensions.TypedDict, total=False):
562584
environmentGroups: typing.List[GoogleCloudApigeeV1EnvironmentGroupConfig]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ class Version(typing_extensions.TypedDict, total=False):
545545
runtimeApiVersion: str
546546
runtimeChannel: str
547547
runtimeMainExecutablePath: str
548+
serviceAccount: str
548549
servingStatus: typing_extensions.Literal[
549550
"SERVING_STATUS_UNSPECIFIED", "SERVING", "STOPPED"
550551
]

0 commit comments

Comments
 (0)