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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version of the `NoCredentialsProvider` documentation is 2.63.1, but the current page is for version 2.59.1, with a history of versions available from 2.63.1 down to 2.7.1."],["`NoCredentialsProvider` is a `CredentialsProvider` that consistently returns `null`, and it implements the `CredentialsProvider` interface."],["The `NoCredentialsProvider` class inherits members from the `java.lang.Object` class, including methods like `clone()`, `equals()`, and `toString()`."],["It includes a static `create()` method that returns a `NoCredentialsProvider` instance and a `getCredentials()` method that attempts to get the credentials for calling the service, returning a `com.google.auth.Credentials` object."],["`NoCredentialsProvider` has a default public constructor that can be called with `NoCredentialsProvider()`."]]],[]]