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

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

  /**
   * repeated .cz.proto.DataSourceInfo data_source_infos = 17;
   */
  java.util.List 
      getDataSourceInfosList();
  /**
   * repeated .cz.proto.DataSourceInfo data_source_infos = 17;
   */
  cz.proto.DataSourceInfo getDataSourceInfos(int index);
  /**
   * repeated .cz.proto.DataSourceInfo data_source_infos = 17;
   */
  int getDataSourceInfosCount();
  /**
   * repeated .cz.proto.DataSourceInfo data_source_infos = 17;
   */
  java.util.List 
      getDataSourceInfosOrBuilderList();
  /**
   * repeated .cz.proto.DataSourceInfo data_source_infos = 17;
   */
  cz.proto.DataSourceInfoOrBuilder getDataSourceInfosOrBuilder(
      int index);

  /**
   * uint32 default_data_source_id = 18;
   * @return The defaultDataSourceId.
   */
  int getDefaultDataSourceId();

  /**
   * optional uint32 next_data_source_id = 19;
   * @return Whether the nextDataSourceId field is set.
   */
  boolean hasNextDataSourceId();
  /**
   * optional uint32 next_data_source_id = 19;
   * @return The nextDataSourceId.
   */
  int getNextDataSourceId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy