public enum ReportView extends Enum<ReportView> implements ProtocolMessageEnum
Specifies the types of views that provide complete or partial details of a Report.
Protobuf enum google.cloud.migrationcenter.v1.ReportView
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
REPORT_VIEW_BASIC |
The report view includes only basic metadata of the Report. Useful for list views. |
REPORT_VIEW_BASIC_VALUE |
The report view includes only basic metadata of the Report. Useful for list views. |
REPORT_VIEW_FULL |
The report view includes all the metadata of the Report. Useful for preview. |
REPORT_VIEW_FULL_VALUE |
The report view includes all the metadata of the Report. Useful for preview. |
REPORT_VIEW_STANDARD |
The report view includes the standard metadata of an report. Useful for detail view. |
REPORT_VIEW_STANDARD_VALUE |
The report view includes the standard metadata of an report. Useful for detail view. |
REPORT_VIEW_UNSPECIFIED |
The report view is not specified. The API displays the basic view by default. |
REPORT_VIEW_UNSPECIFIED_VALUE |
The report view is not specified. The API displays the basic view by default. |
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() |