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 Detail

      • getClustersList

        java.util.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

        java.util.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.