Interface ListNexusOperationExecutionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNexusOperationExecutionsResponse,ListNexusOperationExecutionsResponse.Builder
@Generated(value="protoc",
comments="annotations:ListNexusOperationExecutionsResponseOrBuilder.java.pb.meta")
public interface ListNexusOperationExecutionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringToken to use to fetch the next page.getOperations(int index) repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;intrepeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;getOperationsOrBuilder(int index) repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;List<? extends NexusOperationExecutionListInfoOrBuilder> repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;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
-
getOperationsList
List<NexusOperationExecutionListInfo> getOperationsList()repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1; -
getOperations
repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1; -
getOperationsCount
int getOperationsCount()repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1; -
getOperationsOrBuilderList
List<? extends NexusOperationExecutionListInfoOrBuilder> getOperationsOrBuilderList()repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1; -
getOperationsOrBuilder
repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1; -
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()Token to use to fetch the next page. If empty, there is no next page.
bytes next_page_token = 2;- Returns:
- The nextPageToken.
-