Enum HiveMetastoreConfig.EndpointProtocol (2.42.0)

public enum HiveMetastoreConfig.EndpointProtocol extends Enum<HiveMetastoreConfig.EndpointProtocol> implements ProtocolMessageEnum

Protocols available for serving the metastore service endpoint.

Protobuf enum google.cloud.metastore.v1alpha.HiveMetastoreConfig.EndpointProtocol

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENDPOINT_PROTOCOL_UNSPECIFIED

The protocol is not set.

ENDPOINT_PROTOCOL_UNSPECIFIED = 0;

ENDPOINT_PROTOCOL_UNSPECIFIED_VALUE

The protocol is not set.

ENDPOINT_PROTOCOL_UNSPECIFIED = 0;

GRPC

Use the modernized gRPC protocol for the metastore service endpoint.

GRPC = 2;

GRPC_VALUE

Use the modernized gRPC protocol for the metastore service endpoint.

GRPC = 2;

THRIFT

Use the legacy Apache Thrift protocol for the metastore service endpoint.

THRIFT = 1;

THRIFT_VALUE

Use the legacy Apache Thrift protocol for the metastore service endpoint.

THRIFT = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()