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."],[[["This webpage provides documentation for the `FixedCredentialsProvider` class, which is a `CredentialsProvider` that always uses the same credentials."],["The `FixedCredentialsProvider` class, part of the `com.google.api.gax.core` package, implements the `CredentialsProvider` interface."],["The documentation lists numerous versions of the `FixedCredentialsProvider`, ranging from 2.63.1 (latest) down to 2.7.1, with the current version being 2.54.1."],["A static method, `create(Credentials credentials)`, is available to instantiate the `FixedCredentialsProvider` with specific credentials, and there is also an abstract `getCredentials()` method used to access those credentials."],["The `FixedCredentialsProvider` class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `hashCode()`, as part of its object-oriented structure."]]],[]]