Skip to content

Commit 02cdda1

Browse files
authored
Update stubs (#75)
1 parent 6df400a commit 02cdda1

411 files changed

Lines changed: 46407 additions & 10572 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class AccessApprovalServiceAccount(typing_extensions.TypedDict, total=False):
1313
class AccessApprovalSettings(typing_extensions.TypedDict, total=False):
1414
activeKeyVersion: str
1515
ancestorHasActiveKeyVersion: bool
16+
ancestorsEnrolledServices: _list[EnrolledService]
1617
approvalPolicy: CustomerApprovalApprovalPolicy
1718
effectiveApprovalPolicy: CustomerApprovalApprovalPolicy
1819
enrolledAncestor: bool
@@ -168,6 +169,9 @@ class SignatureInfo(typing_extensions.TypedDict, total=False):
168169
"PQ_SIGN_ML_DSA_87",
169170
"PQ_SIGN_SLH_DSA_SHA2_128S",
170171
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256",
172+
"PQ_SIGN_ML_DSA_44_EXTERNAL_MU",
173+
"PQ_SIGN_ML_DSA_65_EXTERNAL_MU",
174+
"PQ_SIGN_ML_DSA_87_EXTERNAL_MU",
171175
]
172176
googlePublicKeyPem: str
173177
serializedApprovalRequest: str

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,9 @@ class DirectoryResource(googleapiclient.discovery.Resource):
774774
self, *, userKey: str, body: UserPhoto = ..., **kwargs: typing.Any
775775
) -> UserPhotoHttpRequest: ...
776776

777+
def createGuest(
778+
self, *, body: DirectoryUsersCreateGuestRequest = ..., **kwargs: typing.Any
779+
) -> UserHttpRequest: ...
777780
def delete(
778781
self, *, userKey: str, **kwargs: typing.Any
779782
) -> googleapiclient.http.HttpRequest: ...

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ class BatchDeletePrintersResponse(typing_extensions.TypedDict, total=False):
111111
failedPrinters: _list[FailureInfo]
112112
printerIds: _list[str]
113113

114+
@typing.type_check_only
115+
class BluetoothAdapterInfo(typing_extensions.TypedDict, total=False):
116+
address: str
117+
numConnectedDevices: int
118+
114119
@typing.type_check_only
115120
class Building(typing_extensions.TypedDict, total=False):
116121
address: BuildingAddress
@@ -205,6 +210,7 @@ class ChromeOsDevice(typing_extensions.TypedDict, total=False):
205210
autoUpdateExpiration: str
206211
autoUpdateThrough: str
207212
backlightInfo: _list[BacklightInfo]
213+
bluetoothAdapterInfo: _list[BluetoothAdapterInfo]
208214
bootMode: str
209215
chromeOsType: typing_extensions.Literal[
210216
"chromeOsTypeUnspecified", "chromeOsFlex", "chromeOs"
@@ -391,6 +397,11 @@ class DirectoryChromeosdevicesIssueCommandResponse(
391397
):
392398
commandId: str
393399

400+
@typing.type_check_only
401+
class DirectoryUsersCreateGuestRequest(typing_extensions.TypedDict, total=False):
402+
customer: str
403+
primaryGuestEmail: str
404+
394405
@typing.type_check_only
395406
class DomainAlias(typing_extensions.TypedDict, total=False):
396407
creationTime: str
@@ -503,6 +514,10 @@ class Groups(typing_extensions.TypedDict, total=False):
503514
kind: str
504515
nextPageToken: str
505516

517+
@typing.type_check_only
518+
class GuestAccountInfo(typing_extensions.TypedDict, total=False):
519+
primaryGuestEmail: str
520+
506521
@typing.type_check_only
507522
class ListPrintServersResponse(typing_extensions.TypedDict, total=False):
508523
nextPageToken: str
@@ -799,6 +814,7 @@ class User(typing_extensions.TypedDict, total=False):
799814
etag: str
800815
externalIds: typing.Any
801816
gender: typing.Any
817+
guestAccountInfo: GuestAccountInfo
802818
hashFunction: str
803819
id: str
804820
ims: typing.Any
@@ -808,6 +824,7 @@ class User(typing_extensions.TypedDict, total=False):
808824
isDelegatedAdmin: bool
809825
isEnforcedIn2Sv: bool
810826
isEnrolledIn2Sv: bool
827+
isGuestUser: bool
811828
isMailboxSetup: bool
812829
keywords: typing.Any
813830
kind: str

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ class ReportsResource(googleapiclient.discovery.Resource):
4545
"vault",
4646
"gemini_in_workspace_apps",
4747
"classroom",
48+
"assignments",
49+
"cloud_search",
50+
"tasks",
51+
"data_migration",
52+
"meet_hardware",
53+
"directory_sync",
54+
"ldap",
55+
"profile",
56+
"access_evaluation",
57+
"admin_data_action",
58+
"contacts",
59+
"takeout",
60+
"graduation",
4861
],
4962
actorIpAddress: str = ...,
5063
customerId: str = ...,
@@ -55,6 +68,7 @@ class ReportsResource(googleapiclient.discovery.Resource):
5568
maxResults: int = ...,
5669
orgUnitID: str = ...,
5770
pageToken: str = ...,
71+
resourceDetailsFilter: str = ...,
5872
startTime: str = ...,
5973
**kwargs: typing.Any,
6074
) -> ActivitiesHttpRequest: ...

googleapiclient-stubs/_apis/adsense/v2/resources.pyi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ class AdsenseResource(googleapiclient.discovery.Resource):
329329
"CUSTOM_SEARCH_STYLE_ID",
330330
"DOMAIN_REGISTRANT",
331331
"WEBSEARCH_QUERY_STRING",
332+
"OS_TYPE_NAME",
333+
"OS_TYPE_CODE",
334+
"BROWSER_TYPE_NAME",
335+
"BROWSER_TYPE_CODE",
336+
"WEBVIEW_TYPE_NAME",
337+
"WEBVIEW_TYPE_CODE",
332338
]
333339
| _list[
334340
typing_extensions.Literal[
@@ -383,6 +389,12 @@ class AdsenseResource(googleapiclient.discovery.Resource):
383389
"CUSTOM_SEARCH_STYLE_ID",
384390
"DOMAIN_REGISTRANT",
385391
"WEBSEARCH_QUERY_STRING",
392+
"OS_TYPE_NAME",
393+
"OS_TYPE_CODE",
394+
"BROWSER_TYPE_NAME",
395+
"BROWSER_TYPE_CODE",
396+
"WEBVIEW_TYPE_NAME",
397+
"WEBVIEW_TYPE_CODE",
386398
]
387399
] = ...,
388400
endDate_day: int = ...,
@@ -549,6 +561,12 @@ class AdsenseResource(googleapiclient.discovery.Resource):
549561
"CUSTOM_SEARCH_STYLE_ID",
550562
"DOMAIN_REGISTRANT",
551563
"WEBSEARCH_QUERY_STRING",
564+
"OS_TYPE_NAME",
565+
"OS_TYPE_CODE",
566+
"BROWSER_TYPE_NAME",
567+
"BROWSER_TYPE_CODE",
568+
"WEBVIEW_TYPE_NAME",
569+
"WEBVIEW_TYPE_CODE",
552570
]
553571
| _list[
554572
typing_extensions.Literal[
@@ -603,6 +621,12 @@ class AdsenseResource(googleapiclient.discovery.Resource):
603621
"CUSTOM_SEARCH_STYLE_ID",
604622
"DOMAIN_REGISTRANT",
605623
"WEBSEARCH_QUERY_STRING",
624+
"OS_TYPE_NAME",
625+
"OS_TYPE_CODE",
626+
"BROWSER_TYPE_NAME",
627+
"BROWSER_TYPE_CODE",
628+
"WEBVIEW_TYPE_NAME",
629+
"WEBVIEW_TYPE_CODE",
606630
]
607631
] = ...,
608632
endDate_day: int = ...,

0 commit comments

Comments
 (0)