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."],[[["The latest version of GoogleCredentialsProvider is 2.63.1, and it provides a way to acquire credentials using Application Default Credentials, as per the provided link in the content."],["This document lists numerous past versions of GoogleCredentialsProvider, with links to specific documentation for each version, ranging from the most current 2.63.1 all the way to version 2.7.1."],["GoogleCredentialsProvider class inherits members from the Object class and implements the CredentialsProvider interface, as stated in the \"Inheritance\" and \"Implements\" sections."],["The class includes methods like `getCredentials()`, `getJwtEnabledScopes()`, `getScopesToApply()`, and `getUseJwtAccessWithScope()` to manage credential acquisition, scopes, and JWT access."],["The `newBuilder()` and `toBuilder()` methods facilitate the creation and modification of GoogleCredentialsProvider instances using the Builder pattern."]]],[]]