Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 20, 2022
1 parent ecdf959 commit 905c5cc
Show file tree
Hide file tree
Showing 32 changed files with 1,283 additions and 776 deletions.
65 changes: 1 addition & 64 deletions cloudbuild/v1/cloudbuild-api.json
Expand Up @@ -2011,7 +2011,7 @@
}
}
},
"revision": "20220505",
"revision": "20220512",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -3082,27 +3082,6 @@
},
"type": "object"
},
"CreateGitLabConfigOperationMetadata": {
"description": "Metadata for `CreateGitLabConfig` operation.",
"id": "CreateGitLabConfigOperationMetadata",
"properties": {
"completeTime": {
"description": "Time the operation was completed.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Time the operation was created.",
"format": "google-datetime",
"type": "string"
},
"gitlabConfig": {
"description": "The resource name of the GitLabConfig to be created. Format: `projects/{project}/locations/{location}/gitlabConfigs/{id}`.",
"type": "string"
}
},
"type": "object"
},
"CreateWorkerPoolOperationMetadata": {
"description": "Metadata for the `CreateWorkerPool` operation.",
"id": "CreateWorkerPoolOperationMetadata",
Expand Down Expand Up @@ -3166,27 +3145,6 @@
},
"type": "object"
},
"DeleteGitLabConfigOperationMetadata": {
"description": "Metadata for `DeleteGitLabConfig` operation.",
"id": "DeleteGitLabConfigOperationMetadata",
"properties": {
"completeTime": {
"description": "Time the operation was completed.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Time the operation was created.",
"format": "google-datetime",
"type": "string"
},
"gitlabConfig": {
"description": "The resource name of the GitLabConfig to be created. Format: `projects/{project}/locations/{location}/gitlabConfigs/{id}`.",
"type": "string"
}
},
"type": "object"
},
"DeleteWorkerPoolOperationMetadata": {
"description": "Metadata for the `DeleteWorkerPool` operation.",
"id": "DeleteWorkerPoolOperationMetadata",
Expand Down Expand Up @@ -4496,27 +4454,6 @@
},
"type": "object"
},
"UpdateGitLabConfigOperationMetadata": {
"description": "Metadata for `UpdateGitLabConfig` operation.",
"id": "UpdateGitLabConfigOperationMetadata",
"properties": {
"completeTime": {
"description": "Time the operation was completed.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Time the operation was created.",
"format": "google-datetime",
"type": "string"
},
"gitlabConfig": {
"description": "The resource name of the GitLabConfig to be created. Format: `projects/{project}/locations/{location}/gitlabConfigs/{id}`.",
"type": "string"
}
},
"type": "object"
},
"UpdateWorkerPoolOperationMetadata": {
"description": "Metadata for the `UpdateWorkerPool` operation.",
"id": "UpdateWorkerPoolOperationMetadata",
Expand Down
108 changes: 0 additions & 108 deletions cloudbuild/v1/cloudbuild-gen.go

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

65 changes: 1 addition & 64 deletions cloudbuild/v1alpha1/cloudbuild-api.json
Expand Up @@ -306,7 +306,7 @@
}
}
},
"revision": "20220322",
"revision": "20220512",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -1043,27 +1043,6 @@
},
"type": "object"
},
"CreateGitLabConfigOperationMetadata": {
"description": "Metadata for `CreateGitLabConfig` operation.",
"id": "CreateGitLabConfigOperationMetadata",
"properties": {
"completeTime": {
"description": "Time the operation was completed.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Time the operation was created.",
"format": "google-datetime",
"type": "string"
},
"gitlabConfig": {
"description": "The resource name of the GitLabConfig to be created. Format: `projects/{project}/locations/{location}/gitlabConfigs/{id}`.",
"type": "string"
}
},
"type": "object"
},
"CreateWorkerPoolOperationMetadata": {
"description": "Metadata for the `CreateWorkerPool` operation.",
"id": "CreateWorkerPoolOperationMetadata",
Expand Down Expand Up @@ -1127,27 +1106,6 @@
},
"type": "object"
},
"DeleteGitLabConfigOperationMetadata": {
"description": "Metadata for `DeleteGitLabConfig` operation.",
"id": "DeleteGitLabConfigOperationMetadata",
"properties": {
"completeTime": {
"description": "Time the operation was completed.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Time the operation was created.",
"format": "google-datetime",
"type": "string"
},
"gitlabConfig": {
"description": "The resource name of the GitLabConfig to be created. Format: `projects/{project}/locations/{location}/gitlabConfigs/{id}`.",
"type": "string"
}
},
"type": "object"
},
"DeleteWorkerPoolOperationMetadata": {
"description": "Metadata for the `DeleteWorkerPool` operation.",
"id": "DeleteWorkerPoolOperationMetadata",
Expand Down Expand Up @@ -1979,27 +1937,6 @@
},
"type": "object"
},
"UpdateGitLabConfigOperationMetadata": {
"description": "Metadata for `UpdateGitLabConfig` operation.",
"id": "UpdateGitLabConfigOperationMetadata",
"properties": {
"completeTime": {
"description": "Time the operation was completed.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Time the operation was created.",
"format": "google-datetime",
"type": "string"
},
"gitlabConfig": {
"description": "The resource name of the GitLabConfig to be created. Format: `projects/{project}/locations/{location}/gitlabConfigs/{id}`.",
"type": "string"
}
},
"type": "object"
},
"UpdateWorkerPoolOperationMetadata": {
"description": "Metadata for the `UpdateWorkerPool` operation.",
"id": "UpdateWorkerPoolOperationMetadata",
Expand Down

0 comments on commit 905c5cc

Please sign in to comment.