Cloud Channel v1 API - Class CloudChannelReportsService (2.11.0)

[Obsolete]
public static class CloudChannelReportsService

Reference 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.

Inheritance

object > CloudChannelReportsService

Namespace

Google.Cloud.Channel.V1

Assembly

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
NameDescription
serviceImplCloudChannelReportsServiceCloudChannelReportsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplCloudChannelReportsServiceCloudChannelReportsServiceBase

An object implementing the server-side handling logic.