public static final class CreateJobRequest.Builder extends GeneratedMessage.Builder<CreateJobRequest.Builder> implements CreateJobRequestOrBuilderCreate job request.
Protobuf type google.cloud.talent.v4beta1.CreateJobRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateJobRequest.BuilderImplements
CreateJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateJobRequest build()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest |
|
buildPartial()
public CreateJobRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest |
|
clear()
public CreateJobRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
clearJob()
public CreateJobRequest.Builder clearJob()Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
clearParent()
public CreateJobRequest.Builder clearParent()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".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateJobRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getJob()
public Job getJob()Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Job |
The job. |
getJobBuilder()
public Job.Builder getJobBuilder()Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Job.Builder |
|
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder()Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getParent()
public String getParent()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".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()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".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasJob()
public boolean hasJob()Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the job field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateJobRequest other)
public CreateJobRequest.Builder mergeFrom(CreateJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateJobRequest |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateJobRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
mergeJob(Job value)
public CreateJobRequest.Builder mergeJob(Job value)Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Job |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
setJob(Job value)
public CreateJobRequest.Builder setJob(Job value)Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Job |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
setJob(Job.Builder builderForValue)
public CreateJobRequest.Builder setJob(Job.Builder builderForValue)Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Job.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
setParent(String value)
public CreateJobRequest.Builder setParent(String value)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".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateJobRequest.Builder setParentBytes(ByteString value)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".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |