Skip to content

Add v2.176.0 support #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions googleapiclient-stubs/_apis/accessapproval/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class AccessApprovalServiceAccount(typing_extensions.TypedDict, total=False):
class AccessApprovalSettings(typing_extensions.TypedDict, total=False):
activeKeyVersion: str
ancestorHasActiveKeyVersion: bool
approvalPolicy: CustomerApprovalApprovalPolicy
effectiveApprovalPolicy: CustomerApprovalApprovalPolicy
enrolledAncestor: bool
enrolledServices: _list[EnrolledService]
invalidKeyVersion: bool
Expand Down Expand Up @@ -71,12 +73,23 @@ class ApproveDecision(typing_extensions.TypedDict, total=False):
autoApproved: bool
expireTime: str
invalidateTime: str
policyApproved: bool
signatureInfo: SignatureInfo

@typing.type_check_only
class AugmentedInfo(typing_extensions.TypedDict, total=False):
command: str

@typing.type_check_only
class CustomerApprovalApprovalPolicy(typing_extensions.TypedDict, total=False):
justificationBasedApprovalPolicy: typing_extensions.Literal[
"JUSTIFICATION_BASED_APPROVAL_POLICY_UNSPECIFIED",
"JUSTIFICATION_BASED_APPROVAL_ENABLED_ALL",
"JUSTIFICATION_BASED_APPROVAL_ENABLED_EXTERNAL_JUSTIFICATIONS",
"JUSTIFICATION_BASED_APPROVAL_NOT_ENABLED",
"JUSTIFICATION_BASED_APPROVAL_INHERITED",
]

@typing.type_check_only
class DismissApprovalRequestMessage(typing_extensions.TypedDict, total=False): ...

Expand Down Expand Up @@ -147,6 +160,9 @@ class SignatureInfo(typing_extensions.TypedDict, total=False):
"HMAC_SHA512",
"HMAC_SHA224",
"EXTERNAL_SYMMETRIC_ENCRYPTION",
"PQ_SIGN_ML_DSA_65",
"PQ_SIGN_SLH_DSA_SHA2_128S",
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256",
]
googlePublicKeyPem: str
serializedApprovalRequest: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class EgressTo(typing_extensions.TypedDict, total=False):
externalResources: _list[str]
operations: _list[ApiOperation]
resources: _list[str]
roles: _list[str]

@typing.type_check_only
class Empty(typing_extensions.TypedDict, total=False): ...
Expand Down Expand Up @@ -222,6 +223,7 @@ class IngressSource(typing_extensions.TypedDict, total=False):
class IngressTo(typing_extensions.TypedDict, total=False):
operations: _list[ApiOperation]
resources: _list[str]
roles: _list[str]

@typing.type_check_only
class ListAccessLevelsResponse(typing_extensions.TypedDict, total=False):
Expand Down
8 changes: 8 additions & 0 deletions googleapiclient-stubs/_apis/addressvalidation/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class GoogleMapsAddressvalidationV1Verdict(typing_extensions.TypedDict, total=Fa
]
hasInferredComponents: bool
hasReplacedComponents: bool
hasSpellCorrectedComponents: bool
hasUnconfirmedComponents: bool
inputGranularity: typing_extensions.Literal[
"GRANULARITY_UNSPECIFIED",
Expand All @@ -194,6 +195,13 @@ class GoogleMapsAddressvalidationV1Verdict(typing_extensions.TypedDict, total=Fa
"ROUTE",
"OTHER",
]
possibleNextAction: typing_extensions.Literal[
"POSSIBLE_NEXT_ACTION_UNSPECIFIED",
"FIX",
"CONFIRM_ADD_SUBPREMISES",
"CONFIRM",
"ACCEPT",
]
validationGranularity: typing_extensions.Literal[
"GRANULARITY_UNSPECIFIED",
"SUB_PREMISE",
Expand Down
6 changes: 6 additions & 0 deletions googleapiclient-stubs/_apis/admin/directory_v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ class ChromeOsDevice(typing_extensions.TypedDict, total=False):
"educationUpgrade",
"education",
"kioskUpgrade",
"enterpriseUpgradePerpetual",
"enterpriseUpgradeFixedTerm",
"educationUpgradePerpetual",
"educationUpgradeFixedTerm",
]
diskSpaceUsage: ByteUsage
diskVolumeReports: _list[dict[str, typing.Any]]
Expand Down Expand Up @@ -347,6 +351,7 @@ class DirectoryChromeosdevicesCommand(typing_extensions.TypedDict, total=False):
"REMOTE_POWERWASH",
"DEVICE_START_CRD_SESSION",
"CAPTURE_LOGS",
"FETCH_CRD_AVAILABILITY_INFO",
"FETCH_SUPPORT_PACKET",
]

Expand All @@ -372,6 +377,7 @@ class DirectoryChromeosdevicesIssueCommandRequest(
"REMOTE_POWERWASH",
"DEVICE_START_CRD_SESSION",
"CAPTURE_LOGS",
"FETCH_CRD_AVAILABILITY_INFO",
"FETCH_SUPPORT_PACKET",
]
payload: str
Expand Down
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/admin/reports_v1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ReportsResource(googleapiclient.discovery.Resource):
"data_studio",
"keep",
"vault",
"gemini_in_workspace_apps",
],
actorIpAddress: str = ...,
customerId: str = ...,
Expand Down
72 changes: 72 additions & 0 deletions googleapiclient-stubs/_apis/admin/reports_v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,22 @@ class Activity(typing_extensions.TypedDict, total=False):
id: dict[str, typing.Any]
ipAddress: str
kind: str
networkInfo: ActivityNetworkInfo
ownerDomain: str
resourceDetails: _list[ResourceDetails]

