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

io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignmentOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/endpoint/v3/endpoint.proto

// Protobuf Java Version: 3.25.5
package io.envoyproxy.envoy.config.endpoint.v3;

public interface ClusterLoadAssignmentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.endpoint.v3.ClusterLoadAssignment)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the cluster. This will be the :ref:`service_name
   * <envoy_v3_api_field_config.cluster.v3.Cluster.EdsClusterConfig.service_name>` value if specified
   * in the cluster :ref:`EdsClusterConfig
   * <envoy_v3_api_msg_config.cluster.v3.Cluster.EdsClusterConfig>`.
   * 
* * string cluster_name = 1 [(.validate.rules) = { ... } * @return The clusterName. */ java.lang.String getClusterName(); /** *
   * Name of the cluster. This will be the :ref:`service_name
   * <envoy_v3_api_field_config.cluster.v3.Cluster.EdsClusterConfig.service_name>` value if specified
   * in the cluster :ref:`EdsClusterConfig
   * <envoy_v3_api_msg_config.cluster.v3.Cluster.EdsClusterConfig>`.
   * 
* * string cluster_name = 1 [(.validate.rules) = { ... } * @return The bytes for clusterName. */ com.google.protobuf.ByteString getClusterNameBytes(); /** *
   * List of endpoints to load balance to.
   * 
* * repeated .envoy.config.endpoint.v3.LocalityLbEndpoints endpoints = 2; */ java.util.List getEndpointsList(); /** *
   * List of endpoints to load balance to.
   * 
* * repeated .envoy.config.endpoint.v3.LocalityLbEndpoints endpoints = 2; */ io.envoyproxy.envoy.config.endpoint.v3.LocalityLbEndpoints getEndpoints(int index); /** *
   * List of endpoints to load balance to.
   * 
* * repeated .envoy.config.endpoint.v3.LocalityLbEndpoints endpoints = 2; */ int getEndpointsCount(); /** *
   * List of endpoints to load balance to.
   * 
* * repeated .envoy.config.endpoint.v3.LocalityLbEndpoints endpoints = 2; */ java.util.List getEndpointsOrBuilderList(); /** *
   * List of endpoints to load balance to.
   * 
* * repeated .envoy.config.endpoint.v3.LocalityLbEndpoints endpoints = 2; */ io.envoyproxy.envoy.config.endpoint.v3.LocalityLbEndpointsOrBuilder getEndpointsOrBuilder( int index); /** *
   * Map of named endpoints that can be referenced in LocalityLbEndpoints.
   * [#not-implemented-hide:]
   * 
* * map<string, .envoy.config.endpoint.v3.Endpoint> named_endpoints = 5; */ int getNamedEndpointsCount(); /** *
   * Map of named endpoints that can be referenced in LocalityLbEndpoints.
   * [#not-implemented-hide:]
   * 
* * map<string, .envoy.config.endpoint.v3.Endpoint> named_endpoints = 5; */ boolean containsNamedEndpoints( java.lang.String key); /** * Use {@link #getNamedEndpointsMap()} instead. */ @java.lang.Deprecated java.util.Map getNamedEndpoints(); /** *
   * Map of named endpoints that can be referenced in LocalityLbEndpoints.
   * [#not-implemented-hide:]
   * 
* * map<string, .envoy.config.endpoint.v3.Endpoint> named_endpoints = 5; */ java.util.Map getNamedEndpointsMap(); /** *
   * Map of named endpoints that can be referenced in LocalityLbEndpoints.
   * [#not-implemented-hide:]
   * 
* * map<string, .envoy.config.endpoint.v3.Endpoint> named_endpoints = 5; */ /* nullable */ io.envoyproxy.envoy.config.endpoint.v3.Endpoint getNamedEndpointsOrDefault( java.lang.String key, /* nullable */ io.envoyproxy.envoy.config.endpoint.v3.Endpoint defaultValue); /** *
   * Map of named endpoints that can be referenced in LocalityLbEndpoints.
   * [#not-implemented-hide:]
   * 
* * map<string, .envoy.config.endpoint.v3.Endpoint> named_endpoints = 5; */ io.envoyproxy.envoy.config.endpoint.v3.Endpoint getNamedEndpointsOrThrow( java.lang.String key); /** *
   * Load balancing policy settings.
   * 
* * .envoy.config.endpoint.v3.ClusterLoadAssignment.Policy policy = 4; * @return Whether the policy field is set. */ boolean hasPolicy(); /** *
   * Load balancing policy settings.
   * 
* * .envoy.config.endpoint.v3.ClusterLoadAssignment.Policy policy = 4; * @return The policy. */ io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment.Policy getPolicy(); /** *
   * Load balancing policy settings.
   * 
* * .envoy.config.endpoint.v3.ClusterLoadAssignment.Policy policy = 4; */ io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment.PolicyOrBuilder getPolicyOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy