Class ListPurchasableSkusResponse (3.6.0)

public final class ListPurchasableSkusResponse extends GeneratedMessageV3 implements ListPurchasableSkusResponseOrBuilder

Response message for ListPurchasableSkus.

Protobuf type google.cloud.channel.v1.ListPurchasableSkusResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PURCHASABLE_SKUS_FIELD_NUMBER

public static final int PURCHASABLE_SKUS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListPurchasableSkusResponse getDefaultInstance()
Returns
TypeDescription
ListPurchasableSkusResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListPurchasableSkusResponse.Builder newBuilder()
Returns
TypeDescription
ListPurchasableSkusResponse.Builder

newBuilder(ListPurchasableSkusResponse prototype)

public static ListPurchasableSkusResponse.Builder newBuilder(ListPurchasableSkusResponse prototype)
Parameter
NameDescription
prototypeListPurchasableSkusResponse
Returns
TypeDescription
ListPurchasableSkusResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListPurchasableSkusResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListPurchasableSkusResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListPurchasableSkusResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListPurchasableSkusResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListPurchasableSkusResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListPurchasableSkusResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListPurchasableSkusResponse> parser()
Returns
TypeDescription
Parser<ListPurchasableSkusResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListPurchasableSkusResponse getDefaultInstanceForType()
Returns
TypeDescription
ListPurchasableSkusResponse

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListPurchasableSkusResponse> getParserForType()
Returns
TypeDescription
Parser<ListPurchasableSkusResponse>
Overrides

getPurchasableSkus(int index)

public PurchasableSku getPurchasableSkus(int index)

The list of SKUs requested.

repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PurchasableSku

getPurchasableSkusCount()

public int getPurchasableSkusCount()

The list of SKUs requested.

repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

Returns
TypeDescription
int

getPurchasableSkusList()

public List<PurchasableSku> getPurchasableSkusList()

The list of SKUs requested.

repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

Returns
TypeDescription
List<PurchasableSku>

getPurchasableSkusOrBuilder(int index)

public PurchasableSkuOrBuilder getPurchasableSkusOrBuilder(int index)

The list of SKUs requested.

repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PurchasableSkuOrBuilder

getPurchasableSkusOrBuilderList()

public List<? extends PurchasableSkuOrBuilder> getPurchasableSkusOrBuilderList()

The list of SKUs requested.

repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.PurchasableSkuOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListPurchasableSkusResponse.Builder newBuilderForType()
Returns
TypeDescription
ListPurchasableSkusResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListPurchasableSkusResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListPurchasableSkusResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListPurchasableSkusResponse.Builder toBuilder()
Returns
TypeDescription
ListPurchasableSkusResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException