Google Cloud Dataproc Metastore V1alpha Client - Class EndpointProtocol (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class EndpointProtocol.

Protocols available for serving the metastore service endpoint.

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

Namespace

Google \ Cloud \ Metastore \ V1alpha \ HiveMetastoreConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENDPOINT_PROTOCOL_UNSPECIFIED

Value: 0

The protocol is not set.

Generated from protobuf enum ENDPOINT_PROTOCOL_UNSPECIFIED = 0;

THRIFT

Value: 1

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

Generated from protobuf enum THRIFT = 1;

GRPC

Value: 2

Use the modernized gRPC protocol for the metastore service endpoint.

Generated from protobuf enum GRPC = 2;