Interface ListOpenWorkflowExecutionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListOpenWorkflowExecutionsResponse, ListOpenWorkflowExecutionsResponse.Builder

@Generated(value="protoc", comments="annotations:ListOpenWorkflowExecutionsResponseOrBuilder.java.pb.meta") public interface ListOpenWorkflowExecutionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getExecutions(int index)
    repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
    int
    repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
    repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
    repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
    repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
    com.google.protobuf.ByteString
    bytes next_page_token = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      WorkflowExecutionInfo getExecutions(int index)
      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

      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.