Uses of Class
com.google.cloud.vmmigration.v1.UtilizationReport.State
-
Packages that use UtilizationReport.State Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of UtilizationReport.State in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return UtilizationReport.State Modifier and Type Method Description static UtilizationReport.State
UtilizationReport.State. forNumber(int value)
UtilizationReport.State
UtilizationReport.Builder. getState()
Output only.UtilizationReport.State
UtilizationReport. getState()
Output only.UtilizationReport.State
UtilizationReportOrBuilder. getState()
Output only.static UtilizationReport.State
UtilizationReport.State. valueOf(int value)
Deprecated.static UtilizationReport.State
UtilizationReport.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static UtilizationReport.State
UtilizationReport.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static UtilizationReport.State[]
UtilizationReport.State. 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.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<UtilizationReport.State>
UtilizationReport.State. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type UtilizationReport.State Modifier and Type Method Description UtilizationReport.Builder
UtilizationReport.Builder. setState(UtilizationReport.State value)
Output only.
-