com.google.datastore.v1.ProjectionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datastore-v1-protos Show documentation
Show all versions of datastore-v1-protos Show documentation
Protocol buffers for accessing the Google Cloud Datastore API.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/datastore/v1/query.proto
package com.google.datastore.v1;
public interface ProjectionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.Projection)
com.google.protobuf.MessageOrBuilder {
/**
*
* The property to project.
*
*
* optional .google.datastore.v1.PropertyReference property = 1;
*/
boolean hasProperty();
/**
*
* The property to project.
*
*
* optional .google.datastore.v1.PropertyReference property = 1;
*/
com.google.datastore.v1.PropertyReference getProperty();
/**
*
* The property to project.
*
*
* optional .google.datastore.v1.PropertyReference property = 1;
*/
com.google.datastore.v1.PropertyReferenceOrBuilder getPropertyOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy