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."],[[["The latest version available for `FixedCredentialsProvider` is 2.63.1, while the page's current version is set to 2.21.0."],["`FixedCredentialsProvider` is a class that implements `CredentialsProvider` and provides the same credentials every time."],["The `FixedCredentialsProvider` class inherits methods from the `java.lang.Object` class, such as `clone()`, `equals(Object)`, `hashCode()`, `toString()`, and `wait()`."],["A static method `create(Credentials credentials)` is available to generate a `FixedCredentialsProvider`, requiring `com.google.auth.Credentials` as input."],["An abstract method, `getCredentials()`, is used to retrieve the `com.google.auth.Credentials` that will be used to call a service."]]],[]]