Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class EndpointProtocol.
Protocols available for serving the metastore service endpoint.
Protobuf type google.cloud.metastore.v1.HiveMetastoreConfig.EndpointProtocol
Namespace
Google \ Cloud \ Metastore \ V1 \ HiveMetastoreConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;