Package io.temporal.api.nexus.v1
Class StartOperationRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
- io.temporal.api.nexus.v1.StartOperationRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,StartOperationRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- StartOperationRequest
public static final class StartOperationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder> implements StartOperationRequestOrBuilder
A request to start an operation.
Protobuf typetemporal.api.nexus.v1.StartOperationRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StartOperationRequest.BuilderaddAllLinks(java.lang.Iterable<? extends Link> values)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuilderaddLinks(int index, Link value)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuilderaddLinks(int index, Link.Builder builderForValue)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuilderaddLinks(Link value)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuilderaddLinks(Link.Builder builderForValue)Links contain caller information and can be attached to the operations started by the handler.Link.BuilderaddLinksBuilder()Links contain caller information and can be attached to the operations started by the handler.Link.BuilderaddLinksBuilder(int index)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)StartOperationRequestbuild()StartOperationRequestbuildPartial()StartOperationRequest.Builderclear()StartOperationRequest.BuilderclearCallback()Callback URL to call upon completion if the started operation is async.StartOperationRequest.BuilderclearCallbackHeader()StartOperationRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)StartOperationRequest.BuilderclearLinks()Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)StartOperationRequest.BuilderclearOperation()Type of operation to start.StartOperationRequest.BuilderclearPayload()Full request body from the incoming HTTP request.StartOperationRequest.BuilderclearRequestId()A request ID that can be used as an idempotentency key.StartOperationRequest.BuilderclearService()Name of service to start the operation in.StartOperationRequest.Builderclone()booleancontainsCallbackHeader(java.lang.String key)Header that is expected to be attached to the callback request when the operation completes.java.lang.StringgetCallback()Callback URL to call upon completion if the started operation is async.com.google.protobuf.ByteStringgetCallbackBytes()Callback URL to call upon completion if the started operation is async.java.util.Map<java.lang.String,java.lang.String>getCallbackHeader()Deprecated.intgetCallbackHeaderCount()Header that is expected to be attached to the callback request when the operation completes.java.util.Map<java.lang.String,java.lang.String>getCallbackHeaderMap()Header that is expected to be attached to the callback request when the operation completes.java.lang.StringgetCallbackHeaderOrDefault(java.lang.String key, java.lang.String defaultValue)Header that is expected to be attached to the callback request when the operation completes.java.lang.StringgetCallbackHeaderOrThrow(java.lang.String key)Header that is expected to be attached to the callback request when the operation completes.StartOperationRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()LinkgetLinks(int index)Links contain caller information and can be attached to the operations started by the handler.Link.BuildergetLinksBuilder(int index)Links contain caller information and can be attached to the operations started by the handler.java.util.List<Link.Builder>getLinksBuilderList()Links contain caller information and can be attached to the operations started by the handler.intgetLinksCount()Links contain caller information and can be attached to the operations started by the handler.java.util.List<Link>getLinksList()Links contain caller information and can be attached to the operations started by the handler.LinkOrBuildergetLinksOrBuilder(int index)Links contain caller information and can be attached to the operations started by the handler.java.util.List<? extends LinkOrBuilder>getLinksOrBuilderList()Links contain caller information and can be attached to the operations started by the handler.java.util.Map<java.lang.String,java.lang.String>getMutableCallbackHeader()Deprecated.java.lang.StringgetOperation()Type of operation to start.com.google.protobuf.ByteStringgetOperationBytes()Type of operation to start.PayloadgetPayload()Full request body from the incoming HTTP request.Payload.BuildergetPayloadBuilder()Full request body from the incoming HTTP request.PayloadOrBuildergetPayloadOrBuilder()Full request body from the incoming HTTP request.java.lang.StringgetRequestId()A request ID that can be used as an idempotentency key.com.google.protobuf.ByteStringgetRequestIdBytes()A request ID that can be used as an idempotentency key.java.lang.StringgetService()Name of service to start the operation in.com.google.protobuf.ByteStringgetServiceBytes()Name of service to start the operation in.booleanhasPayload()Full request body from the incoming HTTP request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number)protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number)booleanisInitialized()StartOperationRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StartOperationRequest.BuildermergeFrom(com.google.protobuf.Message other)StartOperationRequest.BuildermergeFrom(StartOperationRequest other)StartOperationRequest.BuildermergePayload(Payload value)Full request body from the incoming HTTP request.StartOperationRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StartOperationRequest.BuilderputAllCallbackHeader(java.util.Map<java.lang.String,java.lang.String> values)Header that is expected to be attached to the callback request when the operation completes.StartOperationRequest.BuilderputCallbackHeader(java.lang.String key, java.lang.String value)Header that is expected to be attached to the callback request when the operation completes.StartOperationRequest.BuilderremoveCallbackHeader(java.lang.String key)Header that is expected to be attached to the callback request when the operation completes.StartOperationRequest.BuilderremoveLinks(int index)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuildersetCallback(java.lang.String value)Callback URL to call upon completion if the started operation is async.StartOperationRequest.BuildersetCallbackBytes(com.google.protobuf.ByteString value)Callback URL to call upon completion if the started operation is async.StartOperationRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)StartOperationRequest.BuildersetLinks(int index, Link value)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuildersetLinks(int index, Link.Builder builderForValue)Links contain caller information and can be attached to the operations started by the handler.StartOperationRequest.BuildersetOperation(java.lang.String value)Type of operation to start.StartOperationRequest.BuildersetOperationBytes(com.google.protobuf.ByteString value)Type of operation to start.StartOperationRequest.BuildersetPayload(Payload value)Full request body from the incoming HTTP request.StartOperationRequest.BuildersetPayload(Payload.Builder builderForValue)Full request body from the incoming HTTP request.StartOperationRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)StartOperationRequest.BuildersetRequestId(java.lang.String value)A request ID that can be used as an idempotentency key.StartOperationRequest.BuildersetRequestIdBytes(com.google.protobuf.ByteString value)A request ID that can be used as an idempotentency key.StartOperationRequest.BuildersetService(java.lang.String value)Name of service to start the operation in.StartOperationRequest.BuildersetServiceBytes(com.google.protobuf.ByteString value)Name of service to start the operation in.StartOperationRequest.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()
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
- Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
- Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
clear
public StartOperationRequest.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<StartOperationRequest.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<StartOperationRequest.Builder>
-
getDefaultInstanceForType
public StartOperationRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public StartOperationRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StartOperationRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StartOperationRequest.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<StartOperationRequest.Builder>
-
setField
public StartOperationRequest.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<StartOperationRequest.Builder>
-
clearField
public StartOperationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
clearOneof
public StartOperationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
setRepeatedField
public StartOperationRequest.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<StartOperationRequest.Builder>
-
addRepeatedField
public StartOperationRequest.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<StartOperationRequest.Builder>
-
mergeFrom
public StartOperationRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StartOperationRequest.Builder>
-
mergeFrom
public StartOperationRequest.Builder mergeFrom(StartOperationRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
mergeFrom
public StartOperationRequest.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<StartOperationRequest.Builder>- Throws:
java.io.IOException
-
getService
public java.lang.String getService()
Name of service to start the operation in.
string service = 1;- Specified by:
getServicein interfaceStartOperationRequestOrBuilder- Returns:
- The service.
-
getServiceBytes
public com.google.protobuf.ByteString getServiceBytes()
Name of service to start the operation in.
string service = 1;- Specified by:
getServiceBytesin interfaceStartOperationRequestOrBuilder- Returns:
- The bytes for service.
-
setService
public StartOperationRequest.Builder setService(java.lang.String value)
Name of service to start the operation in.
string service = 1;- Parameters:
value- The service to set.- Returns:
- This builder for chaining.
-
clearService
public StartOperationRequest.Builder clearService()
Name of service to start the operation in.
string service = 1;- Returns:
- This builder for chaining.
-
setServiceBytes
public StartOperationRequest.Builder setServiceBytes(com.google.protobuf.ByteString value)
Name of service to start the operation in.
string service = 1;- Parameters:
value- The bytes for service to set.- Returns:
- This builder for chaining.
-
getOperation
public java.lang.String getOperation()
Type of operation to start.
string operation = 2;- Specified by:
getOperationin interfaceStartOperationRequestOrBuilder- Returns:
- The operation.
-
getOperationBytes
public com.google.protobuf.ByteString getOperationBytes()
Type of operation to start.
string operation = 2;- Specified by:
getOperationBytesin interfaceStartOperationRequestOrBuilder- Returns:
- The bytes for operation.
-
setOperation
public StartOperationRequest.Builder setOperation(java.lang.String value)
Type of operation to start.
string operation = 2;- Parameters:
value- The operation to set.- Returns:
- This builder for chaining.
-
clearOperation
public StartOperationRequest.Builder clearOperation()
Type of operation to start.
string operation = 2;- Returns:
- This builder for chaining.
-
setOperationBytes
public StartOperationRequest.Builder setOperationBytes(com.google.protobuf.ByteString value)
Type of operation to start.
string operation = 2;- Parameters:
value- The bytes for operation to set.- Returns:
- This builder for chaining.
-
getRequestId
public java.lang.String getRequestId()
A request ID that can be used as an idempotentency key.
string request_id = 3;- Specified by:
getRequestIdin interfaceStartOperationRequestOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.ByteString getRequestIdBytes()
A request ID that can be used as an idempotentency key.
string request_id = 3;- Specified by:
getRequestIdBytesin interfaceStartOperationRequestOrBuilder- Returns:
- The bytes for requestId.
-
setRequestId
public StartOperationRequest.Builder setRequestId(java.lang.String value)
A request ID that can be used as an idempotentency key.
string request_id = 3;- Parameters:
value- The requestId to set.- Returns:
- This builder for chaining.
-
clearRequestId
public StartOperationRequest.Builder clearRequestId()
A request ID that can be used as an idempotentency key.
string request_id = 3;- Returns:
- This builder for chaining.
-
setRequestIdBytes
public StartOperationRequest.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
A request ID that can be used as an idempotentency key.
string request_id = 3;- Parameters:
value- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
getCallback
public java.lang.String getCallback()
Callback URL to call upon completion if the started operation is async.
string callback = 4;- Specified by:
getCallbackin interfaceStartOperationRequestOrBuilder- Returns:
- The callback.
-
getCallbackBytes
public com.google.protobuf.ByteString getCallbackBytes()
Callback URL to call upon completion if the started operation is async.
string callback = 4;- Specified by:
getCallbackBytesin interfaceStartOperationRequestOrBuilder- Returns:
- The bytes for callback.
-
setCallback
public StartOperationRequest.Builder setCallback(java.lang.String value)
Callback URL to call upon completion if the started operation is async.
string callback = 4;- Parameters:
value- The callback to set.- Returns:
- This builder for chaining.
-
clearCallback
public StartOperationRequest.Builder clearCallback()
Callback URL to call upon completion if the started operation is async.
string callback = 4;- Returns:
- This builder for chaining.
-
setCallbackBytes
public StartOperationRequest.Builder setCallbackBytes(com.google.protobuf.ByteString value)
Callback URL to call upon completion if the started operation is async.
string callback = 4;- Parameters:
value- The bytes for callback to set.- Returns:
- This builder for chaining.
-
hasPayload
public boolean hasPayload()
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;- Specified by:
hasPayloadin interfaceStartOperationRequestOrBuilder- Returns:
- Whether the payload field is set.
-
getPayload
public Payload getPayload()
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;- Specified by:
getPayloadin interfaceStartOperationRequestOrBuilder- Returns:
- The payload.
-
setPayload
public StartOperationRequest.Builder setPayload(Payload value)
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;
-
setPayload
public StartOperationRequest.Builder setPayload(Payload.Builder builderForValue)
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;
-
mergePayload
public StartOperationRequest.Builder mergePayload(Payload value)
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;
-
clearPayload
public StartOperationRequest.Builder clearPayload()
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;
-
getPayloadBuilder
public Payload.Builder getPayloadBuilder()
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;
-
getPayloadOrBuilder
public PayloadOrBuilder getPayloadOrBuilder()
Full request body from the incoming HTTP request.
.temporal.api.common.v1.Payload payload = 5;- Specified by:
getPayloadOrBuilderin interfaceStartOperationRequestOrBuilder
-
getCallbackHeaderCount
public int getCallbackHeaderCount()
Description copied from interface:StartOperationRequestOrBuilderHeader that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;- Specified by:
getCallbackHeaderCountin interfaceStartOperationRequestOrBuilder
-
containsCallbackHeader
public boolean containsCallbackHeader(java.lang.String key)
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;- Specified by:
containsCallbackHeaderin interfaceStartOperationRequestOrBuilder
-
getCallbackHeader
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getCallbackHeader()
Deprecated.UsegetCallbackHeaderMap()instead.- Specified by:
getCallbackHeaderin interfaceStartOperationRequestOrBuilder
-
getCallbackHeaderMap
public java.util.Map<java.lang.String,java.lang.String> getCallbackHeaderMap()
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;- Specified by:
getCallbackHeaderMapin interfaceStartOperationRequestOrBuilder
-
getCallbackHeaderOrDefault
public java.lang.String getCallbackHeaderOrDefault(java.lang.String key, java.lang.String defaultValue)Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;- Specified by:
getCallbackHeaderOrDefaultin interfaceStartOperationRequestOrBuilder
-
getCallbackHeaderOrThrow
public java.lang.String getCallbackHeaderOrThrow(java.lang.String key)
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;- Specified by:
getCallbackHeaderOrThrowin interfaceStartOperationRequestOrBuilder
-
clearCallbackHeader
public StartOperationRequest.Builder clearCallbackHeader()
-
removeCallbackHeader
public StartOperationRequest.Builder removeCallbackHeader(java.lang.String key)
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;
-
getMutableCallbackHeader
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableCallbackHeader()
Deprecated.Use alternate mutation accessors instead.
-
putCallbackHeader
public StartOperationRequest.Builder putCallbackHeader(java.lang.String key, java.lang.String value)
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;
-
putAllCallbackHeader
public StartOperationRequest.Builder putAllCallbackHeader(java.util.Map<java.lang.String,java.lang.String> values)
Header that is expected to be attached to the callback request when the operation completes.
map<string, string> callback_header = 6;
-
getLinksList
public java.util.List<Link> getLinksList()
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;- Specified by:
getLinksListin interfaceStartOperationRequestOrBuilder
-
getLinksCount
public int getLinksCount()
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;- Specified by:
getLinksCountin interfaceStartOperationRequestOrBuilder
-
getLinks
public Link getLinks(int index)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;- Specified by:
getLinksin interfaceStartOperationRequestOrBuilder
-
setLinks
public StartOperationRequest.Builder setLinks(int index, Link value)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
setLinks
public StartOperationRequest.Builder setLinks(int index, Link.Builder builderForValue)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
addLinks
public StartOperationRequest.Builder addLinks(Link value)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
addLinks
public StartOperationRequest.Builder addLinks(int index, Link value)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
addLinks
public StartOperationRequest.Builder addLinks(Link.Builder builderForValue)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
addLinks
public StartOperationRequest.Builder addLinks(int index, Link.Builder builderForValue)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
addAllLinks
public StartOperationRequest.Builder addAllLinks(java.lang.Iterable<? extends Link> values)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
clearLinks
public StartOperationRequest.Builder clearLinks()
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
removeLinks
public StartOperationRequest.Builder removeLinks(int index)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
getLinksBuilder
public Link.Builder getLinksBuilder(int index)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
getLinksOrBuilder
public LinkOrBuilder getLinksOrBuilder(int index)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;- Specified by:
getLinksOrBuilderin interfaceStartOperationRequestOrBuilder
-
getLinksOrBuilderList
public java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;- Specified by:
getLinksOrBuilderListin interfaceStartOperationRequestOrBuilder
-
addLinksBuilder
public Link.Builder addLinksBuilder()
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
addLinksBuilder
public Link.Builder addLinksBuilder(int index)
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
getLinksBuilderList
public java.util.List<Link.Builder> getLinksBuilderList()
Links contain caller information and can be attached to the operations started by the handler.
repeated .temporal.api.nexus.v1.Link links = 7;
-
setUnknownFields
public final StartOperationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
mergeUnknownFields
public final StartOperationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StartOperationRequest.Builder>
-
-