Interface ConstraintsOrBuilder (3.45.0)

public interface ConstraintsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomerConstraints()

public abstract CustomerConstraints getCustomerConstraints()

Represents constraints required to purchase the Offer for a customer.

.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;

Returns
TypeDescription
CustomerConstraints

The customerConstraints.

getCustomerConstraintsOrBuilder()

public abstract CustomerConstraintsOrBuilder getCustomerConstraintsOrBuilder()

Represents constraints required to purchase the Offer for a customer.

.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;

Returns
TypeDescription
CustomerConstraintsOrBuilder

hasCustomerConstraints()

public abstract boolean hasCustomerConstraints()

Represents constraints required to purchase the Offer for a customer.

.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;

Returns
TypeDescription
boolean

Whether the customerConstraints field is set.