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