Module: Google::Cloud::MigrationCenter::V1::ReportView

Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Specifies the types of views that provide complete or partial details of a Report.

Constant Summary collapse

REPORT_VIEW_UNSPECIFIED =

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

0
REPORT_VIEW_BASIC =

The report view includes only basic metadata of the Report. Useful for list views.

1
REPORT_VIEW_FULL =

The report view includes all the metadata of the Report. Useful for preview.

2
REPORT_VIEW_STANDARD =

The report view includes the standard metadata of an report. Useful for detail view.

3