public static interface ToFunction.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 |
getCaller()
The address of the function that requested the invocation (possibly absent)
|
AddressOrBuilder |
getCallerOrBuilder()
The address of the function that requested the invocation (possibly absent)
|
boolean |
hasArgument()
The invocation argument (aka the message sent to the target function)
|
boolean |
hasCaller()
The address of the function that requested the invocation (possibly absent)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasCaller()
The address of the function that requested the invocation (possibly absent)
.io.statefun.sdk.reqreply.Address caller = 1;
Address getCaller()
The address of the function that requested the invocation (possibly absent)
.io.statefun.sdk.reqreply.Address caller = 1;
AddressOrBuilder getCallerOrBuilder()
The address of the function that requested the invocation (possibly absent)
.io.statefun.sdk.reqreply.Address caller = 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.