All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/workflowservice/v1/request_response.proto

package io.temporal.api.workflowservice.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:ListOpenWorkflowExecutionsRequestOrBuilder.java.pb.meta")
public interface ListOpenWorkflowExecutionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string namespace = 1;
   * @return The namespace.
   */
  java.lang.String getNamespace();
  /**
   * string namespace = 1;
   * @return The bytes for namespace.
   */
  com.google.protobuf.ByteString
      getNamespaceBytes();

  /**
   * int32 maximum_page_size = 2;
   * @return The maximumPageSize.
   */
  int getMaximumPageSize();

  /**
   * bytes next_page_token = 3;
   * @return The nextPageToken.
   */
  com.google.protobuf.ByteString getNextPageToken();

  /**
   * .temporal.api.filter.v1.StartTimeFilter start_time_filter = 4;
   * @return Whether the startTimeFilter field is set.
   */
  boolean hasStartTimeFilter();
  /**
   * .temporal.api.filter.v1.StartTimeFilter start_time_filter = 4;
   * @return The startTimeFilter.
   */
  io.temporal.api.filter.v1.StartTimeFilter getStartTimeFilter();
  /**
   * .temporal.api.filter.v1.StartTimeFilter start_time_filter = 4;
   */
  io.temporal.api.filter.v1.StartTimeFilterOrBuilder getStartTimeFilterOrBuilder();

  /**
   * .temporal.api.filter.v1.WorkflowExecutionFilter execution_filter = 5;
   * @return Whether the executionFilter field is set.
   */
  boolean hasExecutionFilter();
  /**
   * .temporal.api.filter.v1.WorkflowExecutionFilter execution_filter = 5;
   * @return The executionFilter.
   */
  io.temporal.api.filter.v1.WorkflowExecutionFilter getExecutionFilter();
  /**
   * .temporal.api.filter.v1.WorkflowExecutionFilter execution_filter = 5;
   */
  io.temporal.api.filter.v1.WorkflowExecutionFilterOrBuilder getExecutionFilterOrBuilder();

  /**
   * .temporal.api.filter.v1.WorkflowTypeFilter type_filter = 6;
   * @return Whether the typeFilter field is set.
   */
  boolean hasTypeFilter();
  /**
   * .temporal.api.filter.v1.WorkflowTypeFilter type_filter = 6;
   * @return The typeFilter.
   */
  io.temporal.api.filter.v1.WorkflowTypeFilter getTypeFilter();
  /**
   * .temporal.api.filter.v1.WorkflowTypeFilter type_filter = 6;
   */
  io.temporal.api.filter.v1.WorkflowTypeFilterOrBuilder getTypeFilterOrBuilder();

  public io.temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequest.FiltersCase getFiltersCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy