Uses of Class
com.google.cloud.vmwareengine.v1.VmwareEngineClient.ListPrivateCloudsPagedResponse
-
Packages that use VmwareEngineClient.ListPrivateCloudsPagedResponse Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of VmwareEngineClient.ListPrivateCloudsPagedResponse in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return VmwareEngineClient.ListPrivateCloudsPagedResponse Modifier and Type Method Description VmwareEngineClient.ListPrivateCloudsPagedResponse
VmwareEngineClient. listPrivateClouds(ListPrivateCloudsRequest request)
Lists `PrivateCloud` resources in a given project and location.VmwareEngineClient.ListPrivateCloudsPagedResponse
VmwareEngineClient. listPrivateClouds(LocationName parent)
Lists `PrivateCloud` resources in a given project and location.VmwareEngineClient.ListPrivateCloudsPagedResponse
VmwareEngineClient. listPrivateClouds(String parent)
Lists `PrivateCloud` resources in a given project and location.Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type VmwareEngineClient.ListPrivateCloudsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateCloudsPagedResponse>
VmwareEngineClient.ListPrivateCloudsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPrivateCloudsRequest,ListPrivateCloudsResponse,PrivateCloud> context, com.google.api.core.ApiFuture<ListPrivateCloudsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPrivateCloudsRequest,VmwareEngineClient.ListPrivateCloudsPagedResponse>
VmwareEngineClient. listPrivateCloudsPagedCallable()
Lists `PrivateCloud` resources in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPrivateCloudsRequest,ListPrivateCloudsResponse,VmwareEngineClient.ListPrivateCloudsPagedResponse>
VmwareEngineSettings.Builder. listPrivateCloudsSettings()
Returns the builder for the settings used for calls to listPrivateClouds.com.google.api.gax.rpc.PagedCallSettings<ListPrivateCloudsRequest,ListPrivateCloudsResponse,VmwareEngineClient.ListPrivateCloudsPagedResponse>
VmwareEngineSettings. listPrivateCloudsSettings()
Returns the object with the settings used for calls to listPrivateClouds. -
Uses of VmwareEngineClient.ListPrivateCloudsPagedResponse in com.google.cloud.vmwareengine.v1.stub
-