| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Field and Description |
|---|---|
static GoalType |
GoalType.DAILY |
static GoalType |
GoalType.LIFETIME |
static GoalType |
GoalType.NONE |
static GoalType |
GoalType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static GoalType |
GoalType.fromString(String value) |
static GoalType |
GoalType.fromValue(String value) |
GoalType |
Goal.getGoalType()
Gets the goalType value for this Goal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Goal.setGoalType(GoalType goalType)
Sets the goalType value for this Goal.
|
| Constructor and Description |
|---|
Goal(GoalType goalType,
UnitType unitType,
Long units) |
Copyright © 2021. All rights reserved.