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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page documents the `NoCredentialsProvider` class within the Google API Client Libraries for Java (gax), specifically version 2.38.0, along with links to previous versions."],["`NoCredentialsProvider` is a class that implements the `CredentialsProvider` interface and is designed to always return a null credential."],["The class inherits members from `java.lang.Object`, and provides only one method called `getCredentials()`, that returns a `com.google.auth.Credentials` type, which will be null when using this class."],["The documentation features a static method, `create()`, to instantiate a `NoCredentialsProvider` object."],["A comprehensive list of versions of the `NoCredentialsProvider` class is available from version 2.7.1 all the way up to the latest 2.63.1."]]],[]]