Enum TermsOfServiceStatus (0.1.0)

public enum TermsOfServiceStatus extends Enum<TermsOfServiceStatus> implements ProtocolMessageEnum

Represents the caller's decision to accept or reject the terms of service.

Protobuf enum google.ads.datamanager.v1.TermsOfServiceStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACCEPTED

Status indicating the caller has chosen to accept the terms of service.

ACCEPTED = 1;

ACCEPTED_VALUE

Status indicating the caller has chosen to accept the terms of service.

ACCEPTED = 1;

REJECTED

Status indicating the caller has chosen to reject the terms of service.

REJECTED = 2;

REJECTED_VALUE

Status indicating the caller has chosen to reject the terms of service.

REJECTED = 2;

TERMS_OF_SERVICE_STATUS_UNSPECIFIED

Not specified.

TERMS_OF_SERVICE_STATUS_UNSPECIFIED = 0;

TERMS_OF_SERVICE_STATUS_UNSPECIFIED_VALUE

Not specified.

TERMS_OF_SERVICE_STATUS_UNSPECIFIED = 0;

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()