public interface TermsOfServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerMatchTermsOfServiceStatus()
public abstract TermsOfServiceStatus getCustomerMatchTermsOfServiceStatus()Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData. This field is not required for Partner Match User list.
.google.ads.datamanager.v1.TermsOfServiceStatus customer_match_terms_of_service_status = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TermsOfServiceStatus |
The customerMatchTermsOfServiceStatus. |
getCustomerMatchTermsOfServiceStatusValue()
public abstract int getCustomerMatchTermsOfServiceStatusValue()Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData. This field is not required for Partner Match User list.
.google.ads.datamanager.v1.TermsOfServiceStatus customer_match_terms_of_service_status = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for customerMatchTermsOfServiceStatus. |