Interface DiscoverClusterGrpcResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscoverClusterGrpcResponse
,DiscoverClusterGrpcResponse.Builder
public interface DiscoverClusterGrpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring clusterName = 1;
com.google.protobuf.ByteString
string clusterName = 1;
string d2Service = 3;
com.google.protobuf.ByteString
string d2Service = 3;
optional string pubSubBootstrapServers = 6;
com.google.protobuf.ByteString
optional string pubSubBootstrapServers = 6;
string serverD2Service = 4;
com.google.protobuf.ByteString
string serverD2Service = 4;
string storeName = 2;
com.google.protobuf.ByteString
string storeName = 2;
optional string zkAddress = 5;
com.google.protobuf.ByteString
optional string zkAddress = 5;
boolean
optional string pubSubBootstrapServers = 6;
boolean
optional string zkAddress = 5;
Methods 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()string clusterName = 1;
- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()string clusterName = 1;
- Returns:
- The bytes for clusterName.
-
getStoreName
String getStoreName()string storeName = 2;
- Returns:
- The storeName.
-
getStoreNameBytes
com.google.protobuf.ByteString getStoreNameBytes()string storeName = 2;
- Returns:
- The bytes for storeName.
-
getD2Service
String getD2Service()string d2Service = 3;
- Returns:
- The d2Service.
-
getD2ServiceBytes
com.google.protobuf.ByteString getD2ServiceBytes()string d2Service = 3;
- Returns:
- The bytes for d2Service.
-
getServerD2Service
String getServerD2Service()string serverD2Service = 4;
- Returns:
- The serverD2Service.
-
getServerD2ServiceBytes
com.google.protobuf.ByteString getServerD2ServiceBytes()string serverD2Service = 4;
- Returns:
- The bytes for serverD2Service.
-
hasZkAddress
boolean hasZkAddress()optional string zkAddress = 5;
- Returns:
- Whether the zkAddress field is set.
-
getZkAddress
String getZkAddress()optional string zkAddress = 5;
- Returns:
- The zkAddress.
-
getZkAddressBytes
com.google.protobuf.ByteString getZkAddressBytes()optional string zkAddress = 5;
- Returns:
- The bytes for zkAddress.
-
hasPubSubBootstrapServers
boolean hasPubSubBootstrapServers()optional string pubSubBootstrapServers = 6;
- Returns:
- Whether the pubSubBootstrapServers field is set.
-
getPubSubBootstrapServers
String getPubSubBootstrapServers()optional string pubSubBootstrapServers = 6;
- Returns:
- The pubSubBootstrapServers.
-
getPubSubBootstrapServersBytes
com.google.protobuf.ByteString getPubSubBootstrapServersBytes()optional string pubSubBootstrapServers = 6;
- Returns:
- The bytes for pubSubBootstrapServers.
-