Uses of Class
com.google.cloud.netapp.v1.ListStoragePoolsRequest
-
Packages that use ListStoragePoolsRequest Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of ListStoragePoolsRequest in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return ListStoragePoolsRequest Modifier and Type Method Description ListStoragePoolsRequestListStoragePoolsRequest.Builder. build()ListStoragePoolsRequestListStoragePoolsRequest.Builder. buildPartial()static ListStoragePoolsRequestListStoragePoolsRequest. getDefaultInstance()ListStoragePoolsRequestListStoragePoolsRequest.Builder. getDefaultInstanceForType()ListStoragePoolsRequestListStoragePoolsRequest. getDefaultInstanceForType()static ListStoragePoolsRequestListStoragePoolsRequest. parseDelimitedFrom(InputStream input)static ListStoragePoolsRequestListStoragePoolsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(byte[] data)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(com.google.protobuf.ByteString data)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(InputStream input)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(ByteBuffer data)static ListStoragePoolsRequestListStoragePoolsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.netapp.v1 that return types with arguments of type ListStoragePoolsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListStoragePoolsRequest,ListStoragePoolsResponse>NetAppGrpc. getListStoragePoolsMethod()com.google.protobuf.Parser<ListStoragePoolsRequest>ListStoragePoolsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,ListStoragePoolsResponse>NetAppClient. listStoragePoolsCallable()Returns descriptions of all storage pools owned by the caller.com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,NetAppClient.ListStoragePoolsPagedResponse>NetAppClient. listStoragePoolsPagedCallable()Returns descriptions of all storage pools owned by the caller.com.google.api.gax.rpc.PagedCallSettings.Builder<ListStoragePoolsRequest,ListStoragePoolsResponse,NetAppClient.ListStoragePoolsPagedResponse>NetAppSettings.Builder. listStoragePoolsSettings()Returns the builder for the settings used for calls to listStoragePools.com.google.api.gax.rpc.PagedCallSettings<ListStoragePoolsRequest,ListStoragePoolsResponse,NetAppClient.ListStoragePoolsPagedResponse>NetAppSettings. listStoragePoolsSettings()Returns the object with the settings used for calls to listStoragePools.static com.google.protobuf.Parser<ListStoragePoolsRequest>ListStoragePoolsRequest. parser()Methods in com.google.cloud.netapp.v1 with parameters of type ListStoragePoolsRequest Modifier and Type Method Description NetAppClient.ListStoragePoolsPagedResponseNetAppClient. listStoragePools(ListStoragePoolsRequest request)Returns descriptions of all storage pools owned by the caller.default voidNetAppGrpc.AsyncService. listStoragePools(ListStoragePoolsRequest request, io.grpc.stub.StreamObserver<ListStoragePoolsResponse> responseObserver)Returns descriptions of all storage pools owned by the caller.ListStoragePoolsResponseNetAppGrpc.NetAppBlockingStub. listStoragePools(ListStoragePoolsRequest request)Returns descriptions of all storage pools owned by the caller.com.google.common.util.concurrent.ListenableFuture<ListStoragePoolsResponse>NetAppGrpc.NetAppFutureStub. listStoragePools(ListStoragePoolsRequest request)Returns descriptions of all storage pools owned by the caller.voidNetAppGrpc.NetAppStub. listStoragePools(ListStoragePoolsRequest request, io.grpc.stub.StreamObserver<ListStoragePoolsResponse> responseObserver)Returns descriptions of all storage pools owned by the caller.ListStoragePoolsRequest.BuilderListStoragePoolsRequest.Builder. mergeFrom(ListStoragePoolsRequest other)static ListStoragePoolsRequest.BuilderListStoragePoolsRequest. newBuilder(ListStoragePoolsRequest prototype)Method parameters in com.google.cloud.netapp.v1 with type arguments of type ListStoragePoolsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<NetAppClient.ListStoragePoolsPagedResponse>NetAppClient.ListStoragePoolsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, com.google.api.core.ApiFuture<ListStoragePoolsResponse> futureResponse)protected NetAppClient.ListStoragePoolsPageNetAppClient.ListStoragePoolsPage. createPage(com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, ListStoragePoolsResponse response)com.google.api.core.ApiFuture<NetAppClient.ListStoragePoolsPage>NetAppClient.ListStoragePoolsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, com.google.api.core.ApiFuture<ListStoragePoolsResponse> futureResponse) -
Uses of ListStoragePoolsRequest in com.google.cloud.netapp.v1.stub
-