public static final class UpdateJobRequest.Builder extends GeneratedMessageV3.Builder<UpdateJobRequest.Builder> implements UpdateJobRequestOrBuilderUpdate job request.
Protobuf type google.cloud.talent.v4beta1.UpdateJobRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateJobRequest.BuilderImplements
UpdateJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
build()
public UpdateJobRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest |
|
buildPartial()
public UpdateJobRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest |
|
clear()
public UpdateJobRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public UpdateJobRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
clearJob()
public UpdateJobRequest.Builder clearJob()Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
clearUpdateMask()
public UpdateJobRequest.Builder clearUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
clone()
public UpdateJobRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
getDefaultInstanceForType()
public UpdateJobRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getJob()
public Job getJob()Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Job |
The job. |
getJobBuilder()
public Job.Builder getJobBuilder()Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Job.Builder |
|
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder()Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasJob()
public boolean hasJob()Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the job field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateJobRequest other)
public UpdateJobRequest.Builder mergeFrom(UpdateJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateJobRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateJobRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
mergeJob(Job value)
public UpdateJobRequest.Builder mergeJob(Job value)Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Job |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateJobRequest.Builder mergeUpdateMask(FieldMask value)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setJob(Job value)
public UpdateJobRequest.Builder setJob(Job value)Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Job |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setJob(Job.Builder builderForValue)
public UpdateJobRequest.Builder setJob(Job.Builder builderForValue)Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Job.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateJobRequest.Builder setUpdateMask(FieldMask value)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateJobRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest.Builder |
|