public sealed class BatchCreateJobsRequest : IMessage<BatchCreateJobsRequest>, IEquatable<BatchCreateJobsRequest>, IDeepCloneable<BatchCreateJobsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class BatchCreateJobsRequest.
Request to create a batch of jobs.
Implements
IMessageBatchCreateJobsRequest, IEquatableBatchCreateJobsRequest, IDeepCloneableBatchCreateJobsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
BatchCreateJobsRequest()
public BatchCreateJobsRequest()BatchCreateJobsRequest(BatchCreateJobsRequest)
public BatchCreateJobsRequest(BatchCreateJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchCreateJobsRequest |
Properties
Jobs
public RepeatedField<Job> Jobs { get; }Required. The jobs to be created.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldJob |
|
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
ParentAsTenantName
public TenantName ParentAsTenantName { get; set; }TenantName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TenantName |
|