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

org.apache.flink.formats.protobuf.testproto.SimpleTestOrBuilder Maven / Gradle / Ivy

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

package org.apache.flink.formats.protobuf.testproto;

public interface SimpleTestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.apache.flink.formats.protobuf.testproto.SimpleTest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 a = 1 [default = 10];
   * @return Whether the a field is set.
   */
  boolean hasA();
  /**
   * optional int32 a = 1 [default = 10];
   * @return The a.
   */
  int getA();

  /**
   * optional int64 b = 2 [default = 100];
   * @return Whether the b field is set.
   */
  boolean hasB();
  /**
   * optional int64 b = 2 [default = 100];
   * @return The b.
   */
  long getB();

  /**
   * optional bool c = 3;
   * @return Whether the c field is set.
   */
  boolean hasC();
  /**
   * optional bool c = 3;
   * @return The c.
   */
  boolean getC();

  /**
   * optional float d = 4;
   * @return Whether the d field is set.
   */
  boolean hasD();
  /**
   * optional float d = 4;
   * @return The d.
   */
  float getD();

  /**
   * optional double e = 5;
   * @return Whether the e field is set.
   */
  boolean hasE();
  /**
   * optional double e = 5;
   * @return The e.
   */
  double getE();

  /**
   * optional string f = 6 [default = "f"];
   * @return Whether the f field is set.
   */
  boolean hasF();
  /**
   * optional string f = 6 [default = "f"];
   * @return The f.
   */
  java.lang.String getF();
  /**
   * optional string f = 6 [default = "f"];
   * @return The bytes for f.
   */
  com.google.protobuf.ByteString
      getFBytes();

  /**
   * optional bytes g = 7;
   * @return Whether the g field is set.
   */
  boolean hasG();
  /**
   * optional bytes g = 7;
   * @return The g.
   */
  com.google.protobuf.ByteString getG();

  /**
   * optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8;
   * @return Whether the h field is set.
   */
  boolean hasH();
  /**
   * optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8;
   * @return The h.
   */
  org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus getH();

  /**
   * optional int32 f_abc_7d = 9;
   * @return Whether the fAbc7d field is set.
   */
  boolean hasFAbc7D();
  /**
   * optional int32 f_abc_7d = 9;
   * @return The fAbc7d.
   */
  int getFAbc7D();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy