[Obsolete]
public static class CloudChannelReportsServiceReference documentation and code samples for the Cloud Channel v1 API class CloudChannelReportsService.
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.)
Deprecated: This service is being deprecated. Please use Export Channel Services data to BigQuery instead.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Methods
BindService(CloudChannelReportsServiceBase)
public static ServerServiceDefinition BindService(CloudChannelReportsService.CloudChannelReportsServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
CloudChannelReportsServiceCloudChannelReportsServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, CloudChannelReportsServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, CloudChannelReportsService.CloudChannelReportsServiceBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
CloudChannelReportsServiceCloudChannelReportsServiceBaseAn object implementing the server-side handling logic. |