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 Platform, 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-03-21 UTC."],[[["The `ProvisionedService` class within the Google Cloud Channel v1 API represents a service provisioned for an entitlement."],["Version 2.14.0 is the latest version of the `ProvisionedService` documentation, with numerous older versions available for reference, starting with version 1.0.0."],["The `ProvisionedService` class includes properties like `ProductId`, `ProvisioningId`, and `SkuId`, which provide information about the provisioned resource."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for object comparisons, deep cloning, and protocol buffer message functionality."],["It also includes 2 constructors, one default, and another to instanciate the object using another object of the same type."]]],[]]