Enum GoogleSignalsState (0.51.0)

public enum GoogleSignalsState extends Enum<GoogleSignalsState> implements ProtocolMessageEnum

Status of the Google Signals settings.

Protobuf enum google.analytics.admin.v1alpha.GoogleSignalsState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GOOGLE_SIGNALS_DISABLED

Google Signals is disabled.

GOOGLE_SIGNALS_DISABLED = 2;

GOOGLE_SIGNALS_DISABLED_VALUE

Google Signals is disabled.

GOOGLE_SIGNALS_DISABLED = 2;

GOOGLE_SIGNALS_ENABLED

Google Signals is enabled.

GOOGLE_SIGNALS_ENABLED = 1;

GOOGLE_SIGNALS_ENABLED_VALUE

Google Signals is enabled.

GOOGLE_SIGNALS_ENABLED = 1;

GOOGLE_SIGNALS_STATE_UNSPECIFIED

Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to represent that the user has not made an explicit choice.

GOOGLE_SIGNALS_STATE_UNSPECIFIED = 0;

GOOGLE_SIGNALS_STATE_UNSPECIFIED_VALUE

Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to represent that the user has not made an explicit choice.

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