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 in the Google API Client Library for Java, with the latest version being 2.63.1."],["The `FixedCredentialsProvider` class is a type of `CredentialsProvider` that consistently returns the same set of credentials, implementing the `CredentialsProvider` interface."],["The class inherits from `java.lang.Object` and includes inherited members such as `clone()`, `equals(Object)`, and `hashCode()`."],["The `create(Credentials credentials)` static method allows for the creation of a `FixedCredentialsProvider` instance, requiring `com.google.auth.Credentials` as input."],["The `getCredentials()` method, which is abstract, retrieves the credentials used for service calls, and it will obtain them if they haven't been acquired yet."]]],[]]