All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.tap.v2alpha.StreamingGrpcSinkOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/tap/v2alpha/common.proto

package io.envoyproxy.envoy.service.tap.v2alpha;

public interface StreamingGrpcSinkOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.tap.v2alpha.StreamingGrpcSink)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Opaque identifier, that will be sent back to the streaming grpc server.
   * 
* * string tap_id = 1; */ java.lang.String getTapId(); /** *
   * Opaque identifier, that will be sent back to the streaming grpc server.
   * 
* * string tap_id = 1; */ com.google.protobuf.ByteString getTapIdBytes(); /** *
   * The gRPC server that hosts the Tap Sink Service.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... } */ boolean hasGrpcService(); /** *
   * The gRPC server that hosts the Tap Sink Service.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.api.v2.core.GrpcService getGrpcService(); /** *
   * The gRPC server that hosts the Tap Sink Service.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.api.v2.core.GrpcServiceOrBuilder getGrpcServiceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy