Interface UpdateCustomTargetingValueRequestOrBuilder (0.54.0)

public interface UpdateCustomTargetingValueRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomTargetingValue()

public abstract CustomTargetingValue getCustomTargetingValue()

Required. The CustomTargetingValue to update.

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

.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomTargetingValue

The customTargetingValue.

getCustomTargetingValueOrBuilder()

public abstract CustomTargetingValueOrBuilder getCustomTargetingValueOrBuilder()

Required. The CustomTargetingValue to update.

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

.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomTargetingValueOrBuilder

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

hasCustomTargetingValue()

public abstract boolean hasCustomTargetingValue()

Required. The CustomTargetingValue to update.

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

.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

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