public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ProvisionedService.
Output only. Provisioning ID of the entitlement. For Google Workspace, this
is the underlying Subscription ID. For Google Cloud, this is the Billing
Account ID of the billing subaccount.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version available for the Cloud Channel v1 API class ProvisionedService is 2.14.0, with multiple previous versions listed, including 2.12.0, which is the focus version in the provided content."],["The `ProvisionedService` class, part of the `Google.Cloud.Channel.V1` namespace, represents a service provisioned for an entitlement, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ProvisionedService` class has two constructors: a default constructor and a constructor that takes another `ProvisionedService` object as a parameter for copying."],["The `ProvisionedService` class includes three key properties: `ProductId`, `ProvisioningId`, and `SkuId`, all of which are strings and are output-only fields providing information about the product, provisioning, and SKU associated with the service."],["The class inherits from the object class, and as such it inherits the object.GetHashCode(), object.GetType() and object.ToString() methods."]]],[]]