Skip to content

Commit 21f10ed

Browse files
feat(all): auto-regenerate discovery clients (#2760)
1 parent f9bde01 commit 21f10ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3963
-1679
lines changed

‎alloydb/v1/alloydb-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489
}
14901490
}
14911491
},
1492-
"revision": "20240806",
1492+
"revision": "20240823",
14931493
"rootUrl": "https://alloydb.googleapis.com/",
14941494
"schemas": {
14951495
"AuthorizedNetwork": {
@@ -3300,6 +3300,10 @@
33003300
"description": "Configuration for availability of database instance",
33013301
"id": "StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration",
33023302
"properties": {
3303+
"automaticFailoverRoutingConfigured": {
3304+
"description": "Checks for existence of (multi-cluster) routing configuration that allows automatic failover to a different zone/region in case of an outage. Applicable to Bigtable resources.",
3305+
"type": "boolean"
3306+
},
33033307
"availabilityType": {
33043308
"description": "Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).",
33053309
"enum": [
@@ -4867,6 +4871,10 @@
48674871
},
48684872
"type": "array"
48694873
},
4874+
"keepExtraRoles": {
4875+
"description": "Input only. If the user already exists and it has additional roles, keep them granted.",
4876+
"type": "boolean"
4877+
},
48704878
"name": {
48714879
"description": "Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.",
48724880
"readOnly": true,

‎alloydb/v1/alloydb-gen.go

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

‎alloydb/v1alpha/alloydb-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@
15171517
}
15181518
}
15191519
},
1520-
"revision": "20240806",
1520+
"revision": "20240823",
15211521
"rootUrl": "https://alloydb.googleapis.com/",
15221522
"schemas": {
15231523
"AuthorizedNetwork": {
@@ -3489,6 +3489,10 @@
34893489
"description": "Configuration for availability of database instance",
34903490
"id": "StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration",
34913491
"properties": {
3492+
"automaticFailoverRoutingConfigured": {
3493+
"description": "Checks for existence of (multi-cluster) routing configuration that allows automatic failover to a different zone/region in case of an outage. Applicable to Bigtable resources.",
3494+
"type": "boolean"
3495+
},
34923496
"availabilityType": {
34933497
"description": "Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).",
34943498
"enum": [
@@ -5124,6 +5128,10 @@
51245128
},
51255129
"type": "array"
51265130
},
5131+
"keepExtraRoles": {
5132+
"description": "Input only. If the user already exists and it has additional roles, keep them granted.",
5133+
"type": "boolean"
5134+
},
51275135
"name": {
51285136
"description": "Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.",
51295137
"readOnly": true,

‎alloydb/v1alpha/alloydb-gen.go

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

‎cloudfunctions/v2/cloudfunctions-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
}
717717
}
718718
},
719-
"revision": "20240725",
719+
"revision": "20240822",
720720
"rootUrl": "https://cloudfunctions.googleapis.com/",
721721
"schemas": {
722722
"AbortFunctionUpgradeRequest": {
@@ -1037,7 +1037,7 @@
10371037
"description": "An Eventarc trigger managed by Google Cloud Functions that fires events in response to a condition in another service."
10381038
},
10391039
"kmsKeyName": {
1040-
"description": "[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.",
1040+
"description": "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.",
10411041
"type": "string"
10421042
},
10431043
"labels": {
@@ -1144,7 +1144,7 @@
11441144
"type": "string"
11451145
},
11461146
"kmsKeyName": {
1147-
"description": "[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is then copied to a versioned directory in the sources bucket in the consumer project during the function deployment. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The Google Cloud Functions service account (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/Project/Organization (least access preferred).",
1147+
"description": "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is then copied to a versioned directory in the sources bucket in the consumer project during the function deployment. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The Google Cloud Functions service account (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/Project/Organization (least access preferred).",
11481148
"type": "string"
11491149
}
11501150
},

‎cloudfunctions/v2/cloudfunctions-gen.go

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

‎cloudfunctions/v2alpha/cloudfunctions-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
}
717717
}
718718
},
719-
"revision": "20240725",
719+
"revision": "20240822",
720720
"rootUrl": "https://cloudfunctions.googleapis.com/",
721721
"schemas": {
722722
"AbortFunctionUpgradeRequest": {
@@ -1037,7 +1037,7 @@
10371037
"description": "An Eventarc trigger managed by Google Cloud Functions that fires events in response to a condition in another service."
10381038
},
10391039
"kmsKeyName": {
1040-
"description": "[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.",
1040+
"description": "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.",
10411041
"type": "string"
10421042
},
10431043
"labels": {
@@ -1144,7 +1144,7 @@
11441144
"type": "string"
11451145
},
11461146
"kmsKeyName": {
1147-
"description": "[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is then copied to a versioned directory in the sources bucket in the consumer project during the function deployment. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The Google Cloud Functions service account (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/Project/Organization (least access preferred).",
1147+
"description": "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is then copied to a versioned directory in the sources bucket in the consumer project during the function deployment. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The Google Cloud Functions service account (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/Project/Organization (least access preferred).",
11481148
"type": "string"
11491149
}
11501150
},

‎cloudfunctions/v2alpha/cloudfunctions-gen.go

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

0 commit comments

Comments
 (0)