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.StateUtilizationReport.State. forNumber(int value)UtilizationReport.StateUtilizationReport.Builder. getState()Output only.UtilizationReport.StateUtilizationReport. getState()Output only.UtilizationReport.StateUtilizationReportOrBuilder. getState()Output only.static UtilizationReport.StateUtilizationReport.State. valueOf(int value)Deprecated.static UtilizationReport.StateUtilizationReport.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UtilizationReport.StateUtilizationReport.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.BuilderUtilizationReport.Builder. setState(UtilizationReport.State value)Output only.
-