Uses of Class
com.google.cloud.osconfig.v1alpha.OsConfigZonalServiceClient.ListInventoriesPagedResponse
-
Packages that use OsConfigZonalServiceClient.ListInventoriesPagedResponse Package Description com.google.cloud.osconfig.v1alpha A client to OS Config APIcom.google.cloud.osconfig.v1alpha.stub -
-
Uses of OsConfigZonalServiceClient.ListInventoriesPagedResponse in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return OsConfigZonalServiceClient.ListInventoriesPagedResponse Modifier and Type Method Description OsConfigZonalServiceClient.ListInventoriesPagedResponse
OsConfigZonalServiceClient. listInventories(InstanceName parent)
List inventory data for all VM instances in the specified zone.OsConfigZonalServiceClient.ListInventoriesPagedResponse
OsConfigZonalServiceClient. listInventories(ListInventoriesRequest request)
List inventory data for all VM instances in the specified zone.OsConfigZonalServiceClient.ListInventoriesPagedResponse
OsConfigZonalServiceClient. listInventories(String parent)
List inventory data for all VM instances in the specified zone.Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type OsConfigZonalServiceClient.ListInventoriesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceClient.ListInventoriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, com.google.api.core.ApiFuture<ListInventoriesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInventoriesRequest,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceClient. listInventoriesPagedCallable()
List inventory data for all VM instances in the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInventoriesRequest,ListInventoriesResponse,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceSettings.Builder. listInventoriesSettings()
Returns the builder for the settings used for calls to listInventories.com.google.api.gax.rpc.PagedCallSettings<ListInventoriesRequest,ListInventoriesResponse,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceSettings. listInventoriesSettings()
Returns the object with the settings used for calls to listInventories. -
Uses of OsConfigZonalServiceClient.ListInventoriesPagedResponse in com.google.cloud.osconfig.v1alpha.stub
-