All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.datastore.v1.PropertyOrderOrBuilder Maven / Gradle / Ivy

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 PropertyOrderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.datastore.v1.PropertyOrder)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The property to order by.
   * 
* * optional .google.datastore.v1.PropertyReference property = 1; */ boolean hasProperty(); /** *
   * The property to order by.
   * 
* * optional .google.datastore.v1.PropertyReference property = 1; */ com.google.datastore.v1.PropertyReference getProperty(); /** *
   * The property to order by.
   * 
* * optional .google.datastore.v1.PropertyReference property = 1; */ com.google.datastore.v1.PropertyReferenceOrBuilder getPropertyOrBuilder(); /** *
   * The direction to order by. Defaults to `ASCENDING`.
   * 
* * optional .google.datastore.v1.PropertyOrder.Direction direction = 2; */ int getDirectionValue(); /** *
   * The direction to order by. Defaults to `ASCENDING`.
   * 
* * optional .google.datastore.v1.PropertyOrder.Direction direction = 2; */ com.google.datastore.v1.PropertyOrder.Direction getDirection(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy