public interface UpdateCompanyRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Company |
getCompany()
Required.
|
CompanyOrBuilder |
getCompanyOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
Strongly recommended for the best service experience.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Strongly recommended for the best service experience.
|
boolean |
hasCompany()
Required.
|
boolean |
hasUpdateMask()
Strongly recommended for the best service experience.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
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];
boolean hasUpdateMask()
Strongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateCompanyRequest.update_mask] is provided, only the specified fields in [company][google.cloud.talent.v4beta1.UpdateCompanyRequest.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][google.cloud.talent.v4beta1.Company] are supported.
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
Strongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateCompanyRequest.update_mask] is provided, only the specified fields in [company][google.cloud.talent.v4beta1.UpdateCompanyRequest.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][google.cloud.talent.v4beta1.Company] are supported.
.google.protobuf.FieldMask update_mask = 2;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Strongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateCompanyRequest.update_mask] is provided, only the specified fields in [company][google.cloud.talent.v4beta1.UpdateCompanyRequest.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][google.cloud.talent.v4beta1.Company] are supported.
.google.protobuf.FieldMask update_mask = 2;
Copyright © 2022 Google LLC. All rights reserved.