Interface ProjectionOrBuilder (2.18.5)

public interface ProjectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperty()

public abstract PropertyReference getProperty()

The property to project.

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

Returns
TypeDescription
PropertyReference

The property.

getPropertyOrBuilder()

public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()

The property to project.

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

Returns
TypeDescription
PropertyReferenceOrBuilder

hasProperty()

public abstract boolean hasProperty()

The property to project.

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

Returns
TypeDescription
boolean

Whether the property field is set.