Interface UpdateSettingsRequestOrBuilder (0.2.0)

public interface UpdateSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSettings()

public abstract Settings getSettings()

Required. Settings details

.google.devicesandservices.health.v4.Settings settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Settings

The settings.

getSettingsOrBuilder()

public abstract SettingsOrBuilder getSettingsOrBuilder()

Required. Settings details

.google.devicesandservices.health.v4.Settings settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SettingsOrBuilder

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

hasSettings()

public abstract boolean hasSettings()

Required. Settings details

.google.devicesandservices.health.v4.Settings settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the settings 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.