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

cz.proto.MapTypeInfoOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * .cz.proto.DataType keyType = 1;
   * @return Whether the keyType field is set.
   */
  boolean hasKeyType();
  /**
   * .cz.proto.DataType keyType = 1;
   * @return The keyType.
   */
  cz.proto.DataType getKeyType();
  /**
   * .cz.proto.DataType keyType = 1;
   */
  cz.proto.DataTypeOrBuilder getKeyTypeOrBuilder();

  /**
   * .cz.proto.DataType valueType = 2;
   * @return Whether the valueType field is set.
   */
  boolean hasValueType();
  /**
   * .cz.proto.DataType valueType = 2;
   * @return The valueType.
   */
  cz.proto.DataType getValueType();
  /**
   * .cz.proto.DataType valueType = 2;
   */
  cz.proto.DataTypeOrBuilder getValueTypeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy