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

cz.proto.ExtendedMetaDataOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * map<string, string> key_value = 1;
   */
  int getKeyValueCount();
  /**
   * map<string, string> key_value = 1;
   */
  boolean containsKeyValue(
      java.lang.String key);
  /**
   * Use {@link #getKeyValueMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getKeyValue();
  /**
   * map<string, string> key_value = 1;
   */
  java.util.Map
  getKeyValueMap();
  /**
   * map<string, string> key_value = 1;
   */

  java.lang.String getKeyValueOrDefault(
      java.lang.String key,
      java.lang.String defaultValue);
  /**
   * map<string, string> key_value = 1;
   */

  java.lang.String getKeyValueOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy