Package io.grpc.xds
Class AutoValue_EnvoyServerProtoData_Listener
java.lang.Object
io.grpc.xds.EnvoyServerProtoData.Listener
io.grpc.xds.AutoValue_EnvoyServerProtoData_Listener
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_EnvoyServerProtoData_Listener
extends EnvoyServerProtoData.Listener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final EnvoyServerProtoData.FilterChainprivate final com.google.common.collect.ImmutableList<EnvoyServerProtoData.FilterChain> private final String -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_EnvoyServerProtoData_Listener(String name, String address, com.google.common.collect.ImmutableList<EnvoyServerProtoData.FilterChain> filterChains, EnvoyServerProtoData.FilterChain defaultFilterChain) -
Method Summary
Modifier and TypeMethodDescription(package private) Stringaddress()(package private) EnvoyServerProtoData.FilterChainboolean(package private) com.google.common.collect.ImmutableList<EnvoyServerProtoData.FilterChain> inthashCode()(package private) Stringname()toString()Methods inherited from class io.grpc.xds.EnvoyServerProtoData.Listener
create
-
Field Details
-
name
-
address
-
filterChains
private final com.google.common.collect.ImmutableList<EnvoyServerProtoData.FilterChain> filterChains -
defaultFilterChain
-
-
Constructor Details
-
AutoValue_EnvoyServerProtoData_Listener
AutoValue_EnvoyServerProtoData_Listener(String name, @Nullable String address, com.google.common.collect.ImmutableList<EnvoyServerProtoData.FilterChain> filterChains, @Nullable EnvoyServerProtoData.FilterChain defaultFilterChain)
-
-
Method Details
-
name
String name()- Specified by:
namein classEnvoyServerProtoData.Listener
-
address
- Specified by:
addressin classEnvoyServerProtoData.Listener
-
filterChains
com.google.common.collect.ImmutableList<EnvoyServerProtoData.FilterChain> filterChains()- Specified by:
filterChainsin classEnvoyServerProtoData.Listener
-
defaultFilterChain
- Specified by:
defaultFilterChainin classEnvoyServerProtoData.Listener
-
toString
-
equals
-
hashCode
public int hashCode()
-