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, which is part of the Google API Client Libraries for Java."],["The `GoogleCredentialsProvider` class is an abstract class that implements `CredentialsProvider` and acquires credentials using Application Default Credentials."],["The page lists the available versions of the library, from version 2.3.1 up to the latest 2.63.1, with documentation links for each individual version."],["The class offers methods for retrieving credentials (`getCredentials`) and managing JWT-enabled scopes (`getJwtEnabledScopes`), scopes to apply (`getScopesToApply`), and the usage of JWT access with scope (`getUseJwtAccessWithScope`)."],["A builder can be made through the `newBuilder()` static method, and a builder instance can be made from the existing class through the `toBuilder()` method."]]],[]]