public enum UtilizationReport.TimeFrame extends Enum<UtilizationReport.TimeFrame> implements ProtocolMessageEnum
Report time frame options.
Protobuf enum google.events.cloud.vmmigration.v1.UtilizationReport.TimeFrame
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MONTH |
One month. |
MONTH_VALUE |
One month. |
TIME_FRAME_UNSPECIFIED |
The time frame was not specified and will default to WEEK. |
TIME_FRAME_UNSPECIFIED_VALUE |
The time frame was not specified and will default to WEEK. |
UNRECOGNIZED |
|
WEEK |
One week. |
WEEK_VALUE |
One week. |
YEAR |
One year. |
YEAR_VALUE |
One year. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |