Skip to content

Commit 1f9f630

Browse files
feat(all): auto-regenerate discovery clients (#3054)
1 parent 6fe9ee7 commit 1f9f630

29 files changed

+510
-102
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@
12021202
}
12031203
}
12041204
},
1205-
"revision": "20250303",
1205+
"revision": "20250306",
12061206
"rootUrl": "https://androidmanagement.googleapis.com/",
12071207
"schemas": {
12081208
"AdbShellCommandEvent": {
@@ -3358,11 +3358,11 @@
33583358
"properties": {
33593359
"endDate": {
33603360
"$ref": "Date",
3361-
"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}."
3361+
"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}."
33623362
},
33633363
"startDate": {
33643364
"$ref": "Date",
3365-
"description": "The start date (inclusive) of the freeze period. Note: year must not be set. For example, {\"month\": 1,\"date\": 30}."
3365+
"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}."
33663366
}
33673367
},
33683368
"type": "object"

androidmanagement/v1/androidmanagement-gen.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudkms/v1/cloudkms-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@
21522152
}
21532153
}
21542154
},
2155-
"revision": "20250213",
2155+
"revision": "20250227",
21562156
"rootUrl": "https://cloudkms.googleapis.com/",
21572157
"schemas": {
21582158
"AsymmetricDecryptRequest": {
@@ -2766,7 +2766,7 @@
27662766
"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.",
27672767
"This version may be used for cryptographic operations.",
27682768
"This version may not be used, but the key material is still available, and the version can be placed back into the ENABLED state.",
2769-
"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.",
2769+
"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.",
27702770
"This version is scheduled for destruction, and will be destroyed soon. Call RestoreCryptoKeyVersion to put it back into the DISABLED state.",
27712771
"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.",
27722772
"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.",

cloudkms/v1/cloudkms-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.alpha/compute-api.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48859,7 +48859,7 @@
4885948859
}
4886048860
}
4886148861
},
48862-
"revision": "20250224",
48862+
"revision": "20250304",
4886348863
"rootUrl": "https://compute.googleapis.com/",
4886448864
"schemas": {
4886548865
"AWSV4Signature": {
@@ -54804,6 +54804,7 @@
5480454804
"ACCELERATOR_OPTIMIZED_A3",
5480554805
"ACCELERATOR_OPTIMIZED_A3_MEGA",
5480654806
"ACCELERATOR_OPTIMIZED_A3_ULTRA",
54807+
"ACCELERATOR_OPTIMIZED_A4",
5480754808
"COMPUTE_OPTIMIZED",
5480854809
"COMPUTE_OPTIMIZED_C2D",
5480954810
"COMPUTE_OPTIMIZED_C3",
@@ -54855,6 +54856,7 @@
5485554856
"",
5485654857
"",
5485754858
"",
54859+
"",
5485854860
"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."
5485954861
],
5486054862
"type": "string"

compute/v0.alpha/compute-gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataform/v1beta1/dataform-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
]
207207
},
208208
"updateConfig": {
209-
"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",
209+
"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",
210210
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/config",
211211
"httpMethod": "PATCH",
212212
"id": "dataform.projects.locations.updateConfig",
@@ -533,7 +533,7 @@
533533
]
534534
},
535535
"patch": {
536-
"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",
536+
"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",
537537
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}",
538538
"httpMethod": "PATCH",
539539
"id": "dataform.projects.locations.repositories.patch",
@@ -984,7 +984,7 @@
984984
]
985985
},
986986
"patch": {
987-
"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",
987+
"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",
988988
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs/{releaseConfigsId}",
989989
"httpMethod": "PATCH",
990990
"id": "dataform.projects.locations.repositories.releaseConfigs.patch",
@@ -1146,7 +1146,7 @@
11461146
]
11471147
},
11481148
"patch": {
1149-
"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",
1149+
"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",
11501150
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}",
11511151
"httpMethod": "PATCH",
11521152
"id": "dataform.projects.locations.repositories.workflowConfigs.patch",
@@ -2141,7 +2141,7 @@
21412141
}
21422142
}
21432143
},
2144-
"revision": "20250223",
2144+
"revision": "20250302",
21452145
"rootUrl": "https://dataform.googleapis.com/",
21462146
"schemas": {
21472147
"Assertion": {

dataform/v1beta1/dataform-gen.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metastore/v1beta/metastore-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@
17961796
}
17971797
}
17981798
},
1799-
"revision": "20250121",
1799+
"revision": "20250227",
18001800
"rootUrl": "https://metastore.googleapis.com/",
18011801
"schemas": {
18021802
"AlterMetadataResourceLocationRequest": {
@@ -3153,6 +3153,14 @@
31533153
"type": "string"
31543154
},
31553155
"type": "array"
3156+
},
3157+
"continent": {
3158+
"description": "The continent for this multi-region.",
3159+
"type": "string"
3160+
},
3161+
"witnessRegion": {
3162+
"description": "The Spanner witness region for this multi-region.",
3163+
"type": "string"
31563164
}
31573165
},
31583166
"type": "object"

metastore/v1beta/metastore-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metastore/v2alpha/metastore-api.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@
854854
}
855855
}
856856
},
857-
"revision": "20241203",
857+
"revision": "20250227",
858858
"rootUrl": "https://metastore.googleapis.com/",
859859
"schemas": {
860860
"GoogleCloudMetastoreV1AlterMetadataResourceLocationResponse": {
@@ -958,6 +958,14 @@
958958
"type": "string"
959959
},
960960
"type": "array"
961+
},
962+
"continent": {
963+
"description": "The continent for this multi-region.",
964+
"type": "string"
965+
},
966+
"witnessRegion": {
967+
"description": "The Spanner witness region for this multi-region.",
968+
"type": "string"
961969
}
962970
},
963971
"type": "object"
@@ -1140,6 +1148,14 @@
11401148
"type": "string"
11411149
},
11421150
"type": "array"
1151+
},
1152+
"continent": {
1153+
"description": "The continent for this multi-region.",
1154+
"type": "string"
1155+
},
1156+
"witnessRegion": {
1157+
"description": "The Spanner witness region for this multi-region.",
1158+
"type": "string"
11431159
}
11441160
},
11451161
"type": "object"
@@ -1322,6 +1338,14 @@
13221338
"type": "string"
13231339
},
13241340
"type": "array"
1341+
},
1342+
"continent": {
1343+
"description": "The continent for this multi-region.",
1344+
"type": "string"
1345+
},
1346+
"witnessRegion": {
1347+
"description": "The Spanner witness region for this multi-region.",
1348+
"type": "string"
13251349
}
13261350
},
13271351
"type": "object"
@@ -1641,7 +1665,7 @@
16411665
"type": "object"
16421666
},
16431667
"GoogleCloudMetastoreV2alphaDatabaseDump": {
1644-
"description": "A specification of the location of and metadata about a database dump from a relational database management system.",
1668+
"description": "A specification of the location and metadata type for a database dump from a relational database management system.",
16451669
"id": "GoogleCloudMetastoreV2alphaDatabaseDump",
16461670
"properties": {
16471671
"gcsUri": {

metastore/v2alpha/metastore-gen.go

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networkmanagement/v1/networkmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
}
759759
}
760760
},
761-
"revision": "20250219",
761+
"revision": "20250226",
762762
"rootUrl": "https://networkmanagement.googleapis.com/",
763763
"schemas": {
764764
"AbortInfo": {
@@ -2702,7 +2702,7 @@
27022702
"type": "string"
27032703
},
27042704
"networkUri": {
2705-
"description": "URI of a Redis Cluster network in format \"projects/{project_id}/global/networks/{network_id}\".",
2705+
"description": "URI of the network containing the Redis Cluster endpoints in format \"projects/{project_id}/global/networks/{network_id}\".",
27062706
"type": "string"
27072707
},
27082708
"secondaryEndpointIpAddress": {

0 commit comments

Comments
 (0)