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.Consumer.description
- schemas.NetworkConfig.description

#### metastore:v1beta

The following keys were changed:
- schemas.Consumer.description
- schemas.NetworkConfig.description

#### metastore:v1

The following keys were changed:
- schemas.Consumer.description
- schemas.NetworkConfig.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 19, 2023
1 parent e7f0e4d commit 886136c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions discovery/metastore-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@
}
}
},
"revision": "20230926",
"revision": "20231010",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1549,7 +1549,7 @@
"type": "object"
},
"Consumer": {
"description": "Contains information of the customer's network configurations.Next available ID: 5",
"description": "Contains information of the customer's network configurations.",
"id": "Consumer",
"properties": {
"endpointLocation": {
Expand Down Expand Up @@ -2250,7 +2250,7 @@
"type": "object"
},
"NetworkConfig": {
"description": "Network configuration for the Dataproc Metastore service.Next available ID: 4",
"description": "Network configuration for the Dataproc Metastore service.",
"id": "NetworkConfig",
"properties": {
"consumers": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/metastore-v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
}
}
},
"revision": "20230926",
"revision": "20231010",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1791,7 +1791,7 @@
"type": "object"
},
"Consumer": {
"description": "Contains information of the customer's network configurations.Next available ID: 5",
"description": "Contains information of the customer's network configurations.",
"id": "Consumer",
"properties": {
"endpointLocation": {
Expand Down Expand Up @@ -2543,7 +2543,7 @@
"type": "object"
},
"NetworkConfig": {
"description": "Network configuration for the Dataproc Metastore service.Next available ID: 4",
"description": "Network configuration for the Dataproc Metastore service.",
"id": "NetworkConfig",
"properties": {
"consumers": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/metastore-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
}
}
},
"revision": "20230926",
"revision": "20231010",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1791,7 +1791,7 @@
"type": "object"
},
"Consumer": {
"description": "Contains information of the customer's network configurations.Next available ID: 5",
"description": "Contains information of the customer's network configurations.",
"id": "Consumer",
"properties": {
"endpointLocation": {
Expand Down Expand Up @@ -2543,7 +2543,7 @@
"type": "object"
},
"NetworkConfig": {
"description": "Network configuration for the Dataproc Metastore service.Next available ID: 4",
"description": "Network configuration for the Dataproc Metastore service.",
"id": "NetworkConfig",
"properties": {
"consumers": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/metastore/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export namespace metastore_v1 {
*/
export interface Schema$CancelOperationRequest {}
/**
* Contains information of the customer's network configurations.Next available ID: 5
* Contains information of the customer's network configurations.
*/
export interface Schema$Consumer {
/**
Expand Down Expand Up @@ -696,7 +696,7 @@ export namespace metastore_v1 {
constituentRegions?: string[] | null;
}
/**
* Network configuration for the Dataproc Metastore service.Next available ID: 4
* Network configuration for the Dataproc Metastore service.
*/
export interface Schema$NetworkConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/metastore/v1alpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export namespace metastore_v1alpha {
*/
export interface Schema$CancelOperationRequest {}
/**
* Contains information of the customer's network configurations.Next available ID: 5
* Contains information of the customer's network configurations.
*/
export interface Schema$Consumer {
/**
Expand Down Expand Up @@ -736,7 +736,7 @@ export namespace metastore_v1alpha {
constituentRegions?: string[] | null;
}
/**
* Network configuration for the Dataproc Metastore service.Next available ID: 4
* Network configuration for the Dataproc Metastore service.
*/
export interface Schema$NetworkConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/metastore/v1beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export namespace metastore_v1beta {
*/
export interface Schema$CancelOperationRequest {}
/**
* Contains information of the customer's network configurations.Next available ID: 5
* Contains information of the customer's network configurations.
*/
export interface Schema$Consumer {
/**
Expand Down Expand Up @@ -736,7 +736,7 @@ export namespace metastore_v1beta {
constituentRegions?: string[] | null;
}
/**
* Network configuration for the Dataproc Metastore service.Next available ID: 4
* Network configuration for the Dataproc Metastore service.
*/
export interface Schema$NetworkConfig {
/**
Expand Down

0 comments on commit 886136c

Please sign in to comment.