Package com.google.cloud.channel.v1
Class CloudChannelReportsServiceGrpc
- java.lang.Object
-
- com.google.cloud.channel.v1.CloudChannelReportsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/channel/v1/reports_service.proto") public final class CloudChannelReportsServiceGrpc extends Object
CloudChannelReportsService lets Google Cloud resellers and distributors retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud, Google Voice, and Google Workspace.)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CloudChannelReportsServiceGrpc.AsyncService
CloudChannelReportsService lets Google Cloud resellers and distributors retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud, Google Voice, and Google Workspace.)static class
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudChannelReportsService.static class
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudChannelReportsService.static class
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceImplBase
Base class for the server implementation of the service CloudChannelReportsService.static class
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceStub
A stub to allow clients to do asynchronous rpc calls to service CloudChannelReportsService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(CloudChannelReportsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<FetchReportResultsRequest,FetchReportResultsResponse>
getFetchReportResultsMethod()
static io.grpc.MethodDescriptor<ListReportsRequest,ListReportsResponse>
getListReportsMethod()
static io.grpc.MethodDescriptor<RunReportJobRequest,com.google.longrunning.Operation>
getRunReportJobMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudChannelReportsServiceGrpc.CloudChannelReportsServiceStub
newStub(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 Detail
-
getRunReportJobMethod
public static io.grpc.MethodDescriptor<RunReportJobRequest,com.google.longrunning.Operation> getRunReportJobMethod()
-
getFetchReportResultsMethod
public static io.grpc.MethodDescriptor<FetchReportResultsRequest,FetchReportResultsResponse> getFetchReportResultsMethod()
-
getListReportsMethod
public static io.grpc.MethodDescriptor<ListReportsRequest,ListReportsResponse> getListReportsMethod()
-
newStub
public static CloudChannelReportsServiceGrpc.CloudChannelReportsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub 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(CloudChannelReportsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-