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-15 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."]]],[]]