public interface UpdateProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProfile()
public abstract Profile getProfile()Required. Profile to be updated.
.google.cloud.talent.v4beta1.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| FieldMaskOrBuilder |
hasProfile()
public abstract boolean hasProfile()Required. Profile to be updated.
.google.cloud.talent.v4beta1.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |