[[["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-08-28 UTC."],[[["\u003cp\u003eFunctionServiceSettings is a class in the Google Cloud Functions v2beta API, used to configure settings for FunctionServiceClient instances.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from ServiceSettingsBase and provides properties to manage settings for creating, deleting, generating URLs, retrieving, listing, and updating functions, as well as operations settings for long-running tasks.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes default settings for various operations, such as CreateFunction and DeleteFunction, with specific poll settings for long-running tasks like initial delay, delay multiplier, maximum delay, and total timeout.\u003c/p\u003e\n"],["\u003cp\u003eFunctionServiceSettings offers methods to create a deep clone of the object and to get a new instance of the default settings.\u003c/p\u003e\n"],["\u003cp\u003eIt is contained in the Google.Cloud.Functions.V2Beta namespace and in the Google.Cloud.Functions.V2Beta.dll assembly.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2beta API - Class FunctionServiceSettings (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.FunctionServiceSettings)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/1.0.0-beta06/Google.Cloud.Functions.V2Beta.FunctionServiceSettings) \n\n public sealed class FunctionServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Cloud Functions v2beta API class FunctionServiceSettings.\n\nSettings for [FunctionServiceClient](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.FunctionServiceClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e FunctionServiceSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V2Beta](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2Beta.dll\n\nConstructors\n------------\n\n### FunctionServiceSettings()\n\n public FunctionServiceSettings()\n\nConstructs a new [FunctionServiceSettings](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.FunctionServiceSettings) object with default settings.\n\nProperties\n----------\n\n### CreateFunctionOperationsSettings\n\n public OperationsSettings CreateFunctionOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `FunctionServiceClient.CreateFunction` and\n`FunctionServiceClient.CreateFunctionAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### CreateFunctionSettings\n\n public CallSettings CreateFunctionSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.CreateFunction` and `FunctionServiceClient.CreateFunctionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### DeleteFunctionOperationsSettings\n\n public OperationsSettings DeleteFunctionOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `FunctionServiceClient.DeleteFunction` and\n`FunctionServiceClient.DeleteFunctionAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### DeleteFunctionSettings\n\n public CallSettings DeleteFunctionSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.DeleteFunction` and `FunctionServiceClient.DeleteFunctionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GenerateDownloadUrlSettings\n\n public CallSettings GenerateDownloadUrlSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.GenerateDownloadUrl` and `FunctionServiceClient.GenerateDownloadUrlAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GenerateUploadUrlSettings\n\n public CallSettings GenerateUploadUrlSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.GenerateUploadUrl` and `FunctionServiceClient.GenerateUploadUrlAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GetFunctionSettings\n\n public CallSettings GetFunctionSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.GetFunction` and `FunctionServiceClient.GetFunctionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### IAMPolicySettings\n\n public IAMPolicySettings IAMPolicySettings { get; set; }\n\nThe settings to use for the [IAMPolicyClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1.IAMPolicyClient.html) associated with the client.\n\n### ListFunctionsSettings\n\n public CallSettings ListFunctionsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.ListFunctions` and `FunctionServiceClient.ListFunctionsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### ListRuntimesSettings\n\n public CallSettings ListRuntimesSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.ListRuntimes` and `FunctionServiceClient.ListRuntimesAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### LocationsSettings\n\n public LocationsSettings LocationsSettings { get; set; }\n\nThe settings to use for the [LocationsClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.LocationsClient.html) associated with the client.\n\n### UpdateFunctionOperationsSettings\n\n public OperationsSettings UpdateFunctionOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `FunctionServiceClient.UpdateFunction` and\n`FunctionServiceClient.UpdateFunctionAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### UpdateFunctionSettings\n\n public CallSettings UpdateFunctionSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`FunctionServiceClient.UpdateFunction` and `FunctionServiceClient.UpdateFunctionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\nMethods\n-------\n\n### Clone()\n\n public FunctionServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static FunctionServiceSettings GetDefault()\n\nGet a new instance of the default [FunctionServiceSettings](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.FunctionServiceSettings)."]]