Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.DiscoveryType
-
Packages that use Cluster.DiscoveryType Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.DiscoveryType in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.DiscoveryType Modifier and Type Field Description private static Cluster.DiscoveryType[]
Cluster.DiscoveryType. VALUES
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.DiscoveryType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Cluster.DiscoveryType>
Cluster.DiscoveryType. internalValueMap
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.DiscoveryType Modifier and Type Method Description static Cluster.DiscoveryType
Cluster.DiscoveryType. forNumber(int value)
Cluster.DiscoveryType
Cluster.Builder. getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.Cluster.DiscoveryType
Cluster. getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.Cluster.DiscoveryType
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
Cluster.DiscoveryType. valueOf(java.lang.String name)
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.DiscoveryType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Cluster.DiscoveryType>
Cluster.DiscoveryType. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.DiscoveryType Modifier and Type Method Description Cluster.Builder
Cluster.Builder. setType(Cluster.DiscoveryType value)
The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.
-