public enum TermsOfServiceStatus extends Enum<TermsOfServiceStatus> implements ProtocolMessageEnumRepresents the caller's decision to accept or reject the terms of service.
Protobuf enum google.ads.datamanager.v1.TermsOfServiceStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACCEPTED |
Status indicating the caller has chosen to accept the terms of service. |
ACCEPTED_VALUE |
Status indicating the caller has chosen to accept the terms of service. |
REJECTED |
Status indicating the caller has chosen to reject the terms of service. |
REJECTED_VALUE |
Status indicating the caller has chosen to reject the terms of service. |
TERMS_OF_SERVICE_STATUS_UNSPECIFIED |
Not specified. |
TERMS_OF_SERVICE_STATUS_UNSPECIFIED_VALUE |
Not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|