Package io.temporal.api.export.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutiongetItems(int index)repeated .temporal.api.export.v1.WorkflowExecution items = 1;intgetItemsCount()repeated .temporal.api.export.v1.WorkflowExecution items = 1;java.util.List<WorkflowExecution>getItemsList()repeated .temporal.api.export.v1.WorkflowExecution items = 1;WorkflowExecutionOrBuildergetItemsOrBuilder(int index)repeated .temporal.api.export.v1.WorkflowExecution items = 1;java.util.List<? extends WorkflowExecutionOrBuilder>getItemsOrBuilderList()repeated .temporal.api.export.v1.WorkflowExecution items = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getItemsList
java.util.List<WorkflowExecution> getItemsList()
repeated .temporal.api.export.v1.WorkflowExecution items = 1;
-
getItems
WorkflowExecution getItems(int index)
repeated .temporal.api.export.v1.WorkflowExecution items = 1;
-
getItemsCount
int getItemsCount()
repeated .temporal.api.export.v1.WorkflowExecution items = 1;
-
getItemsOrBuilderList
java.util.List<? extends WorkflowExecutionOrBuilder> getItemsOrBuilderList()
repeated .temporal.api.export.v1.WorkflowExecution items = 1;
-
getItemsOrBuilder
WorkflowExecutionOrBuilder getItemsOrBuilder(int index)
repeated .temporal.api.export.v1.WorkflowExecution items = 1;
-
-