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

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

  /**
   * 
   * TODO(gang.wu): remove options and explicitly define properties
   * 
* * map<string, string> options = 1; */ int getOptionsCount(); /** *
   * TODO(gang.wu): remove options and explicitly define properties
   * 
* * map<string, string> options = 1; */ boolean containsOptions( java.lang.String key); /** * Use {@link #getOptionsMap()} instead. */ @java.lang.Deprecated java.util.Map getOptions(); /** *
   * TODO(gang.wu): remove options and explicitly define properties
   * 
* * map<string, string> options = 1; */ java.util.Map getOptionsMap(); /** *
   * TODO(gang.wu): remove options and explicitly define properties
   * 
* * map<string, string> options = 1; */ java.lang.String getOptionsOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
   * TODO(gang.wu): remove options and explicitly define properties
   * 
* * map<string, string> options = 1; */ java.lang.String getOptionsOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy