Enum UtilizationReport.TimeFrame (1.33.0)

public enum UtilizationReport.TimeFrame extends Enum<UtilizationReport.TimeFrame> implements ProtocolMessageEnum

Report time frame options.

Protobuf enum google.cloud.vmmigration.v1.UtilizationReport.TimeFrame

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MONTH

One month.

MONTH = 2;

MONTH_VALUE

One month.

MONTH = 2;

TIME_FRAME_UNSPECIFIED

The time frame was not specified and will default to WEEK.

TIME_FRAME_UNSPECIFIED = 0;

TIME_FRAME_UNSPECIFIED_VALUE

The time frame was not specified and will default to WEEK.

TIME_FRAME_UNSPECIFIED = 0;

UNRECOGNIZED
WEEK

One week.

WEEK = 1;

WEEK_VALUE

One week.

WEEK = 1;

YEAR

One year.

YEAR = 3;

YEAR_VALUE

One year.

YEAR = 3;

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