Interface ProjectionOrBuilder (2.19.2)

public interface ProjectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperty()

public abstract PropertyReference getProperty()

The property to project.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
PropertyReference

The property.

getPropertyOrBuilder()

public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()

The property to project.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
PropertyReferenceOrBuilder

hasProperty()

public abstract boolean hasProperty()

The property to project.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
boolean

Whether the property field is set.