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 page details the `GoogleCredentialsProvider` class, which is responsible for acquiring credentials using Application Default Credentials, as per the provided documentation."],["The latest version of `GoogleCredentialsProvider` is 2.63.1, with a comprehensive list of previous versions available for reference, ranging from 2.62.0 down to 2.7.1."],["The `GoogleCredentialsProvider` class implements the `CredentialsProvider` interface and includes methods such as `getCredentials()`, `getJwtEnabledScopes()`, `getScopesToApply()`, `getUseJwtAccessWithScope()`, and `toBuilder()`."],["`GoogleCredentialsProvider` has a static `newBuilder()` method and a constructor `GoogleCredentialsProvider()`, allowing for the construction of the class and the builder class, respectively."],["The class `GoogleCredentialsProvider` is an abstract class that extends the `Object` class, and thus inherits a variety of methods such as `clone()`, `equals()`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, and `wait()`."]]],[]]