Enum Subscriber.State (0.2.0)

public enum Subscriber.State extends Enum<Subscriber.State> implements ProtocolMessageEnum

The state of the subscriber.

Protobuf enum google.devicesandservices.health.v4.Subscriber.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Represents an active subscriber. The endpoint has been verified.

ACTIVE = 2;

ACTIVE_VALUE

Represents an active subscriber. The endpoint has been verified.

ACTIVE = 2;

INACTIVE

Represents an inactive subscriber.

INACTIVE = 3;

INACTIVE_VALUE

Represents an inactive subscriber.

INACTIVE = 3;

STATE_UNSPECIFIED

Represents an unspecified subscriber state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Represents an unspecified subscriber state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UNVERIFIED

Represents an unverified subscriber. This is the initial state of the subscriber when it is created. The backend will verify the subscriber's endpoint_uri.

UNVERIFIED = 1;

UNVERIFIED_VALUE

Represents an unverified subscriber. This is the initial state of the subscriber when it is created. The backend will verify the subscriber's endpoint_uri.

UNVERIFIED = 1;

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