Interface ListActivityExecutionsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getExecutions(int index)
    repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    int
    repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    com.google.protobuf.ByteString
    Token to use to fetch the next page.

    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<ActivityExecutionListInfo> getExecutionsList()
      repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    • getExecutions

      ActivityExecutionListInfo getExecutions(int index)
      repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    • getExecutionsCount

      int getExecutionsCount()
      repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    • getExecutionsOrBuilderList

      List<? extends ActivityExecutionListInfoOrBuilder> getExecutionsOrBuilderList()
      repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    • getExecutionsOrBuilder

      ActivityExecutionListInfoOrBuilder getExecutionsOrBuilder(int index)
      repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
       Token to use to fetch the next page. If empty, there is no next page.
       
      bytes next_page_token = 2;
      Returns:
      The nextPageToken.