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."],[[["This page provides documentation for the `FixedCredentialsProvider` class, a component of the Google API Client Libraries for Java, with the latest version at 2.63.1."],["The `FixedCredentialsProvider` class is designed to consistently supply the same set of credentials for authenticating with Google services and it is an implementation of the `CredentialsProvider` interface."],["The `create(Credentials credentials)` static method allows you to easily instantiate a `FixedCredentialsProvider` instance with specified credentials."],["The `getCredentials()` method retrieves the credentials used for service calls, acquiring them if they haven't already been obtained."],["A list of all of the previous versions are provided with their corresponding URL to view each version's documentation, ranging from version 2.63.1 to 2.7.1."]]],[]]