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 interfaceCloudChannelReportsServiceGrpc.AsyncServiceCloudChannelReportsService 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 classCloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service CloudChannelReportsService.static classCloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CloudChannelReportsService.static classCloudChannelReportsServiceGrpc.CloudChannelReportsServiceImplBaseBase class for the server implementation of the service CloudChannelReportsService.static classCloudChannelReportsServiceGrpc.CloudChannelReportsServiceStubA stub to allow clients to do asynchronous rpc calls to service CloudChannelReportsService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudChannelReportsServiceGrpc.CloudChannelReportsServiceStubnewStub(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()
-
-