Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2597

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions clouddeploy/v1/clouddeploy-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@
}
}
},
"revision": "20240505",
"revision": "20240511",
"rootUrl": "https://clouddeploy.googleapis.com/",
"schemas": {
"AbandonReleaseRequest": {
Expand Down Expand Up @@ -2397,7 +2397,7 @@
"id": "AutomationRolloutMetadata",
"properties": {
"advanceAutomationRuns": {
"description": "Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.",
"description": "Output only. The names of the AutomationRuns initiated by an advance rollout rule.",
"items": {
"type": "string"
},
Expand All @@ -2410,12 +2410,12 @@
"type": "string"
},
"promoteAutomationRun": {
"description": "Output only. The ID of the AutomationRun initiated by a promote release rule.",
"description": "Output only. The name of the AutomationRun initiated by a promote release rule.",
"readOnly": true,
"type": "string"
},
"repairAutomationRuns": {
"description": "Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.",
"description": "Output only. The names of the AutomationRuns initiated by a repair rollout rule.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -3387,6 +3387,10 @@
},
"type": "array"
},
"verbose": {
"description": "Optional. If true, additional logging will be enabled when running builds in this execution environment.",
"type": "boolean"
},
"workerPool": {
"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.",
"type": "string"
Expand Down
13 changes: 8 additions & 5 deletions clouddeploy/v1/clouddeploy-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions eventarc/v1/eventarc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@
}
}
},
"revision": "20240417",
"revision": "20240510",
"rootUrl": "https://eventarc.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1827,11 +1827,11 @@
"type": "object"
},
"NetworkConfig": {
"description": "Represents a network config to be used for destination resolution and connectivity.",
"description": "Network Configuration that can be inherited by other protos.",
"id": "NetworkConfig",
"properties": {
"networkAttachment": {
"description": "Required. Name of the NetworkAttachment that allows access to the destination VPC. Format: `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`",
"description": "Required. Name of the NetworkAttachment that allows access to the customer's VPC. Format: `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`",
"type": "string"
}
},
Expand Down
5 changes: 2 additions & 3 deletions eventarc/v1/eventarc-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 85 additions & 1 deletion file/v1/file-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
}
}
},
"revision": "20240307",
"revision": "20240511",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -1413,6 +1413,10 @@
},
"type": "array"
},
"replication": {
"$ref": "Replication",
"description": "Optional. Replicaition configuration."
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down Expand Up @@ -1890,6 +1894,86 @@
},
"type": "object"
},
"ReplicaConfig": {
"description": "Replica configuration for the instance.",
"id": "ReplicaConfig",
"properties": {
"lastActiveSyncTime": {
"description": "Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"peerInstance": {
"description": "Optional. The peer instance.",
"type": "string"
},
"state": {
"description": "Output only. The replica state.",
"enum": [
"STATE_UNSPECIFIED",
"CREATING",
"READY",
"REMOVING",
"FAILED"
],
"enumDescriptions": [
"State not set.",
"The replica is being created.",
"The replica is ready.",
"The replica is being removed.",
"The replica is experiencing an issue and might be unusable. You can get further details from the `stateReasons` field of the `ReplicaConfig` object."
],
"readOnly": true,
"type": "string"
},
"stateReasons": {
"description": "Output only. Additional information about the replication state, if available.",
"items": {
"enum": [
"STATE_REASON_UNSPECIFIED",
"PEER_INSTANCE_UNREACHABLE"
],
"enumDescriptions": [
"Reason not specified.",
"The peer instance is unreachable."
],
"type": "string"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"Replication": {
"description": "Replication specifications.",
"id": "Replication",
"properties": {
"replicas": {
"description": "Optional. Replicas configuration on the instance. For now, only a single replica config is supported.",
"items": {
"$ref": "ReplicaConfig"
},
"type": "array"
},
"role": {
"description": "Optional. The replication role.",
"enum": [
"ROLE_UNSPECIFIED",
"ACTIVE",
"STANDBY"
],
"enumDescriptions": [
"Role not set.",
"The instance is a Active replication member, functions as the replication source instance.",
"The instance is a Standby replication member, functions as the replication destination instance."
],
"type": "string"
}
},
"type": "object"
},
"RestoreInstanceRequest": {
"description": "RestoreInstanceRequest restores an existing instance's file share from a backup.",
"id": "RestoreInstanceRequest",
Expand Down
77 changes: 77 additions & 0 deletions file/v1/file-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading