Class StorageControlGrpc (2.32.1)

public final class StorageControlGrpc

StorageControl service includes selected control plane operations.

Inheritance

java.lang.Object > StorageControlGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(StorageControlGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(StorageControlGrpc.AsyncService service)
Parameter
NameDescription
serviceStorageControlGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateFolderMethod()

public static MethodDescriptor<CreateFolderRequest,Folder> getCreateFolderMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateFolderRequest,Folder>

getDeleteFolderMethod()

public static MethodDescriptor<DeleteFolderRequest,Empty> getDeleteFolderMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteFolderRequest,Empty>

getGetFolderMethod()

public static MethodDescriptor<GetFolderRequest,Folder> getGetFolderMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetFolderRequest,Folder>

getGetStorageLayoutMethod()

public static MethodDescriptor<GetStorageLayoutRequest,StorageLayout> getGetStorageLayoutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetStorageLayoutRequest,StorageLayout>

getListFoldersMethod()

public static MethodDescriptor<ListFoldersRequest,ListFoldersResponse> getListFoldersMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListFoldersRequest,ListFoldersResponse>

getRenameFolderMethod()

public static MethodDescriptor<RenameFolderRequest,Operation> getRenameFolderMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RenameFolderRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static StorageControlGrpc.StorageControlBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
StorageControlGrpc.StorageControlBlockingStub

newFutureStub(Channel channel)

public static StorageControlGrpc.StorageControlFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
StorageControlGrpc.StorageControlFutureStub

newStub(Channel channel)

public static StorageControlGrpc.StorageControlStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
StorageControlGrpc.StorageControlStub