Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 30, 2024
1 parent 4ebe65e commit 5b9019f
Show file tree
Hide file tree
Showing 42 changed files with 4,110 additions and 1,633 deletions.
380 changes: 188 additions & 192 deletions beyondcorp/v1alpha/beyondcorp-api.json

Large diffs are not rendered by default.

2,612 changes: 1,300 additions & 1,312 deletions beyondcorp/v1alpha/beyondcorp-gen.go

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions bigquerydatatransfer/v1/bigquerydatatransfer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
],
"parameters": {
"name": {
"description": "The name of the project resource in the form: `projects/{project_id}`",
"description": "Required. The name of the project resource in the form: `projects/{project_id}`",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
Expand Down Expand Up @@ -282,7 +282,7 @@
],
"parameters": {
"name": {
"description": "The name of the project resource in the form: `projects/{project_id}`",
"description": "Required. The name of the project resource in the form: `projects/{project_id}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
Expand Down Expand Up @@ -381,7 +381,7 @@
],
"parameters": {
"name": {
"description": "The name of the project resource in the form: `projects/{project_id}`",
"description": "Required. The name of the project resource in the form: `projects/{project_id}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
Expand Down Expand Up @@ -658,7 +658,7 @@
"type": "string"
},
"name": {
"description": "The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
"description": "Identifier. The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -732,7 +732,7 @@
],
"parameters": {
"parent": {
"description": "Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.",
"description": "Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1106,7 +1106,7 @@
"type": "string"
},
"name": {
"description": "The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
"description": "Identifier. The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
"location": "path",
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1180,7 +1180,7 @@
],
"parameters": {
"parent": {
"description": "Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.",
"description": "Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.",
"location": "path",
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1398,7 +1398,7 @@
}
}
},
"revision": "20240306",
"revision": "20240323",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1978,7 +1978,7 @@
"description": "The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent."
},
"name": {
"description": "The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
"description": "Identifier. The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
"type": "string"
},
"nextRunTime": {
Expand Down Expand Up @@ -2109,7 +2109,7 @@
"description": "Status of the transfer run."
},
"name": {
"description": "The resource name of the transfer run. Transfer run names have the form `projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`. The name is ignored when creating a transfer run.",
"description": "Identifier. The resource name of the transfer run. Transfer run names have the form `projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`. The name is ignored when creating a transfer run.",
"type": "string"
},
"notificationPubsubTopic": {
Expand Down
30 changes: 15 additions & 15 deletions bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

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

0 comments on commit 5b9019f

Please sign in to comment.