Interface ListStoresGrpcResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListStoresGrpcResponse, ListStoresGrpcResponse.Builder

public interface ListStoresGrpcResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string clusterName = 1;
    com.google.protobuf.ByteString
    string clusterName = 1;
    getStoreNames(int index)
    repeated string storeNames = 2;
    com.google.protobuf.ByteString
    getStoreNamesBytes(int index)
    repeated string storeNames = 2;
    int
    repeated string storeNames = 2;
    repeated string storeNames = 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.
    • getStoreNamesList

      List<String> getStoreNamesList()
      repeated string storeNames = 2;
      Returns:
      A list containing the storeNames.
    • getStoreNamesCount

      int getStoreNamesCount()
      repeated string storeNames = 2;
      Returns:
      The count of storeNames.
    • getStoreNames

      String getStoreNames(int index)
      repeated string storeNames = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The storeNames at the given index.
    • getStoreNamesBytes

      com.google.protobuf.ByteString getStoreNamesBytes(int index)
      repeated string storeNames = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the storeNames at the given index.