public interface ReferenceEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getData()
public abstract Value getData()
The original data for the reference.
.google.protobuf.Value data = 1;
Returns | |
---|---|
Type | Description |
Value |
The data. |
getDataOrBuilder()
public abstract ValueOrBuilder getDataOrBuilder()
The original data for the reference.
.google.protobuf.Value data = 1;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
getDelta()
public abstract Value getDelta()
The change in the reference data.
.google.protobuf.Value delta = 2;
Returns | |
---|---|
Type | Description |
Value |
The delta. |
getDeltaOrBuilder()
public abstract ValueOrBuilder getDeltaOrBuilder()
The change in the reference data.
.google.protobuf.Value delta = 2;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
hasData()
public abstract boolean hasData()
The original data for the reference.
.google.protobuf.Value data = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the data field is set. |
hasDelta()
public abstract boolean hasDelta()
The change in the reference data.
.google.protobuf.Value delta = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the delta field is set. |