Interface ResolveAmendmentTargetResponseOrBuilder (0.1.0)

public interface ResolveAmendmentTargetResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmendmentRequirementCase()

public abstract ResolveAmendmentTargetResponse.AmendmentRequirementCase getAmendmentRequirementCase()
Returns
Type Description
ResolveAmendmentTargetResponse.AmendmentRequirementCase

getOptionalOffers()

public abstract ResolveAmendmentTargetResponse.OptionalOffers getOptionalOffers()

A list of existing offers that may optionally be amended.

.google.cloud.commerceproducer.v1beta.ResolveAmendmentTargetResponse.OptionalOffers optional_offers = 3;

Returns
Type Description
ResolveAmendmentTargetResponse.OptionalOffers

The optionalOffers.

getOptionalOffersOrBuilder()

public abstract ResolveAmendmentTargetResponse.OptionalOffersOrBuilder getOptionalOffersOrBuilder()

A list of existing offers that may optionally be amended.

.google.cloud.commerceproducer.v1beta.ResolveAmendmentTargetResponse.OptionalOffers optional_offers = 3;

Returns
Type Description
ResolveAmendmentTargetResponse.OptionalOffersOrBuilder

getRequiredPrivateOffer()

public abstract String getRequiredPrivateOffer()

The resource name of an existing private offer that MUST be amended.

If this is set, the new private offer the client creates must populate the single_product_offer.amended_private_offer field with this value.

string required_private_offer = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The requiredPrivateOffer.

getRequiredPrivateOfferBytes()

public abstract ByteString getRequiredPrivateOfferBytes()

The resource name of an existing private offer that MUST be amended.

If this is set, the new private offer the client creates must populate the single_product_offer.amended_private_offer field with this value.

string required_private_offer = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for requiredPrivateOffer.

getRequiredStandardOffer()

public abstract String getRequiredStandardOffer()

The resource name of an existing standard offer that MUST be amended.

If this is set, the new private offer the client creates must populate the single_product_offer.amended_standard_offer field with this value.

string required_standard_offer = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The requiredStandardOffer.

getRequiredStandardOfferBytes()

public abstract ByteString getRequiredStandardOfferBytes()

The resource name of an existing standard offer that MUST be amended.

If this is set, the new private offer the client creates must populate the single_product_offer.amended_standard_offer field with this value.

string required_standard_offer = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for requiredStandardOffer.

hasOptionalOffers()

public abstract boolean hasOptionalOffers()

A list of existing offers that may optionally be amended.

.google.cloud.commerceproducer.v1beta.ResolveAmendmentTargetResponse.OptionalOffers optional_offers = 3;

Returns
Type Description
boolean

Whether the optionalOffers field is set.

hasRequiredPrivateOffer()

public abstract boolean hasRequiredPrivateOffer()

The resource name of an existing private offer that MUST be amended.

If this is set, the new private offer the client creates must populate the single_product_offer.amended_private_offer field with this value.

string required_private_offer = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the requiredPrivateOffer field is set.

hasRequiredStandardOffer()

public abstract boolean hasRequiredStandardOffer()

The resource name of an existing standard offer that MUST be amended.

If this is set, the new private offer the client creates must populate the single_product_offer.amended_standard_offer field with this value.

string required_standard_offer = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the requiredStandardOffer field is set.