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

org.opensearch.migrations.trafficcapture.protos.EndOfMessageIndicationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TrafficCaptureStream.proto

package org.opensearch.migrations.trafficcapture.protos;

public interface EndOfMessageIndicationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:EndOfMessageIndication)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 firstLineByteLength = 1;
   * @return Whether the firstLineByteLength field is set.
   */
  boolean hasFirstLineByteLength();
  /**
   * optional int32 firstLineByteLength = 1;
   * @return The firstLineByteLength.
   */
  int getFirstLineByteLength();

  /**
   * optional int32 headersByteLength = 2;
   * @return Whether the headersByteLength field is set.
   */
  boolean hasHeadersByteLength();
  /**
   * optional int32 headersByteLength = 2;
   * @return The headersByteLength.
   */
  int getHeadersByteLength();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy