Interface ListClustersResponseOrBuilder

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

@Generated(value="protoc", comments="annotations:ListClustersResponseOrBuilder.java.pb.meta") public interface ListClustersResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getClusters(int index)
    List of all cluster information
    int
    List of all cluster information
    List of all cluster information
    List of all cluster information
    List of all cluster information
    com.google.protobuf.ByteString
    bytes next_page_token = 4;

    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

    • getClustersList

      List<ClusterMetadata> getClustersList()
       List of all cluster information
       
      repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1;
    • getClusters

      ClusterMetadata getClusters(int index)
       List of all cluster information
       
      repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1;
    • getClustersCount

      int getClustersCount()
       List of all cluster information
       
      repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1;
    • getClustersOrBuilderList

      List<? extends ClusterMetadataOrBuilder> getClustersOrBuilderList()
       List of all cluster information
       
      repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1;
    • getClustersOrBuilder

      ClusterMetadataOrBuilder getClustersOrBuilder(int index)
       List of all cluster information
       
      repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1;
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
      bytes next_page_token = 4;
      Returns:
      The nextPageToken.