Interface ListClosedWorkflowExecutionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListClosedWorkflowExecutionsResponse,ListClosedWorkflowExecutionsResponse.Builder
@Generated(value="protoc", comments="annotations:ListClosedWorkflowExecutionsResponseOrBuilder.java.pb.meta") public interface ListClosedWorkflowExecutionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutionInfogetExecutions(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;intgetExecutionsCount()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;java.util.List<WorkflowExecutionInfo>getExecutionsList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;WorkflowExecutionInfoOrBuildergetExecutionsOrBuilder(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;java.util.List<? extends WorkflowExecutionInfoOrBuilder>getExecutionsOrBuilderList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;com.google.protobuf.ByteStringgetNextPageToken()bytes next_page_token = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExecutionsList
java.util.List<WorkflowExecutionInfo> getExecutionsList()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutions
WorkflowExecutionInfo getExecutions(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutionsCount
int getExecutionsCount()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutionsOrBuilderList
java.util.List<? extends WorkflowExecutionInfoOrBuilder> getExecutionsOrBuilderList()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutionsOrBuilder
WorkflowExecutionInfoOrBuilder getExecutionsOrBuilder(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()
bytes next_page_token = 2;- Returns:
- The nextPageToken.
-
-