Package com.streamlayer.files
Class FilesGrpc
- java.lang.Object
-
- com.streamlayer.files.FilesGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/files/files.proto") public final class FilesGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilesGrpc.AsyncServicestatic classFilesGrpc.FilesBlockingStubA stub to allow clients to do synchronous rpc calls to service Files.static classFilesGrpc.FilesFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Files.static classFilesGrpc.FilesImplBaseBase class for the server implementation of the service Files.static classFilesGrpc.FilesStubA stub to allow clients to do asynchronous rpc calls to service Files.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(FilesGrpc.AsyncService service)static io.grpc.MethodDescriptor<AdminUploadAdvertisingRequest,AdminUploadResponse>getAdminUploadAdvertisingMethod()static io.grpc.MethodDescriptor<AdminUploadRequest,AdminUploadResponse>getAdminUploadMethod()static io.grpc.MethodDescriptor<AdminUploadModerationRequest,AdminUploadResponse>getAdminUploadModerationMethod()static io.grpc.MethodDescriptor<DownloadRequest,DownloadResponse>getDownloadMethod()static io.grpc.MethodDescriptor<InfoRequest,InfoResponse>getInfoMethod()static io.grpc.MethodDescriptor<ListAdvertisingRequest,ListResponse>getListAdvertisingMethod()static io.grpc.MethodDescriptor<ListRequest,ListResponse>getListMethod()static io.grpc.MethodDescriptor<ListModerationRequest,ListResponse>getListModerationMethod()static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse>getRemoveMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UploadRequest,UploadResponse>getUploadMethod()static FilesGrpc.FilesBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FilesGrpc.FilesFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FilesGrpc.FilesStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUploadMethod
public static io.grpc.MethodDescriptor<UploadRequest,UploadResponse> getUploadMethod()
-
getAdminUploadMethod
public static io.grpc.MethodDescriptor<AdminUploadRequest,AdminUploadResponse> getAdminUploadMethod()
-
getAdminUploadModerationMethod
public static io.grpc.MethodDescriptor<AdminUploadModerationRequest,AdminUploadResponse> getAdminUploadModerationMethod()
-
getAdminUploadAdvertisingMethod
public static io.grpc.MethodDescriptor<AdminUploadAdvertisingRequest,AdminUploadResponse> getAdminUploadAdvertisingMethod()
-
getDownloadMethod
public static io.grpc.MethodDescriptor<DownloadRequest,DownloadResponse> getDownloadMethod()
-
getInfoMethod
public static io.grpc.MethodDescriptor<InfoRequest,InfoResponse> getInfoMethod()
-
getListMethod
public static io.grpc.MethodDescriptor<ListRequest,ListResponse> getListMethod()
-
getListModerationMethod
public static io.grpc.MethodDescriptor<ListModerationRequest,ListResponse> getListModerationMethod()
-
getListAdvertisingMethod
public static io.grpc.MethodDescriptor<ListAdvertisingRequest,ListResponse> getListAdvertisingMethod()
-
getRemoveMethod
public static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> getRemoveMethod()
-
newStub
public static FilesGrpc.FilesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FilesGrpc.FilesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FilesGrpc.FilesFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(FilesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-