public sealed class BatchDeleteJobsRequest : IMessage<BatchDeleteJobsRequest>, IEquatable<BatchDeleteJobsRequest>, IDeepCloneable<BatchDeleteJobsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchDeleteJobsRequest.
Request to delete a batch of jobs.
Implements
IMessageBatchDeleteJobsRequest, IEquatableBatchDeleteJobsRequest, IDeepCloneableBatchDeleteJobsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
BatchDeleteJobsRequest()
public BatchDeleteJobsRequest()
BatchDeleteJobsRequest(BatchDeleteJobsRequest)
public BatchDeleteJobsRequest(BatchDeleteJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchDeleteJobsRequest |
Properties
JobNames
public ResourceNameList<JobName> JobNames { get; }
Property Value | |
---|---|
Type | Description |
ResourceNameListJobName |
Names
public RepeatedField<string> Names { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Parent
public string Parent { get; set; }
Required. 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
must match this field.
Property Value | |
---|---|
Type | Description |
string |
ParentAsTenantName
public TenantName ParentAsTenantName { get; set; }
TenantName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TenantName |