- 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 UpdateTenantRequest.Builder extends GeneratedMessageV3.Builder<UpdateTenantRequest.Builder> implements UpdateTenantRequestOrBuilderRequest for updating a specified tenant.
 Protobuf type google.cloud.talent.v4.UpdateTenantRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateTenantRequest.BuilderImplements
UpdateTenantRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateTenantRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
build()
public UpdateTenantRequest build()| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest | |
buildPartial()
public UpdateTenantRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest | |
clear()
public UpdateTenantRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
clearField(Descriptors.FieldDescriptor field)
public UpdateTenantRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateTenantRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
clearTenant()
public UpdateTenantRequest.Builder clearTenant()Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
clearUpdateMask()
public UpdateTenantRequest.Builder clearUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
clone()
public UpdateTenantRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
getDefaultInstanceForType()
public UpdateTenantRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getTenant()
public Tenant getTenant()Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Tenant | The tenant. | 
getTenantBuilder()
public Tenant.Builder getTenantBuilder()Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Tenant.Builder | |
getTenantOrBuilder()
public TenantOrBuilder getTenantOrBuilder()Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| TenantOrBuilder | |
getUpdateMask()
public FieldMask getUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant 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 tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant 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 tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
| FieldMaskOrBuilder | |
hasTenant()
public boolean hasTenant()Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the tenant field is set. | 
hasUpdateMask()
public boolean hasUpdateMask()Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant 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(UpdateTenantRequest other)
public UpdateTenantRequest.Builder mergeFrom(UpdateTenantRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateTenantRequest | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateTenantRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public UpdateTenantRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
mergeTenant(Tenant value)
public UpdateTenantRequest.Builder mergeTenant(Tenant value)Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Tenant | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTenantRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
mergeUpdateMask(FieldMask value)
public UpdateTenantRequest.Builder mergeUpdateMask(FieldMask value)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateTenantRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateTenantRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setTenant(Tenant value)
public UpdateTenantRequest.Builder setTenant(Tenant value)Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Tenant | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setTenant(Tenant.Builder builderForValue)
public UpdateTenantRequest.Builder setTenant(Tenant.Builder builderForValue)Required. The tenant resource to replace the current resource in the system.
 .google.cloud.talent.v4.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Tenant.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTenantRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setUpdateMask(FieldMask value)
public UpdateTenantRequest.Builder setUpdateMask(FieldMask value)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateTenantRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateTenantRequest.Builder | |