Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions googleapiclient-stubs/_apis/admin/directory_v1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ class DirectoryResource(googleapiclient.discovery.Resource):
body: BatchChangeChromeOsDeviceStatusRequest = ...,
**kwargs: typing.Any,
) -> BatchChangeChromeOsDeviceStatusResponseHttpRequest: ...
def countChromeOsDevices(
self,
*,
customerId: str,
filter: str = ...,
includeChildOrgunits: bool = ...,
orgUnitPath: str = ...,
**kwargs: typing.Any,
) -> CountChromeOsDevicesResponseHttpRequest: ...
def issueCommand(
self,
*,
Expand Down Expand Up @@ -1035,6 +1044,14 @@ class ChromeOsDevicesHttpRequest(googleapiclient.http.HttpRequest):
num_retries: int = 0,
) -> ChromeOsDevices: ...

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

@typing.type_check_only
class CustomerHttpRequest(googleapiclient.http.HttpRequest):
def execute(
Expand Down
4 changes: 4 additions & 0 deletions googleapiclient-stubs/_apis/admin/directory_v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ class ChromeOsDevices(typing_extensions.TypedDict, total=False):
class ChromeOsMoveDevicesToOu(typing_extensions.TypedDict, total=False):
deviceIds: _list[str]

@typing.type_check_only
class CountChromeOsDevicesResponse(typing_extensions.TypedDict, total=False):
count: str

@typing.type_check_only
class CreatePrintServerRequest(typing_extensions.TypedDict, total=False):
parent: str
Expand Down
3 changes: 3 additions & 0 deletions googleapiclient-stubs/_apis/admin/reports_v1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,19 @@ class ReportsResource(googleapiclient.discovery.Resource):
"graduation",
],
actorIpAddress: str = ...,
applicationInfoFilter: str = ...,
customerId: str = ...,
endTime: str = ...,
eventName: str = ...,
filters: str = ...,
groupIdFilter: str = ...,
maxResults: int = ...,
networkInfoFilter: str = ...,
orgUnitID: str = ...,
pageToken: str = ...,
resourceDetailsFilter: str = ...,
startTime: str = ...,
statusFilter: str = ...,
**kwargs: typing.Any,
) -> ActivitiesHttpRequest: ...
def list_next(
Expand Down
7 changes: 7 additions & 0 deletions googleapiclient-stubs/_apis/admin/reports_v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ class Activity(typing_extensions.TypedDict, total=False):
ownerDomain: str
resourceDetails: _list[ResourceDetails]

@typing.type_check_only
class ActivityEventsStatus(typing_extensions.TypedDict, total=False):
errorCode: str
errorMessage: str
eventStatus: str
httpStatusCode: int

@typing.type_check_only
class ActivityNetworkInfo(typing_extensions.TypedDict, total=False):
ipAsn: _list[int]
Expand Down
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/aiplatform/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ class GoogleCloudAiplatformV1CandidateResponse(
typing_extensions.TypedDict, total=False
):
candidate: str
error: GoogleRpcStatus
text: str
value: typing.Any

Expand Down
58 changes: 58 additions & 0 deletions googleapiclient-stubs/_apis/aiplatform/v1beta1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,34 @@ class AiplatformResource(googleapiclient.discovery.Resource):

def operations(self) -> OperationsResource: ...

@typing.type_check_only
class EvaluationMetricsResource(googleapiclient.discovery.Resource):
@typing.type_check_only
class OperationsResource(googleapiclient.discovery.Resource):
def delete(
self, *, name: str, **kwargs: typing.Any
) -> GoogleProtobufEmptyHttpRequest: ...
def get(
self, *, name: str, **kwargs: typing.Any
) -> GoogleLongrunningOperationHttpRequest: ...
def list(
self,
*,
name: str,
filter: str = ...,
pageSize: int = ...,
pageToken: str = ...,
returnPartialSuccess: bool = ...,
**kwargs: typing.Any,
) -> GoogleLongrunningListOperationsResponseHttpRequest: ...
def list_next(
self,
previous_request: GoogleLongrunningListOperationsResponseHttpRequest,
previous_response: GoogleLongrunningListOperationsResponse,
) -> GoogleLongrunningListOperationsResponseHttpRequest | None: ...

def operations(self) -> OperationsResource: ...

@typing.type_check_only
class EvaluationRunsResource(googleapiclient.discovery.Resource):
@typing.type_check_only
Expand Down Expand Up @@ -2908,6 +2936,34 @@ class AiplatformResource(googleapiclient.discovery.Resource):
): ...
def operations(self) -> OperationsResource: ...

