You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/metastore_v1.projects.locations.services.backups.html
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,22 @@ <h3>Method Details</h3>
130
130
},
131
131
"endpointUri": "A String", # Output only. The URI of the endpoint used to access the metastore service.
132
132
"hiveMetastoreConfig": { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
133
+
"auxiliaryVersions": { # A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
134
+
"a_key": { # Configuration information for the auxiliary service versions.
135
+
"configOverrides": { # A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
136
+
"a_key": "A String",
137
+
},
138
+
"networkConfig": { # Network configuration for the Dataproc Metastore service. # Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
139
+
"consumers": [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
140
+
{ # Contains information of the customer's network configurations.
141
+
"endpointUri": "A String", # Output only. The URI of the endpoint used to access the metastore service.
142
+
"subnetwork": "A String", # Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service'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's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
143
+
},
144
+
],
145
+
},
146
+
"version": "A String", # The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
147
+
},
148
+
},
133
149
"configOverrides": { # A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
134
150
"a_key": "A String",
135
151
},
@@ -182,6 +198,10 @@ <h3>Method Details</h3>
182
198
},
183
199
"port": 42, # The TCP port at which the metastore service is reached. Default: 9083.
184
200
"releaseChannel": "A String", # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
201
+
"scalingConfig": { # Represents the scaling configuration of a metastore service. # Scaling configuration of the metastore service.
202
+
"instanceSize": "A String", # An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
203
+
"scalingFactor": 3.14, # Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
204
+
},
185
205
"state": "A String", # Output only. The current state of the metastore service.
186
206
"stateMessage": "A String", # Output only. Additional information about the current state of the metastore service, if available.
187
207
"telemetryConfig": { # Telemetry Configuration for the Dataproc Metastore service. # The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
@@ -292,6 +312,22 @@ <h3>Method Details</h3>
292
312
},
293
313
"endpointUri": "A String", # Output only. The URI of the endpoint used to access the metastore service.
294
314
"hiveMetastoreConfig": { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
315
+
"auxiliaryVersions": { # A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
316
+
"a_key": { # Configuration information for the auxiliary service versions.
317
+
"configOverrides": { # A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
318
+
"a_key": "A String",
319
+
},
320
+
"networkConfig": { # Network configuration for the Dataproc Metastore service. # Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
321
+
"consumers": [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
322
+
{ # Contains information of the customer's network configurations.
323
+
"endpointUri": "A String", # Output only. The URI of the endpoint used to access the metastore service.
324
+
"subnetwork": "A String", # Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service'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's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
325
+
},
326
+
],
327
+
},
328
+
"version": "A String", # The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
329
+
},
330
+
},
295
331
"configOverrides": { # A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
296
332
"a_key": "A String",
297
333
},
@@ -344,6 +380,10 @@ <h3>Method Details</h3>
344
380
},
345
381
"port": 42, # The TCP port at which the metastore service is reached. Default: 9083.
346
382
"releaseChannel": "A String", # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
383
+
"scalingConfig": { # Represents the scaling configuration of a metastore service. # Scaling configuration of the metastore service.
384
+
"instanceSize": "A String", # An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
385
+
"scalingFactor": 3.14, # Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
386
+
},
347
387
"state": "A String", # Output only. The current state of the metastore service.
348
388
"stateMessage": "A String", # Output only. Additional information about the current state of the metastore service, if available.
349
389
"telemetryConfig": { # Telemetry Configuration for the Dataproc Metastore service. # The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
@@ -442,6 +482,22 @@ <h3>Method Details</h3>
442
482
},
443
483
"endpointUri": "A String", # Output only. The URI of the endpoint used to access the metastore service.
444
484
"hiveMetastoreConfig": { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
485
+
"auxiliaryVersions": { # A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
486
+
"a_key": { # Configuration information for the auxiliary service versions.
487
+
"configOverrides": { # A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
488
+
"a_key": "A String",
489
+
},
490
+
"networkConfig": { # Network configuration for the Dataproc Metastore service. # Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
491
+
"consumers": [ # Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
492
+
{ # Contains information of the customer's network configurations.
493
+
"endpointUri": "A String", # Output only. The URI of the endpoint used to access the metastore service.
494
+
"subnetwork": "A String", # Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service'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's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
495
+
},
496
+
],
497
+
},
498
+
"version": "A String", # The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
499
+
},
500
+
},
445
501
"configOverrides": { # A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
446
502
"a_key": "A String",
447
503
},
@@ -494,6 +550,10 @@ <h3>Method Details</h3>
494
550
},
495
551
"port": 42, # The TCP port at which the metastore service is reached. Default: 9083.
496
552
"releaseChannel": "A String", # Immutable. The release channel of the service. If unspecified, defaults to STABLE.
553
+
"scalingConfig": { # Represents the scaling configuration of a metastore service. # Scaling configuration of the metastore service.
554
+
"instanceSize": "A String", # An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
555
+
"scalingFactor": 3.14, # Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
556
+
},
497
557
"state": "A String", # Output only. The current state of the metastore service.
498
558
"stateMessage": "A String", # Output only. Additional information about the current state of the metastore service, if available.
499
559
"telemetryConfig": { # Telemetry Configuration for the Dataproc Metastore service. # The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
0 commit comments