Google Cloud Api Hub V1 Client - Class ActionType (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class ActionType.

Enum for the action type.

Protobuf type google.cloud.apihub.v1.ActionType

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTION_TYPE_UNSPECIFIED

Value: 0

Default unspecified action type.

Generated from protobuf enum ACTION_TYPE_UNSPECIFIED = 0;

SYNC_METADATA

Value: 1

Action type for sync metadata.

Generated from protobuf enum SYNC_METADATA = 1;

SYNC_RUNTIME_DATA

Value: 2

Action type for sync runtime data.

Generated from protobuf enum SYNC_RUNTIME_DATA = 2;