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-04-09 UTC."],[[["The latest version available for the `ProvisionedService` class is 2.14.0, while the current page's content is focused on version 2.3.0."],["The `ProvisionedService` class, part of the Google.Cloud.Channel.V1 namespace, is a sealed class representing a service provisioned for an entitlement."],["The `ProvisionedService` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to Protobuf objects."],["The class has two constructors: a default one and one that takes another `ProvisionedService` object as a parameter for cloning."],["It contains three main properties: `ProductId`, `ProvisioningId`, and `SkuId`, all of which are strings and are output only as specified by the `ProvisionedService` class documentation."]]],[]]