Cloud Channel v1 API - Class CloudChannelService (2.12.0)

public static class CloudChannelService

Reference documentation and code samples for the Cloud Channel v1 API class CloudChannelService.

CloudChannelService lets Google cloud resellers and distributors manage their customers, channel partners, entitlements, and reports.

Using this service:

  1. Resellers and distributors can manage a customer entity.
  2. Distributors can register an authorized reseller in their channel and provide them with delegated admin access.
  3. Resellers and distributors can manage customer entitlements.

CloudChannelService exposes the following resources:

  • [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an enterprise-managed by a reseller or distributor.

  • [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that provides a customer with the means to use a service. Entitlements are created or updated as a result of a successful fulfillment.

  • [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink]s: An entity that identifies links between distributors and their indirect resellers in a channel.

Inheritance

object > CloudChannelService

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Methods

BindService(CloudChannelServiceBase)

public static ServerServiceDefinition BindService(CloudChannelService.CloudChannelServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl CloudChannelServiceCloudChannelServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, CloudChannelServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, CloudChannelService.CloudChannelServiceBase 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 ServiceBinderBase

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

serviceImpl CloudChannelServiceCloudChannelServiceBase

An object implementing the server-side handling logic.