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

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

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

package org.opensearch.migrations.trafficcapture.protos;

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

  /**
   * .google.protobuf.Timestamp ts = 1;
   * @return Whether the ts field is set.
   */
  boolean hasTs();
  /**
   * .google.protobuf.Timestamp ts = 1;
   * @return The ts.
   */
  com.google.protobuf.Timestamp getTs();
  /**
   * .google.protobuf.Timestamp ts = 1;
   */
  com.google.protobuf.TimestampOrBuilder getTsOrBuilder();

  /**
   * .BindObservation bind = 2;
   * @return Whether the bind field is set.
   */
  boolean hasBind();
  /**
   * .BindObservation bind = 2;
   * @return The bind.
   */
  org.opensearch.migrations.trafficcapture.protos.BindObservation getBind();
  /**
   * .BindObservation bind = 2;
   */
  org.opensearch.migrations.trafficcapture.protos.BindObservationOrBuilder getBindOrBuilder();

  /**
   * .ConnectObservation connect = 3;
   * @return Whether the connect field is set.
   */
  boolean hasConnect();
  /**
   * .ConnectObservation connect = 3;
   * @return The connect.
   */
  org.opensearch.migrations.trafficcapture.protos.ConnectObservation getConnect();
  /**
   * .ConnectObservation connect = 3;
   */
  org.opensearch.migrations.trafficcapture.protos.ConnectObservationOrBuilder getConnectOrBuilder();

  /**
   * .ReadObservation read = 4;
   * @return Whether the read field is set.
   */
  boolean hasRead();
  /**
   * .ReadObservation read = 4;
   * @return The read.
   */
  org.opensearch.migrations.trafficcapture.protos.ReadObservation getRead();
  /**
   * .ReadObservation read = 4;
   */
  org.opensearch.migrations.trafficcapture.protos.ReadObservationOrBuilder getReadOrBuilder();

  /**
   * .ReadSegmentObservation readSegment = 5;
   * @return Whether the readSegment field is set.
   */
  boolean hasReadSegment();
  /**
   * .ReadSegmentObservation readSegment = 5;
   * @return The readSegment.
   */
  org.opensearch.migrations.trafficcapture.protos.ReadSegmentObservation getReadSegment();
  /**
   * .ReadSegmentObservation readSegment = 5;
   */
  org.opensearch.migrations.trafficcapture.protos.ReadSegmentObservationOrBuilder getReadSegmentOrBuilder();

  /**
   * .ProxyFinishesForwardingRequestObservation requestReleasedDownstream = 6;
   * @return Whether the requestReleasedDownstream field is set.
   */
  boolean hasRequestReleasedDownstream();
  /**
   * .ProxyFinishesForwardingRequestObservation requestReleasedDownstream = 6;
   * @return The requestReleasedDownstream.
   */
  org.opensearch.migrations.trafficcapture.protos.ProxyFinishesForwardingRequestObservation getRequestReleasedDownstream();
  /**
   * .ProxyFinishesForwardingRequestObservation requestReleasedDownstream = 6;
   */
  org.opensearch.migrations.trafficcapture.protos.ProxyFinishesForwardingRequestObservationOrBuilder getRequestReleasedDownstreamOrBuilder();

  /**
   * .WriteObservation write = 8;
   * @return Whether the write field is set.
   */
  boolean hasWrite();
  /**
   * .WriteObservation write = 8;
   * @return The write.
   */
  org.opensearch.migrations.trafficcapture.protos.WriteObservation getWrite();
  /**
   * .WriteObservation write = 8;
   */
  org.opensearch.migrations.trafficcapture.protos.WriteObservationOrBuilder getWriteOrBuilder();

  /**
   * .WriteSegmentObservation writeSegment = 9;
   * @return Whether the writeSegment field is set.
   */
  boolean hasWriteSegment();
  /**
   * .WriteSegmentObservation writeSegment = 9;
   * @return The writeSegment.
   */
  org.opensearch.migrations.trafficcapture.protos.WriteSegmentObservation getWriteSegment();
  /**
   * .WriteSegmentObservation writeSegment = 9;
   */
  org.opensearch.migrations.trafficcapture.protos.WriteSegmentObservationOrBuilder getWriteSegmentOrBuilder();

  /**
   * .DisconnectObservation disconnect = 10;
   * @return Whether the disconnect field is set.
   */
  boolean hasDisconnect();
  /**
   * .DisconnectObservation disconnect = 10;
   * @return The disconnect.
   */
  org.opensearch.migrations.trafficcapture.protos.DisconnectObservation getDisconnect();
  /**
   * .DisconnectObservation disconnect = 10;
   */
  org.opensearch.migrations.trafficcapture.protos.DisconnectObservationOrBuilder getDisconnectOrBuilder();

  /**
   * .CloseObservation close = 11;
   * @return Whether the close field is set.
   */
  boolean hasClose();
  /**
   * .CloseObservation close = 11;
   * @return The close.
   */
  org.opensearch.migrations.trafficcapture.protos.CloseObservation getClose();
  /**
   * .CloseObservation close = 11;
   */
  org.opensearch.migrations.trafficcapture.protos.CloseObservationOrBuilder getCloseOrBuilder();

  /**
   * .ConnectionExceptionObservation connectionException = 12;
   * @return Whether the connectionException field is set.
   */
  boolean hasConnectionException();
  /**
   * .ConnectionExceptionObservation connectionException = 12;
   * @return The connectionException.
   */
  org.opensearch.migrations.trafficcapture.protos.ConnectionExceptionObservation getConnectionException();
  /**
   * .ConnectionExceptionObservation connectionException = 12;
   */
  org.opensearch.migrations.trafficcapture.protos.ConnectionExceptionObservationOrBuilder getConnectionExceptionOrBuilder();

  /**
   * 
   * This seems a bit easier than adding a count of the number of segments that will be needed,
   * especially since the first segment might be smaller due to other observations already
   * having been committed to the stream.
   * 
* * .EndOfSegmentsIndication segmentEnd = 14; * @return Whether the segmentEnd field is set. */ boolean hasSegmentEnd(); /** *
   * This seems a bit easier than adding a count of the number of segments that will be needed,
   * especially since the first segment might be smaller due to other observations already
   * having been committed to the stream.
   * 
* * .EndOfSegmentsIndication segmentEnd = 14; * @return The segmentEnd. */ org.opensearch.migrations.trafficcapture.protos.EndOfSegmentsIndication getSegmentEnd(); /** *
   * This seems a bit easier than adding a count of the number of segments that will be needed,
   * especially since the first segment might be smaller due to other observations already
   * having been committed to the stream.
   * 
* * .EndOfSegmentsIndication segmentEnd = 14; */ org.opensearch.migrations.trafficcapture.protos.EndOfSegmentsIndicationOrBuilder getSegmentEndOrBuilder(); /** * .EndOfMessageIndication endOfMessageIndicator = 15; * @return Whether the endOfMessageIndicator field is set. */ boolean hasEndOfMessageIndicator(); /** * .EndOfMessageIndication endOfMessageIndicator = 15; * @return The endOfMessageIndicator. */ org.opensearch.migrations.trafficcapture.protos.EndOfMessageIndication getEndOfMessageIndicator(); /** * .EndOfMessageIndication endOfMessageIndicator = 15; */ org.opensearch.migrations.trafficcapture.protos.EndOfMessageIndicationOrBuilder getEndOfMessageIndicatorOrBuilder(); /** * .RequestIntentionallyDropped requestDropped = 16; * @return Whether the requestDropped field is set. */ boolean hasRequestDropped(); /** * .RequestIntentionallyDropped requestDropped = 16; * @return The requestDropped. */ org.opensearch.migrations.trafficcapture.protos.RequestIntentionallyDropped getRequestDropped(); /** * .RequestIntentionallyDropped requestDropped = 16; */ org.opensearch.migrations.trafficcapture.protos.RequestIntentionallyDroppedOrBuilder getRequestDroppedOrBuilder(); org.opensearch.migrations.trafficcapture.protos.TrafficObservation.CaptureCase getCaptureCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy