Uses of Class
com.google.cloud.vmmigration.v1.VmMigrationClient.ListUtilizationReportsPagedResponse
-
Packages that use VmMigrationClient.ListUtilizationReportsPagedResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of VmMigrationClient.ListUtilizationReportsPagedResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmMigrationClient.ListUtilizationReportsPagedResponse Modifier and Type Method Description VmMigrationClient.ListUtilizationReportsPagedResponse
VmMigrationClient. listUtilizationReports(ListUtilizationReportsRequest request)
Lists Utilization Reports of the given Source.VmMigrationClient.ListUtilizationReportsPagedResponse
VmMigrationClient. listUtilizationReports(SourceName parent)
Lists Utilization Reports of the given Source.VmMigrationClient.ListUtilizationReportsPagedResponse
VmMigrationClient. listUtilizationReports(String parent)
Lists Utilization Reports of the given Source.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmMigrationClient.ListUtilizationReportsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmMigrationClient.ListUtilizationReportsPagedResponse>
VmMigrationClient.ListUtilizationReportsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUtilizationReportsRequest,ListUtilizationReportsResponse,UtilizationReport> context, com.google.api.core.ApiFuture<ListUtilizationReportsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListUtilizationReportsRequest,VmMigrationClient.ListUtilizationReportsPagedResponse>
VmMigrationClient. listUtilizationReportsPagedCallable()
Lists Utilization Reports of the given Source.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUtilizationReportsRequest,ListUtilizationReportsResponse,VmMigrationClient.ListUtilizationReportsPagedResponse>
VmMigrationSettings.Builder. listUtilizationReportsSettings()
Returns the builder for the settings used for calls to listUtilizationReports.com.google.api.gax.rpc.PagedCallSettings<ListUtilizationReportsRequest,ListUtilizationReportsResponse,VmMigrationClient.ListUtilizationReportsPagedResponse>
VmMigrationSettings. listUtilizationReportsSettings()
Returns the object with the settings used for calls to listUtilizationReports. -
Uses of VmMigrationClient.ListUtilizationReportsPagedResponse in com.google.cloud.vmmigration.v1.stub
-