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

cz.proto.IndexOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface IndexOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.Index)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.IndexType type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .cz.proto.IndexType type = 1;
   * @return The type.
   */
  cz.proto.IndexType getType();

  /**
   * .cz.proto.IndexKey key = 2;
   * @return Whether the key field is set.
   */
  boolean hasKey();
  /**
   * .cz.proto.IndexKey key = 2;
   * @return The key.
   */
  cz.proto.IndexKey getKey();
  /**
   * .cz.proto.IndexKey key = 2;
   */
  cz.proto.IndexKeyOrBuilder getKeyOrBuilder();

  /**
   * .cz.proto.ObjectIdentifier table = 3;
   * @return Whether the table field is set.
   */
  boolean hasTable();
  /**
   * .cz.proto.ObjectIdentifier table = 3;
   * @return The table.
   */
  cz.proto.ObjectIdentifier getTable();
  /**
   * .cz.proto.ObjectIdentifier table = 3;
   */
  cz.proto.ObjectIdentifierOrBuilder getTableOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy