Skip to content

Commit 2692170

Browse files
feat(all): auto-regenerate discovery clients (#3276)
1 parent 4c66642 commit 2692170

22 files changed

+2167
-100
lines changed

chat/v1/chat-api.json

Lines changed: 229 additions & 2 deletions
Large diffs are not rendered by default.

chat/v1/chat-gen.go

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

cloudlocationfinder/v1alpha/cloudlocationfinder-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -304,7 +304,7 @@
304304
}
305305
}
306306
},
307-
"revision": "20250619",
307+
"revision": "20250814",
308308
"rootUrl": "https://cloudlocationfinder.googleapis.com/",
309309
"schemas": {
310310
"CloudLocation": {
@@ -322,13 +322,15 @@
322322
"CLOUD_LOCATION_TYPE_UNSPECIFIED",
323323
"CLOUD_LOCATION_TYPE_REGION",
324324
"CLOUD_LOCATION_TYPE_ZONE",
325-
"CLOUD_LOCATION_TYPE_REGION_EXTENSION"
325+
"CLOUD_LOCATION_TYPE_REGION_EXTENSION",
326+
"CLOUD_LOCATION_TYPE_GDCC_ZONE"
326327
],
327328
"enumDescriptions": [
328329
"Unspecified type.",
329330
"CloudLocation type for region.",
330331
"CloudLocation type for zone.",
331-
"CloudLocation type for region extension."
332+
"CloudLocation type for region extension.",
333+
"CloudLocation type for Google Distributed Cloud Connected Zone."
332334
],
333335
"type": "string"
334336
},

cloudlocationfinder/v1alpha/cloudlocationfinder-gen.go

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

container/v1/container-api.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@
26602660
}
26612661
}
26622662
},
2663-
"revision": "20250725",
2663+
"revision": "20250807",
26642664
"rootUrl": "https://container.googleapis.com/",
26652665
"schemas": {
26662666
"AcceleratorConfig": {
@@ -5711,7 +5711,8 @@
57115711
"id": "LustreCsiDriverConfig",
57125712
"properties": {
57135713
"enableLegacyLustrePort": {
5714-
"description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.",
5714+
"deprecated": true,
5715+
"description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag.",
57155716
"type": "boolean"
57165717
},
57175718
"enabled": {
@@ -7717,6 +7718,22 @@
77177718
},
77187719
"type": "object"
77197720
},
7721+
"RotationConfig": {
7722+
"description": "RotationConfig is config for secret manager auto rotation.",
7723+
"id": "RotationConfig",
7724+
"properties": {
7725+
"enabled": {
7726+
"description": "Whether the rotation is enabled.",
7727+
"type": "boolean"
7728+
},
7729+
"rotationInterval": {
7730+
"description": "The interval between two consecutive rotations. Default rotation interval is 2 minutes.",
7731+
"format": "google-duration",
7732+
"type": "string"
7733+
}
7734+
},
7735+
"type": "object"
7736+
},
77207737
"SandboxConfig": {
77217738
"description": "SandboxConfig contains configurations of the sandbox to use for the node.",
77227739
"id": "SandboxConfig",
@@ -7772,6 +7789,10 @@
77727789
"enabled": {
77737790
"description": "Enable/Disable Secret Manager Config.",
77747791
"type": "boolean"
7792+
},
7793+
"rotationConfig": {
7794+
"$ref": "RotationConfig",
7795+
"description": "Rotation config for secret manager."
77757796
}
77767797
},
77777798
"type": "object"

container/v1/container-gen.go

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

container/v1beta1/container-api.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
}
26862686
}
26872687
},
2688-
"revision": "20250725",
2688+
"revision": "20250807",
26892689
"rootUrl": "https://container.googleapis.com/",
26902690
"schemas": {
26912691
"AcceleratorConfig": {
@@ -3889,7 +3889,7 @@
38893889
},
38903890
"workloadAltsConfig": {
38913891
"$ref": "WorkloadALTSConfig",
3892-
"description": "Configuration for direct-path (via ALTS) with workload identity."
3892+
"description": "Configuration for direct-path (via ALTS) with workload identity. This feature is not officially supported for external customers in Kubernetes Engine when using Workload Identity."
38933893
},
38943894
"workloadCertificates": {
38953895
"$ref": "WorkloadCertificates",
@@ -4341,7 +4341,7 @@
43414341
},
43424342
"desiredWorkloadAltsConfig": {
43434343
"$ref": "WorkloadALTSConfig",
4344-
"description": "Configuration for direct-path (via ALTS) with workload identity."
4344+
"description": "Configuration for direct-path (via ALTS) with workload identity. This feature is not officially supported for external customers in Kubernetes Engine when using Workload Identity."
43454345
},
43464346
"desiredWorkloadCertificates": {
43474347
"$ref": "WorkloadCertificates",
@@ -6055,7 +6055,8 @@
60556055
"id": "LustreCsiDriverConfig",
60566056
"properties": {
60576057
"enableLegacyLustrePort": {
6058-
"description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.",
6058+
"deprecated": true,
6059+
"description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag.",
60596060
"type": "boolean"
60606061
},
60616062
"enabled": {
@@ -9791,7 +9792,7 @@
97919792
"type": "object"
97929793
},
97939794
"WorkloadALTSConfig": {
9794-
"description": "Configuration for direct-path (via ALTS) with workload identity.",
9795+
"description": "Configuration for direct-path (via ALTS) with workload identity. This feature is not officially supported for external customers in Kubernetes Engine when using Workload Identity.",
97959796
"id": "WorkloadALTSConfig",
97969797
"properties": {
97979798
"enableAlts": {

container/v1beta1/container-gen.go

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

dataflow/v1b3/dataflow-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
]
342342
},
343343
"create": {
344-
"description": "A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not enter confidential information when you supply string values using the API.",
344+
"description": "Creates a Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not enter confidential information when you supply string values using the API.",
345345
"flatPath": "v1b3/projects/{projectId}/jobs",
346346
"httpMethod": "POST",
347347
"id": "dataflow.projects.jobs.create",
@@ -972,7 +972,7 @@
972972
"jobs": {
973973
"methods": {
974974
"create": {
975-
"description": "A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not enter confidential information when you supply string values using the API.",
975+
"description": "Creates a Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not enter confidential information when you supply string values using the API.",
976976
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs",
977977
"httpMethod": "POST",
978978
"id": "dataflow.projects.locations.jobs.create",
@@ -2250,7 +2250,7 @@
22502250
}
22512251
}
22522252
},
2253-
"revision": "20250716",
2253+
"revision": "20250812",
22542254
"rootUrl": "https://dataflow.googleapis.com/",
22552255
"schemas": {
22562256
"ApproximateProgress": {

dataflow/v1b3/dataflow-gen.go

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

0 commit comments

Comments
 (0)