| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Cluster.ClusterProtocolSelection |
Cluster.ClusterProtocolSelection.forNumber(int value) |
Cluster.ClusterProtocolSelection |
Cluster.getProtocolSelection()
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
Cluster.ClusterProtocolSelection |
Cluster.Builder.getProtocolSelection()
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
Cluster.ClusterProtocolSelection |
ClusterOrBuilder.getProtocolSelection()
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
static Cluster.ClusterProtocolSelection |
Cluster.ClusterProtocolSelection.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cluster.ClusterProtocolSelection |
Cluster.ClusterProtocolSelection.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.ClusterProtocolSelection |
Cluster.ClusterProtocolSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.ClusterProtocolSelection[] |
Cluster.ClusterProtocolSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Cluster.ClusterProtocolSelection> |
Cluster.ClusterProtocolSelection.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.setProtocolSelection(Cluster.ClusterProtocolSelection value)
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.