Enum ActionType (0.28.0)

public enum ActionType extends Enum<ActionType> implements ProtocolMessageEnum

Enum for the action type.

Protobuf enum google.cloud.apihub.v1.ActionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTION_TYPE_UNSPECIFIED

Default unspecified action type.

ACTION_TYPE_UNSPECIFIED = 0;

ACTION_TYPE_UNSPECIFIED_VALUE

Default unspecified action type.

ACTION_TYPE_UNSPECIFIED = 0;

SYNC_METADATA

Action type for sync metadata.

SYNC_METADATA = 1;

SYNC_METADATA_VALUE

Action type for sync metadata.

SYNC_METADATA = 1;

SYNC_RUNTIME_DATA

Action type for sync runtime data.

SYNC_RUNTIME_DATA = 2;

SYNC_RUNTIME_DATA_VALUE

Action type for sync runtime data.

SYNC_RUNTIME_DATA = 2;

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