Interface UpdateCompanyRequestOrBuilder (2.38.0)

public interface UpdateCompanyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompany()

public abstract 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
TypeDescription
Company

The company.

getCompanyOrBuilder()

public abstract 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
TypeDescription
CompanyOrBuilder

getUpdateMask()

public abstract 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
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract 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
TypeDescription
FieldMaskOrBuilder

hasCompany()

public abstract 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
TypeDescription
boolean

Whether the company field is set.

hasUpdateMask()

public abstract 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
TypeDescription
boolean

Whether the updateMask field is set.