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

io.envoyproxy.envoy.config.metrics.v2.MetricsServiceConfigOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/metrics/v2/metrics_service.proto

package io.envoyproxy.envoy.config.metrics.v2;

public interface MetricsServiceConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.metrics.v2.MetricsServiceConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The upstream gRPC cluster that hosts the metrics service.
   * 
* * .envoy.api.v2.core.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.api.v2.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... } * @return The grpcService. */ io.envoyproxy.envoy.api.v2.core.GrpcService getGrpcService(); /** *
   * The upstream gRPC cluster that hosts the metrics service.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.api.v2.core.GrpcServiceOrBuilder getGrpcServiceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy