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 Platform (GCP), Google Voice, and Google Workspace.)
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Methods
BindService(CloudChannelReportsService.CloudChannelReportsServiceBase)
public static ServerServiceDefinition BindService(CloudChannelReportsService.CloudChannelReportsServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
CloudChannelReportsService.CloudChannelReportsServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, CloudChannelReportsService.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 |
CloudChannelReportsService.CloudChannelReportsServiceBaseAn object implementing the server-side handling logic. |