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."],[[["The latest version available for `FixedCredentialsProvider` is 2.63.1, but many other versions are documented, ranging from 2.2.0 up to the newest."],["`FixedCredentialsProvider` is a `CredentialsProvider` that consistently supplies the same credentials for service calls."],["The `FixedCredentialsProvider` class inherits from `java.lang.Object` and implements the `CredentialsProvider` interface."],["It provides static method `create(Credentials credentials)` to create an instance of the class, and provides a `getCredentials()` method to retrieve the credentials used for service calls."],["The documentation lists inherited members from `java.lang.Object` such as `clone()`, `equals(Object)`, and `hashCode()`."]]],[]]