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

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

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

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

public interface RepeatedTestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.apache.flink.formats.protobuf.testproto.RepeatedTest)
    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();

  /**
   * repeated int64 b = 2;
   * @return A list containing the b.
   */
  java.util.List getBList();
  /**
   * repeated int64 b = 2;
   * @return The count of b.
   */
  int getBCount();
  /**
   * repeated int64 b = 2;
   * @param index The index of the element to return.
   * @return The b at the given index.
   */
  long getB(int index);

  /**
   * 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;
   * @return Whether the f field is set.
   */
  boolean hasF();
  /**
   * optional string f = 6;
   * @return The f.
   */
  java.lang.String getF();
  /**
   * optional string f = 6;
   * @return The bytes for f.
   */
  com.google.protobuf.ByteString
      getFBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy