Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72770ad

Browse files
committedNov 1, 2022
feat(metastore): update the api
#### metastore:v1alpha The following keys were added: - schemas.Service.properties.telemetryConfig.$ref (Total Keys: 1) - schemas.TelemetryConfig (Total Keys: 3) #### metastore:v1beta The following keys were added: - schemas.Service.properties.telemetryConfig.$ref (Total Keys: 1) - schemas.TelemetryConfig (Total Keys: 3)
1 parent 167f3d8 commit 72770ad

6 files changed

+145
-55
lines changed
 

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

+18-9
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142142
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
143143
{ # Contains information of the customer&#x27;s network configurations.
144144
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
145-
&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}
145+
&quot;subnetwork&quot;: &quot;A String&quot;, # Immutable. 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}
146146
},
147147
],
148148
},
@@ -204,18 +204,21 @@ <h3>Method Details</h3>
204204
},
205205
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
206206
&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}.
207-
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
207+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # The configuration specifying the network settings for the Dataproc Metastore service.
208208
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
209209
{ # Contains information of the customer&#x27;s network configurations.
210210
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
211-
&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+
&quot;subnetwork&quot;: &quot;A String&quot;, # Immutable. 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}
212212
},
213213
],
214214
},
215215
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
216216
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
217217
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
218218
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the current state of the metastore service, if available.
219+
&quot;telemetryConfig&quot;: { # Telemetry Configuration for the Dataproc Metastore service. # The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
220+
&quot;logFormat&quot;: &quot;A String&quot;,
221+
},
219222
&quot;tier&quot;: &quot;A String&quot;, # The tier of the service.
220223
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique resource identifier of the metastore service.
221224
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was last updated.
@@ -330,7 +333,7 @@ <h3>Method Details</h3>
330333
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
331334
{ # Contains information of the customer&#x27;s network configurations.
332335
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
333-
&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}
336+
&quot;subnetwork&quot;: &quot;A String&quot;, # Immutable. 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}
334337
},
335338
],
336339
},
@@ -392,18 +395,21 @@ <h3>Method Details</h3>
392395
},
393396
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
394397
&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}.
395-
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
398+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # The configuration specifying the network settings for the Dataproc Metastore service.
396399
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
397400
{ # Contains information of the customer&#x27;s network configurations.
398401
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
399-
&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}
402+
&quot;subnetwork&quot;: &quot;A String&quot;, # Immutable. 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}
400403
},
401404
],
402405
},
403406
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
404407
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
405408
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
406409
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the current state of the metastore service, if available.
410+
&quot;telemetryConfig&quot;: { # Telemetry Configuration for the Dataproc Metastore service. # The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
411+
&quot;logFormat&quot;: &quot;A String&quot;,
412+
},
407413
&quot;tier&quot;: &quot;A String&quot;, # The tier of the service.
408414
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique resource identifier of the metastore service.
409415
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was last updated.
@@ -506,7 +512,7 @@ <h3>Method Details</h3>
506512
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
507513
{ # Contains information of the customer&#x27;s network configurations.
508514
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
509-
&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}
515+
&quot;subnetwork&quot;: &quot;A String&quot;, # Immutable. 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}
510516
},
511517
],
512518
},
@@ -568,18 +574,21 @@ <h3>Method Details</h3>
568574
},
569575
&quot;name&quot;: &quot;A String&quot;, # Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
570576
&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}.
571-
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # Immutable. The configuration specifying the network settings for the Dataproc Metastore service.
577+
&quot;networkConfig&quot;: { # Network configuration for the Dataproc Metastore service. # The configuration specifying the network settings for the Dataproc Metastore service.
572578
&quot;consumers&quot;: [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
573579
{ # Contains information of the customer&#x27;s network configurations.
574580
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
575-
&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}
581+
&quot;subnetwork&quot;: &quot;A String&quot;, # Immutable. 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}
576582
},
577583
],
578584
},
579585
&quot;port&quot;: 42, # The TCP port at which the metastore service is reached. Default: 9083.
580586
&quot;releaseChannel&quot;: &quot;A String&quot;, # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
581587
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the metastore service.
582588
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the current state of the metastore service, if available.
589+
&quot;telemetryConfig&quot;: { # Telemetry Configuration for the Dataproc Metastore service. # The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
590+
&quot;logFormat&quot;: &quot;A String&quot;,
591+
},
583592
&quot;tier&quot;: &quot;A String&quot;, # The tier of the service.
584593
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique resource identifier of the metastore service.
585594
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was last updated.

0 commit comments

Comments
 (0)
Please sign in to comment.