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-07 UTC."],[[["This webpage provides documentation for the `GoogleCredentialsProvider` class, which is part of the Google API Client Library for Java."],["`GoogleCredentialsProvider` is designed to acquire credentials using Application Default Credentials, a standardized approach for authenticating to Google services."],["The latest version available is 2.63.1, and the page lists numerous previous versions down to version 2.7.1, each with its own dedicated documentation link."],["The class implements the `CredentialsProvider` interface and provides methods to get credentials, scope information, and to create or modify its configuration."],["Static method `newBuilder()` can be used to create a builder instance of `GoogleCredentialsProvider`, while the abstract `toBuilder()` method will return a modifiable builder of the current object."]]],[]]