[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eJobServiceSettings\u003c/code\u003e class provides configuration settings for interacting with the Google Cloud Talent Solution v4beta1 API's \u003ccode\u003eJobServiceClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers settings for various job-related operations, such as creating, updating, deleting, listing, and searching for jobs, either individually or in batches.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and allows customization of operation behaviors, including retries, timeouts, and long-running operation polling configurations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobServiceSettings\u003c/code\u003e contains properties such as \u003ccode\u003eBatchCreateJobsSettings\u003c/code\u003e, \u003ccode\u003eDeleteJobSettings\u003c/code\u003e and \u003ccode\u003eSearchJobsSettings\u003c/code\u003e that allow specific configuration for the associated functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe class also features methods to create a deep clone (\u003ccode\u003eClone()\u003c/code\u003e) and retrieve a default settings instance (\u003ccode\u003eGetDefault()\u003c/code\u003e), providing flexibility in managing settings.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class JobServiceSettings (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobServiceSettings)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.JobServiceSettings)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.JobServiceSettings) \n\n public sealed class JobServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobServiceSettings.\n\nSettings for [JobServiceClient](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobServiceClient) 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 JobServiceSettings \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.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### JobServiceSettings()\n\n public JobServiceSettings()\n\nConstructs a new [JobServiceSettings](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobServiceSettings) object with default settings.\n\nProperties\n----------\n\n### BatchCreateJobsOperationsSettings\n\n public OperationsSettings BatchCreateJobsOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `JobServiceClient.BatchCreateJobs` and\n`JobServiceClient.BatchCreateJobsAsync`.\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### BatchCreateJobsSettings\n\n public CallSettings BatchCreateJobsSettings { 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`JobServiceClient.BatchCreateJobs` and `JobServiceClient.BatchCreateJobsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\n### BatchDeleteJobsSettings\n\n public CallSettings BatchDeleteJobsSettings { 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`JobServiceClient.BatchDeleteJobs` and `JobServiceClient.BatchDeleteJobsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\n### BatchUpdateJobsOperationsSettings\n\n public OperationsSettings BatchUpdateJobsOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `JobServiceClient.BatchUpdateJobs` and\n`JobServiceClient.BatchUpdateJobsAsync`.\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### BatchUpdateJobsSettings\n\n public CallSettings BatchUpdateJobsSettings { 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`JobServiceClient.BatchUpdateJobs` and `JobServiceClient.BatchUpdateJobsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\n### CreateJobSettings\n\n public CallSettings CreateJobSettings { 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 `JobServiceClient.CreateJob`\nand `JobServiceClient.CreateJobAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\n### DeleteJobSettings\n\n public CallSettings DeleteJobSettings { 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 `JobServiceClient.DeleteJob`\nand `JobServiceClient.DeleteJobAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [DeadlineExceeded](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_DeadlineExceeded), [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 30 seconds.\n\n### GetJobSettings\n\n public CallSettings GetJobSettings { 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 `JobServiceClient.GetJob`\nand `JobServiceClient.GetJobAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [DeadlineExceeded](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_DeadlineExceeded), [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 30 seconds.\n\n### ListJobsSettings\n\n public CallSettings ListJobsSettings { 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 `JobServiceClient.ListJobs`\nand `JobServiceClient.ListJobsAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [DeadlineExceeded](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_DeadlineExceeded), [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 30 seconds.\n\n### SearchJobsForAlertSettings\n\n public CallSettings SearchJobsForAlertSettings { 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`JobServiceClient.SearchJobsForAlert` and `JobServiceClient.SearchJobsForAlertAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\n### SearchJobsSettings\n\n public CallSettings SearchJobsSettings { 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 `JobServiceClient.SearchJobs`\nand `JobServiceClient.SearchJobsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\n### UpdateJobSettings\n\n public CallSettings UpdateJobSettings { 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 `JobServiceClient.UpdateJob`\nand `JobServiceClient.UpdateJobAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 30 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public JobServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static JobServiceSettings GetDefault()\n\nGet a new instance of the default [JobServiceSettings](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobServiceSettings)."]]