Package-level declarations

This package contains classes and interfaces for working with field value changes.

Types

Link copied to clipboard
public final class BooleanChange extends GeneratedMessageV3 implements ValidatableMessage, BooleanChangeOrBuilder
A change in a `bool` field.
Protobuf type spine.change.BooleanChange
Link copied to clipboard
public interface BooleanChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class BooleanMismatch
Utility class for working with boolean values in ValueMismatches.
Link copied to clipboard
public final class BytesChange extends GeneratedMessageV3 implements ValidatableMessage, BytesChangeOrBuilder
A change in a `bytes` field.
Protobuf type spine.change.BytesChange
Link copied to clipboard
public interface BytesChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class ChangeProto
Link copied to clipboard
public final class Changes
Utility class for working with field changes.
Link copied to clipboard
public final class DoubleChange extends GeneratedMessageV3 implements ValidatableMessage, DoubleChangeOrBuilder
A change in a `double` field.
Protobuf type spine.change.DoubleChange
Link copied to clipboard
public interface DoubleChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class DoubleMismatch
Utility class for working with double values in ValueMismatches.
Link copied to clipboard
public final class Fixed32Change extends GeneratedMessageV3 implements ValidatableMessage, Fixed32ChangeOrBuilder
A change in a `fixed32` field.
Protobuf type spine.change.Fixed32Change
Link copied to clipboard
public interface Fixed32ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class Fixed64Change extends GeneratedMessageV3 implements ValidatableMessage, Fixed64ChangeOrBuilder
A change in a `fixed64` field.
Protobuf type spine.change.Fixed64Change
Link copied to clipboard
public interface Fixed64ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class FloatChange extends GeneratedMessageV3 implements ValidatableMessage, FloatChangeOrBuilder
A change in a `float` field.
Protobuf type spine.change.FloatChange
Link copied to clipboard
public interface FloatChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class FloatMismatch
Utility class for working with float values in ValueMismatches.
Link copied to clipboard
public final class Int32Change extends GeneratedMessageV3 implements ValidatableMessage, Int32ChangeOrBuilder
A change in a `int32` field.
Protobuf type spine.change.Int32Change
Link copied to clipboard
public interface Int32ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class Int64Change extends GeneratedMessageV3 implements ValidatableMessage, Int64ChangeOrBuilder
A change in a `int64` field.
Protobuf type spine.change.Int64Change
Link copied to clipboard
public interface Int64ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class IntMismatch
Utility class for working with int values in ValueMismatches.
Link copied to clipboard
public final class LongMismatch
Utility class for working with long values in ValueMismatches.
Link copied to clipboard
public final class MessageMismatch
Utility class for working with ValueMismatches for Message values.
Link copied to clipboard
public final class Sfixed32Change extends GeneratedMessageV3 implements ValidatableMessage, Sfixed32ChangeOrBuilder
A change in a `sfixed32` field.
Protobuf type spine.change.Sfixed32Change
Link copied to clipboard
public interface Sfixed32ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class Sfixed64Change extends GeneratedMessageV3 implements ValidatableMessage, Sfixed64ChangeOrBuilder
A change in a `sfixed64` field.
Protobuf type spine.change.Sfixed64Change
Link copied to clipboard
public interface Sfixed64ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class SInt32Change extends GeneratedMessageV3 implements ValidatableMessage, SInt32ChangeOrBuilder
A change in a `sint32` field.
Protobuf type spine.change.SInt32Change
Link copied to clipboard
public interface SInt32ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class SInt64Change extends GeneratedMessageV3 implements ValidatableMessage, SInt64ChangeOrBuilder
A change in a `sint64` field.
Protobuf type spine.change.SInt64Change
Link copied to clipboard
public interface SInt64ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class StringChange extends GeneratedMessageV3 implements ValidatableMessage, StringChangeOrBuilder
A change in a string field.
Protobuf type spine.change.StringChange
Link copied to clipboard
public interface StringChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class StringMismatch
Utility class for working with string values in ValueMismatches.
Link copied to clipboard
public final class TimestampChange extends GeneratedMessageV3 implements ValidatableMessage, TimestampChangeOrBuilder
A change in a `Timestamp` field.
Protobuf type spine.change.TimestampChange
Link copied to clipboard
public interface TimestampChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class UInt32Change extends GeneratedMessageV3 implements ValidatableMessage, UInt32ChangeOrBuilder
A change in a `uint32` field.
Protobuf type spine.change.UInt32Change
Link copied to clipboard
public interface UInt32ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class UInt64Change extends GeneratedMessageV3 implements ValidatableMessage, UInt64ChangeOrBuilder
A change in a `uint64` field.
Protobuf type spine.change.UInt64Change
Link copied to clipboard
public interface UInt64ChangeOrBuilder implements MessageOrBuilder
Link copied to clipboard
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.
Protobuf type spine.change.ValueMismatch
Link copied to clipboard
public interface ValueMismatchOrBuilder implements MessageOrBuilder
Link copied to clipboard
public final class ValueMismatchProto