Value Mismatch
public final class ValueMismatch extends GeneratedMessageV3 implements ValidatableMessage, ValueMismatchOrBuilder
Attributes for a command rejection because an entity contains a value different than
expected in the command which rejects the value change.
Content copied to clipboard
spine.change.ValueMismatch
Types
Link copied to clipboard
public final class Builder extends GeneratedMessageV3.Builder<BuilderType> implements ValidatingBuilder<M>, ValueMismatchOrBuilder
Attributes for a command rejection because an entity contains a value different than
expected in the command which rejects the value change.
Content copied to clipboard
spine.change.ValueMismatch
Properties
Inherited properties
Link copied to clipboard
protected int memoizedHashCode
Link copied to clipboard
protected int memoizedSize
Functions
Link copied to clipboard
The value discovered in the field (instead of the expected).
This field is not populated if the entity does not have the attribute set.
Content copied to clipboard
.google.protobuf.Any actual = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The value which a command expected in an entity field.
This field is not populated if the command expects to initialize the attribute.
Content copied to clipboard
.google.protobuf.Any expected = 1;
Link copied to clipboard
The value which a command expected in an entity field.
This field is not populated if the command expects to initialize the attribute.
Content copied to clipboard
.google.protobuf.Any expected = 1;
Link copied to clipboard
The value which a command could have set if expected value was discovered in the entity.
Content copied to clipboard
.google.protobuf.Any new_value = 3;
Link copied to clipboard
The value which a command could have set if expected value was discovered in the entity.
Content copied to clipboard
.google.protobuf.Any new_value = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The version of the entity which generated the rejection.
Content copied to clipboard
int32 version = 4;
Link copied to clipboard
The value which a command expected in an entity field.
This field is not populated if the command expects to initialize the attribute.
Content copied to clipboard
.google.protobuf.Any expected = 1;
Link copied to clipboard
The value which a command could have set if expected value was discovered in the entity.
Content copied to clipboard
.google.protobuf.Any new_value = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static ValueMismatch parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
public static ValueMismatch parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
Link copied to clipboard
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected void mergeFromAndMakeImmutableInternal(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected static M parseDelimitedWithIOException<M extends Message>(Parser<M> parser, InputStream input)
Link copied to clipboard
protected boolean parseUnknownField(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)
Link copied to clipboard
protected boolean parseUnknownFieldProto3(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)
Link copied to clipboard
Link copied to clipboard
protected static void serializeBooleanMapTo<V>(CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber)
Link copied to clipboard
protected static void serializeIntegerMapTo<V>(CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber)
Link copied to clipboard
protected static void serializeLongMapTo<V>(CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber)
Link copied to clipboard
protected static void serializeStringMapTo<V>(CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard