Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 28, 2022
1 parent 6aeb511 commit 7331451
Show file tree
Hide file tree
Showing 35 changed files with 15,255 additions and 116 deletions.
4 changes: 2 additions & 2 deletions api-list.json
Expand Up @@ -5247,8 +5247,8 @@
"id": "vault:v1",
"name": "vault",
"version": "v1",
"title": "G Suite Vault API",
"description": "Archiving and eDiscovery for G Suite.",
"title": "Google Vault API",
"description": "Retention and eDiscovery for Google Workspace. To work with Vault resources, the account must have the [required Vault privileges](https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege. For example, to download an export, an account needs the **Manage Exports** privilege and the matter shared with them.",
"discoveryRestUrl": "https://vault.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
4 changes: 2 additions & 2 deletions bigtableadmin/v2/bigtableadmin-api.json
Expand Up @@ -1552,7 +1552,7 @@
"type": "string"
},
"view": {
"description": "The view to be applied to the returned tables' fields. Only NAME_ONLY view (default) and REPLICATION_VIEW are supported.",
"description": "The view to be applied to the returned tables' fields. Only NAME_ONLY view (default), REPLICATION_VIEW and ENCRYPTION_VIEW are supported.",
"enum": [
"VIEW_UNSPECIFIED",
"NAME_ONLY",
Expand Down Expand Up @@ -1803,7 +1803,7 @@
}
}
},
"revision": "20220114",
"revision": "20220211",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down
6 changes: 3 additions & 3 deletions bigtableadmin/v2/bigtableadmin-gen.go

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

8 changes: 4 additions & 4 deletions cloudfunctions/v1/cloudfunctions-api.json
Expand Up @@ -546,7 +546,7 @@
}
}
},
"revision": "20220203",
"revision": "20220218",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -650,7 +650,7 @@
"type": "object"
},
"CloudFunction": {
"description": "Describes a Cloud Function that contains user computation executed in response to an event. It encapsulate function and triggers configurations. Next tag: 36",
"description": "Describes a Cloud Function that contains user computation executed in response to an event. It encapsulate function and triggers configurations.",
"id": "CloudFunction",
"properties": {
"availableMemoryMb": {
Expand Down Expand Up @@ -1504,7 +1504,7 @@
"type": "object"
},
"SecretEnvVar": {
"description": "Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable. Secret value is not a part of the configuration. Secret values are only fetched when a new clone starts.",
"description": "Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.",
"id": "SecretEnvVar",
"properties": {
"key": {
Expand All @@ -1520,7 +1520,7 @@
"type": "string"
},
"version": {
"description": "Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new clones start.",
"description": "Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.",
"type": "string"
}
},
Expand Down
8 changes: 3 additions & 5 deletions cloudfunctions/v1/cloudfunctions-gen.go

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

4 changes: 2 additions & 2 deletions cloudfunctions/v2alpha/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20220203",
"revision": "20220218",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -833,7 +833,7 @@
"enumDescriptions": [
"Not specified. Invalid state.",
"Function has been successfully deployed and is serving.",
"Function deployment failed and the function isn’t serving.",
"Function deployment failed and the function is not serving.",
"Function is being created or updated.",
"Function is being deleted.",
"Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state."
Expand Down
2 changes: 1 addition & 1 deletion cloudfunctions/v2alpha/cloudfunctions-gen.go

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

4 changes: 2 additions & 2 deletions cloudfunctions/v2beta/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20220203",
"revision": "20220218",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -833,7 +833,7 @@
"enumDescriptions": [
"Not specified. Invalid state.",
"Function has been successfully deployed and is serving.",
"Function deployment failed and the function isn’t serving.",
"Function deployment failed and the function is not serving.",
"Function is being created or updated.",
"Function is being deleted.",
"Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state."
Expand Down
2 changes: 1 addition & 1 deletion cloudfunctions/v2beta/cloudfunctions-gen.go

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

4 changes: 2 additions & 2 deletions dataflow/v1b3/dataflow-api.json
Expand Up @@ -2225,7 +2225,7 @@
}
}
},
"revision": "20220215",
"revision": "20220218",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -3666,7 +3666,7 @@
"type": "object"
},
"Job": {
"description": "Defines a job to be run by the Cloud Dataflow service. nextID: 26",
"description": "Defines a job to be run by the Cloud Dataflow service.",
"id": "Job",
"properties": {
"clientRequestId": {
Expand Down
3 changes: 1 addition & 2 deletions dataflow/v1b3/dataflow-gen.go

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

0 comments on commit 7331451

Please sign in to comment.