Interface WorkflowExecutionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutions,WorkflowExecutions.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionsOrBuilder.java.pb.meta")
public interface WorkflowExecutionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) repeated .temporal.api.export.v1.WorkflowExecution items = 1;intrepeated .temporal.api.export.v1.WorkflowExecution items = 1;repeated .temporal.api.export.v1.WorkflowExecution items = 1;getItemsOrBuilder(int index) repeated .temporal.api.export.v1.WorkflowExecution items = 1;List<? extends WorkflowExecutionOrBuilder> repeated .temporal.api.export.v1.WorkflowExecution items = 1;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
-
getItemsList
List<WorkflowExecution> getItemsList()repeated .temporal.api.export.v1.WorkflowExecution items = 1; -
getItems
repeated .temporal.api.export.v1.WorkflowExecution items = 1; -
getItemsCount
int getItemsCount()repeated .temporal.api.export.v1.WorkflowExecution items = 1; -
getItemsOrBuilderList
List<? extends WorkflowExecutionOrBuilder> getItemsOrBuilderList()repeated .temporal.api.export.v1.WorkflowExecution items = 1; -
getItemsOrBuilder
repeated .temporal.api.export.v1.WorkflowExecution items = 1;
-