public static interface FromFunction.PersistedValueMutationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FromFunction.PersistedValueMutation.MutationType |
getMutationType()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1; |
int |
getMutationTypeValue()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1; |
java.lang.String |
getStateName()
string state_name = 2; |
ByteString |
getStateNameBytes()
string state_name = 2; |
TypedValue |
getStateValue()
.io.statefun.sdk.reqreply.TypedValue state_value = 3; |
TypedValueOrBuilder |
getStateValueOrBuilder()
.io.statefun.sdk.reqreply.TypedValue state_value = 3; |
boolean |
hasStateValue()
.io.statefun.sdk.reqreply.TypedValue state_value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getMutationTypeValue()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1;
FromFunction.PersistedValueMutation.MutationType getMutationType()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1;
java.lang.String getStateName()
string state_name = 2;
ByteString getStateNameBytes()
string state_name = 2;
boolean hasStateValue()
.io.statefun.sdk.reqreply.TypedValue state_value = 3;
TypedValue getStateValue()
.io.statefun.sdk.reqreply.TypedValue state_value = 3;
TypedValueOrBuilder getStateValueOrBuilder()
.io.statefun.sdk.reqreply.TypedValue state_value = 3;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.