Skip to content

Commit 695484b

Browse files
feat(all): auto-regenerate discovery clients (#2649)
1 parent 1bac79d commit 695484b

16 files changed

+60
-74
lines changed

api-list.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5917,21 +5917,6 @@
59175917
"documentationLink": "https://developers.google.com/maps/documentation/solar",
59185918
"preferred": true
59195919
},
5920-
{
5921-
"kind": "discovery#directoryItem",
5922-
"id": "sourcerepo:v1",
5923-
"name": "sourcerepo",
5924-
"version": "v1",
5925-
"title": "Cloud Source Repositories API",
5926-
"description": "Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end of sales starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.",
5927-
"discoveryRestUrl": "https://sourcerepo.googleapis.com/$discovery/rest?version=v1",
5928-
"icons": {
5929-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
5930-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
5931-
},
5932-
"documentationLink": "https://cloud.google.com/source-repositories/docs/apis",
5933-
"preferred": true
5934-
},
59355920
{
59365921
"kind": "discovery#directoryItem",
59375922
"id": "spanner:v1",

bigquerydatatransfer/v1/bigquerydatatransfer-api.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"discoveryVersion": "v1",
2323
"documentationLink": "https://cloud.google.com/bigquery-transfer/",
2424
"endpoints": [
25-
{
26-
"description": "Regional Endpoint",
27-
"endpointUrl": "https://bigquerydatatransfer.me-central2.rep.googleapis.com/",
28-
"location": "me-central2"
29-
},
3025
{
3126
"description": "Regional Endpoint",
3227
"endpointUrl": "https://bigquerydatatransfer.europe-west3.rep.googleapis.com/",
@@ -37,11 +32,21 @@
3732
"endpointUrl": "https://bigquerydatatransfer.europe-west9.rep.googleapis.com/",
3833
"location": "europe-west9"
3934
},
35+
{
36+
"description": "Regional Endpoint",
37+
"endpointUrl": "https://bigquerydatatransfer.me-central2.rep.googleapis.com/",
38+
"location": "me-central2"
39+
},
4040
{
4141
"description": "Regional Endpoint",
4242
"endpointUrl": "https://bigquerydatatransfer.us-east4.rep.googleapis.com/",
4343
"location": "us-east4"
4444
},
45+
{
46+
"description": "Regional Endpoint",
47+
"endpointUrl": "https://bigquerydatatransfer.us-east7.rep.googleapis.com/",
48+
"location": "us-east7"
49+
},
4550
{
4651
"description": "Regional Endpoint",
4752
"endpointUrl": "https://bigquerydatatransfer.us-west1.rep.googleapis.com/",
@@ -1398,7 +1403,7 @@
13981403
}
13991404
}
14001405
},
1401-
"revision": "20240512",
1406+
"revision": "20240616",
14021407
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
14031408
"schemas": {
14041409
"CheckValidCredsRequest": {

clouddeploy/v1/clouddeploy-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@
20652065
}
20662066
}
20672067
},
2068-
"revision": "20240529",
2068+
"revision": "20240614",
20692069
"rootUrl": "https://clouddeploy.googleapis.com/",
20702070
"schemas": {
20712071
"AbandonReleaseRequest": {
@@ -2682,7 +2682,7 @@
26822682
"id": "CanaryDeployment",
26832683
"properties": {
26842684
"percentages": {
2685-
"description": "Required. The percentage based deployments that will occur as a part of a `Rollout`. List is expected in ascending order and each integer n is 0 \u003c= n \u003c 100.",
2685+
"description": "Required. The percentage based deployments that will occur as a part of a `Rollout`. List is expected in ascending order and each integer n is 0 \u003c= n \u003c 100. If the GatewayServiceMesh is configured for Kubernetes, then the range for n is 0 \u003c= n \u003c= 100.",
26862686
"items": {
26872687
"format": "int32",
26882688
"type": "integer"

clouddeploy/v1/clouddeploy-gen.go

Lines changed: 2 additions & 1 deletion
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@
20612061
}
20622062
}
20632063
},
2064-
"revision": "20240611",
2064+
"revision": "20240613",
20652065
"rootUrl": "https://cloudkms.googleapis.com/",
20662066
"schemas": {
20672067
"AsymmetricDecryptRequest": {
@@ -2388,7 +2388,7 @@
23882388
},
23892389
"keyAccessJustificationsPolicy": {
23902390
"$ref": "KeyAccessJustificationsPolicy",
2391-
"description": "Optional. The policy used for Key Access Justifications Policy Enforcement. If this field is present and this key is enrolled in Key Access Justifications Policy Enforcement, the policy will be evaluated in Encrypt, Decrypt, and Sign operations, and the operation will fail if rejected by the policy. The policy is defined by specifying zero or more allowed justification codes. https://cloud.google.com/assured-workloads/key-access-justifications/docs/justification-codes By default, this field is absent, and all justification codes are allowed."
2391+
"description": "Optional. The policy used for Key Access Justifications Policy Enforcement. If this field is present and this key is enrolled in Key Access Justifications Policy Enforcement, the policy will be evaluated in encrypt, decrypt, and sign operations, and the operation will fail if rejected by the policy. The policy is defined by specifying zero or more allowed justification codes. https://cloud.google.com/assured-workloads/key-access-justifications/docs/justification-codes By default, this field is absent, and all justification codes are allowed."
23922392
},
23932393
"labels": {
23942394
"additionalProperties": {
@@ -3280,11 +3280,11 @@
32803280
"type": "object"
32813281
},
32823282
"KeyAccessJustificationsPolicy": {
3283-
"description": "A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for Encrypt, Decrypt, and Sign requests on a CryptoKey.",
3283+
"description": "A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for encrypt, decrypt, and sign operations on a CryptoKey.",
32843284
"id": "KeyAccessJustificationsPolicy",
32853285
"properties": {
32863286
"allowedAccessReasons": {
3287-
"description": "The list of allowed reasons for access to a CryptoKey. Zero allowed access reasons means all Encrypt, Decrypt, and Sign requests for the CryptoKey associated with this policy will fail.",
3287+
"description": "The list of allowed reasons for access to a CryptoKey. Zero allowed access reasons means all encrypt, decrypt, and sign operations for the CryptoKey associated with this policy will fail.",
32883288
"items": {
32893289
"enum": [
32903290
"REASON_UNSPECIFIED",

cloudkms/v1/cloudkms-gen.go

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

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
}
513513
}
514514
},
515-
"revision": "20240607",
515+
"revision": "20240621",
516516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
517517
"schemas": {
518518
"AdminUser": {
@@ -616,7 +616,7 @@
616616
"description": "Optional. VPC-SC related networking configuration."
617617
},
618618
"privateComponents": {
619-
"description": "Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.",
619+
"description": "Output only. TODO(b/283407860) Deprecate this field.",
620620
"items": {
621621
"type": "string"
622622
},

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

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

networkservices/v1/networkservices-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@
27562756
}
27572757
}
27582758
},
2759-
"revision": "20240515",
2759+
"revision": "20240613",
27602760
"rootUrl": "https://networkservices.googleapis.com/",
27612761
"schemas": {
27622762
"AuditConfig": {
@@ -4113,7 +4113,7 @@
41134113
"description": "Properties of the object.",
41144114
"type": "any"
41154115
},
4116-
"description": "Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
4116+
"description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
41174117
"type": "object"
41184118
},
41194119
"name": {
@@ -4183,7 +4183,7 @@
41834183
"description": "Properties of the object.",
41844184
"type": "any"
41854185
},
4186-
"description": "Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
4186+
"description": "Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
41874187
"type": "object"
41884188
},
41894189
"name": {

networkservices/v1/networkservices-gen.go

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

networkservices/v1beta1/networkservices-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@
24832483
}
24842484
}
24852485
},
2486-
"revision": "20240515",
2486+
"revision": "20240613",
24872487
"rootUrl": "https://networkservices.googleapis.com/",
24882488
"schemas": {
24892489
"AuditConfig": {
@@ -3797,7 +3797,7 @@
37973797
"description": "Properties of the object.",
37983798
"type": "any"
37993799
},
3800-
"description": "Optional. The metadata provided here will be included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata will be available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
3800+
"description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google.lb_route_extension.`. The following variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
38013801
"type": "object"
38023802
},
38033803
"name": {
@@ -3867,7 +3867,7 @@
38673867
"description": "Properties of the object.",
38683868
"type": "any"
38693869
},
3870-
"description": "Optional. The metadata provided here will be included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata will be available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
3870+
"description": "Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name.",
38713871
"type": "object"
38723872
},
38733873
"name": {

networkservices/v1beta1/networkservices-gen.go

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

redis/v1/redis-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
],
344344
"parameters": {
345345
"name": {
346-
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
346+
"description": "Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
347347
"location": "path",
348348
"pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
349349
"required": true,
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20240531",
824+
"revision": "20240613",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"AOFConfig": {
@@ -1000,7 +1000,7 @@
10001000
"type": "array"
10011001
},
10021002
"name": {
1003-
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
1003+
"description": "Required. Identifier. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`",
10041004
"type": "string"
10051005
},
10061006
"nodeType": {

0 commit comments

Comments
 (0)