public static interface ToFunction.InvocationBatchRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ToFunction.Invocation |
getInvocations(int index)
A non empty (at least one) list of invocations
|
int |
getInvocationsCount()
A non empty (at least one) list of invocations
|
java.util.List<ToFunction.Invocation> |
getInvocationsList()
A non empty (at least one) list of invocations
|
ToFunction.InvocationOrBuilder |
getInvocationsOrBuilder(int index)
A non empty (at least one) list of invocations
|
java.util.List<? extends ToFunction.InvocationOrBuilder> |
getInvocationsOrBuilderList()
A non empty (at least one) list of invocations
|
ToFunction.PersistedValue |
getState(int index)
A list of PersistedValues that were registered as a persisted state.
|
int |
getStateCount()
A list of PersistedValues that were registered as a persisted state.
|
java.util.List<ToFunction.PersistedValue> |
getStateList()
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.PersistedValueOrBuilder |
getStateOrBuilder(int index)
A list of PersistedValues that were registered as a persisted state.
|
java.util.List<? extends ToFunction.PersistedValueOrBuilder> |
getStateOrBuilderList()
A list of PersistedValues that were registered as a persisted state.
|
Address |
getTarget()
The address of the function to invoke
|
AddressOrBuilder |
getTargetOrBuilder()
The address of the function to invoke
|
boolean |
hasTarget()
The address of the function to invoke
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasTarget()
The address of the function to invoke
.io.statefun.sdk.reqreply.Address target = 1;
Address getTarget()
The address of the function to invoke
.io.statefun.sdk.reqreply.Address target = 1;
AddressOrBuilder getTargetOrBuilder()
The address of the function to invoke
.io.statefun.sdk.reqreply.Address target = 1;
java.util.List<ToFunction.PersistedValue> getStateList()
A list of PersistedValues that were registered as a persisted state.
repeated .io.statefun.sdk.reqreply.ToFunction.PersistedValue state = 2;
ToFunction.PersistedValue getState(int index)
A list of PersistedValues that were registered as a persisted state.
repeated .io.statefun.sdk.reqreply.ToFunction.PersistedValue state = 2;
int getStateCount()
A list of PersistedValues that were registered as a persisted state.
repeated .io.statefun.sdk.reqreply.ToFunction.PersistedValue state = 2;
java.util.List<? extends ToFunction.PersistedValueOrBuilder> getStateOrBuilderList()
A list of PersistedValues that were registered as a persisted state.
repeated .io.statefun.sdk.reqreply.ToFunction.PersistedValue state = 2;
ToFunction.PersistedValueOrBuilder getStateOrBuilder(int index)
A list of PersistedValues that were registered as a persisted state.
repeated .io.statefun.sdk.reqreply.ToFunction.PersistedValue state = 2;
java.util.List<ToFunction.Invocation> getInvocationsList()
A non empty (at least one) list of invocations
repeated .io.statefun.sdk.reqreply.ToFunction.Invocation invocations = 3;
ToFunction.Invocation getInvocations(int index)
A non empty (at least one) list of invocations
repeated .io.statefun.sdk.reqreply.ToFunction.Invocation invocations = 3;
int getInvocationsCount()
A non empty (at least one) list of invocations
repeated .io.statefun.sdk.reqreply.ToFunction.Invocation invocations = 3;
java.util.List<? extends ToFunction.InvocationOrBuilder> getInvocationsOrBuilderList()
A non empty (at least one) list of invocations
repeated .io.statefun.sdk.reqreply.ToFunction.Invocation invocations = 3;
ToFunction.InvocationOrBuilder getInvocationsOrBuilder(int index)
A non empty (at least one) list of invocations
repeated .io.statefun.sdk.reqreply.ToFunction.Invocation invocations = 3;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.