VersionMixin

public interface VersionMixin

A mixin interface for the Version message type.

Functions

Link copied to clipboard
public boolean isDecrement(VersionOrBuilder other)
Checks if the version is a decrement relative to the other version.
Link copied to clipboard
public boolean isDecrementOrEqual(VersionOrBuilder other)
Checks if the version is a decrement or at least equal to the other version.
Link copied to clipboard
public boolean isIncrement(VersionOrBuilder other)
Checks if the version is an increment relative to the other version.
Link copied to clipboard
public boolean isIncrementOrEqual(VersionOrBuilder other)
Checks if the version is an increment or at least equal to the other version.
Link copied to clipboard
public Object readValue(FieldDescriptor field)