Skip to content

Commit 7d46b4d

Browse files
feat(all): auto-regenerate discovery clients (#2597)
1 parent 07e7104 commit 7d46b4d

22 files changed

+1289
-44
lines changed

clouddeploy/v1/clouddeploy-api.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@
20652065
}
20662066
}
20672067
},
2068-
"revision": "20240505",
2068+
"revision": "20240511",
20692069
"rootUrl": "https://clouddeploy.googleapis.com/",
20702070
"schemas": {
20712071
"AbandonReleaseRequest": {
@@ -2397,7 +2397,7 @@
23972397
"id": "AutomationRolloutMetadata",
23982398
"properties": {
23992399
"advanceAutomationRuns": {
2400-
"description": "Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.",
2400+
"description": "Output only. The names of the AutomationRuns initiated by an advance rollout rule.",
24012401
"items": {
24022402
"type": "string"
24032403
},
@@ -2410,12 +2410,12 @@
24102410
"type": "string"
24112411
},
24122412
"promoteAutomationRun": {
2413-
"description": "Output only. The ID of the AutomationRun initiated by a promote release rule.",
2413+
"description": "Output only. The name of the AutomationRun initiated by a promote release rule.",
24142414
"readOnly": true,
24152415
"type": "string"
24162416
},
24172417
"repairAutomationRuns": {
2418-
"description": "Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.",
2418+
"description": "Output only. The names of the AutomationRuns initiated by a repair rollout rule.",
24192419
"items": {
24202420
"type": "string"
24212421
},
@@ -3387,6 +3387,10 @@
33873387
},
33883388
"type": "array"
33893389
},
3390+
"verbose": {
3391+
"description": "Optional. If true, additional logging will be enabled when running builds in this execution environment.",
3392+
"type": "boolean"
3393+
},
33903394
"workerPool": {
33913395
"description": "Optional. The resource name of the `WorkerPool`, with the format `projects/{project}/locations/{location}/workerPools/{worker_pool}`. If this optional field is unspecified, the default Cloud Build pool will be used.",
33923396
"type": "string"

clouddeploy/v1/clouddeploy-gen.go

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eventarc/v1/eventarc-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@
11971197
}
11981198
}
11991199
},
1200-
"revision": "20240417",
1200+
"revision": "20240510",
12011201
"rootUrl": "https://eventarc.googleapis.com/",
12021202
"schemas": {
12031203
"AuditConfig": {
@@ -1827,11 +1827,11 @@
18271827
"type": "object"
18281828
},
18291829
"NetworkConfig": {
1830-
"description": "Represents a network config to be used for destination resolution and connectivity.",
1830+
"description": "Network Configuration that can be inherited by other protos.",
18311831
"id": "NetworkConfig",
18321832
"properties": {
18331833
"networkAttachment": {
1834-
"description": "Required. Name of the NetworkAttachment that allows access to the destination VPC. Format: `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`",
1834+
"description": "Required. Name of the NetworkAttachment that allows access to the customer's VPC. Format: `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`",
18351835
"type": "string"
18361836
}
18371837
},

eventarc/v1/eventarc-gen.go

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

file/v1/file-api.json

+85-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
}
875875
}
876876
},
877-
"revision": "20240307",
877+
"revision": "20240511",
878878
"rootUrl": "https://file.googleapis.com/",
879879
"schemas": {
880880
"Backup": {
@@ -1413,6 +1413,10 @@
14131413
},
14141414
"type": "array"
14151415
},
1416+
"replication": {
1417+
"$ref": "Replication",
1418+
"description": "Optional. Replicaition configuration."
1419+
},
14161420
"satisfiesPzi": {
14171421
"description": "Output only. Reserved for future use.",
14181422
"readOnly": true,
@@ -1890,6 +1894,86 @@
18901894
},
18911895
"type": "object"
18921896
},
1897+
"ReplicaConfig": {
1898+
"description": "Replica configuration for the instance.",
1899+
"id": "ReplicaConfig",
1900+
"properties": {
1901+
"lastActiveSyncTime": {
1902+
"description": "Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely.",
1903+
"format": "google-datetime",
1904+
"readOnly": true,
1905+
"type": "string"
1906+
},
1907+
"peerInstance": {
1908+
"description": "Optional. The peer instance.",
1909+
"type": "string"
1910+
},
1911+
"state": {
1912+
"description": "Output only. The replica state.",
1913+
"enum": [
1914+
"STATE_UNSPECIFIED",
1915+
"CREATING",
1916+
"READY",
1917+
"REMOVING",
1918+
"FAILED"
1919+
],
1920+
"enumDescriptions": [
1921+
"State not set.",
1922+
"The replica is being created.",
1923+
"The replica is ready.",
1924+
"The replica is being removed.",
1925+
"The replica is experiencing an issue and might be unusable. You can get further details from the `stateReasons` field of the `ReplicaConfig` object."
1926+
],
1927+
"readOnly": true,
1928+
"type": "string"
1929+
},
1930+
"stateReasons": {
1931+
"description": "Output only. Additional information about the replication state, if available.",
1932+
"items": {
1933+
"enum": [
1934+
"STATE_REASON_UNSPECIFIED",
1935+
"PEER_INSTANCE_UNREACHABLE"
1936+
],
1937+
"enumDescriptions": [
1938+
"Reason not specified.",
1939+
"The peer instance is unreachable."
1940+
],
1941+
"type": "string"
1942+
},
1943+
"readOnly": true,
1944+
"type": "array"
1945+
}
1946+
},
1947+
"type": "object"
1948+
},
1949+
"Replication": {
1950+
"description": "Replication specifications.",
1951+
"id": "Replication",
1952+
"properties": {
1953+
"replicas": {
1954+
"description": "Optional. Replicas configuration on the instance. For now, only a single replica config is supported.",
1955+
"items": {
1956+
"$ref": "ReplicaConfig"
1957+
},
1958+
"type": "array"
1959+
},
1960+
"role": {
1961+
"description": "Optional. The replication role.",
1962+
"enum": [
1963+
"ROLE_UNSPECIFIED",
1964+
"ACTIVE",
1965+
"STANDBY"
1966+
],
1967+
"enumDescriptions": [
1968+
"Role not set.",
1969+
"The instance is a Active replication member, functions as the replication source instance.",
1970+
"The instance is a Standby replication member, functions as the replication destination instance."
1971+
],
1972+
"type": "string"
1973+
}
1974+
},
1975+
"type": "object"
1976+
},
18931977
"RestoreInstanceRequest": {
18941978
"description": "RestoreInstanceRequest restores an existing instance's file share from a backup.",
18951979
"id": "RestoreInstanceRequest",

file/v1/file-gen.go

+77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)