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

io.envoyproxy.envoy.config.trace.v3.TraceServiceConfigOrBuilder 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/config/trace/v3/service.proto

package io.envoyproxy.envoy.config.trace.v3;

public interface TraceServiceConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.trace.v3.TraceServiceConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The upstream gRPC cluster that hosts the metrics service.
   * 
* * .envoy.config.core.v3.GrpcService grpc_service = 1 [(.validate.rules) = { ... } * @return Whether the grpcService field is set. */ boolean hasGrpcService(); /** *
   * The upstream gRPC cluster that hosts the metrics service.
   * 
* * .envoy.config.core.v3.GrpcService grpc_service = 1 [(.validate.rules) = { ... } * @return The grpcService. */ io.envoyproxy.envoy.config.core.v3.GrpcService getGrpcService(); /** *
   * The upstream gRPC cluster that hosts the metrics service.
   * 
* * .envoy.config.core.v3.GrpcService grpc_service = 1 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.core.v3.GrpcServiceOrBuilder getGrpcServiceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy