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