public enum ErrorFrameView extends Enum<ErrorFrameView> implements com.google.protobuf.ProtocolMessageEnum
ErrorFrameView can be specified in ErrorFrames List and Get requests to control the level of details that is returned for the original frame.Protobuf enum
google.cloud.migrationcenter.v1.ErrorFrameView| Enum Constant and Description |
|---|
ERROR_FRAME_VIEW_BASIC
Include basic frame data, but not the full contents.
|
ERROR_FRAME_VIEW_FULL
Include everything.
|
ERROR_FRAME_VIEW_UNSPECIFIED
Value is unset.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_FRAME_VIEW_BASIC_VALUE
Include basic frame data, but not the full contents.
|
static int |
ERROR_FRAME_VIEW_FULL_VALUE
Include everything.
|
static int |
ERROR_FRAME_VIEW_UNSPECIFIED_VALUE
Value is unset.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorFrameView |
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<ErrorFrameView> |
internalGetValueMap() |
static ErrorFrameView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ErrorFrameView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ErrorFrameView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorFrameView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorFrameView ERROR_FRAME_VIEW_UNSPECIFIED
Value is unset. The system will fallback to the default value.
ERROR_FRAME_VIEW_UNSPECIFIED = 0;public static final ErrorFrameView ERROR_FRAME_VIEW_BASIC
Include basic frame data, but not the full contents.
ERROR_FRAME_VIEW_BASIC = 1;public static final ErrorFrameView ERROR_FRAME_VIEW_FULL
Include everything.
ERROR_FRAME_VIEW_FULL = 2;public static final ErrorFrameView UNRECOGNIZED
public static final int ERROR_FRAME_VIEW_UNSPECIFIED_VALUE
Value is unset. The system will fallback to the default value.
ERROR_FRAME_VIEW_UNSPECIFIED = 0;public static final int ERROR_FRAME_VIEW_BASIC_VALUE
Include basic frame data, but not the full contents.
ERROR_FRAME_VIEW_BASIC = 1;public static final int ERROR_FRAME_VIEW_FULL_VALUE
Include everything.
ERROR_FRAME_VIEW_FULL = 2;public static ErrorFrameView[] values()
for (ErrorFrameView c : ErrorFrameView.values()) System.out.println(c);
public static ErrorFrameView 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 ErrorFrameView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ErrorFrameView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ErrorFrameView> 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 ErrorFrameView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.