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-09 UTC."],[[["This page provides documentation for the `GoogleCredentialsProvider` class, which is part of the Google API Client Libraries for Java, specifically within version 2.39.0 of the `gax` library."],["`GoogleCredentialsProvider` is an abstract class that implements `CredentialsProvider` and is designed to acquire credentials using Google Application Default Credentials (ADC)."],["The class provides methods for retrieving credentials (`getCredentials()`), getting JWT-enabled scopes (`getJwtEnabledScopes()`), getting scopes to apply (`getScopesToApply()`), and checking whether to use JWT access with scope (`getUseJwtAccessWithScope()`)."],["A static `newBuilder()` method and an abstract `toBuilder()` method allow for the construction and modification of `GoogleCredentialsProvider` instances using its builder."],["The page lists several previous versions of the `GoogleCredentialsProvider` including the most current version, 2.63.1."]]],[]]