Class SkuPurchaseGroup (3.48.0)

public final class SkuPurchaseGroup extends GeneratedMessageV3 implements SkuPurchaseGroupOrBuilder

Represents a set of SKUs that must be purchased using the same billing account.

Protobuf type google.cloud.channel.v1.SkuPurchaseGroup

Static Fields

BILLING_ACCOUNT_PURCHASE_INFOS_FIELD_NUMBER

public static final int BILLING_ACCOUNT_PURCHASE_INFOS_FIELD_NUMBER
Field Value
Type Description
int

SKUS_FIELD_NUMBER

public static final int SKUS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SkuPurchaseGroup getDefaultInstance()
Returns
Type Description
SkuPurchaseGroup

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SkuPurchaseGroup.Builder newBuilder()
Returns
Type Description
SkuPurchaseGroup.Builder

newBuilder(SkuPurchaseGroup prototype)

public static SkuPurchaseGroup.Builder newBuilder(SkuPurchaseGroup prototype)
Parameter
Name Description
prototype SkuPurchaseGroup
Returns
Type Description
SkuPurchaseGroup.Builder

parseDelimitedFrom(InputStream input)

public static SkuPurchaseGroup parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SkuPurchaseGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SkuPurchaseGroup parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SkuPurchaseGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SkuPurchaseGroup parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SkuPurchaseGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SkuPurchaseGroup parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SkuPurchaseGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SkuPurchaseGroup parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SkuPurchaseGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SkuPurchaseGroup parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SkuPurchaseGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SkuPurchaseGroup
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SkuPurchaseGroup> parser()
Returns
Type Description
Parser<SkuPurchaseGroup>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBillingAccountPurchaseInfos(int index)

public BillingAccountPurchaseInfo getBillingAccountPurchaseInfos(int index)

List of billing accounts that are eligible to purhcase these SKUs.

repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;

Parameter
Name Description
index int
Returns
Type Description
BillingAccountPurchaseInfo

getBillingAccountPurchaseInfosCount()

public int getBillingAccountPurchaseInfosCount()

List of billing accounts that are eligible to purhcase these SKUs.

repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;

Returns
Type Description
int

getBillingAccountPurchaseInfosList()

public List<BillingAccountPurchaseInfo> getBillingAccountPurchaseInfosList()

List of billing accounts that are eligible to purhcase these SKUs.

repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;

Returns
Type Description
List<BillingAccountPurchaseInfo>

getBillingAccountPurchaseInfosOrBuilder(int index)

public BillingAccountPurchaseInfoOrBuilder getBillingAccountPurchaseInfosOrBuilder(int index)

List of billing accounts that are eligible to purhcase these SKUs.

repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;

Parameter
Name Description
index int
Returns
Type Description
BillingAccountPurchaseInfoOrBuilder

getBillingAccountPurchaseInfosOrBuilderList()

public List<? extends BillingAccountPurchaseInfoOrBuilder> getBillingAccountPurchaseInfosOrBuilderList()

List of billing accounts that are eligible to purhcase these SKUs.

repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;

Returns
Type Description
List<? extends com.google.cloud.channel.v1.BillingAccountPurchaseInfoOrBuilder>

getDefaultInstanceForType()

public SkuPurchaseGroup getDefaultInstanceForType()
Returns
Type Description
SkuPurchaseGroup

getParserForType()

public Parser<SkuPurchaseGroup> getParserForType()
Returns
Type Description
Parser<SkuPurchaseGroup>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSkus(int index)

public String getSkus(int index)

Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

repeated string skus = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The skus at the given index.

getSkusBytes(int index)

public ByteString getSkusBytes(int index)

Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

repeated string skus = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the skus at the given index.

getSkusCount()

public int getSkusCount()

Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

repeated string skus = 1;

Returns
Type Description
int

The count of skus.

getSkusList()

public ProtocolStringList getSkusList()

Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

repeated string skus = 1;

Returns
Type Description
ProtocolStringList

A list containing the skus.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SkuPurchaseGroup.Builder newBuilderForType()
Returns
Type Description
SkuPurchaseGroup.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SkuPurchaseGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SkuPurchaseGroup.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SkuPurchaseGroup.Builder toBuilder()
Returns
Type Description
SkuPurchaseGroup.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException