Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/bigtableadmin/v2/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ class Instance(typing_extensions.TypedDict, total=False):
edition: typing_extensions.Literal[
"EDITION_UNSPECIFIED", "ENTERPRISE", "ENTERPRISE_PLUS"
]
knowledgeCatalogRegion: str
labels: dict[str, typing.Any]
name: str
satisfiesPzi: bool
Expand Down
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/cloudchannel/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ class GoogleCloudChannelV1PriceByResource(typing_extensions.TypedDict, total=Fal
"MINUTES",
"IAAS_USAGE",
"SUBSCRIPTION",
"AI_CREDITS",
]

@typing.type_check_only
Expand Down
4 changes: 2 additions & 2 deletions googleapiclient-stubs/_apis/compute/beta/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7511,9 +7511,9 @@ class ReservationAggregatedList(typing_extensions.TypedDict, total=False):

@typing.type_check_only
class ReservationBlock(typing_extensions.TypedDict, total=False):
blockHealthInfo: ReservationBlockHealthInfo
count: int
creationTimestamp: str
healthInfo: ReservationBlockHealthInfo
id: str
inUseCount: int
inUseHostCount: int
Expand Down Expand Up @@ -7640,6 +7640,7 @@ class ReservationSubBlock(typing_extensions.TypedDict, total=False):
acceleratorTopologiesInfo: AcceleratorTopologiesInfo
count: int
creationTimestamp: str
healthInfo: ReservationSubBlockHealthInfo
id: str
inUseCount: int
inUseHostCount: int
Expand All @@ -7650,7 +7651,6 @@ class ReservationSubBlock(typing_extensions.TypedDict, total=False):
selfLink: str
selfLinkWithId: str
status: typing_extensions.Literal["CREATING", "DELETING", "INVALID", "READY"]
subBlockHealthInfo: ReservationSubBlockHealthInfo
zone: str

@typing.type_check_only
Expand Down
4 changes: 2 additions & 2 deletions googleapiclient-stubs/_apis/compute/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -6722,9 +6722,9 @@ class ReservationAggregatedList(typing_extensions.TypedDict, total=False):

@typing.type_check_only
class ReservationBlock(typing_extensions.TypedDict, total=False):
blockHealthInfo: ReservationBlockHealthInfo
count: int
creationTimestamp: str
healthInfo: ReservationBlockHealthInfo
id: str
inUseCount: int
inUseHostCount: int
Expand Down Expand Up @@ -6851,6 +6851,7 @@ class ReservationSubBlock(typing_extensions.TypedDict, total=False):
acceleratorTopologiesInfo: AcceleratorTopologiesInfo
count: int
creationTimestamp: str
healthInfo: ReservationSubBlockHealthInfo
id: str
inUseCount: int
inUseHostCount: int
Expand All @@ -6861,7 +6862,6 @@ class ReservationSubBlock(typing_extensions.TypedDict, total=False):
selfLink: str
selfLinkWithId: str
status: typing_extensions.Literal["CREATING", "DELETING", "INVALID", "READY"]
subBlockHealthInfo: ReservationSubBlockHealthInfo
zone: str

@typing.type_check_only
Expand Down
11 changes: 10 additions & 1 deletion googleapiclient-stubs/_apis/containeranalysis/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,13 @@ class CVSS(typing_extensions.TypedDict, total=False):
"IMPACT_PARTIAL",
"IMPACT_COMPLETE",
]
exploitMaturity: typing_extensions.Literal[
"EXPLOIT_MATURITY_UNSPECIFIED",
"EXPLOIT_MATURITY_NOT_DEFINED",
"EXPLOIT_MATURITY_ATTACKED",
"EXPLOIT_MATURITY_POC",
"EXPLOIT_MATURITY_UNREPORTED",
]
exploitabilityScore: float
impactScore: float
integrityImpact: typing_extensions.Literal[
Expand Down Expand Up @@ -1080,7 +1087,9 @@ class Finding(typing_extensions.TypedDict, total=False):
category: str
details: str
location: FindingLocation
scanner: typing_extensions.Literal["SCANNER_UNSPECIFIED", "STATIC", "LLM"]
scanner: typing_extensions.Literal[
"SCANNER_UNSPECIFIED", "STATIC", "LLM", "WS_POLICY"
]
severity: typing_extensions.Literal["SEVERITY_UNSPECIFIED", "CRITICAL", "HIGH"]

@typing.type_check_only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ class CVSS(typing_extensions.TypedDict, total=False):
"IMPACT_PARTIAL",
"IMPACT_COMPLETE",
]
exploitMaturity: typing_extensions.Literal[
"EXPLOIT_MATURITY_UNSPECIFIED",
"EXPLOIT_MATURITY_NOT_DEFINED",
"EXPLOIT_MATURITY_ATTACKED",
"EXPLOIT_MATURITY_POC",
"EXPLOIT_MATURITY_UNREPORTED",
]
exploitabilityScore: float
impactScore: float
integrityImpact: typing_extensions.Literal[
Expand Down Expand Up @@ -1091,7 +1098,9 @@ class Finding(typing_extensions.TypedDict, total=False):
category: str
details: str
location: FindingLocation
scanner: typing_extensions.Literal["SCANNER_UNSPECIFIED", "STATIC", "LLM"]
scanner: typing_extensions.Literal[
"SCANNER_UNSPECIFIED", "STATIC", "LLM", "WS_POLICY"
]
severity: typing_extensions.Literal["SEVERITY_UNSPECIFIED", "CRITICAL", "HIGH"]

@typing.type_check_only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ class CVSS(typing_extensions.TypedDict, total=False):
"IMPACT_PARTIAL",
"IMPACT_COMPLETE",
]
exploitMaturity: typing_extensions.Literal[
"EXPLOIT_MATURITY_UNSPECIFIED",
"EXPLOIT_MATURITY_NOT_DEFINED",
"EXPLOIT_MATURITY_ATTACKED",
"EXPLOIT_MATURITY_POC",
"EXPLOIT_MATURITY_UNREPORTED",
]
exploitabilityScore: float
impactScore: float
integrityImpact: typing_extensions.Literal[
Expand Down Expand Up @@ -1094,7 +1101,9 @@ class Finding(typing_extensions.TypedDict, total=False):
category: str
details: str
location: FindingLocation
scanner: typing_extensions.Literal["SCANNER_UNSPECIFIED", "STATIC", "LLM"]
scanner: typing_extensions.Literal[
"SCANNER_UNSPECIFIED", "STATIC", "LLM", "WS_POLICY"
]
severity: typing_extensions.Literal["SEVERITY_UNSPECIFIED", "CRITICAL", "HIGH"]

@typing.type_check_only
Expand Down
6 changes: 5 additions & 1 deletion googleapiclient-stubs/_apis/datalineage/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ class GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRul
typing_extensions.TypedDict, total=False
):
integration: typing_extensions.Literal[
"INTEGRATION_UNSPECIFIED", "DATAPROC", "LOOKER_CORE"
"INTEGRATION_UNSPECIFIED",
"BIGQUERY",
"DATAPROC",
"LOOKER_CORE",
"MANAGED_AIRFLOW",
]

@typing.type_check_only
Expand Down
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/dataproc/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ class InstanceReference(typing_extensions.TypedDict, total=False):

@typing.type_check_only
class InstanceSelection(typing_extensions.TypedDict, total=False):
diskConfig: DiskConfig
machineTypes: _list[str]
rank: int

Expand Down
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/firebaseml/v2beta/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ class GoogleCloudAiplatformV1beta1ToolParallelAiSearch(
apiKey: str
customConfigs: dict[str, typing.Any]
enableDataRetention: bool
enableZeroDataRetention: bool

@typing.type_check_only
class GoogleCloudAiplatformV1beta1UrlContext(
Expand Down
18 changes: 18 additions & 0 deletions googleapiclient-stubs/_apis/language/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ class CpuMetric(typing_extensions.TypedDict, total=False):
"C4A_HIGHMEM_48",
"C4A_HIGHMEM_64",
"C4A_HIGHMEM_72",
"C4D_STANDARD_2",
"C4D_STANDARD_4",
"C4D_STANDARD_8",
"C4D_STANDARD_16",
"C4D_STANDARD_32",
Expand All @@ -358,6 +360,8 @@ class CpuMetric(typing_extensions.TypedDict, total=False):
"C4D_STANDARD_96",
"C4D_STANDARD_192",
"C4D_STANDARD_384",
"C4D_HIGHCPU_2",
"C4D_HIGHCPU_4",
"C4D_HIGHCPU_8",
"C4D_HIGHCPU_16",
"C4D_HIGHCPU_32",
Expand All @@ -366,6 +370,8 @@ class CpuMetric(typing_extensions.TypedDict, total=False):
"C4D_HIGHCPU_96",
"C4D_HIGHCPU_192",
"C4D_HIGHCPU_384",
"C4D_HIGHMEM_2",
"C4D_HIGHMEM_4",
"C4D_HIGHMEM_8",
"C4D_HIGHMEM_16",
"C4D_HIGHMEM_32",
Expand Down Expand Up @@ -813,6 +819,8 @@ class GpuMetric(typing_extensions.TypedDict, total=False):
"C4A_HIGHMEM_48",
"C4A_HIGHMEM_64",
"C4A_HIGHMEM_72",
"C4D_STANDARD_2",
"C4D_STANDARD_4",
"C4D_STANDARD_8",
"C4D_STANDARD_16",
"C4D_STANDARD_32",
Expand All @@ -821,6 +829,8 @@ class GpuMetric(typing_extensions.TypedDict, total=False):
"C4D_STANDARD_96",
"C4D_STANDARD_192",
"C4D_STANDARD_384",
"C4D_HIGHCPU_2",
"C4D_HIGHCPU_4",
"C4D_HIGHCPU_8",
"C4D_HIGHCPU_16",
"C4D_HIGHCPU_32",
Expand All @@ -829,6 +839,8 @@ class GpuMetric(typing_extensions.TypedDict, total=False):
"C4D_HIGHCPU_96",
"C4D_HIGHCPU_192",
"C4D_HIGHCPU_384",
"C4D_HIGHMEM_2",
"C4D_HIGHMEM_4",
"C4D_HIGHMEM_8",
"C4D_HIGHMEM_16",
"C4D_HIGHMEM_32",
Expand Down Expand Up @@ -1221,6 +1233,8 @@ class RamMetric(typing_extensions.TypedDict, total=False):
"C4A_HIGHMEM_48",
"C4A_HIGHMEM_64",
"C4A_HIGHMEM_72",
"C4D_STANDARD_2",
"C4D_STANDARD_4",
"C4D_STANDARD_8",
"C4D_STANDARD_16",
"C4D_STANDARD_32",
Expand All @@ -1229,6 +1243,8 @@ class RamMetric(typing_extensions.TypedDict, total=False):
"C4D_STANDARD_96",
"C4D_STANDARD_192",
"C4D_STANDARD_384",
"C4D_HIGHCPU_2",
"C4D_HIGHCPU_4",
"C4D_HIGHCPU_8",
"C4D_HIGHCPU_16",
"C4D_HIGHCPU_32",
Expand All @@ -1237,6 +1253,8 @@ class RamMetric(typing_extensions.TypedDict, total=False):
"C4D_HIGHCPU_96",
"C4D_HIGHCPU_192",
"C4D_HIGHCPU_384",
"C4D_HIGHMEM_2",
"C4D_HIGHMEM_4",
"C4D_HIGHMEM_8",
"C4D_HIGHMEM_16",
"C4D_HIGHMEM_32",
Expand Down
18 changes: 18 additions & 0 deletions googleapiclient-stubs/_apis/language/v1beta2/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ class CpuMetric(typing_extensions.TypedDict, total=False):
"C4A_HIGHMEM_48",
"C4A_HIGHMEM_64",
"C4A_HIGHMEM_72",
"C4D_STANDARD_2",
"C4D_STANDARD_4",
"C4D_STANDARD_8",
"C4D_STANDARD_16",
"C4D_STANDARD_32",
Expand All @@ -358,6 +360,8 @@ class CpuMetric(typing_extensions.TypedDict, total=False):
"C4D_STANDARD_96",
"C4D_STANDARD_192",
"C4D_STANDARD_384",
"C4D_HIGHCPU_2",
"C4D_HIGHCPU_4",
"C4D_HIGHCPU_8",
"C4D_HIGHCPU_16",
"C4D_HIGHCPU_32",
Expand All @@ -366,6 +370,8 @@ class CpuMetric(typing_extensions.TypedDict, total=False):
"C4D_HIGHCPU_96",
"C4D_HIGHCPU_192",
"C4D_HIGHCPU_384",
"C4D_HIGHMEM_2",
"C4D_HIGHMEM_4",
"C4D_HIGHMEM_8",
"C4D_HIGHMEM_16",
"C4D_HIGHMEM_32",
Expand Down Expand Up @@ -817,6 +823,8 @@ class GpuMetric(typing_extensions.TypedDict, total=False):
"C4A_HIGHMEM_48",
"C4A_HIGHMEM_64",
"C4A_HIGHMEM_72",
"C4D_STANDARD_2",
"C4D_STANDARD_4",
"C4D_STANDARD_8",
"C4D_STANDARD_16",
"C4D_STANDARD_32",
Expand All @@ -825,6 +833,8 @@ class GpuMetric(typing_extensions.TypedDict, total=False):
"C4D_STANDARD_96",
"C4D_STANDARD_192",
"C4D_STANDARD_384",
"C4D_HIGHCPU_2",
"C4D_HIGHCPU_4",
"C4D_HIGHCPU_8",
"C4D_HIGHCPU_16",
"C4D_HIGHCPU_32",
Expand All @@ -833,6 +843,8 @@ class GpuMetric(typing_extensions.TypedDict, total=False):
"C4D_HIGHCPU_96",
"C4D_HIGHCPU_192",
"C4D_HIGHCPU_384",
"C4D_HIGHMEM_2",
"C4D_HIGHMEM_4",
"C4D_HIGHMEM_8",
"C4D_HIGHMEM_16",
"C4D_HIGHMEM_32",
Expand Down Expand Up @@ -1225,6 +1237,8 @@ class RamMetric(typing_extensions.TypedDict, total=False):
"C4A_HIGHMEM_48",
"C4A_HIGHMEM_64",
"C4A_HIGHMEM_72",
"C4D_STANDARD_2",
"C4D_STANDARD_4",
"C4D_STANDARD_8",
"C4D_STANDARD_16",
"C4D_STANDARD_32",
Expand All @@ -1233,6 +1247,8 @@ class RamMetric(typing_extensions.TypedDict, total=False):
"C4D_STANDARD_96",
"C4D_STANDARD_192",
"C4D_STANDARD_384",
"C4D_HIGHCPU_2",
"C4D_HIGHCPU_4",
"C4D_HIGHCPU_8",
"C4D_HIGHCPU_16",
"C4D_HIGHCPU_32",
Expand All @@ -1241,6 +1257,8 @@ class RamMetric(typing_extensions.TypedDict, total=False):
"C4D_HIGHCPU_96",
"C4D_HIGHCPU_192",
"C4D_HIGHCPU_384",
"C4D_HIGHMEM_2",
"C4D_HIGHMEM_4",
"C4D_HIGHMEM_8",
"C4D_HIGHMEM_16",
"C4D_HIGHMEM_32",
Expand Down
Loading
Loading