public static final class Constraints.Builder extends GeneratedMessageV3.Builder<Constraints.Builder> implements ConstraintsOrBuilder
Represents the constraints for buying the Offer.
Protobuf type google.cloud.channel.v1.Constraints
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Constraints.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Constraints build()
buildPartial()
public Constraints buildPartial()
clear()
public Constraints.Builder clear()
Overrides
clearCustomerConstraints()
public Constraints.Builder clearCustomerConstraints()
Represents constraints required to purchase the Offer for a customer.
.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
clearField(Descriptors.FieldDescriptor field)
public Constraints.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Constraints.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public Constraints.Builder clone()
Overrides
getCustomerConstraints()
public CustomerConstraints getCustomerConstraints()
Represents constraints required to purchase the Offer for a customer.
.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
getCustomerConstraintsBuilder()
public CustomerConstraints.Builder getCustomerConstraintsBuilder()
Represents constraints required to purchase the Offer for a customer.
.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
getCustomerConstraintsOrBuilder()
public CustomerConstraintsOrBuilder getCustomerConstraintsOrBuilder()
Represents constraints required to purchase the Offer for a customer.
.google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
getDefaultInstanceForType()
public Constraints getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
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;
mergeFrom(Constraints other)
public Constraints.Builder mergeFrom(Constraints other)
public Constraints.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Constraints.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Constraints.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public Constraints.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Constraints.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Constraints.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides