public final class CustomerConstraints extends GeneratedMessageV3 implements CustomerConstraintsOrBuilder
Represents constraints required to purchase the Offer for a customer.
Protobuf type google.cloud.channel.v1.CustomerConstraints
Static Fields
ALLOWED_CUSTOMER_TYPES_FIELD_NUMBER
public static final int ALLOWED_CUSTOMER_TYPES_FIELD_NUMBER
Field Value
ALLOWED_REGIONS_FIELD_NUMBER
public static final int ALLOWED_REGIONS_FIELD_NUMBER
Field Value
public static final int PROMOTIONAL_ORDER_TYPES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CustomerConstraints getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CustomerConstraints.Builder newBuilder()
Returns
newBuilder(CustomerConstraints prototype)
public static CustomerConstraints.Builder newBuilder(CustomerConstraints prototype)
Parameter
Returns
public static CustomerConstraints parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CustomerConstraints parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CustomerConstraints parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CustomerConstraints parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CustomerConstraints parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomerConstraints parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CustomerConstraints parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CustomerConstraints parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CustomerConstraints parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CustomerConstraints parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CustomerConstraints parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CustomerConstraints parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CustomerConstraints> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAllowedCustomerTypes(int index)
public CloudIdentityInfo.CustomerType getAllowedCustomerTypes(int index)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
getAllowedCustomerTypesCount()
public int getAllowedCustomerTypesCount()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;
Returns
Type | Description |
int | The count of allowedCustomerTypes.
|
getAllowedCustomerTypesList()
public List<CloudIdentityInfo.CustomerType> getAllowedCustomerTypesList()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;
Returns
getAllowedCustomerTypesValue(int index)
public int getAllowedCustomerTypesValue(int index)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
int | The enum numeric value on the wire of allowedCustomerTypes at the given index.
|
getAllowedCustomerTypesValueList()
public List<Integer> getAllowedCustomerTypesValueList()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for allowedCustomerTypes.
|
getAllowedRegions(int index)
public String getAllowedRegions(int index)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The allowedRegions at the given index.
|
getAllowedRegionsBytes(int index)
public ByteString getAllowedRegionsBytes(int index)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the allowedRegions at the given index.
|
getAllowedRegionsCount()
public int getAllowedRegionsCount()
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;
Returns
Type | Description |
int | The count of allowedRegions.
|
getAllowedRegionsList()
public ProtocolStringList getAllowedRegionsList()
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;
Returns
getDefaultInstanceForType()
public CustomerConstraints getDefaultInstanceForType()
Returns
getParserForType()
public Parser<CustomerConstraints> getParserForType()
Returns
Overrides
public PromotionalOrderType getPromotionalOrderTypes(int index)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
public int getPromotionalOrderTypesCount()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;
Returns
Type | Description |
int | The count of promotionalOrderTypes.
|
public List<PromotionalOrderType> getPromotionalOrderTypesList()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;
Returns
public int getPromotionalOrderTypesValue(int index)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
int | The enum numeric value on the wire of promotionalOrderTypes at the given index.
|
public List<Integer> getPromotionalOrderTypesValueList()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for promotionalOrderTypes.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CustomerConstraints.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CustomerConstraints.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CustomerConstraints.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions