Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatch.Builder
Packages that use Cluster.TransportSocketMatch.Builder
-
Uses of Cluster.TransportSocketMatch.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.TransportSocketMatch.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Cluster.TransportSocketMatch, Cluster.TransportSocketMatch.Builder, Cluster.TransportSocketMatchOrBuilder> Cluster.Builder.transportSocketMatchesBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.TransportSocketMatch.BuilderModifier and TypeMethodDescriptionCluster.Builder.addTransportSocketMatchesBuilder()
Configuration to use different transport sockets for different endpoints.Cluster.Builder.addTransportSocketMatchesBuilder
(int index) Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatch.Builder.clear()
Cluster.TransportSocketMatch.Builder.clearMatch()
Optional metadata match criteria.Cluster.TransportSocketMatch.Builder.clearName()
The name of the match, used in stats generation.Cluster.TransportSocketMatch.Builder.clearTransportSocket()
The configuration of the transport socket.Cluster.Builder.getTransportSocketMatchesBuilder
(int index) Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatch.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.TransportSocketMatch.Builder.mergeFrom
(com.google.protobuf.Message other) Cluster.TransportSocketMatch.Builder.mergeFrom
(Cluster.TransportSocketMatch other) Cluster.TransportSocketMatch.Builder.mergeMatch
(com.google.protobuf.Struct value) Optional metadata match criteria.Cluster.TransportSocketMatch.Builder.mergeTransportSocket
(TransportSocket value) The configuration of the transport socket.Cluster.TransportSocketMatch.newBuilder()
Cluster.TransportSocketMatch.newBuilder
(Cluster.TransportSocketMatch prototype) Cluster.TransportSocketMatch.newBuilderForType()
protected Cluster.TransportSocketMatch.Builder
Cluster.TransportSocketMatch.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.TransportSocketMatch.Builder.setMatch
(com.google.protobuf.Struct value) Optional metadata match criteria.Cluster.TransportSocketMatch.Builder.setMatch
(com.google.protobuf.Struct.Builder builderForValue) Optional metadata match criteria.The name of the match, used in stats generation.Cluster.TransportSocketMatch.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name of the match, used in stats generation.Cluster.TransportSocketMatch.Builder.setTransportSocket
(TransportSocket value) The configuration of the transport socket.Cluster.TransportSocketMatch.Builder.setTransportSocket
(TransportSocket.Builder builderForValue) The configuration of the transport socket.Cluster.TransportSocketMatch.toBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.TransportSocketMatch.BuilderModifier and TypeMethodDescriptionCluster.Builder.getTransportSocketMatchesBuilderList()
Configuration to use different transport sockets for different endpoints.private com.google.protobuf.RepeatedFieldBuilder
<Cluster.TransportSocketMatch, Cluster.TransportSocketMatch.Builder, Cluster.TransportSocketMatchOrBuilder> Cluster.Builder.internalGetTransportSocketMatchesFieldBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.TransportSocketMatch.BuilderModifier and TypeMethodDescriptionCluster.Builder.addTransportSocketMatches
(int index, Cluster.TransportSocketMatch.Builder builderForValue) Configuration to use different transport sockets for different endpoints.Cluster.Builder.addTransportSocketMatches
(Cluster.TransportSocketMatch.Builder builderForValue) Configuration to use different transport sockets for different endpoints.Cluster.Builder.setTransportSocketMatches
(int index, Cluster.TransportSocketMatch.Builder builderForValue) Configuration to use different transport sockets for different endpoints.