io.envoyproxy.envoy.config.trace.v3.TraceServiceConfigOrBuilder Maven / Gradle / Ivy
// 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();
}