com.google.datastore.v1.PropertyReferenceOrBuilder 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 PropertyReferenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.PropertyReference)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the property.
* If name includes "."s, it may be interpreted as a property name path.
*
*
* optional string name = 2;
*/
java.lang.String getName();
/**
*
* The name of the property.
* If name includes "."s, it may be interpreted as a property name path.
*
*
* optional string name = 2;
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy