Interface CreativeTemplateVariable.LongCreativeTemplateVariableOrBuilder (0.39.0)

public static interface CreativeTemplateVariable.LongCreativeTemplateVariableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDefaultValue()

public abstract long getDefaultValue()

Optional. Default value to be filled in when creating creatives from the creative template.

optional int64 default_value = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The defaultValue.

getSampleValue()

public abstract long getSampleValue()

Optional. Sample value that is used when previewing the template in the UI.

optional int64 sample_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The sampleValue.

hasDefaultValue()

public abstract boolean hasDefaultValue()

Optional. Default value to be filled in when creating creatives from the creative template.

optional int64 default_value = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the defaultValue field is set.

hasSampleValue()

public abstract boolean hasSampleValue()

Optional. Sample value that is used when previewing the template in the UI.

optional int64 sample_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the sampleValue field is set.