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 part of the Google API Client Library for Java, specifically within the `com.google.api.gax.core` package."],["The latest version of `GoogleCredentialsProvider` is 2.63.1, and the page provides access to various versions ranging from 2.63.1 down to 2.7.1."],["`GoogleCredentialsProvider` implements `CredentialsProvider` and is designed to acquire credentials using Application Default Credentials (ADC), as described on the Google Developers website."],["The class offers methods such as `getCredentials()` to retrieve credentials, and abstract methods like `getJwtEnabledScopes()`, `getScopesToApply()`, and `getUseJwtAccessWithScope()`, along with a static `newBuilder()` method for creating instances of a builder to build a new provider."],["The `GoogleCredentialsProvider` class also features methods for object manipulation such as `toBuilder()`, as well as inheriting basic object methods like `clone()`, `equals()`, and `wait()`, among others."]]],[]]