| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202402 |
| Modifier and Type | Field and Description |
|---|---|
static ConsentType |
ConsentType.DENIED |
static ConsentType |
ConsentType.GRANTED |
static ConsentType |
ConsentType.UNKNOWN |
static ConsentType |
ConsentType.UNSET |
| Modifier and Type | Method and Description |
|---|---|
static ConsentType |
ConsentType.fromString(String value) |
static ConsentType |
ConsentType.fromValue(String value) |
ConsentType |
SegmentPopulationRequest.getConsentType()
Gets the consentType value for this SegmentPopulationRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentPopulationRequest.setConsentType(ConsentType consentType)
Sets the consentType value for this SegmentPopulationRequest.
|
| Constructor and Description |
|---|
SegmentPopulationRequest(Long batchUploadId,
Long segmentId,
Boolean isDeletion,
IdentifierType identifierType,
String[] ids,
ConsentType consentType) |
Copyright © 2024. All rights reserved.