Skip to content

Commit 9c90df7

Browse files
feat(metastore): update the api
#### metastore:v1alpha The following keys were added: - schemas.Consumer (Total Keys: 5) - schemas.NetworkConfig (Total Keys: 4) - schemas.Service.properties.networkConfig.$ref (Total Keys: 1) #### metastore:v1beta The following keys were added: - schemas.Consumer (Total Keys: 5) - schemas.NetworkConfig (Total Keys: 4) - schemas.Service.properties.networkConfig.$ref (Total Keys: 1)
1 parent d46ea7a commit 9c90df7

8 files changed

+194
-14
lines changed

docs/dyn/metastore_v1alpha.projects.locations.services.backups.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@ <h3>Method Details</h3>
187187
},
188188
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
189189
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
190+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
191+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
192+
{ # Contains information of the customer&#x27;s network configurations.
193+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
194+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
195+
},
196+
],
197+
},
190198
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
191199
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
192200
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
@@ -350,6 +358,14 @@ <h3>Method Details</h3>
350358
},
351359
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
352360
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
361+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
362+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
363+
{ # Contains information of the customer&#x27;s network configurations.
364+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
365+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
366+
},
367+
],
368+
},
353369
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
354370
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
355371
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
@@ -368,7 +384,7 @@ <h3>Method Details</h3>
368384

369385
Args:
370386
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
371-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
387+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
372388
x__xgafv: string, V1 error format.
373389
Allowed values
374390
1 - v1 error format
@@ -501,6 +517,14 @@ <h3>Method Details</h3>
501517
},
502518
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
503519
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
520+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
521+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
522+
{ # Contains information of the customer&#x27;s network configurations.
523+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
524+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
525+
},
526+
],
527+
},
504528
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
505529
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
506530
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.

docs/dyn/metastore_v1alpha.projects.locations.services.databases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103

104104
Args:
105105
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
106-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
106+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
107107
x__xgafv: string, V1 error format.
108108
Allowed values
109109
1 - v1 error format

docs/dyn/metastore_v1alpha.projects.locations.services.databases.tables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3>Method Details</h3>
9898

9999
Args:
100100
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
101-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
101+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
102102
x__xgafv: string, V1 error format.
103103
Allowed values
104104
1 - v1 error format

docs/dyn/metastore_v1alpha.projects.locations.services.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@ <h3>Method Details</h3>
203203
},
204204
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
205205
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
206+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
207+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
208+
{ # Contains information of the customer&#x27;s network configurations.
209+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
210+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
211+
},
212+
],
213+
},
206214
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
207215
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
208216
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
@@ -400,6 +408,14 @@ <h3>Method Details</h3>
400408
},
401409
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
402410
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
411+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
412+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
413+
{ # Contains information of the customer&#x27;s network configurations.
414+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
415+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
416+
},
417+
],
418+
},
403419
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
404420
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
405421
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
@@ -416,7 +432,7 @@ <h3>Method Details</h3>
416432

417433
Args:
418434
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
419-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
435+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
420436
x__xgafv: string, V1 error format.
421437
Allowed values
422438
1 - v1 error format
@@ -542,6 +558,14 @@ <h3>Method Details</h3>
542558
},
543559
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
544560
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
561+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
562+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
563+
{ # Contains information of the customer&#x27;s network configurations.
564+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
565+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
566+
},
567+
],
568+
},
545569
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
546570
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
547571
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
@@ -643,6 +667,14 @@ <h3>Method Details</h3>
643667
},
644668
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}.
645669
&quot;network&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.
670+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
671+
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
672+
{ # Contains information of the customer&#x27;s network configurations.
673+
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
674+
&quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service&#x27;s endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet&#x27;s primary range. The subnet is specified in the following form:`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
675+
},
676+
],
677+
},
646678
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
647679
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
648680
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.

0 commit comments

Comments
 (0)