Class NoCredentialsProvider

    • Constructor Detail

      • NoCredentialsProvider

        public NoCredentialsProvider()
    • Method Detail

      • getCredentials

        public com.google.auth.Credentials getCredentials()
        Description copied from interface: CredentialsProvider
        Gets the credentials which will be used to call the service. If the credentials have not been acquired yet, then they will be acquired when this function is called.
        Specified by:
        getCredentials in interface CredentialsProvider