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:
- schemas.Service.properties.maintenanceWindow.description

#### metastore:v1beta

The following keys were changed:
- schemas.Service.properties.maintenanceWindow.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Sep 28, 2021
1 parent ef9a418 commit debeb46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/metastore-v1alpha.json
Expand Up @@ -1170,7 +1170,7 @@
}
}
},
"revision": "20210824",
"revision": "20210921",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -2117,7 +2117,7 @@
},
"maintenanceWindow": {
"$ref": "MaintenanceWindow",
"description": "The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time."
"description": "The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type."
},
"metadataIntegration": {
"$ref": "MetadataIntegration",
Expand Down
4 changes: 2 additions & 2 deletions discovery/metastore-v1beta.json
Expand Up @@ -986,7 +986,7 @@
}
}
},
"revision": "20210824",
"revision": "20210921",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1933,7 +1933,7 @@
},
"maintenanceWindow": {
"$ref": "MaintenanceWindow",
"description": "The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time."
"description": "The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type."
},
"metadataIntegration": {
"$ref": "MetadataIntegration",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/metastore/v1alpha.ts
Expand Up @@ -722,7 +722,7 @@ export namespace metastore_v1alpha {
*/
labels?: {[key: string]: string} | null;
/**
* The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time.
* The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.
*/
maintenanceWindow?: Schema$MaintenanceWindow;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/metastore/v1beta.ts
Expand Up @@ -722,7 +722,7 @@ export namespace metastore_v1beta {
*/
labels?: {[key: string]: string} | null;
/**
* The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time.
* The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.
*/
maintenanceWindow?: Schema$MaintenanceWindow;
/**
Expand Down

0 comments on commit debeb46

Please sign in to comment.