Uses of Class
com.google.cloud.vmmigration.v1.UtilizationReportName
-
Packages that use UtilizationReportName Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of UtilizationReportName in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return UtilizationReportName Modifier and Type Method Description UtilizationReportName
UtilizationReportName.Builder. build()
static UtilizationReportName
UtilizationReportName. of(String project, String location, String source, String utilizationReport)
static UtilizationReportName
UtilizationReportName. parse(String formattedString)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type UtilizationReportName Modifier and Type Method Description static List<UtilizationReportName>
UtilizationReportName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vmmigration.v1 with parameters of type UtilizationReportName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VmMigrationClient. deleteUtilizationReportAsync(UtilizationReportName name)
Deletes a single Utilization Report.UtilizationReport
VmMigrationClient. getUtilizationReport(UtilizationReportName name)
Gets a single Utilization Report.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type UtilizationReportName Modifier and Type Method Description static List<String>
UtilizationReportName. toStringList(List<UtilizationReportName> values)
-