Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListOSImagesPagedResponse
-
Packages that use BareMetalSolutionClient.ListOSImagesPagedResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of BareMetalSolutionClient.ListOSImagesPagedResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListOSImagesPagedResponse Modifier and Type Method Description BareMetalSolutionClient.ListOSImagesPagedResponse
BareMetalSolutionClient. listOSImages(ListOSImagesRequest request)
Retrieves the list of OS images which are currently approved.BareMetalSolutionClient.ListOSImagesPagedResponse
BareMetalSolutionClient. listOSImages(LocationName parent)
Retrieves the list of OS images which are currently approved.BareMetalSolutionClient.ListOSImagesPagedResponse
BareMetalSolutionClient. listOSImages(String parent)
Retrieves the list of OS images which are currently approved.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListOSImagesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionClient.ListOSImagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, com.google.api.core.ApiFuture<ListOSImagesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListOSImagesRequest,BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionClient. listOSImagesPagedCallable()
Retrieves the list of OS images which are currently approved.com.google.api.gax.rpc.PagedCallSettings.Builder<ListOSImagesRequest,ListOSImagesResponse,BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionSettings.Builder. listOSImagesSettings()
Returns the builder for the settings used for calls to listOSImages.com.google.api.gax.rpc.PagedCallSettings<ListOSImagesRequest,ListOSImagesResponse,BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionSettings. listOSImagesSettings()
Returns the object with the settings used for calls to listOSImages. -
Uses of BareMetalSolutionClient.ListOSImagesPagedResponse in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type BareMetalSolutionClient.ListOSImagesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListOSImagesRequest,BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionStub. listOSImagesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOSImagesRequest,BareMetalSolutionClient.ListOSImagesPagedResponse>
GrpcBareMetalSolutionStub. listOSImagesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOSImagesRequest,BareMetalSolutionClient.ListOSImagesPagedResponse>
HttpJsonBareMetalSolutionStub. listOSImagesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListOSImagesRequest,ListOSImagesResponse,BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionStubSettings.Builder. listOSImagesSettings()
Returns the builder for the settings used for calls to listOSImages.com.google.api.gax.rpc.PagedCallSettings<ListOSImagesRequest,ListOSImagesResponse,BareMetalSolutionClient.ListOSImagesPagedResponse>
BareMetalSolutionStubSettings. listOSImagesSettings()
Returns the object with the settings used for calls to listOSImages.
-