io.envoyproxy.envoy.config.tap.v3.StreamingGrpcSinkOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/tap/v3/common.proto
package io.envoyproxy.envoy.config.tap.v3;
public interface StreamingGrpcSinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.tap.v3.StreamingGrpcSink)
com.google.protobuf.MessageOrBuilder {
/**
*
* Opaque identifier, that will be sent back to the streaming grpc server.
*
*
* string tap_id = 1;
* @return The tapId.
*/
java.lang.String getTapId();
/**
*
* Opaque identifier, that will be sent back to the streaming grpc server.
*
*
* string tap_id = 1;
* @return The bytes for tapId.
*/
com.google.protobuf.ByteString
getTapIdBytes();
/**
*
* The gRPC server that hosts the Tap Sink Service.
*
*
* .envoy.config.core.v3.GrpcService grpc_service = 2 [(.validate.rules) = { ... }
* @return Whether the grpcService field is set.
*/
boolean hasGrpcService();
/**
*
* The gRPC server that hosts the Tap Sink Service.
*
*
* .envoy.config.core.v3.GrpcService grpc_service = 2 [(.validate.rules) = { ... }
* @return The grpcService.
*/
io.envoyproxy.envoy.config.core.v3.GrpcService getGrpcService();
/**
*
* The gRPC server that hosts the Tap Sink Service.
*
*
* .envoy.config.core.v3.GrpcService grpc_service = 2 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.config.core.v3.GrpcServiceOrBuilder getGrpcServiceOrBuilder();
}