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 `GoogleCredentialsProvider` class, focusing on version 2.61.0 of the library, but including links to many other versions as well."],["`GoogleCredentialsProvider` is an abstract class that implements `CredentialsProvider` and is used to acquire credentials using Application Default Credentials."],["The class provides methods for retrieving credentials via `getCredentials()` and has abstract methods like `getJwtEnabledScopes()`, `getScopesToApply()`, and `getUseJwtAccessWithScope()`."],["`GoogleCredentialsProvider` includes a static `newBuilder()` method to create a `GoogleCredentialsProvider.Builder` instance, as well as a `toBuilder()` method that also returns a builder for customization."],["The webpage lists other older version of this class, all the way from 2.63.1, down to 2.7.1."]]],[]]