public enum RecordActionOnCommentRequest.ActionType extends Enum<RecordActionOnCommentRequest.ActionType> implements ProtocolMessageEnumValid action types of Comment.
Protobuf enum
google.cloud.gdchardwaremanagement.v1alpha.RecordActionOnCommentRequest.ActionType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTION_TYPE_UNSPECIFIED |
Action is unspecified. |
ACTION_TYPE_UNSPECIFIED_VALUE |
Action is unspecified. |
READ |
Mark comment as read. |
READ_VALUE |
Mark comment as read. |
UNREAD |
Mark comment as unread. |
UNREAD_VALUE |
Mark comment as unread. |
UNRECOGNIZED |
|
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() |
|