public static interface ToFunction.PersistedValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStateName()
The unique name of the persisted state.
|
ByteString |
getStateNameBytes()
The unique name of the persisted state.
|
TypedValue |
getStateValue()
The serialized state value
|
TypedValueOrBuilder |
getStateValueOrBuilder()
The serialized state value
|
boolean |
hasStateValue()
The serialized state value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getStateName()
The unique name of the persisted state.
string state_name = 1;
ByteString getStateNameBytes()
The unique name of the persisted state.
string state_name = 1;
boolean hasStateValue()
The serialized state value
.io.statefun.sdk.reqreply.TypedValue state_value = 2;
TypedValue getStateValue()
The serialized state value
.io.statefun.sdk.reqreply.TypedValue state_value = 2;
TypedValueOrBuilder getStateValueOrBuilder()
The serialized state value
.io.statefun.sdk.reqreply.TypedValue state_value = 2;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.