Package com.google.storage.control.v2
Class StorageControlGrpc
java.lang.Object
com.google.storage.control.v2.StorageControlGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: google/storage/control/v2/storage_control.proto")
public final class StorageControlGrpc
extends Object
StorageControl service includes selected control plane operations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceStorageControl service includes selected control plane operations.static final classA stub to allow clients to do synchronous rpc calls to service StorageControl.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service StorageControl.static classBase class for the server implementation of the service StorageControl.static final classA stub to allow clients to do asynchronous rpc calls to service StorageControl. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<CreateFolderRequest,Folder> static io.grpc.MethodDescriptor<CreateManagedFolderRequest,ManagedFolder> static io.grpc.MethodDescriptor<DeleteFolderRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<DeleteManagedFolderRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<GetFolderRequest,Folder> static io.grpc.MethodDescriptor<GetManagedFolderRequest,ManagedFolder> static io.grpc.MethodDescriptor<GetStorageLayoutRequest,StorageLayout> static io.grpc.MethodDescriptor<ListFoldersRequest,ListFoldersResponse> static io.grpc.MethodDescriptor<ListManagedFoldersRequest,ListManagedFoldersResponse> static io.grpc.MethodDescriptor<RenameFolderRequest,com.google.longrunning.Operation> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateFolderMethod
-
getDeleteFolderMethod
public static io.grpc.MethodDescriptor<DeleteFolderRequest,com.google.protobuf.Empty> getDeleteFolderMethod() -
getGetFolderMethod
-
getListFoldersMethod
public static io.grpc.MethodDescriptor<ListFoldersRequest,ListFoldersResponse> getListFoldersMethod() -
getRenameFolderMethod
public static io.grpc.MethodDescriptor<RenameFolderRequest,com.google.longrunning.Operation> getRenameFolderMethod() -
getGetStorageLayoutMethod
public static io.grpc.MethodDescriptor<GetStorageLayoutRequest,StorageLayout> getGetStorageLayoutMethod() -
getCreateManagedFolderMethod
public static io.grpc.MethodDescriptor<CreateManagedFolderRequest,ManagedFolder> getCreateManagedFolderMethod() -
getDeleteManagedFolderMethod
public static io.grpc.MethodDescriptor<DeleteManagedFolderRequest,com.google.protobuf.Empty> getDeleteManagedFolderMethod() -
getGetManagedFolderMethod
public static io.grpc.MethodDescriptor<GetManagedFolderRequest,ManagedFolder> getGetManagedFolderMethod() -
getListManagedFoldersMethod
public static io.grpc.MethodDescriptor<ListManagedFoldersRequest,ListManagedFoldersResponse> getListManagedFoldersMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static StorageControlGrpc.StorageControlBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(StorageControlGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-