Interface UpdateCreativeSetRequestOrBuilder (0.54.0)

public interface UpdateCreativeSetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreativeSet()

public abstract CreativeSet getCreativeSet()

Required. The CreativeSet to update.

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

.google.ads.admanager.v1.CreativeSet creative_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreativeSet

The creativeSet.

getCreativeSetOrBuilder()

public abstract CreativeSetOrBuilder getCreativeSetOrBuilder()

Required. The CreativeSet to update.

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

.google.ads.admanager.v1.CreativeSet creative_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreativeSetOrBuilder

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

hasCreativeSet()

public abstract boolean hasCreativeSet()

Required. The CreativeSet to update.

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

.google.ads.admanager.v1.CreativeSet creative_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

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