public enum ReportView extends Enum<ReportView> implements com.google.protobuf.ProtocolMessageEnum
Specifies the types of views that provide complete or partial details of a Report.Protobuf enum
google.cloud.migrationcenter.v1.ReportView| Enum Constant and Description |
|---|
REPORT_VIEW_BASIC
The report view includes only basic metadata of the Report.
|
REPORT_VIEW_FULL
The report view includes all the metadata of the Report.
|
REPORT_VIEW_STANDARD
The report view includes the standard metadata of an report.
|
REPORT_VIEW_UNSPECIFIED
The report view is not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
REPORT_VIEW_BASIC_VALUE
The report view includes only basic metadata of the Report.
|
static int |
REPORT_VIEW_FULL_VALUE
The report view includes all the metadata of the Report.
|
static int |
REPORT_VIEW_STANDARD_VALUE
The report view includes the standard metadata of an report.
|
static int |
REPORT_VIEW_UNSPECIFIED_VALUE
The report view is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportView |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ReportView> |
internalGetValueMap() |
static ReportView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReportView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReportView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportView REPORT_VIEW_UNSPECIFIED
The report view is not specified. The API displays the basic view by default.
REPORT_VIEW_UNSPECIFIED = 0;public static final ReportView REPORT_VIEW_BASIC
The report view includes only basic metadata of the Report. Useful for list views.
REPORT_VIEW_BASIC = 1;public static final ReportView REPORT_VIEW_FULL
The report view includes all the metadata of the Report. Useful for preview.
REPORT_VIEW_FULL = 2;public static final ReportView REPORT_VIEW_STANDARD
The report view includes the standard metadata of an report. Useful for detail view.
REPORT_VIEW_STANDARD = 3;public static final ReportView UNRECOGNIZED
public static final int REPORT_VIEW_UNSPECIFIED_VALUE
The report view is not specified. The API displays the basic view by default.
REPORT_VIEW_UNSPECIFIED = 0;public static final int REPORT_VIEW_BASIC_VALUE
The report view includes only basic metadata of the Report. Useful for list views.
REPORT_VIEW_BASIC = 1;public static final int REPORT_VIEW_FULL_VALUE
The report view includes all the metadata of the Report. Useful for preview.
REPORT_VIEW_FULL = 2;public static final int REPORT_VIEW_STANDARD_VALUE
The report view includes the standard metadata of an report. Useful for detail view.
REPORT_VIEW_STANDARD = 3;public static ReportView[] values()
for (ReportView c : ReportView.values()) System.out.println(c);
public static ReportView valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ReportView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ReportView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ReportView> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ReportView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.