public interface UpdateProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProfile()
public abstract Profile getProfile()Required. Profile details.
.google.devicesandservices.health.v4.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Profile |
The profile. |
getProfileOrBuilder()
public abstract ProfileOrBuilder getProfileOrBuilder()Required. Profile details.
.google.devicesandservices.health.v4.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProfileOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasProfile()
public abstract boolean hasProfile()Required. Profile details.
.google.devicesandservices.health.v4.Profile profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |