public static interface Cluster.TransportSocketMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getMatch()
Optional endpoint metadata match criteria.
|
com.google.protobuf.StructOrBuilder |
getMatchOrBuilder()
Optional endpoint metadata match criteria.
|
String |
getName()
The name of the match, used in stats generation.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the match, used in stats generation.
|
TransportSocket |
getTransportSocket()
The configuration of the transport socket.
|
TransportSocketOrBuilder |
getTransportSocketOrBuilder()
The configuration of the transport socket.
|
boolean |
hasMatch()
Optional endpoint metadata match criteria.
|
boolean |
hasTransportSocket()
The configuration of the transport socket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the match, used in stats generation.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The name of the match, used in stats generation.
string name = 1 [(.validate.rules) = { ... }boolean hasMatch()
Optional endpoint metadata match criteria. The connection to the endpoint with metadata matching what is set in this field will use the transport socket configuration specified here. The endpoint's metadata entry in *envoy.transport_socket_match* is used to match against the values specified in this field.
.google.protobuf.Struct match = 2;com.google.protobuf.Struct getMatch()
Optional endpoint metadata match criteria. The connection to the endpoint with metadata matching what is set in this field will use the transport socket configuration specified here. The endpoint's metadata entry in *envoy.transport_socket_match* is used to match against the values specified in this field.
.google.protobuf.Struct match = 2;com.google.protobuf.StructOrBuilder getMatchOrBuilder()
Optional endpoint metadata match criteria. The connection to the endpoint with metadata matching what is set in this field will use the transport socket configuration specified here. The endpoint's metadata entry in *envoy.transport_socket_match* is used to match against the values specified in this field.
.google.protobuf.Struct match = 2;boolean hasTransportSocket()
The configuration of the transport socket.
.envoy.api.v2.core.TransportSocket transport_socket = 3;TransportSocket getTransportSocket()
The configuration of the transport socket.
.envoy.api.v2.core.TransportSocket transport_socket = 3;TransportSocketOrBuilder getTransportSocketOrBuilder()
The configuration of the transport socket.
.envoy.api.v2.core.TransportSocket transport_socket = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.