Interface LeaderControllerGrpcResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LeaderControllerGrpcResponse,LeaderControllerGrpcResponse.Builder
public interface LeaderControllerGrpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe cluster namecom.google.protobuf.ByteStringThe cluster namegRPC URL for leader controllercom.google.protobuf.ByteStringgRPC URL for leader controllerSSL-enabled leader controller URLcom.google.protobuf.ByteStringSSL-enabled leader controller URLLeader controller URLcom.google.protobuf.ByteStringLeader controller URLSecure gRPC URL for leader controllercom.google.protobuf.ByteStringSecure gRPC URL for leader controllerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getClusterName
String getClusterName()The cluster name
string clusterName = 1;- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()The cluster name
string clusterName = 1;- Returns:
- The bytes for clusterName.
-
getHttpUrl
String getHttpUrl()Leader controller URL
string httpUrl = 2;- Returns:
- The httpUrl.
-
getHttpUrlBytes
com.google.protobuf.ByteString getHttpUrlBytes()Leader controller URL
string httpUrl = 2;- Returns:
- The bytes for httpUrl.
-
getHttpsUrl
String getHttpsUrl()SSL-enabled leader controller URL
string httpsUrl = 3;- Returns:
- The httpsUrl.
-
getHttpsUrlBytes
com.google.protobuf.ByteString getHttpsUrlBytes()SSL-enabled leader controller URL
string httpsUrl = 3;- Returns:
- The bytes for httpsUrl.
-
getGrpcUrl
String getGrpcUrl()gRPC URL for leader controller
string grpcUrl = 4;- Returns:
- The grpcUrl.
-
getGrpcUrlBytes
com.google.protobuf.ByteString getGrpcUrlBytes()gRPC URL for leader controller
string grpcUrl = 4;- Returns:
- The bytes for grpcUrl.
-
getSecureGrpcUrl
String getSecureGrpcUrl()Secure gRPC URL for leader controller
string secureGrpcUrl = 5;- Returns:
- The secureGrpcUrl.
-
getSecureGrpcUrlBytes
com.google.protobuf.ByteString getSecureGrpcUrlBytes()Secure gRPC URL for leader controller
string secureGrpcUrl = 5;- Returns:
- The bytes for secureGrpcUrl.
-