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-03-21 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."]]],[]]