- 2.53.0 (latest)
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class UpdateJobRequest.Builder extends GeneratedMessageV3.Builder<UpdateJobRequest.Builder> implements UpdateJobRequestOrBuilder
Update job request.
Protobuf type google.cloud.talent.v4.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.v4.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.v4.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.v4.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.v4.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.v4.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.v4.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.v4.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.v4.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 |