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-02 UTC."],[[["This page provides documentation for the `GoogleCredentialsProvider` class, which is part of the `com.google.api.gax.core` package and is used to acquire credentials via Application Default Credentials."],["The latest version of `GoogleCredentialsProvider` is 2.63.1, and there is an extensive list of previous versions available, starting from version 2.62.0 and going down to version 2.7.1."],["The `GoogleCredentialsProvider` class implements the `CredentialsProvider` interface and inherits from `java.lang.Object`, offering methods like `getCredentials()`, `getJwtEnabledScopes()`, `getScopesToApply()`, `getUseJwtAccessWithScope()`, and `toBuilder()`."],["A `newBuilder()` static method is available to create a new instance of the `GoogleCredentialsProvider.Builder` for constructing a new instance of the `GoogleCredentialsProvider` class."],["The `getCredentials()` method will obtain and return the needed credentials to call the service, and throws an `IOException` if there is an issue."]]],[]]