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

io.envoyproxy.envoy.config.ratelimit.v2.RateLimitServiceConfigOrBuilder 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/ratelimit/v2/rls.proto

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

public interface RateLimitServiceConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.ratelimit.v2.RateLimitServiceConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Specifies the gRPC service that hosts the rate limit service. The client
   * will connect to this cluster when it needs to make rate limit service
   * requests.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... } * @return Whether the grpcService field is set. */ boolean hasGrpcService(); /** *
   * Specifies the gRPC service that hosts the rate limit service. The client
   * will connect to this cluster when it needs to make rate limit service
   * requests.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... } * @return The grpcService. */ io.envoyproxy.envoy.api.v2.core.GrpcService getGrpcService(); /** *
   * Specifies the gRPC service that hosts the rate limit service. The client
   * will connect to this cluster when it needs to make rate limit service
   * requests.
   * 
* * .envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.api.v2.core.GrpcServiceOrBuilder getGrpcServiceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy