Interface ReferenceEventDataOrBuilder (0.14.1)

public interface ReferenceEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData()

public abstract Value getData()

The original data for the reference.

.google.protobuf.Value data = 1;

Returns
TypeDescription
Value

The data.

getDataOrBuilder()

public abstract ValueOrBuilder getDataOrBuilder()

The original data for the reference.

.google.protobuf.Value data = 1;

Returns
TypeDescription
ValueOrBuilder

getDelta()

public abstract Value getDelta()

The change in the reference data.

.google.protobuf.Value delta = 2;

Returns
TypeDescription
Value

The delta.

getDeltaOrBuilder()

public abstract ValueOrBuilder getDeltaOrBuilder()

The change in the reference data.

.google.protobuf.Value delta = 2;

Returns
TypeDescription
ValueOrBuilder

hasData()

public abstract boolean hasData()

The original data for the reference.

.google.protobuf.Value data = 1;

Returns
TypeDescription
boolean

Whether the data field is set.

hasDelta()

public abstract boolean hasDelta()

The change in the reference data.

.google.protobuf.Value delta = 2;

Returns
TypeDescription
boolean

Whether the delta field is set.