Package io.grpc.xds
Class GrpcBootstrapImplConfig
- java.lang.Object
-
- io.grpc.xds.GrpcBootstrapImplConfig
-
-
Constructor Summary
Constructors Constructor Description GrpcBootstrapImplConfig()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract io.grpc.xds.client.AllowedGrpcServicesallowedGrpcServices()static GrpcBootstrapImplConfigcreate(io.grpc.xds.client.AllowedGrpcServices services)
-
-
-
Method Detail
-
allowedGrpcServices
public abstract io.grpc.xds.client.AllowedGrpcServices allowedGrpcServices()
-
create
public static GrpcBootstrapImplConfig create(io.grpc.xds.client.AllowedGrpcServices services)
-
-