Uses of Enum
io.envoyproxy.envoy.config.cluster.v3.Cluster.DiscoveryType
Packages that use Cluster.DiscoveryType
-
Uses of Cluster.DiscoveryType in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.DiscoveryTypeModifier and TypeFieldDescriptionprivate static final Cluster.DiscoveryType[]
Cluster.DiscoveryType.VALUES
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.DiscoveryTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Cluster.DiscoveryType> Cluster.DiscoveryType.internalValueMap
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.DiscoveryTypeModifier and TypeMethodDescriptionstatic Cluster.DiscoveryType
Cluster.DiscoveryType.forNumber
(int value) Cluster.Builder.getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.Cluster.getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.ClusterOrBuilder.getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.static Cluster.DiscoveryType
Cluster.DiscoveryType.valueOf
(int value) Deprecated.static Cluster.DiscoveryType
Cluster.DiscoveryType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Cluster.DiscoveryType
Returns the enum constant of this type with the specified name.static Cluster.DiscoveryType[]
Cluster.DiscoveryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.DiscoveryTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Cluster.DiscoveryType> Cluster.DiscoveryType.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.DiscoveryTypeModifier and TypeMethodDescriptionCluster.Builder.setType
(Cluster.DiscoveryType value) The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.