Interface DeactivateTargetingPresetRequestOrBuilder (0.54.0)

public interface DeactivateTargetingPresetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. Resource name for the TargetingPreset. Format: networks/{network_code}/targetingPreset/{targeting_preset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Resource name for the TargetingPreset. Format: networks/{network_code}/targetingPreset/{targeting_preset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getTargetingPresetId()

public abstract long getTargetingPresetId()

Required. TargetingPreset ID to deactivate.

int64 targeting_preset_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The targetingPresetId.