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

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

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

package org.opensearch.migrations.trafficcapture.protos;

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

  /**
   * 
   * persistent identifier for all stream objects within a single connection
   * 
* * string connectionId = 1; * @return The connectionId. */ java.lang.String getConnectionId(); /** *
   * persistent identifier for all stream objects within a single connection
   * 
* * string connectionId = 1; * @return The bytes for connectionId. */ com.google.protobuf.ByteString getConnectionIdBytes(); /** *
   * unique namespace such as a nodeId or computer mac address
   * 
* * string nodeId = 5; * @return The nodeId. */ java.lang.String getNodeId(); /** *
   * unique namespace such as a nodeId or computer mac address
   * 
* * string nodeId = 5; * @return The bytes for nodeId. */ com.google.protobuf.ByteString getNodeIdBytes(); /** * optional int32 priorRequestsReceived = 6; * @return Whether the priorRequestsReceived field is set. */ boolean hasPriorRequestsReceived(); /** * optional int32 priorRequestsReceived = 6; * @return The priorRequestsReceived. */ int getPriorRequestsReceived(); /** *
   * there were previous Read observations encountered that
   * 
* * optional bool lastObservationWasUnterminatedRead = 7; * @return Whether the lastObservationWasUnterminatedRead field is set. */ boolean hasLastObservationWasUnterminatedRead(); /** *
   * there were previous Read observations encountered that
   * 
* * optional bool lastObservationWasUnterminatedRead = 7; * @return The lastObservationWasUnterminatedRead. */ boolean getLastObservationWasUnterminatedRead(); /** *
   * have yet to have EOM observations after them
   * 
* * repeated .TrafficObservation subStream = 2; */ java.util.List getSubStreamList(); /** *
   * have yet to have EOM observations after them
   * 
* * repeated .TrafficObservation subStream = 2; */ org.opensearch.migrations.trafficcapture.protos.TrafficObservation getSubStream(int index); /** *
   * have yet to have EOM observations after them
   * 
* * repeated .TrafficObservation subStream = 2; */ int getSubStreamCount(); /** *
   * have yet to have EOM observations after them
   * 
* * repeated .TrafficObservation subStream = 2; */ java.util.List getSubStreamOrBuilderList(); /** *
   * have yet to have EOM observations after them
   * 
* * repeated .TrafficObservation subStream = 2; */ org.opensearch.migrations.trafficcapture.protos.TrafficObservationOrBuilder getSubStreamOrBuilder( int index); /** * int32 number = 3; * @return Whether the number field is set. */ boolean hasNumber(); /** * int32 number = 3; * @return The number. */ int getNumber(); /** * int32 numberOfThisLastChunk = 4; * @return Whether the numberOfThisLastChunk field is set. */ boolean hasNumberOfThisLastChunk(); /** * int32 numberOfThisLastChunk = 4; * @return The numberOfThisLastChunk. */ int getNumberOfThisLastChunk(); org.opensearch.migrations.trafficcapture.protos.TrafficStream.IndexCase getIndexCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy