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
6 changes: 3 additions & 3 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@
}
}
},
"revision": "20250303",
"revision": "20250306",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -3358,11 +3358,11 @@
"properties": {
"endDate": {
"$ref": "Date",
"description": "The end date (inclusive) of the freeze period. Must be no later than 90 days from the start date. If the end date is earlier than the start date, the freeze period is considered wrapping year-end. Note: year must not be set. For example, {\"month\": 1,\"date\": 30}."
"description": "The end date (inclusive) of the freeze period. Must be no later than 90 days from the start date. If the end date is earlier than the start date, the freeze period is considered wrapping year-end. Note: day and month must be set. year should not be set as it is not used. For example, {\"month\": 1,\"date\": 30}."
},
"startDate": {
"$ref": "Date",
"description": "The start date (inclusive) of the freeze period. Note: year must not be set. For example, {\"month\": 1,\"date\": 30}."
"description": "The start date (inclusive) of the freeze period. Note: day and month must be set. year should not be set as it is not used. For example, {\"month\": 1,\"date\": 30}."
}
},
"type": "object"
Expand Down
10 changes: 6 additions & 4 deletions androidmanagement/v1/androidmanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cloudkms/v1/cloudkms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@
}
}
},
"revision": "20250213",
"revision": "20250227",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down Expand Up @@ -2766,7 +2766,7 @@
"This version is still being generated. It may not be used, enabled, disabled, or destroyed yet. Cloud KMS will automatically mark this version ENABLED as soon as the version is ready.",
"This version may be used for cryptographic operations.",
"This version may not be used, but the key material is still available, and the version can be placed back into the ENABLED state.",
"This version is destroyed, and the key material is no longer stored. This version may only become ENABLED again if this version is reimport_eligible and the original key material is reimported with a call to KeyManagementService.ImportCryptoKeyVersion.",
"This key material of this version is destroyed and no longer stored. This version may only become ENABLED again if this version is reimport_eligible and the original key material is reimported with a call to KeyManagementService.ImportCryptoKeyVersion.",
"This version is scheduled for destruction, and will be destroyed soon. Call RestoreCryptoKeyVersion to put it back into the DISABLED state.",
"This version is still being imported. It may not be used, enabled, disabled, or destroyed yet. Cloud KMS will automatically mark this version ENABLED as soon as the version is ready.",
"This version was not imported successfully. It may not be used, enabled, disabled, or destroyed. The submitted key material has been discarded. Additional details can be found in CryptoKeyVersion.import_failure_reason.",
Expand Down
2 changes: 1 addition & 1 deletion cloudkms/v1/cloudkms-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion compute/v0.alpha/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -48859,7 +48859,7 @@
}
}
},
"revision": "20250224",
"revision": "20250304",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -54804,6 +54804,7 @@
"ACCELERATOR_OPTIMIZED_A3",
"ACCELERATOR_OPTIMIZED_A3_MEGA",
"ACCELERATOR_OPTIMIZED_A3_ULTRA",
"ACCELERATOR_OPTIMIZED_A4",
"COMPUTE_OPTIMIZED",
"COMPUTE_OPTIMIZED_C2D",
"COMPUTE_OPTIMIZED_C3",
Expand Down Expand Up @@ -54855,6 +54856,7 @@
"",
"",
"",
"",
"Note for internal users: When adding a new enum Type for v1, make sure to also add it in the comment for the `optional Type type` definition. This ensures that the public documentation displays the new enum Type."
],
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions compute/v0.alpha/compute-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dataform/v1beta1/dataform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
]
},
"updateConfig": {
"description": "Update default config for a given project and location. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"description": "Update default config for a given project and location. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/config",
"httpMethod": "PATCH",
"id": "dataform.projects.locations.updateConfig",
Expand Down Expand Up @@ -533,7 +533,7 @@
]
},
"patch": {
"description": "Updates a single Repository. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"description": "Updates a single Repository. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}",
"httpMethod": "PATCH",
"id": "dataform.projects.locations.repositories.patch",
Expand Down Expand Up @@ -984,7 +984,7 @@
]
},
"patch": {
"description": "Updates a single ReleaseConfig. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"description": "Updates a single ReleaseConfig. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs/{releaseConfigsId}",
"httpMethod": "PATCH",
"id": "dataform.projects.locations.repositories.releaseConfigs.patch",
Expand Down Expand Up @@ -1146,7 +1146,7 @@
]
},
"patch": {
"description": "Updates a single WorkflowConfig. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"description": "Updates a single WorkflowConfig. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}",
"httpMethod": "PATCH",
"id": "dataform.projects.locations.repositories.workflowConfigs.patch",
Expand Down Expand Up @@ -2141,7 +2141,7 @@
}
}
},
"revision": "20250223",
"revision": "20250302",
"rootUrl": "https://dataform.googleapis.com/",
"schemas": {
"Assertion": {
Expand Down
18 changes: 9 additions & 9 deletions dataform/v1beta1/dataform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion metastore/v1beta/metastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@
}
}
},
"revision": "20250121",
"revision": "20250227",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -3153,6 +3153,14 @@
"type": "string"
},
"type": "array"
},
"continent": {
"description": "The continent for this multi-region.",
"type": "string"
},
"witnessRegion": {
"description": "The Spanner witness region for this multi-region.",
"type": "string"
}
},
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions metastore/v1beta/metastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 26 additions & 2 deletions metastore/v2alpha/metastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
}
}
},
"revision": "20241203",
"revision": "20250227",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"GoogleCloudMetastoreV1AlterMetadataResourceLocationResponse": {
Expand Down Expand Up @@ -958,6 +958,14 @@
"type": "string"
},
"type": "array"
},
"continent": {
"description": "The continent for this multi-region.",
"type": "string"
},
"witnessRegion": {
"description": "The Spanner witness region for this multi-region.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1140,6 +1148,14 @@
"type": "string"
},
"type": "array"
},
"continent": {
"description": "The continent for this multi-region.",
"type": "string"
},
"witnessRegion": {
"description": "The Spanner witness region for this multi-region.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1322,6 +1338,14 @@
"type": "string"
},
"type": "array"
},
"continent": {
"description": "The continent for this multi-region.",
"type": "string"
},
"witnessRegion": {
"description": "The Spanner witness region for this multi-region.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1641,7 +1665,7 @@
"type": "object"
},
"GoogleCloudMetastoreV2alphaDatabaseDump": {
"description": "A specification of the location of and metadata about a database dump from a relational database management system.",
"description": "A specification of the location and metadata type for a database dump from a relational database management system.",
"id": "GoogleCloudMetastoreV2alphaDatabaseDump",
"properties": {
"gcsUri": {
Expand Down
16 changes: 14 additions & 2 deletions metastore/v2alpha/metastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions networkmanagement/v1/networkmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
}
}
},
"revision": "20250219",
"revision": "20250226",
"rootUrl": "https://networkmanagement.googleapis.com/",
"schemas": {
"AbortInfo": {
Expand Down Expand Up @@ -2702,7 +2702,7 @@
"type": "string"
},
"networkUri": {
"description": "URI of a Redis Cluster network in format \"projects/{project_id}/global/networks/{network_id}\".",
"description": "URI of the network containing the Redis Cluster endpoints in format \"projects/{project_id}/global/networks/{network_id}\".",
"type": "string"
},
"secondaryEndpointIpAddress": {
Expand Down
Loading
Loading