@Generated(value="proto") public static final class FromFunction.InvocationResponse.Builder extends GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder> implements FromFunction.InvocationResponseOrBuilder
InvocationResponse represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest it contains a list of state mutation to preform as a result of computing this batch, and a list of outgoing messages.Protobuf type
io.statefun.sdk.reqreply.FromFunction.InvocationResponse
Modifier and Type | Method and Description |
---|---|
FromFunction.InvocationResponse.Builder |
addAllDelayedInvocations(java.lang.Iterable<? extends FromFunction.DelayedInvocation> values)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
addAllOutgoingEgresses(java.lang.Iterable<? extends FromFunction.EgressMessage> values)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
addAllOutgoingMessages(java.lang.Iterable<? extends FromFunction.Invocation> values)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
addAllStateMutations(java.lang.Iterable<? extends FromFunction.PersistedValueMutation> values)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
addDelayedInvocations(FromFunction.DelayedInvocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
addDelayedInvocations(FromFunction.DelayedInvocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
addDelayedInvocations(int index,
FromFunction.DelayedInvocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
addDelayedInvocations(int index,
FromFunction.DelayedInvocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.DelayedInvocation.Builder |
addDelayedInvocationsBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.DelayedInvocation.Builder |
addDelayedInvocationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
addOutgoingEgresses(FromFunction.EgressMessage.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
addOutgoingEgresses(FromFunction.EgressMessage value)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
addOutgoingEgresses(int index,
FromFunction.EgressMessage.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
addOutgoingEgresses(int index,
FromFunction.EgressMessage value)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.EgressMessage.Builder |
addOutgoingEgressesBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.EgressMessage.Builder |
addOutgoingEgressesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
addOutgoingMessages(FromFunction.Invocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
addOutgoingMessages(FromFunction.Invocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
addOutgoingMessages(int index,
FromFunction.Invocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
addOutgoingMessages(int index,
FromFunction.Invocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.Invocation.Builder |
addOutgoingMessagesBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.Invocation.Builder |
addOutgoingMessagesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value)
Like
setRepeatedField , but appends the value as a new element. |
FromFunction.InvocationResponse.Builder |
addStateMutations(FromFunction.PersistedValueMutation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
addStateMutations(FromFunction.PersistedValueMutation value)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
addStateMutations(int index,
FromFunction.PersistedValueMutation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
addStateMutations(int index,
FromFunction.PersistedValueMutation value)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.PersistedValueMutation.Builder |
addStateMutationsBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.PersistedValueMutation.Builder |
addStateMutationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse |
build()
Constructs the message based on the state of the Builder.
|
FromFunction.InvocationResponse |
buildPartial()
Like
MessageLite.Builder.build() , but does not throw an exception if the message is missing required
fields. |
FromFunction.InvocationResponse.Builder |
clear()
Called by the initialization and clear code paths to allow subclasses to
reset any of their builtin fields back to the initial values.
|
FromFunction.InvocationResponse.Builder |
clearDelayedInvocations()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
Clears the field.
|
FromFunction.InvocationResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
TODO(jieluo): Clear it when all subclasses have implemented this method.
|
FromFunction.InvocationResponse.Builder |
clearOutgoingEgresses()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
clearOutgoingMessages()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
clearStateMutations()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
clone()
Clones the Builder.
|
FromFunction.InvocationResponse |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
FromFunction.DelayedInvocation |
getDelayedInvocations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.DelayedInvocation.Builder |
getDelayedInvocationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
java.util.List<FromFunction.DelayedInvocation.Builder> |
getDelayedInvocationsBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
int |
getDelayedInvocationsCount()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
java.util.List<FromFunction.DelayedInvocation> |
getDelayedInvocationsList()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.DelayedInvocationOrBuilder |
getDelayedInvocationsOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
java.util.List<? extends FromFunction.DelayedInvocationOrBuilder> |
getDelayedInvocationsOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType()
Get the message's type's descriptor.
|
FromFunction.EgressMessage |
getOutgoingEgresses(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.EgressMessage.Builder |
getOutgoingEgressesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
java.util.List<FromFunction.EgressMessage.Builder> |
getOutgoingEgressesBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
int |
getOutgoingEgressesCount()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
java.util.List<FromFunction.EgressMessage> |
getOutgoingEgressesList()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.EgressMessageOrBuilder |
getOutgoingEgressesOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
java.util.List<? extends FromFunction.EgressMessageOrBuilder> |
getOutgoingEgressesOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.Invocation |
getOutgoingMessages(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.Invocation.Builder |
getOutgoingMessagesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
java.util.List<FromFunction.Invocation.Builder> |
getOutgoingMessagesBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
int |
getOutgoingMessagesCount()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
java.util.List<FromFunction.Invocation> |
getOutgoingMessagesList()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationOrBuilder |
getOutgoingMessagesOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
java.util.List<? extends FromFunction.InvocationOrBuilder> |
getOutgoingMessagesOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.PersistedValueMutation |
getStateMutations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.PersistedValueMutation.Builder |
getStateMutationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
java.util.List<FromFunction.PersistedValueMutation.Builder> |
getStateMutationsBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
int |
getStateMutationsCount()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
java.util.List<FromFunction.PersistedValueMutation> |
getStateMutationsList()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.PersistedValueMutationOrBuilder |
getStateMutationsOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
java.util.List<? extends FromFunction.PersistedValueMutationOrBuilder> |
getStateMutationsOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable()
Get the FieldAccessorTable for this type.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded messages are set, false
otherwise.
|
FromFunction.InvocationResponse.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
Like
MessageLite.Builder.mergeFrom(CodedInputStream) , but also parses extensions. |
FromFunction.InvocationResponse.Builder |
mergeFrom(FromFunction.InvocationResponse other) |
FromFunction.InvocationResponse.Builder |
mergeFrom(Message other)
Merge
other into the message being built. |
FromFunction.InvocationResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
Merge some unknown fields into the
UnknownFieldSet for this message. |
FromFunction.InvocationResponse.Builder |
removeDelayedInvocations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
removeOutgoingEgresses(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
removeOutgoingMessages(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
removeStateMutations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
setDelayedInvocations(int index,
FromFunction.DelayedInvocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
setDelayedInvocations(int index,
FromFunction.DelayedInvocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3; |
FromFunction.InvocationResponse.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value)
Sets a field to the given value.
|
FromFunction.InvocationResponse.Builder |
setOutgoingEgresses(int index,
FromFunction.EgressMessage.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
setOutgoingEgresses(int index,
FromFunction.EgressMessage value)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4; |
FromFunction.InvocationResponse.Builder |
setOutgoingMessages(int index,
FromFunction.Invocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
setOutgoingMessages(int index,
FromFunction.Invocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2; |
FromFunction.InvocationResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value)
Sets an element of a repeated field to the given value.
|
FromFunction.InvocationResponse.Builder |
setStateMutations(int index,
FromFunction.PersistedValueMutation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
setStateMutations(int index,
FromFunction.PersistedValueMutation value)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1; |
FromFunction.InvocationResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
Set the
UnknownFieldSet for this message. |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessageV3.Builder
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder clear()
GeneratedMessageV3.Builder
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
Message.Builder
MessageOrBuilder.getDescriptorForType()
.getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse getDefaultInstanceForType()
MessageLiteOrBuilder
getDefaultInstance()
method of generated
message classes in that this method is an abstract method of the MessageLite
interface
whereas getDefaultInstance()
is a static method of a specific class. They return the
same thing.getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public FromFunction.InvocationResponse build()
MessageLite.Builder
build
in interface Message.Builder
build
in interface MessageLite.Builder
public FromFunction.InvocationResponse buildPartial()
MessageLite.Builder
MessageLite.Builder.build()
, but does not throw an exception if the message is missing required
fields. Instead, a partial message is returned. Subsequent changes to the Builder will not
affect the returned message.buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public FromFunction.InvocationResponse.Builder clone()
MessageLite.Builder
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
Object.clone()
public FromFunction.InvocationResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.Builder
MessageOrBuilder.getField(Descriptors.FieldDescriptor)
would return.setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder clearField(Descriptors.FieldDescriptor field)
Message.Builder
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
AbstractMessage.Builder
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Message.Builder
MessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)
would return.setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.Builder
setRepeatedField
, but appends the value as a new element.addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder mergeFrom(Message other)
Message.Builder
other
into the message being built. other
must have the exact same type
as this
(i.e. getDescriptorForType() == other.getDescriptorForType()
).
Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set in other
, then other
's
value overwrites the value in this message.
* For singular message fields, if the field is set in other
, it is merged into the
corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements in other
are concatenated with the elements in
this message.
* For oneof groups, if the other message has one of the fields set, the group of this message
is cleared and replaced by the field of the other message, so that the oneof constraint is
preserved.
This is equivalent to the Message::MergeFrom
method in C++.
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder mergeFrom(FromFunction.InvocationResponse other)
public final boolean isInitialized()
MessageLiteOrBuilder
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public FromFunction.InvocationResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
MessageLite.Builder
MessageLite.Builder.mergeFrom(CodedInputStream)
, but also parses extensions. The extensions
that you want to be able to parse must be registered in extensionRegistry
. Extensions
not in the registry will be treated as unknown fields.mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<FromFunction.InvocationResponse.Builder>
java.io.IOException
public java.util.List<FromFunction.PersistedValueMutation> getStateMutationsList()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
getStateMutationsList
in interface FromFunction.InvocationResponseOrBuilder
public int getStateMutationsCount()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
getStateMutationsCount
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.PersistedValueMutation getStateMutations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
getStateMutations
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.InvocationResponse.Builder setStateMutations(int index, FromFunction.PersistedValueMutation value)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder setStateMutations(int index, FromFunction.PersistedValueMutation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder addStateMutations(FromFunction.PersistedValueMutation value)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder addStateMutations(int index, FromFunction.PersistedValueMutation value)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder addStateMutations(FromFunction.PersistedValueMutation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder addStateMutations(int index, FromFunction.PersistedValueMutation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder addAllStateMutations(java.lang.Iterable<? extends FromFunction.PersistedValueMutation> values)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder clearStateMutations()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.InvocationResponse.Builder removeStateMutations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.PersistedValueMutation.Builder getStateMutationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.PersistedValueMutationOrBuilder getStateMutationsOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
getStateMutationsOrBuilder
in interface FromFunction.InvocationResponseOrBuilder
public java.util.List<? extends FromFunction.PersistedValueMutationOrBuilder> getStateMutationsOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
getStateMutationsOrBuilderList
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.PersistedValueMutation.Builder addStateMutationsBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public FromFunction.PersistedValueMutation.Builder addStateMutationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public java.util.List<FromFunction.PersistedValueMutation.Builder> getStateMutationsBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation state_mutations = 1;
public java.util.List<FromFunction.Invocation> getOutgoingMessagesList()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
getOutgoingMessagesList
in interface FromFunction.InvocationResponseOrBuilder
public int getOutgoingMessagesCount()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
getOutgoingMessagesCount
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.Invocation getOutgoingMessages(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
getOutgoingMessages
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.InvocationResponse.Builder setOutgoingMessages(int index, FromFunction.Invocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder setOutgoingMessages(int index, FromFunction.Invocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder addOutgoingMessages(FromFunction.Invocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder addOutgoingMessages(int index, FromFunction.Invocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder addOutgoingMessages(FromFunction.Invocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder addOutgoingMessages(int index, FromFunction.Invocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder addAllOutgoingMessages(java.lang.Iterable<? extends FromFunction.Invocation> values)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder clearOutgoingMessages()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationResponse.Builder removeOutgoingMessages(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.Invocation.Builder getOutgoingMessagesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.InvocationOrBuilder getOutgoingMessagesOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
getOutgoingMessagesOrBuilder
in interface FromFunction.InvocationResponseOrBuilder
public java.util.List<? extends FromFunction.InvocationOrBuilder> getOutgoingMessagesOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
getOutgoingMessagesOrBuilderList
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.Invocation.Builder addOutgoingMessagesBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public FromFunction.Invocation.Builder addOutgoingMessagesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public java.util.List<FromFunction.Invocation.Builder> getOutgoingMessagesBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.Invocation outgoing_messages = 2;
public java.util.List<FromFunction.DelayedInvocation> getDelayedInvocationsList()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
getDelayedInvocationsList
in interface FromFunction.InvocationResponseOrBuilder
public int getDelayedInvocationsCount()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
getDelayedInvocationsCount
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.DelayedInvocation getDelayedInvocations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
getDelayedInvocations
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.InvocationResponse.Builder setDelayedInvocations(int index, FromFunction.DelayedInvocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder setDelayedInvocations(int index, FromFunction.DelayedInvocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder addDelayedInvocations(FromFunction.DelayedInvocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder addDelayedInvocations(int index, FromFunction.DelayedInvocation value)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder addDelayedInvocations(FromFunction.DelayedInvocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder addDelayedInvocations(int index, FromFunction.DelayedInvocation.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder addAllDelayedInvocations(java.lang.Iterable<? extends FromFunction.DelayedInvocation> values)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder clearDelayedInvocations()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.InvocationResponse.Builder removeDelayedInvocations(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.DelayedInvocation.Builder getDelayedInvocationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.DelayedInvocationOrBuilder getDelayedInvocationsOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
getDelayedInvocationsOrBuilder
in interface FromFunction.InvocationResponseOrBuilder
public java.util.List<? extends FromFunction.DelayedInvocationOrBuilder> getDelayedInvocationsOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
getDelayedInvocationsOrBuilderList
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.DelayedInvocation.Builder addDelayedInvocationsBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public FromFunction.DelayedInvocation.Builder addDelayedInvocationsBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public java.util.List<FromFunction.DelayedInvocation.Builder> getDelayedInvocationsBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.DelayedInvocation delayed_invocations = 3;
public java.util.List<FromFunction.EgressMessage> getOutgoingEgressesList()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
getOutgoingEgressesList
in interface FromFunction.InvocationResponseOrBuilder
public int getOutgoingEgressesCount()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
getOutgoingEgressesCount
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.EgressMessage getOutgoingEgresses(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
getOutgoingEgresses
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.InvocationResponse.Builder setOutgoingEgresses(int index, FromFunction.EgressMessage value)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder setOutgoingEgresses(int index, FromFunction.EgressMessage.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder addOutgoingEgresses(FromFunction.EgressMessage value)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder addOutgoingEgresses(int index, FromFunction.EgressMessage value)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder addOutgoingEgresses(FromFunction.EgressMessage.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder addOutgoingEgresses(int index, FromFunction.EgressMessage.Builder builderForValue)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder addAllOutgoingEgresses(java.lang.Iterable<? extends FromFunction.EgressMessage> values)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder clearOutgoingEgresses()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.InvocationResponse.Builder removeOutgoingEgresses(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.EgressMessage.Builder getOutgoingEgressesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.EgressMessageOrBuilder getOutgoingEgressesOrBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
getOutgoingEgressesOrBuilder
in interface FromFunction.InvocationResponseOrBuilder
public java.util.List<? extends FromFunction.EgressMessageOrBuilder> getOutgoingEgressesOrBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
getOutgoingEgressesOrBuilderList
in interface FromFunction.InvocationResponseOrBuilder
public FromFunction.EgressMessage.Builder addOutgoingEgressesBuilder()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public FromFunction.EgressMessage.Builder addOutgoingEgressesBuilder(int index)
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public java.util.List<FromFunction.EgressMessage.Builder> getOutgoingEgressesBuilderList()
repeated .io.statefun.sdk.reqreply.FromFunction.EgressMessage outgoing_egresses = 4;
public final FromFunction.InvocationResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Message.Builder
UnknownFieldSet
for this message.setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
public final FromFunction.InvocationResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Message.Builder
UnknownFieldSet
for this message.mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<FromFunction.InvocationResponse.Builder>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.