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.State
Report.State. forNumber(int value)
Report.State
Report.Builder. getState()
Report creation state.Report.State
Report. getState()
Report creation state.Report.State
ReportOrBuilder. getState()
Report creation state.static Report.State
Report.State. valueOf(int value)
Deprecated.static Report.State
Report.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Report.State
Report.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.Builder
Report.Builder. setState(Report.State value)
Report creation state.
-