Class ListPurchasableOffersResponse (3.45.0)

public final class ListPurchasableOffersResponse extends GeneratedMessageV3 implements ListPurchasableOffersResponseOrBuilder

Response message for ListPurchasableOffers.

Protobuf type google.cloud.channel.v1.ListPurchasableOffersResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PURCHASABLE_OFFERS_FIELD_NUMBER

public static final int PURCHASABLE_OFFERS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListPurchasableOffersResponse getDefaultInstance()
Returns
TypeDescription
ListPurchasableOffersResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListPurchasableOffersResponse prototype)

public static ListPurchasableOffersResponse.Builder newBuilder(ListPurchasableOffersResponse prototype)
Parameter
NameDescription
prototypeListPurchasableOffersResponse
Returns
TypeDescription
ListPurchasableOffersResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListPurchasableOffersResponse getDefaultInstanceForType()
Returns
TypeDescription
ListPurchasableOffersResponse

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<ListPurchasableOffersResponse> getParserForType()
Returns
TypeDescription
Parser<ListPurchasableOffersResponse>
Overrides

getPurchasableOffers(int index)

public PurchasableOffer getPurchasableOffers(int index)

The list of Offers requested.

repeated .google.cloud.channel.v1.PurchasableOffer purchasable_offers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PurchasableOffer

getPurchasableOffersCount()

public int getPurchasableOffersCount()

The list of Offers requested.

repeated .google.cloud.channel.v1.PurchasableOffer purchasable_offers = 1;

Returns
TypeDescription
int

getPurchasableOffersList()

public List<PurchasableOffer> getPurchasableOffersList()

The list of Offers requested.

repeated .google.cloud.channel.v1.PurchasableOffer purchasable_offers = 1;

Returns
TypeDescription
List<PurchasableOffer>

getPurchasableOffersOrBuilder(int index)

public PurchasableOfferOrBuilder getPurchasableOffersOrBuilder(int index)

The list of Offers requested.

repeated .google.cloud.channel.v1.PurchasableOffer purchasable_offers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PurchasableOfferOrBuilder

getPurchasableOffersOrBuilderList()

public List<? extends PurchasableOfferOrBuilder> getPurchasableOffersOrBuilderList()

The list of Offers requested.

repeated .google.cloud.channel.v1.PurchasableOffer purchasable_offers = 1;

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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 ListPurchasableOffersResponse.Builder newBuilderForType()
Returns
TypeDescription
ListPurchasableOffersResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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