Uses of Class
com.google.cloud.netapp.v1.NetAppClient.ListVolumesPagedResponse
-
Packages that use NetAppClient.ListVolumesPagedResponse Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of NetAppClient.ListVolumesPagedResponse in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return NetAppClient.ListVolumesPagedResponse Modifier and Type Method Description NetAppClient.ListVolumesPagedResponse
NetAppClient. listVolumes(ListVolumesRequest request)
Lists Volumes in a given project.NetAppClient.ListVolumesPagedResponse
NetAppClient. listVolumes(LocationName parent)
Lists Volumes in a given project.NetAppClient.ListVolumesPagedResponse
NetAppClient. listVolumes(String parent)
Lists Volumes in a given project.Methods in com.google.cloud.netapp.v1 that return types with arguments of type NetAppClient.ListVolumesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetAppClient.ListVolumesPagedResponse>
NetAppClient.ListVolumesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVolumesRequest,ListVolumesResponse,Volume> context, com.google.api.core.ApiFuture<ListVolumesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,NetAppClient.ListVolumesPagedResponse>
NetAppClient. listVolumesPagedCallable()
Lists Volumes in a given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumesRequest,ListVolumesResponse,NetAppClient.ListVolumesPagedResponse>
NetAppSettings.Builder. listVolumesSettings()
Returns the builder for the settings used for calls to listVolumes.com.google.api.gax.rpc.PagedCallSettings<ListVolumesRequest,ListVolumesResponse,NetAppClient.ListVolumesPagedResponse>
NetAppSettings. listVolumesSettings()
Returns the object with the settings used for calls to listVolumes. -
Uses of NetAppClient.ListVolumesPagedResponse in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type NetAppClient.ListVolumesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,NetAppClient.ListVolumesPagedResponse>
GrpcNetAppStub. listVolumesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,NetAppClient.ListVolumesPagedResponse>
HttpJsonNetAppStub. listVolumesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,NetAppClient.ListVolumesPagedResponse>
NetAppStub. listVolumesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumesRequest,ListVolumesResponse,NetAppClient.ListVolumesPagedResponse>
NetAppStubSettings.Builder. listVolumesSettings()
Returns the builder for the settings used for calls to listVolumes.com.google.api.gax.rpc.PagedCallSettings<ListVolumesRequest,ListVolumesResponse,NetAppClient.ListVolumesPagedResponse>
NetAppStubSettings. listVolumesSettings()
Returns the object with the settings used for calls to listVolumes.
-