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."],[[["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."]]],[]]