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

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

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

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

public interface OneofTestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.apache.flink.formats.protobuf.testproto.OneofTest)
    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 int32 b = 2;
   * @return Whether the b field is set.
   */
  boolean hasB();
  /**
   * optional int32 b = 2;
   * @return The b.
   */
  int getB();

  public org.apache.flink.formats.protobuf.testproto.OneofTest.TestOneofCase getTestOneofCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy