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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.DiscoveryType Modifier and Type Method Description static Cluster.DiscoveryTypeCluster.DiscoveryType. forNumber(int value)Cluster.DiscoveryTypeCluster.Builder. getType()The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.Cluster.DiscoveryTypeCluster. getType()The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.Cluster.DiscoveryTypeClusterOrBuilder. getType()The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.static Cluster.DiscoveryTypeCluster.DiscoveryType. valueOf(int value)Deprecated.static Cluster.DiscoveryTypeCluster.DiscoveryType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Cluster.DiscoveryTypeCluster.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.BuilderCluster.Builder. setType(Cluster.DiscoveryType value)The :ref:`service discovery type <arch_overview_service_discovery_types>` to use for resolving the cluster.
-