Cloud Commerce Producer v1beta API - Class SkuGroup (1.0.0-beta01)

public sealed class SkuGroup : IMessage<SkuGroup>, IEquatable<SkuGroup>, IDeepCloneable<SkuGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class SkuGroup.

Message describing SkuGroup resource

Inheritance

object > SkuGroup

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

SkuGroup()

public SkuGroup()

SkuGroup(SkuGroup)

public SkuGroup(SkuGroup other)
Parameter
Name Description
other SkuGroup

Properties

CloudBillingSkus

public RepeatedField<string> CloudBillingSkus { get; }

Output only. Google SKUs included in the SkuGroup.

Used for partner products sold by Google, such as Premium Operating System Images sold for use in Compute Engine. This is not common. SKUs of this type are not present on this API and can instead be found on the Cloud Billing API or at https://cloud.google.com/skus.

Format: services/{service}/skus/{sku}

Property Value
Type Description
RepeatedFieldstring

Name

public string Name { get; set; }

Output only. Identifier. Name of the SkuGroup.

Property Value
Type Description
string

SkuGroupName

public SkuGroupName SkuGroupName { get; set; }

SkuGroupName-typed view over the Name resource name property.

Property Value
Type Description
SkuGroupName

Skus

public RepeatedField<string> Skus { get; }

Output only. Partner SKUs included in the SkuGroup. Format: projects/{project}/locations/{location}/services/{service}/skus/{sku}

Property Value
Type Description
RepeatedFieldstring

SkusAsSkuNames

public ResourceNameList<SkuName> SkusAsSkuNames { get; }

SkuName-typed view over the Skus resource name property.

Property Value
Type Description
ResourceNameListSkuName