Class BatchCreateJobsRequest (2.0.0-beta07)

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

Request to create a batch of jobs.

Inheritance

Object > BatchCreateJobsRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.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.

Property Value
TypeDescription
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/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName