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 TypeMethodDescriptiongetExecutions(int index) repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;intrepeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;getExecutionsOrBuilder(int index) repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;List<? extends ActivityExecutionListInfoOrBuilder> repeated .temporal.api.activity.v1.ActivityExecutionListInfo executions = 1;com.google.protobuf.ByteStringToken to use to fetch the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-