Interface ListArchivedWorkflowExecutionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListArchivedWorkflowExecutionsResponse,ListArchivedWorkflowExecutionsResponse.Builder
@Generated(value="protoc",
comments="annotations:ListArchivedWorkflowExecutionsResponseOrBuilder.java.pb.meta")
public interface ListArchivedWorkflowExecutionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutions(int index) repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;intrepeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;getExecutionsOrBuilder(int index) repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;List<? extends WorkflowExecutionInfoOrBuilder> repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;com.google.protobuf.ByteStringbytes next_page_token = 2;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
-
getExecutionsList
List<WorkflowExecutionInfo> getExecutionsList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1; -
getExecutions
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1; -
getExecutionsCount
int getExecutionsCount()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1; -
getExecutionsOrBuilderList
List<? extends WorkflowExecutionInfoOrBuilder> getExecutionsOrBuilderList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1; -
getExecutionsOrBuilder
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1; -
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()bytes next_page_token = 2;- Returns:
- The nextPageToken.
-