endpointProtocol property
The protocol to use for the metastore service endpoint.
If unspecified, defaults to THRIFT. Possible string values are:
- "ENDPOINT_PROTOCOL_UNSPECIFIED" : The protocol is not set.
- "THRIFT" : Use the legacy Apache Thrift protocol for the metastore service endpoint.
- "GRPC" : Use the modernized gRPC protocol for the metastore service endpoint.
Implementation
core.String? endpointProtocol;