Interface ClusterStoreGrpcInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterStoreGrpcInfo
,ClusterStoreGrpcInfo.Builder
public interface ClusterStoreGrpcInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring clusterName = 1;
com.google.protobuf.ByteString
string clusterName = 1;
string storeName = 2;
com.google.protobuf.ByteString
string storeName = 2;
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.
-