[[["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."],[[["The `FunctionServiceClientBuilder` class is used to configure and build instances of `FunctionServiceClient` for the Cloud Functions v2 API."],["This class inherits from `ClientBuilderBase` and provides methods for configuring credentials, endpoints, and other settings."],["The `Build()` method is used to create a `FunctionServiceClient` instance synchronously, while `BuildAsync()` builds the client asynchronously."],["The builder allows for setting properties such as `Settings` which is of type `FunctionServiceSettings` to use for RPC calls, or if it is set to null it will use the default settings."],["The class provides access to inherited members from `ClientBuilderBase`, including methods for setting credentials, endpoint, scopes, and other configurations."]]],[]]