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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["This webpage documents various versions of the `FixedCredentialsProvider` class, with the latest version being 2.63.1."],["`FixedCredentialsProvider` is a `CredentialsProvider` that consistently uses the same credentials for authentication."],["The class implements the `CredentialsProvider` interface and inherits from `java.lang.Object`."],["The static method `create(Credentials credentials)` is used to instantiate a new `FixedCredentialsProvider` instance with specified credentials."],["The abstract method `getCredentials()` is used to retrieve the credentials that will be used to call the service, acquiring them if necessary."]]],[]]