public abstract class JobServiceClientJobService client wrapper, for convenient use.
Inheritance
System.Object > JobServiceClientNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Remarks
A service handles job management, including job CRUD, enumeration and search.
Properties
BatchCreateJobsOperationsClient
public virtual OperationsClient BatchCreateJobsOperationsClient { get; }The long-running operations client for BatchCreateJobs.
| Property Value | |
|---|---|
| Type | Description |
Google.LongRunning.OperationsClient |
|
BatchDeleteJobsOperationsClient
public virtual OperationsClient BatchDeleteJobsOperationsClient { get; }The long-running operations client for BatchDeleteJobs.
| Property Value | |
|---|---|
| Type | Description |
Google.LongRunning.OperationsClient |
|
BatchUpdateJobsOperationsClient
public virtual OperationsClient BatchUpdateJobsOperationsClient { get; }The long-running operations client for BatchUpdateJobs.
| Property Value | |
|---|---|
| Type | Description |
Google.LongRunning.OperationsClient |
|
DefaultEndpoint
public static string DefaultEndpoint { get; }The default endpoint for the JobService service, which is a host of "jobs.googleapis.com" and a port of 443.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
DefaultScopes
public static IReadOnlyList<string> DefaultScopes { get; }The default JobService scopes.
| Property Value | |
|---|---|
| Type | Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
The default JobService scopes are:
GrpcClient
public virtual JobService.JobServiceClient GrpcClient { get; }The underlying gRPC JobService client
| Property Value | |
|---|---|
| Type | Description |
JobService.JobServiceClient |
|
Methods
BatchCreateJobs(BatchCreateJobsRequest, CallSettings)
public virtual Operation<BatchCreateJobsResponse, BatchOperationMetadata> BatchCreateJobs(BatchCreateJobsRequest request, CallSettings callSettings = null)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchCreateJobs(TenantName, IEnumerable<Job>, CallSettings)
public virtual Operation<BatchCreateJobsResponse, BatchOperationMetadata> BatchCreateJobs(TenantName parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchCreateJobs(String, IEnumerable<Job>, CallSettings)
public virtual Operation<BatchCreateJobsResponse, BatchOperationMetadata> BatchCreateJobs(string parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchCreateJobsAsync(BatchCreateJobsRequest, CallSettings)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> BatchCreateJobsAsync(BatchCreateJobsRequest request, CallSettings callSettings = null)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchCreateJobsAsync(BatchCreateJobsRequest, CancellationToken)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> BatchCreateJobsAsync(BatchCreateJobsRequest request, CancellationToken cancellationToken)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateJobsRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchCreateJobsAsync(TenantName, IEnumerable<Job>, CallSettings)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> BatchCreateJobsAsync(TenantName parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchCreateJobsAsync(TenantName, IEnumerable<Job>, CancellationToken)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> BatchCreateJobsAsync(TenantName parent, IEnumerable<Job> jobs, CancellationToken cancellationToken)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchCreateJobsAsync(String, IEnumerable<Job>, CallSettings)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> BatchCreateJobsAsync(string parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchCreateJobsAsync(String, IEnumerable<Job>, CancellationToken)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> BatchCreateJobsAsync(string parent, IEnumerable<Job> jobs, CancellationToken cancellationToken)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchDeleteJobs(BatchDeleteJobsRequest, CallSettings)
public virtual Operation<BatchDeleteJobsResponse, BatchOperationMetadata> BatchDeleteJobs(BatchDeleteJobsRequest request, CallSettings callSettings = null)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchDeleteJobs(TenantName, IEnumerable<JobName>, CallSettings)
public virtual Operation<BatchDeleteJobsResponse, BatchOperationMetadata> BatchDeleteJobs(TenantName parent, IEnumerable<JobName> names, CallSettings callSettings = null)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in |
names |
System.Collections.Generic.IEnumerable<JobName>The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchDeleteJobs(String, IEnumerable<String>, CallSettings)
public virtual Operation<BatchDeleteJobsResponse, BatchOperationMetadata> BatchDeleteJobs(string parent, IEnumerable<string> names, CallSettings callSettings = null)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in |
names |
System.Collections.Generic.IEnumerable<System.String>The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchDeleteJobsAsync(BatchDeleteJobsRequest, CallSettings)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> BatchDeleteJobsAsync(BatchDeleteJobsRequest request, CallSettings callSettings = null)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchDeleteJobsAsync(BatchDeleteJobsRequest, CancellationToken)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> BatchDeleteJobsAsync(BatchDeleteJobsRequest request, CancellationToken cancellationToken)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteJobsRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchDeleteJobsAsync(TenantName, IEnumerable<JobName>, CallSettings)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> BatchDeleteJobsAsync(TenantName parent, IEnumerable<JobName> names, CallSettings callSettings = null)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in |
names |
System.Collections.Generic.IEnumerable<JobName>The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchDeleteJobsAsync(TenantName, IEnumerable<JobName>, CancellationToken)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> BatchDeleteJobsAsync(TenantName parent, IEnumerable<JobName> names, CancellationToken cancellationToken)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in |
names |
System.Collections.Generic.IEnumerable<JobName>The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchDeleteJobsAsync(String, IEnumerable<String>, CallSettings)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> BatchDeleteJobsAsync(string parent, IEnumerable<string> names, CallSettings callSettings = null)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in |
names |
System.Collections.Generic.IEnumerable<System.String>The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchDeleteJobsAsync(String, IEnumerable<String>, CancellationToken)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> BatchDeleteJobsAsync(string parent, IEnumerable<string> names, CancellationToken cancellationToken)Begins executing a batch delete jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in |
names |
System.Collections.Generic.IEnumerable<System.String>The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchUpdateJobs(BatchUpdateJobsRequest, CallSettings)
public virtual Operation<BatchUpdateJobsResponse, BatchOperationMetadata> BatchUpdateJobs(BatchUpdateJobsRequest request, CallSettings callSettings = null)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchUpdateJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchUpdateJobs(TenantName, IEnumerable<Job>, CallSettings)
public virtual Operation<BatchUpdateJobsResponse, BatchOperationMetadata> BatchUpdateJobs(TenantName parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be updated. A maximum of 200 jobs can be updated in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchUpdateJobs(String, IEnumerable<Job>, CallSettings)
public virtual Operation<BatchUpdateJobsResponse, BatchOperationMetadata> BatchUpdateJobs(string parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be updated. A maximum of 200 jobs can be updated in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata> |
The RPC response. |
BatchUpdateJobsAsync(BatchUpdateJobsRequest, CallSettings)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> BatchUpdateJobsAsync(BatchUpdateJobsRequest request, CallSettings callSettings = null)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchUpdateJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchUpdateJobsAsync(BatchUpdateJobsRequest, CancellationToken)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> BatchUpdateJobsAsync(BatchUpdateJobsRequest request, CancellationToken cancellationToken)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchUpdateJobsRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchUpdateJobsAsync(TenantName, IEnumerable<Job>, CallSettings)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> BatchUpdateJobsAsync(TenantName parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be updated. A maximum of 200 jobs can be updated in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchUpdateJobsAsync(TenantName, IEnumerable<Job>, CancellationToken)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> BatchUpdateJobsAsync(TenantName parent, IEnumerable<Job> jobs, CancellationToken cancellationToken)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be updated. A maximum of 200 jobs can be updated in a batch. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchUpdateJobsAsync(String, IEnumerable<Job>, CallSettings)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> BatchUpdateJobsAsync(string parent, IEnumerable<Job> jobs, CallSettings callSettings = null)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be updated. A maximum of 200 jobs can be updated in a batch. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
BatchUpdateJobsAsync(String, IEnumerable<Job>, CancellationToken)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> BatchUpdateJobsAsync(string parent, IEnumerable<Job> jobs, CancellationToken cancellationToken)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
jobs |
System.Collections.Generic.IEnumerable<Job>Required. The jobs to be updated. A maximum of 200 jobs can be updated in a batch. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A Task containing the RPC response. |
Create()
public static JobServiceClient Create()Synchronously creates a JobServiceClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use JobServiceClientBuilder.
| Returns | |
|---|---|
| Type | Description |
JobServiceClient |
The created JobServiceClient. |
CreateAsync(CancellationToken)
public static Task<JobServiceClient> CreateAsync(CancellationToken cancellationToken = default(CancellationToken))Asynchronously creates a JobServiceClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use JobServiceClientBuilder.
| Parameter | |
|---|---|
| Name | Description |
cancellationToken |
System.Threading.CancellationTokenThe System.Threading.CancellationToken to use while creating the client. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<JobServiceClient> |
The task representing the created JobServiceClient. |
CreateJob(CreateJobRequest, CallSettings)
public virtual Job CreateJob(CreateJobRequest request, CallSettings callSettings = null)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
CreateJob(TenantName, Job, CallSettings)
public virtual Job CreateJob(TenantName parent, Job job, CallSettings callSettings = null)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
job |
JobRequired. The Job to be created. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
CreateJob(String, Job, CallSettings)
public virtual Job CreateJob(string parent, Job job, CallSettings callSettings = null)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
job |
JobRequired. The Job to be created. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
CreateJobAsync(CreateJobRequest, CallSettings)
public virtual Task<Job> CreateJobAsync(CreateJobRequest request, CallSettings callSettings = null)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
CreateJobAsync(CreateJobRequest, CancellationToken)
public virtual Task<Job> CreateJobAsync(CreateJobRequest request, CancellationToken cancellationToken)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateJobRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
CreateJobAsync(TenantName, Job, CallSettings)
public virtual Task<Job> CreateJobAsync(TenantName parent, Job job, CallSettings callSettings = null)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
job |
JobRequired. The Job to be created. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
CreateJobAsync(TenantName, Job, CancellationToken)
public virtual Task<Job> CreateJobAsync(TenantName parent, Job job, CancellationToken cancellationToken)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
job |
JobRequired. The Job to be created. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
CreateJobAsync(String, Job, CallSettings)
public virtual Task<Job> CreateJobAsync(string parent, Job job, CallSettings callSettings = null)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
job |
JobRequired. The Job to be created. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
CreateJobAsync(String, Job, CancellationToken)
public virtual Task<Job> CreateJobAsync(string parent, Job job, CancellationToken cancellationToken)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
job |
JobRequired. The Job to be created. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
DeleteJob(DeleteJobRequest, CallSettings)
public virtual void DeleteJob(DeleteJobRequest request, CallSettings callSettings = null)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
DeleteJob(JobName, CallSettings)
public virtual void DeleteJob(JobName name, CallSettings callSettings = null)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
name |
JobNameRequired. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
DeleteJob(String, CallSettings)
public virtual void DeleteJob(string name, CallSettings callSettings = null)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
name |
System.StringRequired. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
DeleteJobAsync(DeleteJobRequest, CallSettings)
public virtual Task DeleteJobAsync(DeleteJobRequest request, CallSettings callSettings = null)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A Task containing the RPC response. |
DeleteJobAsync(DeleteJobRequest, CancellationToken)
public virtual Task DeleteJobAsync(DeleteJobRequest request, CancellationToken cancellationToken)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteJobRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A Task containing the RPC response. |
DeleteJobAsync(JobName, CallSettings)
public virtual Task DeleteJobAsync(JobName name, CallSettings callSettings = null)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
name |
JobNameRequired. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A Task containing the RPC response. |
DeleteJobAsync(JobName, CancellationToken)
public virtual Task DeleteJobAsync(JobName name, CancellationToken cancellationToken)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
name |
JobNameRequired. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A Task containing the RPC response. |
DeleteJobAsync(String, CallSettings)
public virtual Task DeleteJobAsync(string name, CallSettings callSettings = null)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
name |
System.StringRequired. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A Task containing the RPC response. |
DeleteJobAsync(String, CancellationToken)
public virtual Task DeleteJobAsync(string name, CancellationToken cancellationToken)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
name |
System.StringRequired. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A Task containing the RPC response. |
GetJob(GetJobRequest, CallSettings)
public virtual Job GetJob(GetJobRequest request, CallSettings callSettings = null)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
request |
GetJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
GetJob(JobName, CallSettings)
public virtual Job GetJob(JobName name, CallSettings callSettings = null)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
name |
JobNameRequired. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
GetJob(String, CallSettings)
public virtual Job GetJob(string name, CallSettings callSettings = null)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
name |
System.StringRequired. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
GetJobAsync(GetJobRequest, CallSettings)
public virtual Task<Job> GetJobAsync(GetJobRequest request, CallSettings callSettings = null)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
request |
GetJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
GetJobAsync(GetJobRequest, CancellationToken)
public virtual Task<Job> GetJobAsync(GetJobRequest request, CancellationToken cancellationToken)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
request |
GetJobRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
GetJobAsync(JobName, CallSettings)
public virtual Task<Job> GetJobAsync(JobName name, CallSettings callSettings = null)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
name |
JobNameRequired. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
GetJobAsync(JobName, CancellationToken)
public virtual Task<Job> GetJobAsync(JobName name, CancellationToken cancellationToken)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
name |
JobNameRequired. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
GetJobAsync(String, CallSettings)
public virtual Task<Job> GetJobAsync(string name, CallSettings callSettings = null)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
name |
System.StringRequired. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
GetJobAsync(String, CancellationToken)
public virtual Task<Job> GetJobAsync(string name, CancellationToken cancellationToken)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
name |
System.StringRequired. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
ListJobs(ListJobsRequest, CallSettings)
public virtual PagedEnumerable<ListJobsResponse, Job> ListJobs(ListJobsRequest request, CallSettings callSettings = null)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.Api.Gax.PagedEnumerable<ListJobsResponse, Job> |
A pageable sequence of Job resources. |
ListJobs(TenantName, String, String, Nullable<Int32>, CallSettings)
public virtual PagedEnumerable<ListJobsResponse, Job> ListJobs(TenantName parent, string filter, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
filter |
System.StringRequired. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
Sample Query:
|
pageToken |
System.StringThe token returned from the previous request. A value of |
pageSize |
System.Nullable<System.Int32>The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.Api.Gax.PagedEnumerable<ListJobsResponse, Job> |
A pageable sequence of Job resources. |
ListJobs(String, String, String, Nullable<Int32>, CallSettings)
public virtual PagedEnumerable<ListJobsResponse, Job> ListJobs(string parent, string filter, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
filter |
System.StringRequired. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
Sample Query:
|
pageToken |
System.StringThe token returned from the previous request. A value of |
pageSize |
System.Nullable<System.Int32>The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.Api.Gax.PagedEnumerable<ListJobsResponse, Job> |
A pageable sequence of Job resources. |
ListJobsAsync(ListJobsRequest, CallSettings)
public virtual PagedAsyncEnumerable<ListJobsResponse, Job> ListJobsAsync(ListJobsRequest request, CallSettings callSettings = null)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListJobsResponse, Job> |
A pageable asynchronous sequence of Job resources. |
ListJobsAsync(TenantName, String, String, Nullable<Int32>, CallSettings)
public virtual PagedAsyncEnumerable<ListJobsResponse, Job> ListJobsAsync(TenantName parent, string filter, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
parent |
TenantNameRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
filter |
System.StringRequired. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
Sample Query:
|
pageToken |
System.StringThe token returned from the previous request. A value of |
pageSize |
System.Nullable<System.Int32>The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListJobsResponse, Job> |
A pageable asynchronous sequence of Job resources. |
ListJobsAsync(String, String, String, Nullable<Int32>, CallSettings)
public virtual PagedAsyncEnumerable<ListJobsResponse, Job> ListJobsAsync(string parent, string filter, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
parent |
System.StringRequired. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
filter |
System.StringRequired. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
Sample Query:
|
pageToken |
System.StringThe token returned from the previous request. A value of |
pageSize |
System.Nullable<System.Int32>The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListJobsResponse, Job> |
A pageable asynchronous sequence of Job resources. |
PollOnceBatchCreateJobs(String, CallSettings)
public virtual Operation<BatchCreateJobsResponse, BatchOperationMetadata> PollOnceBatchCreateJobs(string operationName, CallSettings callSettings = null)Poll an operation once, using an operationName from a previous invocation of BatchCreateJobs.
| Parameters | |
|---|---|
| Name | Description |
operationName |
System.StringThe name of a previously invoked operation. Must not be |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata> |
The result of polling the operation. |
PollOnceBatchCreateJobsAsync(String, CallSettings)
public virtual Task<Operation<BatchCreateJobsResponse, BatchOperationMetadata>> PollOnceBatchCreateJobsAsync(string operationName, CallSettings callSettings = null)Asynchronously poll an operation once, using an operationName from a previous invocation of
BatchCreateJobs.
| Parameters | |
|---|---|
| Name | Description |
operationName |
System.StringThe name of a previously invoked operation. Must not be |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchCreateJobsResponse, BatchOperationMetadata>> |
A task representing the result of polling the operation. |
PollOnceBatchDeleteJobs(String, CallSettings)
public virtual Operation<BatchDeleteJobsResponse, BatchOperationMetadata> PollOnceBatchDeleteJobs(string operationName, CallSettings callSettings = null)Poll an operation once, using an operationName from a previous invocation of BatchDeleteJobs.
| Parameters | |
|---|---|
| Name | Description |
operationName |
System.StringThe name of a previously invoked operation. Must not be |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata> |
The result of polling the operation. |
PollOnceBatchDeleteJobsAsync(String, CallSettings)
public virtual Task<Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> PollOnceBatchDeleteJobsAsync(string operationName, CallSettings callSettings = null)Asynchronously poll an operation once, using an operationName from a previous invocation of
BatchDeleteJobs.
| Parameters | |
|---|---|
| Name | Description |
operationName |
System.StringThe name of a previously invoked operation. Must not be |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchDeleteJobsResponse, BatchOperationMetadata>> |
A task representing the result of polling the operation. |
PollOnceBatchUpdateJobs(String, CallSettings)
public virtual Operation<BatchUpdateJobsResponse, BatchOperationMetadata> PollOnceBatchUpdateJobs(string operationName, CallSettings callSettings = null)Poll an operation once, using an operationName from a previous invocation of BatchUpdateJobs.
| Parameters | |
|---|---|
| Name | Description |
operationName |
System.StringThe name of a previously invoked operation. Must not be |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata> |
The result of polling the operation. |
PollOnceBatchUpdateJobsAsync(String, CallSettings)
public virtual Task<Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> PollOnceBatchUpdateJobsAsync(string operationName, CallSettings callSettings = null)Asynchronously poll an operation once, using an operationName from a previous invocation of
BatchUpdateJobs.
| Parameters | |
|---|---|
| Name | Description |
operationName |
System.StringThe name of a previously invoked operation. Must not be |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.LongRunning.Operation<BatchUpdateJobsResponse, BatchOperationMetadata>> |
A task representing the result of polling the operation. |
SearchJobs(SearchJobsRequest, CallSettings)
public virtual SearchJobsResponse SearchJobs(SearchJobsRequest request, CallSettings callSettings = null)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs that the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SearchJobsResponse |
The RPC response. |
SearchJobsAsync(SearchJobsRequest, CallSettings)
public virtual Task<SearchJobsResponse> SearchJobsAsync(SearchJobsRequest request, CallSettings callSettings = null)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs that the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<SearchJobsResponse> |
A Task containing the RPC response. |
SearchJobsAsync(SearchJobsRequest, CancellationToken)
public virtual Task<SearchJobsResponse> SearchJobsAsync(SearchJobsRequest request, CancellationToken cancellationToken)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs that the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<SearchJobsResponse> |
A Task containing the RPC response. |
SearchJobsForAlert(SearchJobsRequest, CallSettings)
public virtual SearchJobsResponse SearchJobsForAlert(SearchJobsRequest request, CallSettings callSettings = null)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
This API call is intended for the use case of targeting passive job seekers (for example, job seekers who have signed up to receive email alerts about potential job opportunities), it has different algorithmic adjustments that are designed to specifically target passive job seekers.
This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SearchJobsResponse |
The RPC response. |
SearchJobsForAlertAsync(SearchJobsRequest, CallSettings)
public virtual Task<SearchJobsResponse> SearchJobsForAlertAsync(SearchJobsRequest request, CallSettings callSettings = null)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
This API call is intended for the use case of targeting passive job seekers (for example, job seekers who have signed up to receive email alerts about potential job opportunities), it has different algorithmic adjustments that are designed to specifically target passive job seekers.
This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<SearchJobsResponse> |
A Task containing the RPC response. |
SearchJobsForAlertAsync(SearchJobsRequest, CancellationToken)
public virtual Task<SearchJobsResponse> SearchJobsForAlertAsync(SearchJobsRequest request, CancellationToken cancellationToken)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
This API call is intended for the use case of targeting passive job seekers (for example, job seekers who have signed up to receive email alerts about potential job opportunities), it has different algorithmic adjustments that are designed to specifically target passive job seekers.
This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<SearchJobsResponse> |
A Task containing the RPC response. |
ShutdownDefaultChannelsAsync()
public static Task ShutdownDefaultChannelsAsync()Shuts down any channels automatically created by Create() and CreateAsync(CancellationToken). Channels which weren't automatically created are not affected.
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task |
A task representing the asynchronous shutdown operation. |
After calling this method, further calls to Create() and CreateAsync(CancellationToken) will create new channels, which could in turn be shut down by another call to this method.
UpdateJob(Job, FieldMask, CallSettings)
public virtual Job UpdateJob(Job job, FieldMask updateMask, CallSettings callSettings = null)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
job |
JobRequired. The Job to be updated. |
updateMask |
Google.Protobuf.WellKnownTypes.FieldMaskStrongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4.Job] are supported. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
UpdateJob(UpdateJobRequest, CallSettings)
public virtual Job UpdateJob(UpdateJobRequest request, CallSettings callSettings = null)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Job |
The RPC response. |
UpdateJobAsync(Job, FieldMask, CallSettings)
public virtual Task<Job> UpdateJobAsync(Job job, FieldMask updateMask, CallSettings callSettings = null)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
job |
JobRequired. The Job to be updated. |
updateMask |
Google.Protobuf.WellKnownTypes.FieldMaskStrongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4.Job] are supported. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
UpdateJobAsync(Job, FieldMask, CancellationToken)
public virtual Task<Job> UpdateJobAsync(Job job, FieldMask updateMask, CancellationToken cancellationToken)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
job |
JobRequired. The Job to be updated. |
updateMask |
Google.Protobuf.WellKnownTypes.FieldMaskStrongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4.Job] are supported. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
UpdateJobAsync(UpdateJobRequest, CallSettings)
public virtual Task<Job> UpdateJobAsync(UpdateJobRequest request, CallSettings callSettings = null)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateJobRequestThe request object containing all of the parameters for the API call. |
callSettings |
Google.Api.Gax.Grpc.CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |
UpdateJobAsync(UpdateJobRequest, CancellationToken)
public virtual Task<Job> UpdateJobAsync(UpdateJobRequest request, CancellationToken cancellationToken)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateJobRequestThe request object containing all of the parameters for the API call. |
cancellationToken |
System.Threading.CancellationTokenA System.Threading.CancellationToken to use for this RPC. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Job> |
A Task containing the RPC response. |