public interface ConstraintsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerConstraints()
public abstract CustomerConstraints getCustomerConstraints()Represents constraints required to purchase the Offer for a customer.
.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the customerConstraints field is set. |