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 ListStoragePoolsRequest
ListStoragePoolsRequest.Builder. build()
ListStoragePoolsRequest
ListStoragePoolsRequest.Builder. buildPartial()
static ListStoragePoolsRequest
ListStoragePoolsRequest. getDefaultInstance()
ListStoragePoolsRequest
ListStoragePoolsRequest.Builder. getDefaultInstanceForType()
ListStoragePoolsRequest
ListStoragePoolsRequest. getDefaultInstanceForType()
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseDelimitedFrom(InputStream input)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(byte[] data)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(InputStream input)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStoragePoolsRequest
ListStoragePoolsRequest. parseFrom(ByteBuffer data)
static ListStoragePoolsRequest
ListStoragePoolsRequest. 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.ListStoragePoolsPagedResponse
NetAppClient. listStoragePools(ListStoragePoolsRequest request)
Returns descriptions of all storage pools owned by the caller.default void
NetAppGrpc.AsyncService. listStoragePools(ListStoragePoolsRequest request, io.grpc.stub.StreamObserver<ListStoragePoolsResponse> responseObserver)
Returns descriptions of all storage pools owned by the caller.ListStoragePoolsResponse
NetAppGrpc.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.void
NetAppGrpc.NetAppStub. listStoragePools(ListStoragePoolsRequest request, io.grpc.stub.StreamObserver<ListStoragePoolsResponse> responseObserver)
Returns descriptions of all storage pools owned by the caller.ListStoragePoolsRequest.Builder
ListStoragePoolsRequest.Builder. mergeFrom(ListStoragePoolsRequest other)
static ListStoragePoolsRequest.Builder
ListStoragePoolsRequest. 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.ListStoragePoolsPage
NetAppClient.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
-