Class ListWorkflowExecutionsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
- io.temporal.api.workflowservice.v1.ListWorkflowExecutionsResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ListWorkflowExecutionsResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- ListWorkflowExecutionsResponse
public static final class ListWorkflowExecutionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder> implements ListWorkflowExecutionsResponseOrBuilder
Protobuf typetemporal.api.workflowservice.v1.ListWorkflowExecutionsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListWorkflowExecutionsResponse.BuilderaddAllExecutions(java.lang.Iterable<? extends WorkflowExecutionInfo> values)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuilderaddExecutions(int index, WorkflowExecutionInfo value)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuilderaddExecutions(int index, WorkflowExecutionInfo.Builder builderForValue)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuilderaddExecutions(WorkflowExecutionInfo value)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuilderaddExecutions(WorkflowExecutionInfo.Builder builderForValue)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;WorkflowExecutionInfo.BuilderaddExecutionsBuilder()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;WorkflowExecutionInfo.BuilderaddExecutionsBuilder(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ListWorkflowExecutionsResponsebuild()ListWorkflowExecutionsResponsebuildPartial()ListWorkflowExecutionsResponse.Builderclear()ListWorkflowExecutionsResponse.BuilderclearExecutions()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListWorkflowExecutionsResponse.BuilderclearNextPageToken()bytes next_page_token = 2;ListWorkflowExecutionsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListWorkflowExecutionsResponse.Builderclone()ListWorkflowExecutionsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()WorkflowExecutionInfogetExecutions(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;WorkflowExecutionInfo.BuildergetExecutionsBuilder(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;java.util.List<WorkflowExecutionInfo.Builder>getExecutionsBuilderList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;intgetExecutionsCount()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;java.util.List<WorkflowExecutionInfo>getExecutionsList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;WorkflowExecutionInfoOrBuildergetExecutionsOrBuilder(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;java.util.List<? extends WorkflowExecutionInfoOrBuilder>getExecutionsOrBuilderList()repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;com.google.protobuf.ByteStringgetNextPageToken()bytes next_page_token = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListWorkflowExecutionsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListWorkflowExecutionsResponse.BuildermergeFrom(com.google.protobuf.Message other)ListWorkflowExecutionsResponse.BuildermergeFrom(ListWorkflowExecutionsResponse other)ListWorkflowExecutionsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListWorkflowExecutionsResponse.BuilderremoveExecutions(int index)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuildersetExecutions(int index, WorkflowExecutionInfo value)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuildersetExecutions(int index, WorkflowExecutionInfo.Builder builderForValue)repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;ListWorkflowExecutionsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ListWorkflowExecutionsResponse.BuildersetNextPageToken(com.google.protobuf.ByteString value)bytes next_page_token = 2;ListWorkflowExecutionsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)ListWorkflowExecutionsResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
clear
public ListWorkflowExecutionsResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
getDefaultInstanceForType
public ListWorkflowExecutionsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListWorkflowExecutionsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListWorkflowExecutionsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListWorkflowExecutionsResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
setField
public ListWorkflowExecutionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
clearField
public ListWorkflowExecutionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
clearOneof
public ListWorkflowExecutionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
setRepeatedField
public ListWorkflowExecutionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
addRepeatedField
public ListWorkflowExecutionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
mergeFrom
public ListWorkflowExecutionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListWorkflowExecutionsResponse.Builder>
-
mergeFrom
public ListWorkflowExecutionsResponse.Builder mergeFrom(ListWorkflowExecutionsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
mergeFrom
public ListWorkflowExecutionsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListWorkflowExecutionsResponse.Builder>- Throws:
java.io.IOException
-
getExecutionsList
public java.util.List<WorkflowExecutionInfo> getExecutionsList()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;- Specified by:
getExecutionsListin interfaceListWorkflowExecutionsResponseOrBuilder
-
getExecutionsCount
public int getExecutionsCount()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;- Specified by:
getExecutionsCountin interfaceListWorkflowExecutionsResponseOrBuilder
-
getExecutions
public WorkflowExecutionInfo getExecutions(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;- Specified by:
getExecutionsin interfaceListWorkflowExecutionsResponseOrBuilder
-
setExecutions
public ListWorkflowExecutionsResponse.Builder setExecutions(int index, WorkflowExecutionInfo value)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
setExecutions
public ListWorkflowExecutionsResponse.Builder setExecutions(int index, WorkflowExecutionInfo.Builder builderForValue)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
addExecutions
public ListWorkflowExecutionsResponse.Builder addExecutions(WorkflowExecutionInfo value)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
addExecutions
public ListWorkflowExecutionsResponse.Builder addExecutions(int index, WorkflowExecutionInfo value)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
addExecutions
public ListWorkflowExecutionsResponse.Builder addExecutions(WorkflowExecutionInfo.Builder builderForValue)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
addExecutions
public ListWorkflowExecutionsResponse.Builder addExecutions(int index, WorkflowExecutionInfo.Builder builderForValue)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
addAllExecutions
public ListWorkflowExecutionsResponse.Builder addAllExecutions(java.lang.Iterable<? extends WorkflowExecutionInfo> values)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
clearExecutions
public ListWorkflowExecutionsResponse.Builder clearExecutions()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
removeExecutions
public ListWorkflowExecutionsResponse.Builder removeExecutions(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutionsBuilder
public WorkflowExecutionInfo.Builder getExecutionsBuilder(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutionsOrBuilder
public WorkflowExecutionInfoOrBuilder getExecutionsOrBuilder(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;- Specified by:
getExecutionsOrBuilderin interfaceListWorkflowExecutionsResponseOrBuilder
-
getExecutionsOrBuilderList
public java.util.List<? extends WorkflowExecutionInfoOrBuilder> getExecutionsOrBuilderList()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;- Specified by:
getExecutionsOrBuilderListin interfaceListWorkflowExecutionsResponseOrBuilder
-
addExecutionsBuilder
public WorkflowExecutionInfo.Builder addExecutionsBuilder()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
addExecutionsBuilder
public WorkflowExecutionInfo.Builder addExecutionsBuilder(int index)
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getExecutionsBuilderList
public java.util.List<WorkflowExecutionInfo.Builder> getExecutionsBuilderList()
repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
-
getNextPageToken
public com.google.protobuf.ByteString getNextPageToken()
bytes next_page_token = 2;- Specified by:
getNextPageTokenin interfaceListWorkflowExecutionsResponseOrBuilder- Returns:
- The nextPageToken.
-
setNextPageToken
public ListWorkflowExecutionsResponse.Builder setNextPageToken(com.google.protobuf.ByteString value)
bytes next_page_token = 2;- Parameters:
value- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListWorkflowExecutionsResponse.Builder clearNextPageToken()
bytes next_page_token = 2;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListWorkflowExecutionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
mergeUnknownFields
public final ListWorkflowExecutionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowExecutionsResponse.Builder>
-
-