public enum Subscriber.State extends Enum<Subscriber.State> implements ProtocolMessageEnumThe state of the subscriber.
Protobuf enum google.devicesandservices.health.v4.Subscriber.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Represents an active subscriber. The endpoint has been verified. |
ACTIVE_VALUE |
Represents an active subscriber. The endpoint has been verified. |
INACTIVE |
Represents an inactive subscriber. |
INACTIVE_VALUE |
Represents an inactive subscriber. |
STATE_UNSPECIFIED |
Represents an unspecified subscriber state. |
STATE_UNSPECIFIED_VALUE |
Represents an unspecified subscriber state. |
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_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. |
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() |
|