| 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(java.lang.Long profileId,
java.lang.Long creativeFieldId,
CreativeFieldValue content)
Inserts a new creative field value.
|
Dfareporting.CreativeFieldValues.Patch |
Dfareporting.CreativeFieldValues.patch(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
Dfareporting.CreativeFieldValues.Update |
Dfareporting.CreativeFieldValues.update(java.lang.Long profileId,
java.lang.Long creativeFieldId,
CreativeFieldValue content)
Updates an existing creative field value.
|
| Constructor and Description |
|---|
Dfareporting.CreativeFieldValues.Insert(java.lang.Long profileId,
java.lang.Long creativeFieldId,
CreativeFieldValue content)
Inserts a new creative field value.
|
Dfareporting.CreativeFieldValues.Patch(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
Dfareporting.CreativeFieldValues.Update(java.lang.Long profileId,
java.lang.Long creativeFieldId,
CreativeFieldValue content)
Updates an existing creative field value.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldValue |
CreativeFieldValue.clone() |
CreativeFieldValue |
CreativeFieldValue.set(java.lang.String fieldName,
java.lang.Object value) |
CreativeFieldValue |
CreativeFieldValue.setId(java.lang.Long id)
ID of this creative field value.
|
CreativeFieldValue |
CreativeFieldValue.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
CreativeFieldValue |
CreativeFieldValue.setValue(java.lang.String value)
Value of this creative field value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CreativeFieldValue> |
CreativeFieldValuesListResponse.getCreativeFieldValues()
Creative field value collection.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldValuesListResponse |
CreativeFieldValuesListResponse.setCreativeFieldValues(java.util.List<CreativeFieldValue> creativeFieldValues)
Creative field value collection.
|