Package io.grpc.xds
Class AutoValue_EnvoyServerProtoData_FilterChainMatch
java.lang.Object
io.grpc.xds.EnvoyServerProtoData.FilterChainMatch
io.grpc.xds.AutoValue_EnvoyServerProtoData_FilterChainMatch
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_EnvoyServerProtoData_FilterChainMatch
extends EnvoyServerProtoData.FilterChainMatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<String> private final EnvoyServerProtoData.ConnectionSourceType
private final int
private final com.google.common.collect.ImmutableList
<EnvoyServerProtoData.CidrRange> private final com.google.common.collect.ImmutableList
<String> private final com.google.common.collect.ImmutableList
<Integer> private final com.google.common.collect.ImmutableList
<EnvoyServerProtoData.CidrRange> private final String
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_EnvoyServerProtoData_FilterChainMatch
(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<Integer> sourcePorts, com.google.common.collect.ImmutableList<String> serverNames, String transportProtocol) -
Method Summary
Modifier and TypeMethodDescription(package private) com.google.common.collect.ImmutableList
<String> (package private) EnvoyServerProtoData.ConnectionSourceType
(package private) int
boolean
int
hashCode()
(package private) com.google.common.collect.ImmutableList
<EnvoyServerProtoData.CidrRange> (package private) com.google.common.collect.ImmutableList
<String> (package private) com.google.common.collect.ImmutableList
<Integer> (package private) com.google.common.collect.ImmutableList
<EnvoyServerProtoData.CidrRange> toString()
(package private) String
Methods inherited from class io.grpc.xds.EnvoyServerProtoData.FilterChainMatch
create
-
Field Details
-
destinationPort
private final int destinationPort -
prefixRanges
-
applicationProtocols
-
sourcePrefixRanges
private final com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges -
connectionSourceType
-
sourcePorts
-
serverNames
-
transportProtocol
-
-
Constructor Details
-
AutoValue_EnvoyServerProtoData_FilterChainMatch
AutoValue_EnvoyServerProtoData_FilterChainMatch(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<Integer> sourcePorts, com.google.common.collect.ImmutableList<String> serverNames, String transportProtocol)
-
-
Method Details
-
destinationPort
int destinationPort()- Specified by:
destinationPort
in classEnvoyServerProtoData.FilterChainMatch
-
prefixRanges
com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges()- Specified by:
prefixRanges
in classEnvoyServerProtoData.FilterChainMatch
-
applicationProtocols
com.google.common.collect.ImmutableList<String> applicationProtocols()- Specified by:
applicationProtocols
in classEnvoyServerProtoData.FilterChainMatch
-
sourcePrefixRanges
com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges()- Specified by:
sourcePrefixRanges
in classEnvoyServerProtoData.FilterChainMatch
-
connectionSourceType
EnvoyServerProtoData.ConnectionSourceType connectionSourceType()- Specified by:
connectionSourceType
in classEnvoyServerProtoData.FilterChainMatch
-
sourcePorts
com.google.common.collect.ImmutableList<Integer> sourcePorts()- Specified by:
sourcePorts
in classEnvoyServerProtoData.FilterChainMatch
-
serverNames
com.google.common.collect.ImmutableList<String> serverNames()- Specified by:
serverNames
in classEnvoyServerProtoData.FilterChainMatch
-
transportProtocol
String transportProtocol()- Specified by:
transportProtocol
in classEnvoyServerProtoData.FilterChainMatch
-
toString
-
equals
-
hashCode
public int hashCode()
-