public final class StorageControlGrpc
StorageControl service includes selected control plane operations.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(StorageControlGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(StorageControlGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateFolderMethod()
public static MethodDescriptor<CreateFolderRequest,Folder> getCreateFolderMethod()
getCreateManagedFolderMethod()
public static MethodDescriptor<CreateManagedFolderRequest,ManagedFolder> getCreateManagedFolderMethod()
getDeleteFolderMethod()
public static MethodDescriptor<DeleteFolderRequest,Empty> getDeleteFolderMethod()
getDeleteManagedFolderMethod()
public static MethodDescriptor<DeleteManagedFolderRequest,Empty> getDeleteManagedFolderMethod()
getGetFolderMethod()
public static MethodDescriptor<GetFolderRequest,Folder> getGetFolderMethod()
getGetManagedFolderMethod()
public static MethodDescriptor<GetManagedFolderRequest,ManagedFolder> getGetManagedFolderMethod()
getGetStorageLayoutMethod()
public static MethodDescriptor<GetStorageLayoutRequest,StorageLayout> getGetStorageLayoutMethod()
getListFoldersMethod()
public static MethodDescriptor<ListFoldersRequest,ListFoldersResponse> getListFoldersMethod()
getListManagedFoldersMethod()
public static MethodDescriptor<ListManagedFoldersRequest,ListManagedFoldersResponse> getListManagedFoldersMethod()
getRenameFolderMethod()
public static MethodDescriptor<RenameFolderRequest,Operation> getRenameFolderMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
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 |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static StorageControlGrpc.StorageControlFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static StorageControlGrpc.StorageControlStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|