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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterMetadatagetClusters(int index)List of all cluster informationintgetClustersCount()List of all cluster informationjava.util.List<ClusterMetadata>getClustersList()List of all cluster informationClusterMetadataOrBuildergetClustersOrBuilder(int index)List of all cluster informationjava.util.List<? extends ClusterMetadataOrBuilder>getClustersOrBuilderList()List of all cluster informationcom.google.protobuf.ByteStringgetNextPageToken()bytes next_page_token = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-