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>
applicationProtocols
private EnvoyServerProtoData.ConnectionSourceType
connectionSourceType
private int
destinationPort
private com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
prefixRanges
private com.google.common.collect.ImmutableList<java.lang.String>
serverNames
private com.google.common.collect.ImmutableList<java.lang.Integer>
sourcePorts
private com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
sourcePrefixRanges
private java.lang.String
transportProtocol
-
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.ConnectionSourceType
connectionSourceType()
(package private) int
destinationPort()
boolean
equals(java.lang.Object o)
int
hashCode()
(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.String
toString()
(package private) java.lang.String
transportProtocol()
-
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:
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<java.lang.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<java.lang.Integer> sourcePorts()
- Specified by:
sourcePorts
in classEnvoyServerProtoData.FilterChainMatch
-
serverNames
com.google.common.collect.ImmutableList<java.lang.String> serverNames()
- Specified by:
serverNames
in classEnvoyServerProtoData.FilterChainMatch
-
transportProtocol
java.lang.String transportProtocol()
- Specified by:
transportProtocol
in classEnvoyServerProtoData.FilterChainMatch
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-