Interface ListDeploymentsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDeploymentsResponse,ListDeploymentsResponse.Builder
@Generated(value="protoc", comments="annotations:ListDeploymentsResponseOrBuilder.java.pb.meta") public interface ListDeploymentsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentListInfogetDeployments(int index)repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;intgetDeploymentsCount()repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;java.util.List<DeploymentListInfo>getDeploymentsList()repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;DeploymentListInfoOrBuildergetDeploymentsOrBuilder(int index)repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;java.util.List<? extends DeploymentListInfoOrBuilder>getDeploymentsOrBuilderList()repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;com.google.protobuf.ByteStringgetNextPageToken()bytes next_page_token = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()
bytes next_page_token = 1;- Returns:
- The nextPageToken.
-
getDeploymentsList
java.util.List<DeploymentListInfo> getDeploymentsList()
repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;
-
getDeployments
DeploymentListInfo getDeployments(int index)
repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;
-
getDeploymentsCount
int getDeploymentsCount()
repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;
-
getDeploymentsOrBuilderList
java.util.List<? extends DeploymentListInfoOrBuilder> getDeploymentsOrBuilderList()
repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;
-
getDeploymentsOrBuilder
DeploymentListInfoOrBuilder getDeploymentsOrBuilder(int index)
repeated .temporal.api.deployment.v1.DeploymentListInfo deployments = 2;
-
-