@typing.type_check_only
class ActivityNetworkInfo(typing_extensions.TypedDict, total=False):
ipAsn: _list[int]
regionCode: str
subdivisionCode: str

@typing.type_check_only
class AppliedLabel(typing_extensions.TypedDict, total=False):
fieldValues: _list[FieldValue]
id: str
reason: Reason
title: str

@typing.type_check_only
class Channel(typing_extensions.TypedDict, total=False):
Expand All @@ -34,6 +49,51 @@ class Channel(typing_extensions.TypedDict, total=False):
token: str
type: str

@typing.type_check_only
class Date(typing_extensions.TypedDict, total=False):
day: int
month: int
year: int

@typing.type_check_only
class FieldValue(typing_extensions.TypedDict, total=False):
dateValue: Date
displayName: str
id: str
integerValue: str
longTextValue: str
reason: Reason
selectionListValue: FieldValueSelectionListValue
selectionValue: FieldValueSelectionValue
textListValue: FieldValueTextListValue
textValue: str
type: str
unsetValue: bool
userListValue: FieldValueUserListValue
userValue: FieldValueUserValue

@typing.type_check_only
class FieldValueSelectionListValue(typing_extensions.TypedDict, total=False):
values: _list[FieldValueSelectionValue]

@typing.type_check_only
class FieldValueSelectionValue(typing_extensions.TypedDict, total=False):
badged: bool
displayName: str
id: str

@typing.type_check_only
class FieldValueTextListValue(typing_extensions.TypedDict, total=False):
values: _list[str]

@typing.type_check_only
class FieldValueUserListValue(typing_extensions.TypedDict, total=False):
values: _list[FieldValueUserValue]

@typing.type_check_only
class FieldValueUserValue(typing_extensions.TypedDict, total=False):
email: str

@typing.type_check_only
class NestedParameter(typing_extensions.TypedDict, total=False):
boolValue: bool
Expand All @@ -44,6 +104,18 @@ class NestedParameter(typing_extensions.TypedDict, total=False):
name: str
value: str

@typing.type_check_only
class Reason(typing_extensions.TypedDict, total=False):
reasonType: str

@typing.type_check_only
class ResourceDetails(typing_extensions.TypedDict, total=False):
appliedLabels: _list[AppliedLabel]
id: str
relation: str
title: str
type: str

@typing.type_check_only
class UsageReport(typing_extensions.TypedDict, total=False):
date: str
Expand Down
3 changes: 3 additions & 0 deletions googleapiclient-stubs/_apis/adsense/v2/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ class PolicyIssue(typing_extensions.TypedDict, total=False):
class PolicyTopic(typing_extensions.TypedDict, total=False):
mustFix: bool
topic: str
type: typing_extensions.Literal[
"POLICY_TOPIC_TYPE_UNSPECIFIED", "POLICY", "ADVERTISER_PREFERENCE", "REGULATORY"
]

@typing.type_check_only
class ReportResult(typing_extensions.TypedDict, total=False):
Expand Down
22 changes: 22 additions & 0 deletions googleapiclient-stubs/_apis/adsenseplatform/v1alpha/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class AdSensePlatformResource(googleapiclient.discovery.Resource):
class ChildAccountsResource(googleapiclient.discovery.Resource):
@typing.type_check_only
class SitesResource(googleapiclient.discovery.Resource):
def get(
self, *, name: str, **kwargs: typing.Any
) -> PlatformChildSiteHttpRequest: ...
def list(
self,
*,
Expand All @@ -47,6 +50,9 @@ class AdSensePlatformResource(googleapiclient.discovery.Resource):

@typing.type_check_only
class GroupsResource(googleapiclient.discovery.Resource):
def get(
self, *, name: str, **kwargs: typing.Any
) -> PlatformGroupHttpRequest: ...
def list(
self,
*,
Expand All @@ -60,6 +66,14 @@ class AdSensePlatformResource(googleapiclient.discovery.Resource):
previous_request: ListPlatformGroupsResponseHttpRequest,
previous_response: ListPlatformGroupsResponse,
) -> ListPlatformGroupsResponseHttpRequest | None: ...
def patch(
self,
*,
name: str,
body: PlatformGroup = ...,
updateMask: str = ...,
**kwargs: typing.Any,
) -> PlatformGroupHttpRequest: ...

def get(
self, *, name: str, **kwargs: typing.Any
Expand Down Expand Up @@ -263,6 +277,14 @@ class PlatformChildSiteHttpRequest(googleapiclient.http.HttpRequest):
num_retries: int = 0,
) -> PlatformChildSite: ...

@typing.type_check_only
class PlatformGroupHttpRequest(googleapiclient.http.HttpRequest):
def execute(
self,
http: httplib2.Http | googleapiclient.http.HttpMock | None = None,
num_retries: int = 0,
) -> PlatformGroup: ...

@typing.type_check_only
class RequestSiteReviewResponseHttpRequest(googleapiclient.http.HttpRequest):
def execute(
Expand Down
Loading
Loading