Uses of Class
io.grpc.xds.client.Bootstrapper.AuthorityInfo
Packages that use Bootstrapper.AuthorityInfo
-
Uses of Bootstrapper.AuthorityInfo in io.grpc.xds.client
Subclasses of Bootstrapper.AuthorityInfo in io.grpc.xds.clientModifier and TypeClassDescription(package private) final class
Fields in io.grpc.xds.client with type parameters of type Bootstrapper.AuthorityInfoModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap
<String, Bootstrapper.AuthorityInfo> AutoValue_Bootstrapper_BootstrapInfo.authorities
private com.google.common.collect.ImmutableMap
<String, Bootstrapper.AuthorityInfo> AutoValue_Bootstrapper_BootstrapInfo.Builder.authorities
Methods in io.grpc.xds.client that return Bootstrapper.AuthorityInfoModifier and TypeMethodDescriptionstatic Bootstrapper.AuthorityInfo
Bootstrapper.AuthorityInfo.create
(String clientListenerResourceNameTemplate, List<Bootstrapper.ServerInfo> xdsServers) Methods in io.grpc.xds.client that return types with arguments of type Bootstrapper.AuthorityInfoModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, Bootstrapper.AuthorityInfo> AutoValue_Bootstrapper_BootstrapInfo.authorities()
abstract com.google.common.collect.ImmutableMap
<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.AuthorityInfoModifier and TypeMethodDescriptionAutoValue_Bootstrapper_BootstrapInfo.Builder.authorities
(Map<String, Bootstrapper.AuthorityInfo> authorities) abstract Bootstrapper.BootstrapInfo.Builder
Bootstrapper.BootstrapInfo.Builder.authorities
(Map<String, Bootstrapper.AuthorityInfo> authorities)