Class StorageControlGrpc (2.53.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

getCreateAnywhereCacheMethod()

public static MethodDescriptor<CreateAnywhereCacheRequest,Operation> getCreateAnywhereCacheMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateAnywhereCacheRequest,Operation>

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>

getDisableAnywhereCacheMethod()

public static MethodDescriptor<DisableAnywhereCacheRequest,AnywhereCache> getDisableAnywhereCacheMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DisableAnywhereCacheRequest,AnywhereCache>

getGetAnywhereCacheMethod()

public static MethodDescriptor<GetAnywhereCacheRequest,AnywhereCache> getGetAnywhereCacheMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAnywhereCacheRequest,AnywhereCache>

getGetFolderIntelligenceConfigMethod()

public static MethodDescriptor<GetFolderIntelligenceConfigRequest,IntelligenceConfig> getGetFolderIntelligenceConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetFolderIntelligenceConfigRequest,IntelligenceConfig>

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>

getGetOrganizationIntelligenceConfigMethod()

public static MethodDescriptor<GetOrganizationIntelligenceConfigRequest,IntelligenceConfig> getGetOrganizationIntelligenceConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetOrganizationIntelligenceConfigRequest,IntelligenceConfig>

getGetProjectIntelligenceConfigMethod()

public static MethodDescriptor<GetProjectIntelligenceConfigRequest,IntelligenceConfig> getGetProjectIntelligenceConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetProjectIntelligenceConfigRequest,IntelligenceConfig>

getGetStorageLayoutMethod()

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

getListAnywhereCachesMethod()

public static MethodDescriptor<ListAnywhereCachesRequest,ListAnywhereCachesResponse> getListAnywhereCachesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAnywhereCachesRequest,ListAnywhereCachesResponse>

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>

getPauseAnywhereCacheMethod()

public static MethodDescriptor<PauseAnywhereCacheRequest,AnywhereCache> getPauseAnywhereCacheMethod()
Returns
Type Description
io.grpc.MethodDescriptor<PauseAnywhereCacheRequest,AnywhereCache>

getRenameFolderMethod()

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

getResumeAnywhereCacheMethod()

public static MethodDescriptor<ResumeAnywhereCacheRequest,AnywhereCache> getResumeAnywhereCacheMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ResumeAnywhereCacheRequest,AnywhereCache>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateAnywhereCacheMethod()

public static MethodDescriptor<UpdateAnywhereCacheRequest,Operation> getUpdateAnywhereCacheMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAnywhereCacheRequest,Operation>

getUpdateFolderIntelligenceConfigMethod()

public static MethodDescriptor<UpdateFolderIntelligenceConfigRequest,IntelligenceConfig> getUpdateFolderIntelligenceConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateFolderIntelligenceConfigRequest,IntelligenceConfig>

getUpdateOrganizationIntelligenceConfigMethod()

public static MethodDescriptor<UpdateOrganizationIntelligenceConfigRequest,IntelligenceConfig> getUpdateOrganizationIntelligenceConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateOrganizationIntelligenceConfigRequest,IntelligenceConfig>

getUpdateProjectIntelligenceConfigMethod()

public static MethodDescriptor<UpdateProjectIntelligenceConfigRequest,IntelligenceConfig> getUpdateProjectIntelligenceConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateProjectIntelligenceConfigRequest,IntelligenceConfig>

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

newBlockingV2Stub(Channel channel)

public static StorageControlGrpc.StorageControlBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
StorageControlGrpc.StorageControlBlockingV2Stub

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