@typing.type_check_only
class EvaluationMetricsResource(googleapiclient.discovery.Resource):
@typing.type_check_only
class OperationsResource(googleapiclient.discovery.Resource):
def delete(
self, *, name: str, **kwargs: typing.Any
) -> GoogleProtobufEmptyHttpRequest: ...
def get(
self, *, name: str, **kwargs: typing.Any
) -> GoogleLongrunningOperationHttpRequest: ...
def list(
self,
*,
name: str,
filter: str = ...,
pageSize: int = ...,
pageToken: str = ...,
returnPartialSuccess: bool = ...,
**kwargs: typing.Any,
) -> GoogleLongrunningListOperationsResponseHttpRequest: ...
def list_next(
self,
previous_request: GoogleLongrunningListOperationsResponseHttpRequest,
previous_response: GoogleLongrunningListOperationsResponse,
) -> GoogleLongrunningListOperationsResponseHttpRequest | None: ...

def operations(self) -> OperationsResource: ...

@typing.type_check_only
class EvaluationRunsResource(googleapiclient.discovery.Resource):
@typing.type_check_only
Expand Down Expand Up @@ -7905,6 +7961,7 @@ class AiplatformResource(googleapiclient.discovery.Resource):
def edgeDevices(self) -> EdgeDevicesResource: ...
def endpoints(self) -> EndpointsResource: ...
def evaluationItems(self) -> EvaluationItemsResource: ...
def evaluationMetrics(self) -> EvaluationMetricsResource: ...
def evaluationRuns(self) -> EvaluationRunsResource: ...
def evaluationSets(self) -> EvaluationSetsResource: ...
def evaluationTasks(self) -> EvaluationTasksResource: ...
Expand Down Expand Up @@ -9084,6 +9141,7 @@ class AiplatformResource(googleapiclient.discovery.Resource):
def edgeDevices(self) -> EdgeDevicesResource: ...
def endpoints(self) -> EndpointsResource: ...
def evaluationItems(self) -> EvaluationItemsResource: ...
def evaluationMetrics(self) -> EvaluationMetricsResource: ...
def evaluationRuns(self) -> EvaluationRunsResource: ...
def evaluationSets(self) -> EvaluationSetsResource: ...
def evaluationTasks(self) -> EvaluationTasksResource: ...
Expand Down
3 changes: 3 additions & 0 deletions googleapiclient-stubs/_apis/aiplatform/v1beta1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@ class GoogleCloudAiplatformV1beta1CandidateResponse(
):
agentData: GoogleCloudAiplatformV1beta1AgentData
candidate: str
error: GoogleRpcStatus
events: _list[GoogleCloudAiplatformV1beta1Content]
text: str
value: typing.Any
Expand Down Expand Up @@ -4199,6 +4200,7 @@ class GoogleCloudAiplatformV1beta1GeminiExample(
generationConfig: GoogleCloudAiplatformV1beta1GenerationConfig
labels: dict[str, typing.Any]
model: str
modelArmorConfig: GoogleCloudAiplatformV1beta1ModelArmorConfig
safetySettings: _list[GoogleCloudAiplatformV1beta1SafetySetting]
systemInstruction: GoogleCloudAiplatformV1beta1Content
toolConfig: GoogleCloudAiplatformV1beta1ToolConfig
Expand Down Expand Up @@ -9671,6 +9673,7 @@ class GoogleCloudAiplatformV1beta1Schedule(typing_extensions.TypedDict, total=Fa
lastPauseTime: str
lastResumeTime: str
lastScheduledRunResponse: GoogleCloudAiplatformV1beta1ScheduleRunResponse
maxConcurrentActiveRunCount: str
maxConcurrentRunCount: str
maxRunCount: str
name: str
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient-stubs/_apis/alloydb/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule(
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo(
typing_extensions.TypedDict, total=False
):
currentVersionReleaseDate: GoogleTypeDate
denyMaintenanceSchedules: _list[
StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule
]
Expand All @@ -1331,7 +1332,6 @@ class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo(
]
maintenanceVersion: str
upcomingMaintenance: StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
versionUpdateTime: str

@typing.type_check_only
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule(
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient-stubs/_apis/alloydb/v1alpha/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule(
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo(
typing_extensions.TypedDict, total=False
):
currentVersionReleaseDate: GoogleTypeDate
denyMaintenanceSchedules: _list[
StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule
]
Expand All @@ -1380,7 +1381,6 @@ class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo(
]
maintenanceVersion: str
upcomingMaintenance: StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
versionUpdateTime: str

@typing.type_check_only
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule(
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient-stubs/_apis/alloydb/v1beta/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,7 @@ class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule(
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo(
typing_extensions.TypedDict, total=False
):
currentVersionReleaseDate: GoogleTypeDate
denyMaintenanceSchedules: _list[
StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule
]
Expand All @@ -1374,7 +1375,6 @@ class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo(
]
maintenanceVersion: str
upcomingMaintenance: StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
versionUpdateTime: str

@typing.type_check_only
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule(
Expand Down
4 changes: 3 additions & 1 deletion googleapiclient-stubs/_apis/artifactregistry/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ class GoogleDevtoolsArtifactregistryV1Rule(typing_extensions.TypedDict, total=Fa

@typing.type_check_only
class Hash(typing_extensions.TypedDict, total=False):
type: typing_extensions.Literal["HASH_TYPE_UNSPECIFIED", "SHA256", "MD5"]
type: typing_extensions.Literal[
"HASH_TYPE_UNSPECIFIED", "SHA256", "MD5", "DIRSUM_SHA256"
]
value: str

@typing.type_check_only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class File(typing_extensions.TypedDict, total=False):

@typing.type_check_only
class Hash(typing_extensions.TypedDict, total=False):
type: typing_extensions.Literal["HASH_TYPE_UNSPECIFIED", "SHA256", "MD5"]
type: typing_extensions.Literal[
"HASH_TYPE_UNSPECIFIED", "SHA256", "MD5", "DIRSUM_SHA256"
]
value: str

@typing.type_check_only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ class GoogleDevtoolsArtifactregistryV1beta2File(

@typing.type_check_only
class Hash(typing_extensions.TypedDict, total=False):
type: typing_extensions.Literal["HASH_TYPE_UNSPECIFIED", "SHA256", "MD5"]
type: typing_extensions.Literal[
"HASH_TYPE_UNSPECIFIED", "SHA256", "MD5", "DIRSUM_SHA256"
]
value: str

@typing.type_check_only
Expand Down
47 changes: 47 additions & 0 deletions googleapiclient-stubs/_apis/biglake/v1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@ class BigLakeServiceResource(googleapiclient.discovery.Resource):
class CatalogsResource(googleapiclient.discovery.Resource):
@typing.type_check_only
class NamespacesResource(googleapiclient.discovery.Resource):
@typing.type_check_only
class TablesResource(googleapiclient.discovery.Resource):
def getIamPolicy(
self,
*,
resource: str,
options_requestedPolicyVersion: int = ...,
**kwargs: typing.Any,
) -> PolicyHttpRequest: ...
def setIamPolicy(
self,
*,
resource: str,
body: SetIamPolicyRequest = ...,
**kwargs: typing.Any,
) -> PolicyHttpRequest: ...
def testIamPermissions(
self,
*,
resource: str,
body: TestIamPermissionsRequest = ...,
**kwargs: typing.Any,
) -> TestIamPermissionsResponseHttpRequest: ...

def getIamPolicy(
self,
*,
Expand All @@ -33,6 +57,14 @@ class BigLakeServiceResource(googleapiclient.discovery.Resource):
body: SetIamPolicyRequest = ...,
**kwargs: typing.Any,
) -> PolicyHttpRequest: ...
def testIamPermissions(
self,
*,
resource: str,
body: TestIamPermissionsRequest = ...,
**kwargs: typing.Any,
) -> TestIamPermissionsResponseHttpRequest: ...
def tables(self) -> TablesResource: ...

def getIamPolicy(
self,
Expand All @@ -48,6 +80,13 @@ class BigLakeServiceResource(googleapiclient.discovery.Resource):
body: SetIamPolicyRequest = ...,
**kwargs: typing.Any,
) -> PolicyHttpRequest: ...
def testIamPermissions(
self,
*,
resource: str,
body: TestIamPermissionsRequest = ...,
**kwargs: typing.Any,
) -> TestIamPermissionsResponseHttpRequest: ...
def namespaces(self) -> NamespacesResource: ...

@typing.type_check_only
Expand Down Expand Up @@ -244,3 +283,11 @@ class TableHttpRequest(googleapiclient.http.HttpRequest):
http: httplib2.Http | googleapiclient.http.HttpMock | None = None,
num_retries: int = 0,
) -> Table: ...

@typing.type_check_only
class TestIamPermissionsResponseHttpRequest(googleapiclient.http.HttpRequest):
def execute(
self,
http: httplib2.Http | googleapiclient.http.HttpMock | None = None,
num_retries: int = 0,
) -> TestIamPermissionsResponse: ...
8 changes: 8 additions & 0 deletions googleapiclient-stubs/_apis/biglake/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ class Table(typing_extensions.TypedDict, total=False):
name: str
type: typing_extensions.Literal["TYPE_UNSPECIFIED", "HIVE"]
updateTime: str

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

@typing.type_check_only
class TestIamPermissionsResponse(typing_extensions.TypedDict, total=False):
permissions: _list[str]
4 changes: 4 additions & 0 deletions googleapiclient-stubs/_apis/bigtableadmin/v2/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ class GoogleBigtableAdminV2TypeFloat32(typing_extensions.TypedDict, total=False)
@typing.type_check_only
class GoogleBigtableAdminV2TypeFloat64(typing_extensions.TypedDict, total=False): ...

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

@typing.type_check_only
class GoogleBigtableAdminV2TypeInt64(typing_extensions.TypedDict, total=False):
encoding: GoogleBigtableAdminV2TypeInt64Encoding
Expand Down Expand Up @@ -772,6 +775,7 @@ class Type(typing_extensions.TypedDict, total=False):
enumType: GoogleBigtableAdminV2TypeEnum
float32Type: GoogleBigtableAdminV2TypeFloat32
float64Type: GoogleBigtableAdminV2TypeFloat64
geographyType: GoogleBigtableAdminV2TypeGeography
int64Type: GoogleBigtableAdminV2TypeInt64
mapType: GoogleBigtableAdminV2TypeMap
protoType: GoogleBigtableAdminV2TypeProto
Expand Down
8 changes: 8 additions & 0 deletions googleapiclient-stubs/_apis/ces/v1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ class CustomerEngagementSuiteResource(googleapiclient.discovery.Resource):
source: typing_extensions.Literal[
"SOURCE_UNSPECIFIED", "LIVE", "SIMULATOR", "EVAL"
] = ...,
sources: typing_extensions.Literal[
"SOURCE_UNSPECIFIED", "LIVE", "SIMULATOR", "EVAL"
]
| _list[
typing_extensions.Literal[
"SOURCE_UNSPECIFIED", "LIVE", "SIMULATOR", "EVAL"
]
] = ...,
**kwargs: typing.Any,
) -> ListConversationsResponseHttpRequest: ...
def list_next(
Expand Down
Loading
Loading