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-15 UTC."],[[["The latest version of the `NoCredentialsProvider` is 2.63.1, but version 2.48.1 is the current context."],["`NoCredentialsProvider` is a `CredentialsProvider` that consistently returns null credentials."],["This class implements the `CredentialsProvider` interface and extends the `java.lang.Object` class."],["It offers a static `create()` method to instantiate the `NoCredentialsProvider`."],["The `getCredentials()` method is available to retrieve credentials, which in this case, will always be null."]]],[]]