Enum ErrorFrameView (0.22.0)

public enum ErrorFrameView extends Enum<ErrorFrameView> implements 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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR_FRAME_VIEW_BASIC

Include basic frame data, but not the full contents.

ERROR_FRAME_VIEW_BASIC = 1;

ERROR_FRAME_VIEW_BASIC_VALUE

Include basic frame data, but not the full contents.

ERROR_FRAME_VIEW_BASIC = 1;

ERROR_FRAME_VIEW_FULL

Include everything.

ERROR_FRAME_VIEW_FULL = 2;

ERROR_FRAME_VIEW_FULL_VALUE

Include everything.

ERROR_FRAME_VIEW_FULL = 2;

ERROR_FRAME_VIEW_UNSPECIFIED

Value is unset. The system will fallback to the default value.

ERROR_FRAME_VIEW_UNSPECIFIED = 0;

ERROR_FRAME_VIEW_UNSPECIFIED_VALUE

Value is unset. The system will fallback to the default value.

ERROR_FRAME_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()