ValueMismatchOrBuilder

public interface ValueMismatchOrBuilder implements MessageOrBuilder

Functions

Link copied to clipboard
public abstract Any getActual()
The value discovered in the field (instead of the expected).
This field is not populated if the entity does not have the attribute set.
.google.protobuf.Any actual = 2;
Link copied to clipboard
public abstract AnyOrBuilder getActualOrBuilder()
The value discovered in the field (instead of the expected).
This field is not populated if the entity does not have the attribute set.
.google.protobuf.Any actual = 2;
Link copied to clipboard
public abstract Any getExpected()
The value which a command expected in an entity field.
This field is not populated if the command expects to initialize the attribute.
.google.protobuf.Any expected = 1;
Link copied to clipboard
public abstract AnyOrBuilder getExpectedOrBuilder()
The value which a command expected in an entity field.
This field is not populated if the command expects to initialize the attribute.
.google.protobuf.Any expected = 1;
Link copied to clipboard
public abstract Any getNewValue()
The value which a command could have set if expected value was discovered in the entity.
.google.protobuf.Any new_value = 3;
Link copied to clipboard
public abstract AnyOrBuilder getNewValueOrBuilder()
The value which a command could have set if expected value was discovered in the entity.
.google.protobuf.Any new_value = 3;
Link copied to clipboard
public abstract int getVersion()
The version of the entity which generated the rejection.
int32 version = 4;
Link copied to clipboard
public abstract boolean hasActual()
The value discovered in the field (instead of the expected).
This field is not populated if the entity does not have the attribute set.
.google.protobuf.Any actual = 2;
Link copied to clipboard
public abstract boolean hasExpected()
The value which a command expected in an entity field.
This field is not populated if the command expects to initialize the attribute.
.google.protobuf.Any expected = 1;
Link copied to clipboard
public abstract boolean hasNewValue()
The value which a command could have set if expected value was discovered in the entity.
.google.protobuf.Any new_value = 3;

Inherited functions

Link copied to clipboard
Link copied to clipboard
public abstract Map<Descriptors.FieldDescriptor, Object> getAllFields()
Link copied to clipboard
public abstract Message getDefaultInstanceForType()
public abstract MessageLite getDefaultInstanceForType()
Link copied to clipboard
public abstract Descriptors.Descriptor getDescriptorForType()
Link copied to clipboard
public abstract Object getField(Descriptors.FieldDescriptor p)
Link copied to clipboard
Link copied to clipboard
public abstract Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract Object getRepeatedField(Descriptors.FieldDescriptor p, int p1)
Link copied to clipboard
public abstract int getRepeatedFieldCount(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract UnknownFieldSet getUnknownFields()
Link copied to clipboard
public abstract boolean hasField(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract boolean hasOneof(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract boolean isInitialized()

Inheritors

Link copied to clipboard
Link copied to clipboard