io.envoyproxy.envoy.config.trace.v3alpha.TraceServiceConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/trace/v3alpha/trace.proto
package io.envoyproxy.envoy.config.trace.v3alpha;
public interface TraceServiceConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.trace.v3alpha.TraceServiceConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* The upstream gRPC cluster that hosts the metrics service.
*
*
* .envoy.api.v3alpha.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
*/
boolean hasGrpcService();
/**
*
* The upstream gRPC cluster that hosts the metrics service.
*
*
* .envoy.api.v3alpha.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.api.v3alpha.core.GrpcService getGrpcService();
/**
*
* The upstream gRPC cluster that hosts the metrics service.
*
*
* .envoy.api.v3alpha.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.api.v3alpha.core.GrpcServiceOrBuilder getGrpcServiceOrBuilder();
}