public enum ActionType extends Enum<ActionType> implements ProtocolMessageEnum
Enum for the action type.
Protobuf enum google.cloud.apihub.v1.ActionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION_TYPE_UNSPECIFIED |
Default unspecified action type. |
ACTION_TYPE_UNSPECIFIED_VALUE |
Default unspecified action type. |
SYNC_METADATA |
Action type for sync metadata. |
SYNC_METADATA_VALUE |
Action type for sync metadata. |
SYNC_RUNTIME_DATA |
Action type for sync runtime data. |
SYNC_RUNTIME_DATA_VALUE |
Action type for sync runtime data. |
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() |