Interface UpdateTargetingPresetRequestOrBuilder (0.54.0)

public interface UpdateTargetingPresetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetingPreset()

public abstract TargetingPreset getTargetingPreset()

Required. The TargetingPreset to update.

The TargetingPreset's name is used to identify the TargetingPreset to update.

.google.ads.admanager.v1.TargetingPreset targeting_preset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TargetingPreset

The targetingPreset.

getTargetingPresetOrBuilder()

public abstract TargetingPresetOrBuilder getTargetingPresetOrBuilder()

Required. The TargetingPreset to update.

The TargetingPreset's name is used to identify the TargetingPreset to update.

.google.ads.admanager.v1.TargetingPreset targeting_preset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TargetingPresetOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

.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 update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasTargetingPreset()

public abstract boolean hasTargetingPreset()

Required. The TargetingPreset to update.

The TargetingPreset's name is used to identify the TargetingPreset to update.

.google.ads.admanager.v1.TargetingPreset targeting_preset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the targetingPreset field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.