Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ReportView.
Specifies the types of views that provide complete or partial details of a Report.
Protobuf type google.cloud.migrationcenter.v1.ReportView
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REPORT_VIEW_UNSPECIFIED
Value: 0
The report view is not specified. The API displays the basic view by default.
Generated from protobuf enum REPORT_VIEW_UNSPECIFIED = 0;
REPORT_VIEW_BASIC
Value: 1
The report view includes only basic metadata of the Report. Useful for list views.
Generated from protobuf enum REPORT_VIEW_BASIC = 1;
REPORT_VIEW_FULL
Value: 2
The report view includes all the metadata of the Report. Useful for preview.
Generated from protobuf enum REPORT_VIEW_FULL = 2;
REPORT_VIEW_STANDARD
Value: 3
The report view includes the standard metadata of an report. Useful for detail view.
Generated from protobuf enum REPORT_VIEW_STANDARD = 3;