Interface TransferableOfferOrBuilder (3.85.0)

public interface TransferableOfferOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOffer()

public abstract Offer getOffer()

Offer with parameter constraints updated to allow the Transfer.

.google.cloud.channel.v1.Offer offer = 1;

Returns
Type Description
Offer

The offer.

getOfferOrBuilder()

public abstract OfferOrBuilder getOfferOrBuilder()

Offer with parameter constraints updated to allow the Transfer.

.google.cloud.channel.v1.Offer offer = 1;

Returns
Type Description
OfferOrBuilder

getPriceReferenceId()

public abstract String getPriceReferenceId()

Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.

string price_reference_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The priceReferenceId.

getPriceReferenceIdBytes()

public abstract ByteString getPriceReferenceIdBytes()

Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.

string price_reference_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for priceReferenceId.

hasOffer()

public abstract boolean hasOffer()

Offer with parameter constraints updated to allow the Transfer.

.google.cloud.channel.v1.Offer offer = 1;

Returns
Type Description
boolean

Whether the offer field is set.