Uses of Class
io.grpc.xds.client.Bootstrapper.AuthorityInfo
-
Packages that use Bootstrapper.AuthorityInfo Package Description io.grpc.xds.client -
-
Uses of Bootstrapper.AuthorityInfo in io.grpc.xds.client
Subclasses of Bootstrapper.AuthorityInfo in io.grpc.xds.client Modifier and Type Class Description (package private) class
AutoValue_Bootstrapper_AuthorityInfo
Fields in io.grpc.xds.client with type parameters of type Bootstrapper.AuthorityInfo Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>
AutoValue_Bootstrapper_BootstrapInfo. authorities
private com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>
AutoValue_Bootstrapper_BootstrapInfo.Builder. authorities
Methods in io.grpc.xds.client that return Bootstrapper.AuthorityInfo Modifier and Type Method Description static Bootstrapper.AuthorityInfo
Bootstrapper.AuthorityInfo. create(java.lang.String clientListenerResourceNameTemplate, java.util.List<Bootstrapper.ServerInfo> xdsServers)
Methods in io.grpc.xds.client that return types with arguments of type Bootstrapper.AuthorityInfo Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>
AutoValue_Bootstrapper_BootstrapInfo. authorities()
abstract com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>
Bootstrapper.BootstrapInfo. authorities()
A map of authority name to corresponding configuration.Method parameters in io.grpc.xds.client with type arguments of type Bootstrapper.AuthorityInfo Modifier and Type Method Description Bootstrapper.BootstrapInfo.Builder
AutoValue_Bootstrapper_BootstrapInfo.Builder. authorities(java.util.Map<java.lang.String,Bootstrapper.AuthorityInfo> authorities)
abstract Bootstrapper.BootstrapInfo.Builder
Bootstrapper.BootstrapInfo.Builder. authorities(java.util.Map<java.lang.String,Bootstrapper.AuthorityInfo> authorities)
-