Google Cloud Migration Center V1 Client - Class ImportJobView (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ImportJobView.

Specifies the types of import job views that provide complete or partial details of an import job.

Protobuf type google.cloud.migrationcenter.v1.ImportJobView

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

IMPORT_JOB_VIEW_UNSPECIFIED

Value: 0

The import job view is not specified. The API displays the basic view by default.

Generated from protobuf enum IMPORT_JOB_VIEW_UNSPECIFIED = 0;

IMPORT_JOB_VIEW_BASIC

Value: 1

The import job view includes basic metadata of an import job.

This view does not include payload information.

Generated from protobuf enum IMPORT_JOB_VIEW_BASIC = 1;

IMPORT_JOB_VIEW_FULL

Value: 2

The import job view includes all metadata of an import job.

Generated from protobuf enum IMPORT_JOB_VIEW_FULL = 2;