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

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

  /**
   * string view_expanded_text = 1;
   * @return The viewExpandedText.
   */
  java.lang.String getViewExpandedText();
  /**
   * string view_expanded_text = 1;
   * @return The bytes for viewExpandedText.
   */
  com.google.protobuf.ByteString
      getViewExpandedTextBytes();

  /**
   * string view_original_text = 2;
   * @return The viewOriginalText.
   */
  java.lang.String getViewOriginalText();
  /**
   * string view_original_text = 2;
   * @return The bytes for viewOriginalText.
   */
  com.google.protobuf.ByteString
      getViewOriginalTextBytes();

  /**
   * .cz.proto.MVExtension mv_extension = 5;
   * @return Whether the mvExtension field is set.
   */
  boolean hasMvExtension();
  /**
   * .cz.proto.MVExtension mv_extension = 5;
   * @return The mvExtension.
   */
  cz.proto.MVExtension getMvExtension();
  /**
   * .cz.proto.MVExtension mv_extension = 5;
   */
  cz.proto.MVExtensionOrBuilder getMvExtensionOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy