Skip to content

Commit e6b1c87

Browse files
feat(all): auto-regenerate discovery clients (#3244)
1 parent cac72a1 commit e6b1c87

30 files changed

+825
-171
lines changed

apigee/v1/apigee-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,7 @@
53215321
],
53225322
"parameters": {
53235323
"name": {
5324-
"description": "Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
5324+
"description": "Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
53255325
"location": "path",
53265326
"pattern": "^organizations/[^/]+/environments/[^/]+/apis/[^/]+/revisions/[^/]+/debugsessions/[^/]+$",
53275327
"required": true,
@@ -5346,13 +5346,13 @@
53465346
],
53475347
"parameters": {
53485348
"pageSize": {
5349-
"description": "Maximum number of debug sessions to return. The page size defaults to 25.",
5349+
"description": "Optional. Maximum number of debug sessions to return. The page size defaults to 25.",
53505350
"format": "int32",
53515351
"location": "query",
53525352
"type": "integer"
53535353
},
53545354
"pageToken": {
5355-
"description": "Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.",
5355+
"description": "Optional. Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.",
53565356
"location": "query",
53575357
"type": "string"
53585358
},
@@ -5386,7 +5386,7 @@
53865386
],
53875387
"parameters": {
53885388
"name": {
5389-
"description": "Required. The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
5389+
"description": "Required. The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
53905390
"location": "path",
53915391
"pattern": "^organizations/[^/]+/environments/[^/]+/apis/[^/]+/revisions/[^/]+/debugsessions/[^/]+/data/[^/]+$",
53925392
"required": true,
@@ -9735,7 +9735,7 @@
97359735
"type": "string"
97369736
},
97379737
"updateMask": {
9738-
"description": "Optional. The list of fields to update. Valid fields to update are `profile`, `scope`, `include_all_resources`, `include`, and `exclude`.",
9738+
"description": "Optional. The list of fields to update. Valid fields to update are `include_all_resources` and `include`.",
97399739
"format": "google-fieldmask",
97409740
"location": "query",
97419741
"type": "string"
@@ -11127,7 +11127,7 @@
1112711127
}
1112811128
}
1112911129
},
11130-
"revision": "20250701",
11130+
"revision": "20250722",
1113111131
"rootUrl": "https://apigee.googleapis.com/",
1113211132
"schemas": {
1113311133
"EdgeConfigstoreBundleBadBundle": {

apigee/v1/apigee-gen.go

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

cloudbuild/v1/cloudbuild-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@
25732573
}
25742574
}
25752575
},
2576-
"revision": "20250609",
2576+
"revision": "20250718",
25772577
"rootUrl": "https://cloudbuild.googleapis.com/",
25782578
"schemas": {
25792579
"ApprovalConfig": {
@@ -5043,7 +5043,7 @@
50435043
"type": "boolean"
50445044
},
50455045
"routeAllTraffic": {
5046-
"description": "Immutable. Route all traffic through PSC interface. Enable this if you want full control of traffic in the private pool. Configure Cloud NAT for the subnet of network attachment if you need to access public Internet. If false, Only route private IPs, e.g. 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 through PSC interface.",
5046+
"description": "Immutable. Route all traffic through PSC interface. Enable this if you want full control of traffic in the private pool. Configure Cloud NAT for the subnet of network attachment if you need to access public Internet. If false, Only route RFC 1918 (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16) and RFC 6598 (100.64.0.0/10) through PSC interface.",
50475047
"type": "boolean"
50485048
}
50495049
},

cloudbuild/v1/cloudbuild-gen.go

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

cloudbuild/v2/cloudbuild-api.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
}
10881088
}
10891089
},
1090-
"revision": "20250418",
1090+
"revision": "20250718",
10911091
"rootUrl": "https://cloudbuild.googleapis.com/",
10921092
"schemas": {
10931093
"AuditConfig": {
@@ -1253,27 +1253,6 @@
12531253
"properties": {},
12541254
"type": "object"
12551255
},
1256-
"Capabilities": {
1257-
"description": "Capabilities adds and removes POSIX capabilities from running containers.",
1258-
"id": "Capabilities",
1259-
"properties": {
1260-
"add": {
1261-
"description": "Optional. Added capabilities +optional",
1262-
"items": {
1263-
"type": "string"
1264-
},
1265-
"type": "array"
1266-
},
1267-
"drop": {
1268-
"description": "Optional. Removed capabilities +optional",
1269-
"items": {
1270-
"type": "string"
1271-
},
1272-
"type": "array"
1273-
}
1274-
},
1275-
"type": "object"
1276-
},
12771256
"ChildStatusReference": {
12781257
"description": "ChildStatusReference is used to point to the statuses of individual TaskRuns and Runs within this PipelineRun.",
12791258
"id": "ChildStatusReference",
@@ -2809,10 +2788,6 @@
28092788
"description": "Optional. AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. +optional",
28102789
"type": "boolean"
28112790
},
2812-
"capabilities": {
2813-
"$ref": "Capabilities",
2814-
"description": "Optional. Adds and removes POSIX capabilities from running containers."
2815-
},
28162791
"privileged": {
28172792
"description": "Run container in privileged mode.",
28182793
"type": "boolean"

cloudbuild/v2/cloudbuild-gen.go

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

contactcenterinsights/v1/contactcenterinsights-api.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,11 @@
23352335
"name"
23362336
],
23372337
"parameters": {
2338+
"allowMissing": {
2339+
"description": "Optional. Defaults to false. If set to true, and the conversation is not found, a new conversation will be created. In this situation, `update_mask` is ignored.",
2340+
"location": "query",
2341+
"type": "boolean"
2342+
},
23382343
"name": {
23392344
"description": "Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}",
23402345
"location": "path",
@@ -5300,7 +5305,7 @@
53005305
}
53015306
}
53025307
},
5303-
"revision": "20250711",
5308+
"revision": "20250721",
53045309
"rootUrl": "https://contactcenterinsights.googleapis.com/",
53055310
"schemas": {
53065311
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -7890,11 +7895,11 @@
78907895
"id": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource",
78917896
"properties": {
78927897
"audioBucketUri": {
7893-
"description": "Optional. The Cloud Storage path to the conversation audio file if already transcribed. Note that: [1] Don't set this field if the audio is not transcribed. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`.",
7898+
"description": "Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`.",
78947899
"type": "string"
78957900
},
78967901
"bucketObjectType": {
7897-
"description": "Optional. Specifies the type of the objects in `bucket_uri`.",
7902+
"description": "Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`.",
78987903
"enum": [
78997904
"BUCKET_OBJECT_TYPE_UNSPECIFIED",
79007905
"TRANSCRIPT",
@@ -7908,7 +7913,7 @@
79087913
"type": "string"
79097914
},
79107915
"bucketUri": {
7911-
"description": "Required. The Cloud Storage bucket containing source objects.",
7916+
"description": "Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`.",
79127917
"type": "string"
79137918
},
79147919
"customMetadataKeys": {
@@ -7921,6 +7926,10 @@
79217926
"metadataBucketUri": {
79227927
"description": "Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
79237928
"type": "string"
7929+
},
7930+
"transcriptBucketUri": {
7931+
"description": "Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
7932+
"type": "string"
79247933
}
79257934
},
79267935
"type": "object"
@@ -12287,11 +12296,11 @@
1228712296
"id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource",
1228812297
"properties": {
1228912298
"audioBucketUri": {
12290-
"description": "Optional. The Cloud Storage path to the conversation audio file if already transcribed. Note that: [1] Don't set this field if the audio is not transcribed. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`.",
12299+
"description": "Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`.",
1229112300
"type": "string"
1229212301
},
1229312302
"bucketObjectType": {
12294-
"description": "Optional. Specifies the type of the objects in `bucket_uri`.",
12303+
"description": "Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`.",
1229512304
"enum": [
1229612305
"BUCKET_OBJECT_TYPE_UNSPECIFIED",
1229712306
"TRANSCRIPT",
@@ -12305,7 +12314,7 @@
1230512314
"type": "string"
1230612315
},
1230712316
"bucketUri": {
12308-
"description": "Required. The Cloud Storage bucket containing source objects.",
12317+
"description": "Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`.",
1230912318
"type": "string"
1231012319
},
1231112320
"customMetadataKeys": {
@@ -12318,6 +12327,10 @@
1231812327
"metadataBucketUri": {
1231912328
"description": "Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
1232012329
"type": "string"
12330+
},
12331+
"transcriptBucketUri": {
12332+
"description": "Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
12333+
"type": "string"
1232112334
}
1232212335
},
1232312336
"type": "object"

0 commit comments

Comments
 (0)