Enum GoogleSignalsConsent (0.16.0)

public enum GoogleSignalsConsent extends Enum<GoogleSignalsConsent> implements ProtocolMessageEnum

Consent field of the Google Signals settings (i.e., whether the user has consented to the Google Signals terms of service.)

Protobuf enum google.analytics.admin.v1alpha.GoogleSignalsConsent

Implements

ProtocolMessageEnum

Static Fields

NameDescription

Terms of service have been accepted

GOOGLE_SIGNALS_CONSENT_CONSENTED = 2;

Terms of service have been accepted

GOOGLE_SIGNALS_CONSENT_CONSENTED = 2;

Terms of service have not been accepted

GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED = 1;

Terms of service have not been accepted

GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED = 1;

Google Signals consent value defaults to GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.

GOOGLE_SIGNALS_CONSENT_UNSPECIFIED = 0;

Google Signals consent value defaults to GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.

GOOGLE_SIGNALS_CONSENT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()