Module: Google::Cloud::Metastore::V1::HiveMetastoreConfig::EndpointProtocol
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Protocols available for serving the metastore service endpoint.
Constant Summary collapse
- ENDPOINT_PROTOCOL_UNSPECIFIED =
The protocol is not set.
0
- THRIFT =
Use the legacy Apache Thrift protocol for the metastore service endpoint.
1
- GRPC =
Use the modernized gRPC protocol for the metastore service endpoint.
2