Interface UpdateProfileRequestOrBuilder (2.2.9)

public interface UpdateProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProfile()

public abstract Profile getProfile()

Required. Profile to be updated.

.google.cloud.talent.v4beta1.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Profile

The profile.

getProfileOrBuilder()

public abstract ProfileOrBuilder getProfileOrBuilder()

Required. Profile to be updated.

.google.cloud.talent.v4beta1.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProfileOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

A field mask to specify the profile fields to update. A full update is performed if it is unset.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

A field mask to specify the profile fields to update. A full update is performed if it is unset.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasProfile()

public abstract boolean hasProfile()

Required. Profile to be updated.

.google.cloud.talent.v4beta1.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the profile field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

A field mask to specify the profile fields to update. A full update is performed if it is unset.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.