Skip to content

Commit

Permalink
fix(metastore): update the API
Browse files Browse the repository at this point in the history
#### metastore:v1alpha

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
- resources.projects.resources.locations.resources.services.resources.backups.methods.create.description

#### metastore:v1beta

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
- resources.projects.resources.locations.resources.services.resources.backups.methods.create.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 20, 2021
1 parent ad4f6fe commit 08dff7b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions discovery/metastore-v1alpha.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -600,7 +600,7 @@
"backups": {
"methods": {
"create": {
"description": "Creates a new Backup in a given project and location.",
"description": "Creates a new backup in a given project and location.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/backups",
"httpMethod": "POST",
"id": "metastore.projects.locations.services.backups.create",
Expand Down Expand Up @@ -899,7 +899,7 @@
}
}
},
"revision": "20210325",
"revision": "20210408",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/metastore-v1beta.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -600,7 +600,7 @@
"backups": {
"methods": {
"create": {
"description": "Creates a new Backup in a given project and location.",
"description": "Creates a new backup in a given project and location.",
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/backups",
"httpMethod": "POST",
"id": "metastore.projects.locations.services.backups.create",
Expand Down Expand Up @@ -899,7 +899,7 @@
}
}
},
"revision": "20210325",
"revision": "20210408",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
6 changes: 3 additions & 3 deletions src/apis/metastore/v1alpha.ts
Expand Up @@ -954,7 +954,7 @@ export namespace metastore_v1alpha {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1083,7 +1083,7 @@ export namespace metastore_v1alpha {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down Expand Up @@ -3133,7 +3133,7 @@ export namespace metastore_v1alpha {
}

/**
* Creates a new Backup in a given project and location.
* Creates a new backup in a given project and location.
* @example
* ```js
* // Before running the sample:
Expand Down
6 changes: 3 additions & 3 deletions src/apis/metastore/v1beta.ts
Expand Up @@ -954,7 +954,7 @@ export namespace metastore_v1beta {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1083,7 +1083,7 @@ export namespace metastore_v1beta {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down Expand Up @@ -3133,7 +3133,7 @@ export namespace metastore_v1beta {
}

/**
* Creates a new Backup in a given project and location.
* Creates a new backup in a given project and location.
* @example
* ```js
* // Before running the sample:
Expand Down

0 comments on commit 08dff7b

Please sign in to comment.