Package io.grpc.alts

Class GoogleDefaultChannelCredentials.Builder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private io.grpc.CallCredentials callCredentials  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Builder()  
    • Field Detail

      • callCredentials

        private io.grpc.CallCredentials callCredentials
    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • build

        public io.grpc.ChannelCredentials build()
        Builds a GoogleDefaultChannelCredentials instance.
      • createClientFactory

        private static io.grpc.netty.InternalProtocolNegotiator.ClientFactory createClientFactory()