Interface StreamingGrpcSinkOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamingGrpcSink, StreamingGrpcSink.Builder

public interface StreamingGrpcSinkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The gRPC server that hosts the Tap Sink Service.
    The gRPC server that hosts the Tap Sink Service.
    Opaque identifier, that will be sent back to the streaming grpc server.
    com.google.protobuf.ByteString
    Opaque identifier, that will be sent back to the streaming grpc server.
    boolean
    The gRPC server that hosts the Tap Sink Service.

    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 Details

    • getTapId

      String getTapId()
       Opaque identifier, that will be sent back to the streaming grpc server.
       
      string tap_id = 1;
      Returns:
      The tapId.
    • getTapIdBytes

      com.google.protobuf.ByteString getTapIdBytes()
       Opaque identifier, that will be sent back to the streaming grpc server.
       
      string tap_id = 1;
      Returns:
      The bytes for tapId.
    • hasGrpcService

      boolean hasGrpcService()
       The gRPC server that hosts the Tap Sink Service.
       
      .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }
      Returns:
      Whether the grpcService field is set.
    • getGrpcService

      GrpcService getGrpcService()
       The gRPC server that hosts the Tap Sink Service.
       
      .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }
      Returns:
      The grpcService.
    • getGrpcServiceOrBuilder

      GrpcServiceOrBuilder getGrpcServiceOrBuilder()
       The gRPC server that hosts the Tap Sink Service.
       
      .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }