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.ByteString
The cluster namegRPC URL for leader controllercom.google.protobuf.ByteString
gRPC URL for leader controllerSSL-enabled leader controller URLcom.google.protobuf.ByteString
SSL-enabled leader controller URLLeader controller URLcom.google.protobuf.ByteString
Leader controller URLSecure gRPC URL for leader controllercom.google.protobuf.ByteString
Secure gRPC URL for leader controllerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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.
-