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 page provides documentation for the `FixedCredentialsProvider` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.core` package."],["`FixedCredentialsProvider` is a type of `CredentialsProvider` that consistently supplies the same credentials for service access."],["The latest version of `FixedCredentialsProvider` documented is version 2.63.1, and this page includes links to the API documentation for 48 versions of the class ranging from 2.7.1 all the way up to the latest."],["The class provides static method, `create(Credentials credentials)`, for creating instances of `FixedCredentialsProvider`, which accepts credentials, as well as an abstract method, `getCredentials()`, for obtaining the credentials."],["`FixedCredentialsProvider` inherits from the standard `java.lang.Object` class, including methods such as `equals`, `hashCode`, and `toString`."]]],[]]