Uses of Class
com.google.cloud.vmmigration.v1.UtilizationReport.TimeFrame
-
Packages that use UtilizationReport.TimeFrame Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of UtilizationReport.TimeFrame in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return UtilizationReport.TimeFrame Modifier and Type Method Description static UtilizationReport.TimeFrame
UtilizationReport.TimeFrame. forNumber(int value)
UtilizationReport.TimeFrame
UtilizationReport.Builder. getTimeFrame()
Time frame of the report.UtilizationReport.TimeFrame
UtilizationReport. getTimeFrame()
Time frame of the report.UtilizationReport.TimeFrame
UtilizationReportOrBuilder. getTimeFrame()
Time frame of the report.static UtilizationReport.TimeFrame
UtilizationReport.TimeFrame. valueOf(int value)
Deprecated.static UtilizationReport.TimeFrame
UtilizationReport.TimeFrame. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static UtilizationReport.TimeFrame
UtilizationReport.TimeFrame. valueOf(String name)
Returns the enum constant of this type with the specified name.static UtilizationReport.TimeFrame[]
UtilizationReport.TimeFrame. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type UtilizationReport.TimeFrame Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<UtilizationReport.TimeFrame>
UtilizationReport.TimeFrame. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type UtilizationReport.TimeFrame Modifier and Type Method Description UtilizationReport.Builder
UtilizationReport.Builder. setTimeFrame(UtilizationReport.TimeFrame value)
Time frame of the report.
-