Class BatchCreateJobsRequest (1.0.0)

public sealed class BatchCreateJobsRequest : IMessage<BatchCreateJobsRequest>, IEquatable<BatchCreateJobsRequest>, IDeepCloneable<BatchCreateJobsRequest>, IBufferMessage, IMessage

Request to create a batch of jobs.

Inheritance

System.Object > BatchCreateJobsRequest

Implements

Google.Protobuf.IMessage<BatchCreateJobsRequest>, System.IEquatable<BatchCreateJobsRequest>, Google.Protobuf.IDeepCloneable<BatchCreateJobsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

BatchCreateJobsRequest()

public BatchCreateJobsRequest()

BatchCreateJobsRequest(BatchCreateJobsRequest)

public BatchCreateJobsRequest(BatchCreateJobsRequest other)
Parameter
NameDescription
otherBatchCreateJobsRequest

Properties

Jobs

public RepeatedField<Job> Jobs { get; }

Required. The jobs to be created. A maximum of 200 jobs can be created in a batch.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Job>

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".

Property Value
TypeDescription
System.String

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName