Interface SocketEvent.ReadOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SocketEvent.Read, SocketEvent.Read.Builder
    Enclosing class:
    SocketEvent

    public static interface SocketEvent.ReadOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Body getData()
      Binary data read.
      BodyOrBuilder getDataOrBuilder()
      Binary data read.
      boolean hasData()
      Binary data read.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasData

        boolean hasData()
         Binary data read.
         
        .envoy.data.tap.v3.Body data = 1;
        Returns:
        Whether the data field is set.
      • getData

        Body getData()
         Binary data read.
         
        .envoy.data.tap.v3.Body data = 1;
        Returns:
        The data.
      • getDataOrBuilder

        BodyOrBuilder getDataOrBuilder()
         Binary data read.
         
        .envoy.data.tap.v3.Body data = 1;