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
* 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.
209
+
* Optional. 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.
210
210
*/
211
211
configOverrides?: {[key: string]: string}|null;
212
212
/**
213
213
* Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
214
214
*/
215
215
networkConfig?: Schema$NetworkConfig;
216
216
/**
217
-
* The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
217
+
* Optional. The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
* Output only. The time when the backup finished creating.
248
248
*/
249
249
endTime?: string|null;
250
250
/**
251
-
* Immutable. The relative resource name of the backup, in the following form:projects/{project_number\}/locations/{location_id\}/services/{service_id\}/backups/{backup_id\}
251
+
* Immutable. Identifier. The relative resource name of the backup, in the following form:projects/{project_number\}/locations/{location_id\}/services/{service_id\}/backups/{backup_id\}
* The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number\}/locations/{location_id\}/keyRings/{key_ring_id\}/cryptoKeys/{crypto_key_id\}.
452
+
* Optional. The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number\}/locations/{location_id\}/keyRings/{key_ring_id\}/cryptoKeys/{crypto_key_id\}.
* 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.
553
+
* Optional. 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.
* 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.
557
+
* Optional. 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.
558
558
*/
559
559
configOverrides?: {[key: string]: string}|null;
560
560
/**
561
-
* The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
561
+
* Optional. The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
562
562
*/
563
563
endpointProtocol?: string|null;
564
564
/**
565
-
* Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
565
+
* Optional. Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
* A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
591
+
* Optional. A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
592
592
*/
593
593
keytab?: Schema$Secret;
594
594
/**
595
-
* A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name\}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
595
+
* Optional. A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name\}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
596
596
*/
597
597
krb5ConfigGcsUri?: string|null;
598
598
/**
599
-
* A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
599
+
* Optional. A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
* Optional. The description of the metadata import.
842
842
*/
843
843
description?: string|null;
844
844
/**
845
845
* Output only. The time when the metadata import finished.
846
846
*/
847
847
endTime?: string|null;
848
848
/**
849
-
* Immutable. The relative resource name of the metadata import, of the form:projects/{project_number\}/locations/{location_id\}/services/{service_id\}/metadataImports/{metadata_import_id\}.
849
+
* Immutable. Identifier. The relative resource name of the metadata import, of the form:projects/{project_number\}/locations/{location_id\}/services/{service_id\}/metadataImports/{metadata_import_id\}.
* Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
997
+
* Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
* The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number\}/secrets/{secret_id\}/versions/{version_id\}.
1157
+
* Optional. The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number\}/secrets/{secret_id\}/versions/{version_id\}.
* 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.
1198
+
* Optional. 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.
* Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number\}/locations/{location_id\}/services/{service_id\}.
1210
+
* Immutable. Identifier. The relative resource name of the metastore service, in the following format:projects/{project_number\}/locations/{location_id\}/services/{service_id\}.
1211
1211
*/
1212
1212
name?: string|null;
1213
1213
/**
1214
1214
* 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\}.
1215
1215
*/
1216
1216
network?: string|null;
1217
1217
/**
1218
-
* The configuration specifying the network settings for the Dataproc Metastore service.
1218
+
* Optional. The configuration specifying the network settings for the Dataproc Metastore service.
1219
1219
*/
1220
1220
networkConfig?: Schema$NetworkConfig;
1221
1221
/**
1222
-
* The TCP port at which the metastore service is reached. Default: 9083.
1222
+
* Optional. The TCP port at which the metastore service is reached. Default: 9083.
1223
1223
*/
1224
1224
port?: number|null;
1225
1225
/**
1226
1226
* Immutable. The release channel of the service. If unspecified, defaults to STABLE.
1227
1227
*/
1228
1228
releaseChannel?: string|null;
1229
1229
/**
1230
-
* Scaling configuration of the metastore service.
1230
+
* Optional. Scaling configuration of the metastore service.
* Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number\}/locations/{location_id\}/services/{service_id\}.
4479
+
* Immutable. Identifier. The relative resource name of the metastore service, in the following format:projects/{project_number\}/locations/{location_id\}/services/{service_id\}.
* Immutable. The relative resource name of the metadata import, of the form:projects/{project_number\}/locations/{location_id\}/services/{service_id\}/metadataImports/{metadata_import_id\}.
6017
+
* Immutable. Identifier. The relative resource name of the metadata import, of the form:projects/{project_number\}/locations/{location_id\}/services/{service_id\}/metadataImports/{metadata_import_id\}.
0 commit comments