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, which is part of the Google API Client Libraries for Java."],["The `GoogleCredentialsProvider` class is used to acquire credentials using Application Default Credentials, and it implements the `CredentialsProvider` interface."],["The class offers methods to retrieve credentials, such as `getCredentials()`, and to manage scopes through `getJwtEnabledScopes()` and `getScopesToApply()`."],["There is a list of numerous versions of this class, from 2.63.1 to 2.7.1, with 2.63.1 as the latest release."],["The class provides ways to build and configure instances via `newBuilder()` and `toBuilder()`, and also provides info on its inheritance from `java.lang.Object`."]]],[]]