Uses of Class
com.google.cloud.netapp.v1.GetStoragePoolRequest
-
Packages that use GetStoragePoolRequest Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of GetStoragePoolRequest in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return GetStoragePoolRequest Modifier and Type Method Description GetStoragePoolRequest
GetStoragePoolRequest.Builder. build()
GetStoragePoolRequest
GetStoragePoolRequest.Builder. buildPartial()
static GetStoragePoolRequest
GetStoragePoolRequest. getDefaultInstance()
GetStoragePoolRequest
GetStoragePoolRequest.Builder. getDefaultInstanceForType()
GetStoragePoolRequest
GetStoragePoolRequest. getDefaultInstanceForType()
static GetStoragePoolRequest
GetStoragePoolRequest. parseDelimitedFrom(InputStream input)
static GetStoragePoolRequest
GetStoragePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(byte[] data)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(com.google.protobuf.ByteString data)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(InputStream input)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(ByteBuffer data)
static GetStoragePoolRequest
GetStoragePoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type GetStoragePoolRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetStoragePoolRequest,StoragePool>
NetAppGrpc. getGetStoragePoolMethod()
com.google.protobuf.Parser<GetStoragePoolRequest>
GetStoragePoolRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetStoragePoolRequest,StoragePool>
NetAppClient. getStoragePoolCallable()
Returns the description of the specified storage pool by poolId.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetStoragePoolRequest,StoragePool>
NetAppSettings.Builder. getStoragePoolSettings()
Returns the builder for the settings used for calls to getStoragePool.com.google.api.gax.rpc.UnaryCallSettings<GetStoragePoolRequest,StoragePool>
NetAppSettings. getStoragePoolSettings()
Returns the object with the settings used for calls to getStoragePool.static com.google.protobuf.Parser<GetStoragePoolRequest>
GetStoragePoolRequest. parser()
Methods in com.google.cloud.netapp.v1 with parameters of type GetStoragePoolRequest Modifier and Type Method Description StoragePool
NetAppClient. getStoragePool(GetStoragePoolRequest request)
Returns the description of the specified storage pool by poolId.default void
NetAppGrpc.AsyncService. getStoragePool(GetStoragePoolRequest request, io.grpc.stub.StreamObserver<StoragePool> responseObserver)
Returns the description of the specified storage pool by poolId.StoragePool
NetAppGrpc.NetAppBlockingStub. getStoragePool(GetStoragePoolRequest request)
Returns the description of the specified storage pool by poolId.com.google.common.util.concurrent.ListenableFuture<StoragePool>
NetAppGrpc.NetAppFutureStub. getStoragePool(GetStoragePoolRequest request)
Returns the description of the specified storage pool by poolId.void
NetAppGrpc.NetAppStub. getStoragePool(GetStoragePoolRequest request, io.grpc.stub.StreamObserver<StoragePool> responseObserver)
Returns the description of the specified storage pool by poolId.GetStoragePoolRequest.Builder
GetStoragePoolRequest.Builder. mergeFrom(GetStoragePoolRequest other)
static GetStoragePoolRequest.Builder
GetStoragePoolRequest. newBuilder(GetStoragePoolRequest prototype)
-
Uses of GetStoragePoolRequest in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type GetStoragePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetStoragePoolRequest,StoragePool>
GrpcNetAppStub. getStoragePoolCallable()
com.google.api.gax.rpc.UnaryCallable<GetStoragePoolRequest,StoragePool>
HttpJsonNetAppStub. getStoragePoolCallable()
com.google.api.gax.rpc.UnaryCallable<GetStoragePoolRequest,StoragePool>
NetAppStub. getStoragePoolCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetStoragePoolRequest,StoragePool>
NetAppStubSettings.Builder. getStoragePoolSettings()
Returns the builder for the settings used for calls to getStoragePool.com.google.api.gax.rpc.UnaryCallSettings<GetStoragePoolRequest,StoragePool>
NetAppStubSettings. getStoragePoolSettings()
Returns the object with the settings used for calls to getStoragePool.
-