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-02 UTC."],[[["This webpage lists the versions of `FixedCredentialsProvider`, a class for providing fixed credentials in the Google API client library for Java, with version 2.63.1 being the latest."],["`FixedCredentialsProvider` is a class that implements the `CredentialsProvider` interface, which is used to provide credentials for service access, and it consistently provides the same credentials throughout its usage."],["The class contains a static method, `create(Credentials credentials)`, that allows the creation of a `FixedCredentialsProvider` instance using a set of provided credentials."],["`getCredentials()` is an abstract method within `FixedCredentialsProvider` that, when called, retrieves the credentials necessary for service calls, acquiring them if not already present."],["This class inherits several methods from `java.lang.Object`, including `clone()`, `equals(Object)`, `finalize()`, and `getClass()`, in addition to the ones provided by `CredentialsProvider`."]]],[]]