io.envoyproxy.envoy.config.metrics.v3alpha.MetricsServiceConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/metrics/v3alpha/metrics_service.proto
package io.envoyproxy.envoy.config.metrics.v3alpha;
public interface MetricsServiceConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.metrics.v3alpha.MetricsServiceConfig)
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();
}