Class StorageControlGrpc (2.38.0)

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
Type Description
String

Static Methods

bindService(StorageControlGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(StorageControlGrpc.AsyncService service)
Parameter
Name Description
service StorageControlGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateFolderMethod()

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

getCreateManagedFolderMethod()

public static MethodDescriptor<CreateManagedFolderRequest,ManagedFolder> getCreateManagedFolderMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateManagedFolderRequest,ManagedFolder>

getDeleteFolderMethod()

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

getDeleteManagedFolderMethod()

public static MethodDescriptor<DeleteManagedFolderRequest,Empty> getDeleteManagedFolderMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteManagedFolderRequest,Empty>

getGetFolderMethod()

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

getGetManagedFolderMethod()

public static MethodDescriptor<GetManagedFolderRequest,ManagedFolder> getGetManagedFolderMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetManagedFolderRequest,ManagedFolder>

getGetStorageLayoutMethod()

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

getListFoldersMethod()

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

getListManagedFoldersMethod()

public static MethodDescriptor<ListManagedFoldersRequest,ListManagedFoldersResponse> getListManagedFoldersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListManagedFoldersRequest,ListManagedFoldersResponse>

getRenameFolderMethod()

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

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
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
StorageControlGrpc.StorageControlStub