public sealed class Entitlement : IMessage<Entitlement>, IEquatable<Entitlement>, IDeepCloneable<Entitlement>, IBufferMessage, IMessage
An entitlement is a representation of a customer's ability to use a service.
Implements
Google.Protobuf.IMessage<Entitlement>, IEquatable<Entitlement>, Google.Protobuf.IDeepCloneable<Entitlement>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Entitlement()
public Entitlement()
Entitlement(Entitlement)
public Entitlement(Entitlement other)
Parameter | |
---|---|
Name | Description |
other | Entitlement |
Properties
AssociationInfo
public AssociationInfo AssociationInfo { get; set; }
Association information to other entitlements.
Property Value | |
---|---|
Type | Description |
AssociationInfo |
CommitmentSettings
public CommitmentSettings CommitmentSettings { get; set; }
Commitment settings for a commitment-based Offer. Required for commitment based offers.
Property Value | |
---|---|
Type | Description |
CommitmentSettings |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which the entitlement is created.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |
EntitlementName
public EntitlementName EntitlementName { get; set; }
EntitlementName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EntitlementName |
Name
public string Name { get; set; }
Output only. Resource name of an entitlement in the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.
Property Value | |
---|---|
Type | Description |
String |
Offer
public string Offer { get; set; }
Required. The offer resource name for which the entitlement is to be created. Takes the form: accounts/{account_id}/offers/{offer_id}.
Property Value | |
---|---|
Type | Description |
String |
OfferAsOfferName
public OfferName OfferAsOfferName { get; set; }
Property Value | |
---|---|
Type | Description |
OfferName |
Parameters
public RepeatedField<Parameter> Parameters { get; }
Extended entitlement parameters. When creating an entitlement, valid parameters' names and values are defined in the offer's parameter definitions.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Parameter> |
ProvisionedService
public ProvisionedService ProvisionedService { get; set; }
Output only. Service provisioning details for the entitlement.
Property Value | |
---|---|
Type | Description |
ProvisionedService |
ProvisioningState
public Entitlement.Types.ProvisioningState ProvisioningState { get; set; }
Output only. Current provisioning state of the entitlement.
Property Value | |
---|---|
Type | Description |
Entitlement.Types.ProvisioningState |
PurchaseOrderId
public string PurchaseOrderId { get; set; }
Optional. This purchase order (PO) information is for resellers to use for their company tracking usage. If a purchaseOrderId value is given, it appears in the API responses and shows up in the invoice. The property accepts up to 80 plain text characters.
Property Value | |
---|---|
Type | Description |
String |
SuspensionReasons
public RepeatedField<Entitlement.Types.SuspensionReason> SuspensionReasons { get; }
Output only. Enumerable of all current suspension reasons for an entitlement.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Entitlement.Types.SuspensionReason> |
TrialSettings
public TrialSettings TrialSettings { get; set; }
Output only. Settings for trial offers.
Property Value | |
---|---|
Type | Description |
TrialSettings |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time at which the entitlement is updated.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |