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

cz.proto.UniqueKeyOrBuilder 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 UniqueKeyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.UniqueKey)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.FieldRef unique_fields = 1;
   */
  java.util.List 
      getUniqueFieldsList();
  /**
   * repeated .cz.proto.FieldRef unique_fields = 1;
   */
  cz.proto.FieldRef getUniqueFields(int index);
  /**
   * repeated .cz.proto.FieldRef unique_fields = 1;
   */
  int getUniqueFieldsCount();
  /**
   * repeated .cz.proto.FieldRef unique_fields = 1;
   */
  java.util.List 
      getUniqueFieldsOrBuilderList();
  /**
   * repeated .cz.proto.FieldRef unique_fields = 1;
   */
  cz.proto.FieldRefOrBuilder getUniqueFieldsOrBuilder(
      int index);

  /**
   * bool enable = 2;
   * @return The enable.
   */
  boolean getEnable();

  /**
   * bool validate = 3;
   * @return The validate.
   */
  boolean getValidate();

  /**
   * bool rely = 4;
   * @return The rely.
   */
  boolean getRely();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy