Class Constraints.Builder (3.87.0)

public static final class Constraints.Builder extends GeneratedMessage.Builder<Constraints.Builder> implements ConstraintsOrBuilder

Represents the constraints for buying the Offer.

Protobuf type google.cloud.channel.v1.Constraints

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Constraints build()
Returns
Type Description
Constraints

buildPartial()

public Constraints buildPartial()
Returns
Type Description
Constraints

clear()

public Constraints.Builder clear()
Returns
Type Description
Constraints.Builder
Overrides

clearCustomerConstraints()

public Constraints.Builder clearCustomerConstraints()

Represents constraints required to purchase the Offer for a customer.

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

Returns
Type Description
Constraints.Builder

getCustomerConstraints()

public 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.

getCustomerConstraintsBuilder()

public CustomerConstraints.Builder getCustomerConstraintsBuilder()

Represents constraints required to purchase the Offer for a customer.

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

Returns
Type Description
CustomerConstraints.Builder

getCustomerConstraintsOrBuilder()

public CustomerConstraintsOrBuilder getCustomerConstraintsOrBuilder()

Represents constraints required to purchase the Offer for a customer.

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

Returns
Type Description
CustomerConstraintsOrBuilder

getDefaultInstanceForType()

public Constraints getDefaultInstanceForType()
Returns
Type Description
Constraints

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasCustomerConstraints()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCustomerConstraints(CustomerConstraints value)

public Constraints.Builder mergeCustomerConstraints(CustomerConstraints value)

Represents constraints required to purchase the Offer for a customer.

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

Parameter
Name Description
value CustomerConstraints
Returns
Type Description
Constraints.Builder

mergeFrom(Constraints other)

public Constraints.Builder mergeFrom(Constraints other)
Parameter
Name Description
other Constraints
Returns
Type Description
Constraints.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Constraints.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Constraints.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Constraints.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Constraints.Builder
Overrides

setCustomerConstraints(CustomerConstraints value)

public Constraints.Builder setCustomerConstraints(CustomerConstraints value)

Represents constraints required to purchase the Offer for a customer.

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

Parameter
Name Description
value CustomerConstraints
Returns
Type Description
Constraints.Builder

setCustomerConstraints(CustomerConstraints.Builder builderForValue)

public Constraints.Builder setCustomerConstraints(CustomerConstraints.Builder builderForValue)

Represents constraints required to purchase the Offer for a customer.

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

Parameter
Name Description
builderForValue CustomerConstraints.Builder
Returns
Type Description
Constraints.Builder