Interface GetWorkflowExecutionHistoryReverseRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .temporal.api.common.v1.WorkflowExecution execution = 2;
    .temporal.api.common.v1.WorkflowExecution execution = 2;
    int
    int32 maximum_page_size = 3;
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    com.google.protobuf.ByteString
    bytes next_page_token = 4;
    boolean
    .temporal.api.common.v1.WorkflowExecution execution = 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

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • hasExecution

      boolean hasExecution()
      .temporal.api.common.v1.WorkflowExecution execution = 2;
      Returns:
      Whether the execution field is set.
    • getExecution

      WorkflowExecution getExecution()
      .temporal.api.common.v1.WorkflowExecution execution = 2;
      Returns:
      The execution.
    • getExecutionOrBuilder

      WorkflowExecutionOrBuilder getExecutionOrBuilder()
      .temporal.api.common.v1.WorkflowExecution execution = 2;
    • getMaximumPageSize

      int getMaximumPageSize()
      int32 maximum_page_size = 3;
      Returns:
      The maximumPageSize.
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
      bytes next_page_token = 4;
      Returns:
      The nextPageToken.