Interface BatchUpdateAdSpotsRequestOrBuilder (0.54.0)

public interface BatchUpdateAdSpotsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where AdSpots will be updated. Format: networks/{network_code} The parent field in the UpdateAdSpotRequest must match this field.

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 resource where AdSpots will be updated. Format: networks/{network_code} The parent field in the UpdateAdSpotRequest must match this field.

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 UpdateAdSpotRequest getRequests(int index)

Required. The AdSpot objects to update. A maximum of 100 objects can be updated in a batch.

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

Parameter
Name Description
index int
Returns
Type Description
UpdateAdSpotRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The AdSpot objects to update. A maximum of 100 objects can be updated in a batch.

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

Returns
Type Description
int

getRequestsList()

public abstract List<UpdateAdSpotRequest> getRequestsList()

Required. The AdSpot objects to update. A maximum of 100 objects can be updated in a batch.

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

Returns
Type Description
List<UpdateAdSpotRequest>

getRequestsOrBuilder(int index)

public abstract UpdateAdSpotRequestOrBuilder getRequestsOrBuilder(int index)

Required. The AdSpot objects to update. A maximum of 100 objects can be updated in a batch.

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

Parameter
Name Description
index int
Returns
Type Description
UpdateAdSpotRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends UpdateAdSpotRequestOrBuilder> getRequestsOrBuilderList()

Required. The AdSpot objects to update. A maximum of 100 objects can be updated in a batch.

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

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