Class HiveMetastoreConfig
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.metastore.v1beta.HiveMetastoreConfig
-
- All Implemented Interfaces:
HiveMetastoreConfigOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class HiveMetastoreConfig extends com.google.protobuf.GeneratedMessageV3 implements HiveMetastoreConfigOrBuilder
Specifies configuration information specific to running Hive metastore software as the metastore service.
Protobuf typegoogle.cloud.metastore.v1beta.HiveMetastoreConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HiveMetastoreConfig.Builder
Specifies configuration information specific to running Hive metastore software as the metastore service.static class
HiveMetastoreConfig.EndpointProtocol
Protocols available for serving the metastore service endpoint.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUXILIARY_VERSIONS_FIELD_NUMBER
static int
CONFIG_OVERRIDES_FIELD_NUMBER
static int
ENDPOINT_PROTOCOL_FIELD_NUMBER
static int
KERBEROS_CONFIG_FIELD_NUMBER
static int
VERSION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsAuxiliaryVersions(String key)
A mapping of Hive metastore version to the auxiliary version configuration.boolean
containsConfigOverrides(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in `hive-site.xml`).boolean
equals(Object obj)
Map<String,AuxiliaryVersionConfig>
getAuxiliaryVersions()
Deprecated.int
getAuxiliaryVersionsCount()
A mapping of Hive metastore version to the auxiliary version configuration.Map<String,AuxiliaryVersionConfig>
getAuxiliaryVersionsMap()
A mapping of Hive metastore version to the auxiliary version configuration.AuxiliaryVersionConfig
getAuxiliaryVersionsOrDefault(String key, AuxiliaryVersionConfig defaultValue)
A mapping of Hive metastore version to the auxiliary version configuration.AuxiliaryVersionConfig
getAuxiliaryVersionsOrThrow(String key)
A mapping of Hive metastore version to the auxiliary version configuration.Map<String,String>
getConfigOverrides()
Deprecated.int
getConfigOverridesCount()
A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in `hive-site.xml`).Map<String,String>
getConfigOverridesMap()
A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in `hive-site.xml`).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`).String
getConfigOverridesOrThrow(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in `hive-site.xml`).static HiveMetastoreConfig
getDefaultInstance()
HiveMetastoreConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
HiveMetastoreConfig.EndpointProtocol
getEndpointProtocol()
The protocol to use for the metastore service endpoint.int
getEndpointProtocolValue()
The protocol to use for the metastore service endpoint.KerberosConfig
getKerberosConfig()
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.KerberosConfigOrBuilder
getKerberosConfigOrBuilder()
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.com.google.protobuf.Parser<HiveMetastoreConfig>
getParserForType()
int
getSerializedSize()
String
getVersion()
Immutable.com.google.protobuf.ByteString
getVersionBytes()
Immutable.int
hashCode()
boolean
hasKerberosConfig()
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static HiveMetastoreConfig.Builder
newBuilder()
static HiveMetastoreConfig.Builder
newBuilder(HiveMetastoreConfig prototype)
HiveMetastoreConfig.Builder
newBuilderForType()
protected HiveMetastoreConfig.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static HiveMetastoreConfig
parseDelimitedFrom(InputStream input)
static HiveMetastoreConfig
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HiveMetastoreConfig
parseFrom(byte[] data)
static HiveMetastoreConfig
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HiveMetastoreConfig
parseFrom(com.google.protobuf.ByteString data)
static HiveMetastoreConfig
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HiveMetastoreConfig
parseFrom(com.google.protobuf.CodedInputStream input)
static HiveMetastoreConfig
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HiveMetastoreConfig
parseFrom(InputStream input)
static HiveMetastoreConfig
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HiveMetastoreConfig
parseFrom(ByteBuffer data)
static HiveMetastoreConfig
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<HiveMetastoreConfig>
parser()
HiveMetastoreConfig.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_OVERRIDES_FIELD_NUMBER
public static final int CONFIG_OVERRIDES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERBEROS_CONFIG_FIELD_NUMBER
public static final int KERBEROS_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENDPOINT_PROTOCOL_FIELD_NUMBER
public static final int ENDPOINT_PROTOCOL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUXILIARY_VERSIONS_FIELD_NUMBER
public static final int AUXILIARY_VERSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getVersion
public String getVersion()
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getVersion
in interfaceHiveMetastoreConfigOrBuilder
- Returns:
- The version.
-
getVersionBytes
public com.google.protobuf.ByteString getVersionBytes()
Immutable. The Hive metastore schema version.
string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getVersionBytes
in interfaceHiveMetastoreConfigOrBuilder
- Returns:
- The bytes for version.
-
getConfigOverridesCount
public int getConfigOverridesCount()
Description copied from interface:HiveMetastoreConfigOrBuilder
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;
- Specified by:
getConfigOverridesCount
in interfaceHiveMetastoreConfigOrBuilder
-
containsConfigOverrides
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;
- Specified by:
containsConfigOverrides
in interfaceHiveMetastoreConfigOrBuilder
-
getConfigOverrides
@Deprecated public Map<String,String> getConfigOverrides()
Deprecated.UsegetConfigOverridesMap()
instead.- Specified by:
getConfigOverrides
in interfaceHiveMetastoreConfigOrBuilder
-
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;
- Specified by:
getConfigOverridesMap
in interfaceHiveMetastoreConfigOrBuilder
-
getConfigOverridesOrDefault
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;
- Specified by:
getConfigOverridesOrDefault
in interfaceHiveMetastoreConfigOrBuilder
-
getConfigOverridesOrThrow
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;
- Specified by:
getConfigOverridesOrThrow
in interfaceHiveMetastoreConfigOrBuilder
-
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.v1beta.KerberosConfig kerberos_config = 3;
- Specified by:
hasKerberosConfig
in interfaceHiveMetastoreConfigOrBuilder
- Returns:
- Whether the kerberosConfig field is set.
-
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.v1beta.KerberosConfig kerberos_config = 3;
- Specified by:
getKerberosConfig
in interfaceHiveMetastoreConfigOrBuilder
- Returns:
- The kerberosConfig.
-
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.v1beta.KerberosConfig kerberos_config = 3;
- Specified by:
getKerberosConfigOrBuilder
in interfaceHiveMetastoreConfigOrBuilder
-
getEndpointProtocolValue
public int getEndpointProtocolValue()
The protocol to use for the metastore service endpoint. If unspecified, defaults to `THRIFT`.
.google.cloud.metastore.v1beta.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
- Specified by:
getEndpointProtocolValue
in interfaceHiveMetastoreConfigOrBuilder
- Returns:
- The enum numeric value on the wire for endpointProtocol.
-
getEndpointProtocol
public HiveMetastoreConfig.EndpointProtocol getEndpointProtocol()
The protocol to use for the metastore service endpoint. If unspecified, defaults to `THRIFT`.
.google.cloud.metastore.v1beta.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
- Specified by:
getEndpointProtocol
in interfaceHiveMetastoreConfigOrBuilder
- Returns:
- The endpointProtocol.
-
getAuxiliaryVersionsCount
public int getAuxiliaryVersionsCount()
Description copied from interface:HiveMetastoreConfigOrBuilder
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]([-a-z0-9]*[a-z0-9])?. 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.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
- Specified by:
getAuxiliaryVersionsCount
in interfaceHiveMetastoreConfigOrBuilder
-
containsAuxiliaryVersions
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]([-a-z0-9]*[a-z0-9])?. 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.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
- Specified by:
containsAuxiliaryVersions
in interfaceHiveMetastoreConfigOrBuilder
-
getAuxiliaryVersions
@Deprecated public Map<String,AuxiliaryVersionConfig> getAuxiliaryVersions()
Deprecated.UsegetAuxiliaryVersionsMap()
instead.- Specified by:
getAuxiliaryVersions
in interfaceHiveMetastoreConfigOrBuilder
-
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]([-a-z0-9]*[a-z0-9])?. 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.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
- Specified by:
getAuxiliaryVersionsMap
in interfaceHiveMetastoreConfigOrBuilder
-
getAuxiliaryVersionsOrDefault
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]([-a-z0-9]*[a-z0-9])?. 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.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
- Specified by:
getAuxiliaryVersionsOrDefault
in interfaceHiveMetastoreConfigOrBuilder
-
getAuxiliaryVersionsOrThrow
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]([-a-z0-9]*[a-z0-9])?. 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.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
- Specified by:
getAuxiliaryVersionsOrThrow
in interfaceHiveMetastoreConfigOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static HiveMetastoreConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HiveMetastoreConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HiveMetastoreConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HiveMetastoreConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HiveMetastoreConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HiveMetastoreConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HiveMetastoreConfig parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static HiveMetastoreConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static HiveMetastoreConfig parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static HiveMetastoreConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static HiveMetastoreConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static HiveMetastoreConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public HiveMetastoreConfig.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static HiveMetastoreConfig.Builder newBuilder()
-
newBuilder
public static HiveMetastoreConfig.Builder newBuilder(HiveMetastoreConfig prototype)
-
toBuilder
public HiveMetastoreConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected HiveMetastoreConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static HiveMetastoreConfig getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<HiveMetastoreConfig> parser()
-
getParserForType
public com.google.protobuf.Parser<HiveMetastoreConfig> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public HiveMetastoreConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-