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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrpcServicegetGrpcService()The gRPC server that hosts the Tap Sink Service.GrpcServiceOrBuildergetGrpcServiceOrBuilder()The gRPC server that hosts the Tap Sink Service.StringgetTapId()Opaque identifier, that will be sent back to the streaming grpc server.com.google.protobuf.ByteStringgetTapIdBytes()Opaque identifier, that will be sent back to the streaming grpc server.booleanhasGrpcService()The gRPC server that hosts the Tap Sink Service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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) = { ... }
-
-