public sealed class CloudChannelServiceClientImpl : CloudChannelServiceClient
Reference documentation and code samples for the Cloud Channel v1 API class CloudChannelServiceClientImpl.
CloudChannelService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Remarks
CloudChannelService lets Google cloud resellers and distributors manage their customers, channel partners, entitlements, and reports.
Using this service:
- Resellers and distributors can manage a customer entity.
- Distributors can register an authorized reseller in their channel and provide them with delegated admin access.
- 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.
Constructors
CloudChannelServiceClientImpl(CloudChannelServiceClient, CloudChannelServiceSettings, ILogger)
public CloudChannelServiceClientImpl(CloudChannelService.CloudChannelServiceClient grpcClient, CloudChannelServiceSettings settings, ILogger logger)
Constructs a client wrapper for the CloudChannelService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | CloudChannelServiceCloudChannelServiceClient The underlying gRPC client. |
settings | CloudChannelServiceSettings The base CloudChannelServiceSettings used within this client. |
logger | ILogger Optional ILogger to use within this client. |
Properties
ActivateEntitlementOperationsClient
public override OperationsClient ActivateEntitlementOperationsClient { get; }
The long-running operations client for ActivateEntitlement
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CancelEntitlementOperationsClient
public override OperationsClient CancelEntitlementOperationsClient { get; }
The long-running operations client for CancelEntitlement
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ChangeOfferOperationsClient
public override OperationsClient ChangeOfferOperationsClient { get; }
The long-running operations client for ChangeOffer
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ChangeParametersOperationsClient
public override OperationsClient ChangeParametersOperationsClient { get; }
The long-running operations client for ChangeParameters
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ChangeRenewalSettingsOperationsClient
public override OperationsClient ChangeRenewalSettingsOperationsClient { get; }
The long-running operations client for ChangeRenewalSettings
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateEntitlementOperationsClient
public override OperationsClient CreateEntitlementOperationsClient { get; }
The long-running operations client for CreateEntitlement
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override CloudChannelService.CloudChannelServiceClient GrpcClient { get; }
The underlying gRPC CloudChannelService client
Property Value | |
---|---|
Type | Description |
CloudChannelServiceCloudChannelServiceClient |
ProvisionCloudIdentityOperationsClient
public override OperationsClient ProvisionCloudIdentityOperationsClient { get; }
The long-running operations client for ProvisionCloudIdentity
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
StartPaidServiceOperationsClient
public override OperationsClient StartPaidServiceOperationsClient { get; }
The long-running operations client for StartPaidService
.
Property Value | |
---|---|
Type | Description |
OperationsClient |