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

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

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

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

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

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

  /**
   * optional int64 b = 2;
   * @return Whether the b field is set.
   */
  boolean hasB();
  /**
   * optional int64 b = 2;
   * @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 .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4;
   * @return Whether the d field is set.
   */
  boolean hasD();
  /**
   * optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4;
   * @return The d.
   */
  org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 getD();
  /**
   * optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4;
   */
  org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1OrBuilder getDOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy