| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.CreativeFieldValues.Insert |
Dfareporting.CreativeFieldValues.insert(Long profileId,
Long creativeFieldId,
CreativeFieldValue content)
Inserts a new creative field value.
|
Dfareporting.CreativeFieldValues.Patch |
Dfareporting.CreativeFieldValues.patch(Long profileId,
Long creativeFieldId,
Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
Dfareporting.CreativeFieldValues.Update |
Dfareporting.CreativeFieldValues.update(Long profileId,
Long creativeFieldId,
CreativeFieldValue content)
Updates an existing creative field value.
|
| Constructor and Description |
|---|
Insert(Long profileId,
Long creativeFieldId,
CreativeFieldValue content)
Inserts a new creative field value.
|
Patch(Long profileId,
Long creativeFieldId,
Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
Update(Long profileId,
Long creativeFieldId,
CreativeFieldValue content)
Updates an existing creative field value.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldValue |
CreativeFieldValue.clone() |
CreativeFieldValue |
CreativeFieldValue.set(String fieldName,
Object value) |
CreativeFieldValue |
CreativeFieldValue.setId(Long id)
ID of this creative field value.
|
CreativeFieldValue |
CreativeFieldValue.setKind(String kind)
Identifies what kind of resource this is.
|
CreativeFieldValue |
CreativeFieldValue.setValue(String value)
Value of this creative field value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreativeFieldValue> |
CreativeFieldValuesListResponse.getCreativeFieldValues()
Creative field value collection.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldValuesListResponse |
CreativeFieldValuesListResponse.setCreativeFieldValues(List<CreativeFieldValue> creativeFieldValues)
Creative field value collection.
|
Copyright © 2011–2025 Google. All rights reserved.