Uses of Class
com.google.cloud.migrationcenter.v1.Report.State
-
Packages that use Report.State Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of Report.State in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Report.State Modifier and Type Method Description static Report.StateReport.State. forNumber(int value)Report.StateReport.Builder. getState()Report creation state.Report.StateReport. getState()Report creation state.Report.StateReportOrBuilder. getState()Report creation state.static Report.StateReport.State. valueOf(int value)Deprecated.static Report.StateReport.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Report.StateReport.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Report.State[]Report.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type Report.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Report.State>Report.State. internalGetValueMap()Methods in com.google.cloud.migrationcenter.v1 with parameters of type Report.State Modifier and Type Method Description Report.BuilderReport.Builder. setState(Report.State value)Report creation state.
-