public static interface FromFunction.InvocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TypedValue |
getArgument()
The invocation argument (aka the message sent to the target function)
|
TypedValueOrBuilder |
getArgumentOrBuilder()
The invocation argument (aka the message sent to the target function)
|
Address |
getTarget()
The target function to invoke
|
AddressOrBuilder |
getTargetOrBuilder()
The target function to invoke
|
boolean |
hasArgument()
The invocation argument (aka the message sent to the target function)
|
boolean |
hasTarget()
The target function to invoke
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasTarget()
The target function to invoke
.io.statefun.sdk.reqreply.Address target = 1;
Address getTarget()
The target function to invoke
.io.statefun.sdk.reqreply.Address target = 1;
AddressOrBuilder getTargetOrBuilder()
The target function to invoke
.io.statefun.sdk.reqreply.Address target = 1;
boolean hasArgument()
The invocation argument (aka the message sent to the target function)
.io.statefun.sdk.reqreply.TypedValue argument = 2;
TypedValue getArgument()
The invocation argument (aka the message sent to the target function)
.io.statefun.sdk.reqreply.TypedValue argument = 2;
TypedValueOrBuilder getArgumentOrBuilder()
The invocation argument (aka the message sent to the target function)
.io.statefun.sdk.reqreply.TypedValue argument = 2;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.