Class ReportCustomizationServiceGrpc
- java.lang.Object
-
- cronapp.framework.customization.reports.ReportCustomizationServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.10.1)", comments="Source: customization_reports.proto") public final class ReportCustomizationServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStubstatic classReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStubstatic classReportCustomizationServiceGrpc.ReportCustomizationServiceImplBasestatic classReportCustomizationServiceGrpc.ReportCustomizationServiceStub
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.MethodDescriptor<GetReportContentRequest,GetReportContentResponse>METHOD_GET_CONTENTDeprecated.static io.grpc.MethodDescriptor<IsReportCustomizableRequest,IsReportCustomizableResponse>METHOD_IS_CUSTOMIZABLEDeprecated.static io.grpc.MethodDescriptor<SaveReportContentRequest,SaveReportContentResponse>METHOD_SAVE_CONTENTDeprecated.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<GetReportContentRequest,GetReportContentResponse>getGetContentMethod()static io.grpc.MethodDescriptor<IsReportCustomizableRequest,IsReportCustomizableResponse>getIsCustomizableMethod()static io.grpc.MethodDescriptor<SaveReportContentRequest,SaveReportContentResponse>getSaveContentMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ReportCustomizationServiceGrpc.ReportCustomizationServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
METHOD_IS_CUSTOMIZABLE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<IsReportCustomizableRequest,IsReportCustomizableResponse> METHOD_IS_CUSTOMIZABLEDeprecated.
-
METHOD_GET_CONTENT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetReportContentRequest,GetReportContentResponse> METHOD_GET_CONTENTDeprecated.
-
METHOD_SAVE_CONTENT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<SaveReportContentRequest,SaveReportContentResponse> METHOD_SAVE_CONTENTDeprecated.
-
-
Method Detail
-
getIsCustomizableMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<IsReportCustomizableRequest,IsReportCustomizableResponse> getIsCustomizableMethod()
-
getGetContentMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetReportContentRequest,GetReportContentResponse> getGetContentMethod()
-
getSaveContentMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<SaveReportContentRequest,SaveReportContentResponse> getSaveContentMethod()
-
newStub
public static ReportCustomizationServiceGrpc.ReportCustomizationServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-