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."],[[["This webpage provides documentation for the `NoCredentialsProvider` class within the Google API Client Libraries for Java, specifically within the `com.google.api.gax.core` package."],["The `NoCredentialsProvider` class is a `CredentialsProvider` implementation that is designed to always return `null` when asked for credentials, indicating no credentials should be used."],["The latest documented version of this class is 2.63.1, however the webpage also contains previous versions of the class from 2.62.0 down to 2.7.1."],["The class implements the `CredentialsProvider` interface and inherits from `java.lang.Object`, providing access to the `create()` static method which returns a new `NoCredentialsProvider` object, as well as a `getCredentials()` method that returns `null` in the form of `com.google.auth.Credentials`."],["Each version of the class links to a specific page of the documentation that includes information on the methods, constructors, implementation, and inheritance associated with that version."]]],[]]