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

com.scalar.db.rpc.OrderingOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalardb.proto

package com.scalar.db.rpc;

public interface OrderingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.Ordering)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .rpc.Order order = 2;
   * @return The enum numeric value on the wire for order.
   */
  int getOrderValue();
  /**
   * .rpc.Order order = 2;
   * @return The order.
   */
  com.scalar.db.rpc.Order getOrder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy