public interface StreamingGrpcSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GrpcService |
getGrpcService()
The gRPC server that hosts the Tap Sink Service.
|
GrpcServiceOrBuilder |
getGrpcServiceOrBuilder()
The gRPC server that hosts the Tap Sink Service.
|
String |
getTapId()
Opaque identifier, that will be sent back to the streaming grpc server.
|
com.google.protobuf.ByteString |
getTapIdBytes()
Opaque identifier, that will be sent back to the streaming grpc server.
|
boolean |
hasGrpcService()
The gRPC server that hosts the Tap Sink Service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTapId()
Opaque identifier, that will be sent back to the streaming grpc server.
string tap_id = 1;com.google.protobuf.ByteString getTapIdBytes()
Opaque identifier, that will be sent back to the streaming grpc server.
string tap_id = 1;boolean hasGrpcService()
The gRPC server that hosts the Tap Sink Service.
.envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }GrpcService getGrpcService()
The gRPC server that hosts the Tap Sink Service.
.envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The gRPC server that hosts the Tap Sink Service.
.envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.