- 2.58.0 (latest)
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.4
- 2.3.0
- 2.2.0
- 2.1.9
public static final class HiveMetastoreConfig.Builder extends GeneratedMessageV3.Builder<HiveMetastoreConfig.Builder> implements HiveMetastoreConfigOrBuilder
Specifies configuration information specific to running Hive metastore software as the metastore service.
Protobuf type google.cloud.metastore.v1.HiveMetastoreConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HiveMetastoreConfig.BuilderImplements
HiveMetastoreConfigOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HiveMetastoreConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
build()
public HiveMetastoreConfig build()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig |
buildPartial()
public HiveMetastoreConfig buildPartial()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig |
clear()
public HiveMetastoreConfig.Builder clear()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
clearAuxiliaryVersions()
public HiveMetastoreConfig.Builder clearAuxiliaryVersions()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
clearConfigOverrides()
public HiveMetastoreConfig.Builder clearConfigOverrides()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
clearEndpointProtocol()
public HiveMetastoreConfig.Builder clearEndpointProtocol()
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
.google.cloud.metastore.v1.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public HiveMetastoreConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
clearKerberosConfig()
public HiveMetastoreConfig.Builder clearKerberosConfig()
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public HiveMetastoreConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
clearVersion()
public HiveMetastoreConfig.Builder clearVersion()
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder | This builder for chaining. |
clone()
public HiveMetastoreConfig.Builder clone()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
containsAuxiliaryVersions(String key)
public boolean containsAuxiliaryVersions(String key)
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
containsConfigOverrides(String key)
public boolean containsConfigOverrides(String key)
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
.
map<string, string> config_overrides = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getAuxiliaryVersions()
public Map<String,AuxiliaryVersionConfig> getAuxiliaryVersions()
Use #getAuxiliaryVersionsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,AuxiliaryVersionConfig> |
getAuxiliaryVersionsCount()
public int getAuxiliaryVersionsCount()
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Returns | |
---|---|
Type | Description |
int |
getAuxiliaryVersionsMap()
public Map<String,AuxiliaryVersionConfig> getAuxiliaryVersionsMap()
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Returns | |
---|---|
Type | Description |
Map<String,AuxiliaryVersionConfig> |
getAuxiliaryVersionsOrDefault(String key, AuxiliaryVersionConfig defaultValue)
public AuxiliaryVersionConfig getAuxiliaryVersionsOrDefault(String key, AuxiliaryVersionConfig defaultValue)
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | AuxiliaryVersionConfig |
Returns | |
---|---|
Type | Description |
AuxiliaryVersionConfig |
getAuxiliaryVersionsOrThrow(String key)
public AuxiliaryVersionConfig getAuxiliaryVersionsOrThrow(String key)
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
AuxiliaryVersionConfig |
getConfigOverrides()
public Map<String,String> getConfigOverrides()
Use #getConfigOverridesMap() instead.
getConfigOverridesCount()
public int getConfigOverridesCount()
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
.
map<string, string> config_overrides = 2;
Returns | |
---|---|
Type | Description |
int |
getConfigOverridesMap()
public Map<String,String> getConfigOverridesMap()
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
.
map<string, string> config_overrides = 2;
getConfigOverridesOrDefault(String key, String defaultValue)
public String getConfigOverridesOrDefault(String key, String defaultValue)
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
.
map<string, string> config_overrides = 2;
Returns | |
---|---|
Type | Description |
String |
getConfigOverridesOrThrow(String key)
public String getConfigOverridesOrThrow(String key)
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
.
map<string, string> config_overrides = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getDefaultInstanceForType()
public HiveMetastoreConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEndpointProtocol()
public HiveMetastoreConfig.EndpointProtocol getEndpointProtocol()
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
.google.cloud.metastore.v1.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.EndpointProtocol | The endpointProtocol. |
getEndpointProtocolValue()
public int getEndpointProtocolValue()
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
.google.cloud.metastore.v1.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for endpointProtocol. |
getKerberosConfig()
public KerberosConfig getKerberosConfig()
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Returns | |
---|---|
Type | Description |
KerberosConfig | The kerberosConfig. |
getKerberosConfigBuilder()
public KerberosConfig.Builder getKerberosConfigBuilder()
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Returns | |
---|---|
Type | Description |
KerberosConfig.Builder |
getKerberosConfigOrBuilder()
public KerberosConfigOrBuilder getKerberosConfigOrBuilder()
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Returns | |
---|---|
Type | Description |
KerberosConfigOrBuilder |
getMutableAuxiliaryVersions()
public Map<String,AuxiliaryVersionConfig> getMutableAuxiliaryVersions()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,AuxiliaryVersionConfig> |
getMutableConfigOverrides()
public Map<String,String> getMutableConfigOverrides()
Use alternate mutation accessors instead.
getVersion()
public String getVersion()
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for version. |
hasKerberosConfig()
public boolean hasKerberosConfig()
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the kerberosConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(HiveMetastoreConfig other)
public HiveMetastoreConfig.Builder mergeFrom(HiveMetastoreConfig other)
Parameter | |
---|---|
Name | Description |
other | HiveMetastoreConfig |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HiveMetastoreConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public HiveMetastoreConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
mergeKerberosConfig(KerberosConfig value)
public HiveMetastoreConfig.Builder mergeKerberosConfig(KerberosConfig value)
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Parameter | |
---|---|
Name | Description |
value | KerberosConfig |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HiveMetastoreConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
putAllAuxiliaryVersions(Map<String,AuxiliaryVersionConfig> values)
public HiveMetastoreConfig.Builder putAllAuxiliaryVersions(Map<String,AuxiliaryVersionConfig> values)
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameter | |
---|---|
Name | Description |
values | Map<String,AuxiliaryVersionConfig> |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
putAllConfigOverrides(Map<String,String> values)
public HiveMetastoreConfig.Builder putAllConfigOverrides(Map<String,String> values)
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
.
map<string, string> config_overrides = 2;
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
putAuxiliaryVersions(String key, AuxiliaryVersionConfig value)
public HiveMetastoreConfig.Builder putAuxiliaryVersions(String key, AuxiliaryVersionConfig value)
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameters | |
---|---|
Name | Description |
key | String |
value | AuxiliaryVersionConfig |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
putConfigOverrides(String key, String value)
public HiveMetastoreConfig.Builder putConfigOverrides(String key, String value)
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
.
map<string, string> config_overrides = 2;
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
removeAuxiliaryVersions(String key)
public HiveMetastoreConfig.Builder removeAuxiliaryVersions(String key)
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.
map<string, .google.cloud.metastore.v1.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
removeConfigOverrides(String key)
public HiveMetastoreConfig.Builder removeConfigOverrides(String key)
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
.
map<string, string> config_overrides = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
setEndpointProtocol(HiveMetastoreConfig.EndpointProtocol value)
public HiveMetastoreConfig.Builder setEndpointProtocol(HiveMetastoreConfig.EndpointProtocol value)
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
.google.cloud.metastore.v1.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Parameter | |
---|---|
Name | Description |
value | HiveMetastoreConfig.EndpointProtocol The endpointProtocol to set. |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder | This builder for chaining. |
setEndpointProtocolValue(int value)
public HiveMetastoreConfig.Builder setEndpointProtocolValue(int value)
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
.google.cloud.metastore.v1.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for endpointProtocol to set. |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public HiveMetastoreConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
setKerberosConfig(KerberosConfig value)
public HiveMetastoreConfig.Builder setKerberosConfig(KerberosConfig value)
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Parameter | |
---|---|
Name | Description |
value | KerberosConfig |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
setKerberosConfig(KerberosConfig.Builder builderForValue)
public HiveMetastoreConfig.Builder setKerberosConfig(KerberosConfig.Builder builderForValue)
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
.
.google.cloud.metastore.v1.KerberosConfig kerberos_config = 3;
Parameter | |
---|---|
Name | Description |
builderForValue | KerberosConfig.Builder |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HiveMetastoreConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final HiveMetastoreConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder |
setVersion(String value)
public HiveMetastoreConfig.Builder setVersion(String value)
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value | String The version to set. |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder | This builder for chaining. |
setVersionBytes(ByteString value)
public HiveMetastoreConfig.Builder setVersionBytes(ByteString value)
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for version to set. |
Returns | |
---|---|
Type | Description |
HiveMetastoreConfig.Builder | This builder for chaining. |