Send feedback
Class Constraints.Builder (3.56.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.56.0 keyboard_arrow_down
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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]