Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.BillingAssignments.Insert |
Dfareporting.BillingAssignments.insert(Long profileId,
Long billingProfileId,
BillingAssignment content)
Inserts a new billing assignment and returns the new assignment.
|
Constructor and Description |
---|
Insert(Long profileId,
Long billingProfileId,
BillingAssignment content)
Inserts a new billing assignment and returns the new assignment.
|
Modifier and Type | Method and Description |
---|---|
BillingAssignment |
BillingAssignment.clone() |
BillingAssignment |
BillingAssignment.set(String fieldName,
Object value) |
BillingAssignment |
BillingAssignment.setAccountId(String accountId)
ID of the account associated with the billing assignment.This is a read-only, auto-generated
field.
|
BillingAssignment |
BillingAssignment.setAdvertiserId(String advertiserId)
ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment
is not limited to a single advertiser
|
BillingAssignment |
BillingAssignment.setCampaignId(String campaignId)
ID of the campaign associated with the billing assignment.
|
BillingAssignment |
BillingAssignment.setKind(String kind)
Identifies what kind of resource this is.
|
BillingAssignment |
BillingAssignment.setSubaccountId(String subaccountId)
ID of the subaccount associated with the billing assignment.Wildcard (*) means this assignment
is not limited to a single subaccountThis is a read-only, auto-generated field.
|
Modifier and Type | Method and Description |
---|---|
List<BillingAssignment> |
BillingAssignmentsListResponse.getBillingAssignments()
Billing assignments collection.
|
Modifier and Type | Method and Description |
---|---|
BillingAssignmentsListResponse |
BillingAssignmentsListResponse.setBillingAssignments(List<BillingAssignment> billingAssignments)
Billing assignments collection.
|
Copyright © 2011–2025 Google. All rights reserved.