- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 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 UpdateCompanyRequest.Builder extends GeneratedMessageV3.Builder<UpdateCompanyRequest.Builder> implements UpdateCompanyRequestOrBuilderRequest for updating a specified company.
 Protobuf type google.cloud.talent.v4beta1.UpdateCompanyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateCompanyRequest.BuilderImplements
UpdateCompanyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateCompanyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
build()
public UpdateCompanyRequest build()| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest | |
buildPartial()
public UpdateCompanyRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest | |
clear()
public UpdateCompanyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
clearCompany()
public UpdateCompanyRequest.Builder clearCompany()Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
clearField(Descriptors.FieldDescriptor field)
public UpdateCompanyRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateCompanyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
clearUpdateMask()
public UpdateCompanyRequest.Builder clearUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
clone()
public UpdateCompanyRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
getCompany()
public Company getCompany()Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Company | The company. | 
getCompanyBuilder()
public Company.Builder getCompanyBuilder()Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Company.Builder | |
getCompanyOrBuilder()
public CompanyOrBuilder getCompanyOrBuilder()Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| CompanyOrBuilder | |
getDefaultInstanceForType()
public UpdateCompanyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getUpdateMask()
public FieldMask getUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company 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 company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company 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 company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
| FieldMaskOrBuilder | |
hasCompany()
public boolean hasCompany()Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the company field is set. | 
hasUpdateMask()
public boolean hasUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company 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 | |
mergeCompany(Company value)
public UpdateCompanyRequest.Builder mergeCompany(Company value)Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Company | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
mergeFrom(UpdateCompanyRequest other)
public UpdateCompanyRequest.Builder mergeFrom(UpdateCompanyRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateCompanyRequest | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateCompanyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public UpdateCompanyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateCompanyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
mergeUpdateMask(FieldMask value)
public UpdateCompanyRequest.Builder mergeUpdateMask(FieldMask value)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setCompany(Company value)
public UpdateCompanyRequest.Builder setCompany(Company value)Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Company | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setCompany(Company.Builder builderForValue)
public UpdateCompanyRequest.Builder setCompany(Company.Builder builderForValue)Required. The company resource to replace the current resource in the system.
 
 .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Company.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateCompanyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateCompanyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateCompanyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setUpdateMask(FieldMask value)
public UpdateCompanyRequest.Builder setUpdateMask(FieldMask value)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateCompanyRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateCompanyRequest.Builder | |