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 TypeMethodDescriptionThe gRPC server that hosts the Tap Sink Service.The gRPC server that hosts the Tap Sink Service.getTapId()Opaque identifier, that will be sent back to the streaming grpc server.com.google.protobuf.ByteStringOpaque identifier, that will be sent back to the streaming grpc server.booleanThe gRPC server that hosts the Tap Sink Service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.config.core.v3.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.config.core.v3.GrpcService grpc_service = 2 [(.validate.rules) = { ... }- Returns:
- The grpcService.
-
getGrpcServiceOrBuilder
GrpcServiceOrBuilder getGrpcServiceOrBuilder()The gRPC server that hosts the Tap Sink Service.
.envoy.config.core.v3.GrpcService grpc_service = 2 [(.validate.rules) = { ... }
-