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
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<java.lang.String>applicationProtocolsprivate EnvoyServerProtoData.ConnectionSourceTypeconnectionSourceTypeprivate intdestinationPortprivate com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>prefixRangesprivate com.google.common.collect.ImmutableList<java.lang.String>serverNamesprivate com.google.common.collect.ImmutableList<java.lang.Integer>sourcePortsprivate com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>sourcePrefixRangesprivate java.lang.StringtransportProtocol
-
Constructor Summary
Constructors Constructor Description AutoValue_EnvoyServerProtoData_FilterChainMatch(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<java.lang.String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<java.lang.Integer> sourcePorts, com.google.common.collect.ImmutableList<java.lang.String> serverNames, java.lang.String transportProtocol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) com.google.common.collect.ImmutableList<java.lang.String>applicationProtocols()(package private) EnvoyServerProtoData.ConnectionSourceTypeconnectionSourceType()(package private) intdestinationPort()booleanequals(java.lang.Object o)inthashCode()(package private) com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>prefixRanges()(package private) com.google.common.collect.ImmutableList<java.lang.String>serverNames()(package private) com.google.common.collect.ImmutableList<java.lang.Integer>sourcePorts()(package private) com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>sourcePrefixRanges()java.lang.StringtoString()(package private) java.lang.StringtransportProtocol()-
Methods inherited from class io.grpc.xds.EnvoyServerProtoData.FilterChainMatch
create
-
-
-
-
Field Detail
-
destinationPort
private final int destinationPort
-
prefixRanges
private final com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges
-
applicationProtocols
private final com.google.common.collect.ImmutableList<java.lang.String> applicationProtocols
-
sourcePrefixRanges
private final com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges
-
connectionSourceType
private final EnvoyServerProtoData.ConnectionSourceType connectionSourceType
-
sourcePorts
private final com.google.common.collect.ImmutableList<java.lang.Integer> sourcePorts
-
serverNames
private final com.google.common.collect.ImmutableList<java.lang.String> serverNames
-
transportProtocol
private final java.lang.String transportProtocol
-
-
Constructor Detail
-
AutoValue_EnvoyServerProtoData_FilterChainMatch
AutoValue_EnvoyServerProtoData_FilterChainMatch(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<java.lang.String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<java.lang.Integer> sourcePorts, com.google.common.collect.ImmutableList<java.lang.String> serverNames, java.lang.String transportProtocol)
-
-
Method Detail
-
destinationPort
int destinationPort()
- Specified by:
destinationPortin classEnvoyServerProtoData.FilterChainMatch
-
prefixRanges
com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges()
- Specified by:
prefixRangesin classEnvoyServerProtoData.FilterChainMatch
-
applicationProtocols
com.google.common.collect.ImmutableList<java.lang.String> applicationProtocols()
- Specified by:
applicationProtocolsin classEnvoyServerProtoData.FilterChainMatch
-
sourcePrefixRanges
com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges()
- Specified by:
sourcePrefixRangesin classEnvoyServerProtoData.FilterChainMatch
-
connectionSourceType
EnvoyServerProtoData.ConnectionSourceType connectionSourceType()
- Specified by:
connectionSourceTypein classEnvoyServerProtoData.FilterChainMatch
-
sourcePorts
com.google.common.collect.ImmutableList<java.lang.Integer> sourcePorts()
- Specified by:
sourcePortsin classEnvoyServerProtoData.FilterChainMatch
-
serverNames
com.google.common.collect.ImmutableList<java.lang.String> serverNames()
- Specified by:
serverNamesin classEnvoyServerProtoData.FilterChainMatch
-
transportProtocol
java.lang.String transportProtocol()
- Specified by:
transportProtocolin classEnvoyServerProtoData.FilterChainMatch
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-