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 TypeMethodDescriptiongetClusters(int index) List of all cluster informationintList of all cluster informationList of all cluster informationgetClustersOrBuilder(int index) List of all cluster informationList<? extends ClusterMetadataOrBuilder> List of all cluster informationcom.google.protobuf.ByteStringbytes next_page_token = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-