public interface UpdateTenantRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTenant()
public abstract 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. |
getTenantOrBuilder()
public abstract 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 abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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 abstract 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. |