public interface EntityEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOldValue()
public abstract EntityResult getOldValue()
An EntityResult object containing a pre-operation entity snapshot. This is only populated for update and delete events.
.google.events.cloud.datastore.v1.EntityResult old_value = 2;
Returns | |
---|---|
Type | Description |
EntityResult | The oldValue. |
getOldValueOrBuilder()
public abstract EntityResultOrBuilder getOldValueOrBuilder()
An EntityResult object containing a pre-operation entity snapshot. This is only populated for update and delete events.
.google.events.cloud.datastore.v1.EntityResult old_value = 2;
Returns | |
---|---|
Type | Description |
EntityResultOrBuilder |
getUpdateMask()
public abstract PropertyMask getUpdateMask()
A PropertyMask object that lists changed properties. This is only populated for update events..
.google.events.cloud.datastore.v1.PropertyMask update_mask = 3;
Returns | |
---|---|
Type | Description |
PropertyMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract PropertyMaskOrBuilder getUpdateMaskOrBuilder()
A PropertyMask object that lists changed properties. This is only populated for update events..
.google.events.cloud.datastore.v1.PropertyMask update_mask = 3;
Returns | |
---|---|
Type | Description |
PropertyMaskOrBuilder |
getValue()
public abstract EntityResult getValue()
An EntityResult object containing a post-operation entity snapshot. This is not populated for delete events.
.google.events.cloud.datastore.v1.EntityResult value = 1;
Returns | |
---|---|
Type | Description |
EntityResult | The value. |
getValueOrBuilder()
public abstract EntityResultOrBuilder getValueOrBuilder()
An EntityResult object containing a post-operation entity snapshot. This is not populated for delete events.
.google.events.cloud.datastore.v1.EntityResult value = 1;
Returns | |
---|---|
Type | Description |
EntityResultOrBuilder |
hasOldValue()
public abstract boolean hasOldValue()
An EntityResult object containing a pre-operation entity snapshot. This is only populated for update and delete events.
.google.events.cloud.datastore.v1.EntityResult old_value = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the oldValue field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
A PropertyMask object that lists changed properties. This is only populated for update events..
.google.events.cloud.datastore.v1.PropertyMask update_mask = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the updateMask field is set. |
hasValue()
public abstract boolean hasValue()
An EntityResult object containing a post-operation entity snapshot. This is not populated for delete events.
.google.events.cloud.datastore.v1.EntityResult value = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the value field is set. |