| Package | Description |
|---|---|
| envoy.api.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Cds.Cluster.ClusterProtocolSelection |
Cds.Cluster.ClusterProtocolSelection.forNumber(int value) |
Cds.Cluster.ClusterProtocolSelection |
Cds.ClusterOrBuilder.getProtocolSelection()
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
Cds.Cluster.ClusterProtocolSelection |
Cds.Cluster.getProtocolSelection()
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
Cds.Cluster.ClusterProtocolSelection |
Cds.Cluster.Builder.getProtocolSelection()
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
static Cds.Cluster.ClusterProtocolSelection |
Cds.Cluster.ClusterProtocolSelection.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cds.Cluster.ClusterProtocolSelection |
Cds.Cluster.ClusterProtocolSelection.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cds.Cluster.ClusterProtocolSelection |
Cds.Cluster.ClusterProtocolSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cds.Cluster.ClusterProtocolSelection[] |
Cds.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<Cds.Cluster.ClusterProtocolSelection> |
Cds.Cluster.ClusterProtocolSelection.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cds.Cluster.Builder |
Cds.Cluster.Builder.setProtocolSelection(Cds.Cluster.ClusterProtocolSelection value)
Determines how Envoy selects the protocol used to speak to upstream hosts.
|
Copyright © 2018 The Envoy Project. All rights reserved.