Package io.grpc.alts
Class GoogleDefaultChannelCredentials.Builder
java.lang.Object
io.grpc.alts.GoogleDefaultChannelCredentials.Builder
- Enclosing class:
GoogleDefaultChannelCredentials
Builder for
GoogleDefaultChannelCredentials
instances.- Since:
- 1.43.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ChannelCredentials
build()
Builds a GoogleDefaultChannelCredentials instance.callCredentials
(io.grpc.CallCredentials callCreds) Constructs GoogleDefaultChannelCredentials with a given call credential.private static io.grpc.netty.InternalProtocolNegotiator.ClientFactory
-
Field Details
-
callCredentials
private io.grpc.CallCredentials callCredentials
-
-
Constructor Details
-
Builder
private Builder()
-
-
Method Details
-
callCredentials
Constructs GoogleDefaultChannelCredentials with a given call credential. -
build
public io.grpc.ChannelCredentials build()Builds a GoogleDefaultChannelCredentials instance. -
createClientFactory
private static io.grpc.netty.InternalProtocolNegotiator.ClientFactory createClientFactory()
-