Interface BatchDeactivateCustomTargetingValuesRequestOrBuilder (0.54.0)

public interface BatchDeactivateCustomTargetingValuesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}/

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}/

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

Returns
Type Description
ByteString

The bytes for parent.

getRequests(int index)

public abstract DeactivateCustomTargetingValueRequest getRequests(int index)

Required. The CustomTargetingValue objects to deactivate.

repeated .google.ads.admanager.v1.DeactivateCustomTargetingValueRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DeactivateCustomTargetingValueRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The CustomTargetingValue objects to deactivate.

repeated .google.ads.admanager.v1.DeactivateCustomTargetingValueRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRequestsList()

public abstract List<DeactivateCustomTargetingValueRequest> getRequestsList()

Required. The CustomTargetingValue objects to deactivate.

repeated .google.ads.admanager.v1.DeactivateCustomTargetingValueRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<DeactivateCustomTargetingValueRequest>

getRequestsOrBuilder(int index)

public abstract DeactivateCustomTargetingValueRequestOrBuilder getRequestsOrBuilder(int index)

Required. The CustomTargetingValue objects to deactivate.

repeated .google.ads.admanager.v1.DeactivateCustomTargetingValueRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DeactivateCustomTargetingValueRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends DeactivateCustomTargetingValueRequestOrBuilder> getRequestsOrBuilderList()

Required. The CustomTargetingValue objects to deactivate.

repeated .google.ads.admanager.v1.DeactivateCustomTargetingValueRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.ads.admanager.v1.DeactivateCustomTargetingValueRequestOrBuilder>