Enum Report.Type (0.22.0)

public enum Report.Type extends Enum<Report.Type> implements ProtocolMessageEnum

Report type.

Protobuf enum google.cloud.migrationcenter.v1.Report.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TOTAL_COST_OF_OWNERSHIP

Total cost of ownership Report type.

TOTAL_COST_OF_OWNERSHIP = 1;

TOTAL_COST_OF_OWNERSHIP_VALUE

Total cost of ownership Report type.

TOTAL_COST_OF_OWNERSHIP = 1;

TYPE_UNSPECIFIED

Default Report type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Default Report type.

TYPE_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()