public static final class UpdateTenantRequest.Builder extends GeneratedMessage.Builder<UpdateTenantRequest.Builder> implements UpdateTenantRequestOrBuilderRequest for updating a specified tenant.
Protobuf type google.cloud.talent.v4beta1.UpdateTenantRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateTenantRequest.BuilderImplements
UpdateTenantRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
clearTenant()
public UpdateTenantRequest.Builder clearTenant()Required. The tenant resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.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 |
|
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.v4beta1.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.v4beta1.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.v4beta1.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.v4beta1.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 GeneratedMessage.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.v4beta1.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Tenant |
| 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 |
|
setTenant(Tenant value)
public UpdateTenantRequest.Builder setTenant(Tenant value)Required. The tenant resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.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.v4beta1.Tenant tenant = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Tenant.Builder |
| 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 |
|