CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllAllowedCustomerTypes(Iterable<? extends CloudIdentityInfo.CustomerType> values) |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllAllowedCustomerTypesValue(Iterable<Integer> values) |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllAllowedRegions(Iterable<String> values) |
Allowed geographical regions of the customer.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllowedCustomerTypes(CloudIdentityInfo.CustomerType value) |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllowedCustomerTypesValue(int value) |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllowedRegions(String value) |
Allowed geographical regions of the customer.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllowedRegionsBytes(com.google.protobuf.ByteString value) |
Allowed geographical regions of the customer.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllPromotionalOrderTypes(Iterable<? extends PromotionalOrderType> values) |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addAllPromotionalOrderTypesValue(Iterable<Integer> values) |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addPromotionalOrderTypes(PromotionalOrderType value) |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addPromotionalOrderTypesValue(int value) |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clear() |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clearAllowedCustomerTypes() |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clearAllowedRegions() |
Allowed geographical regions of the customer.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clearPromotionalOrderTypes() |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.clone() |
|
CustomerConstraints.Builder |
Constraints.Builder.getCustomerConstraintsBuilder() |
Represents constraints required to purchase the Offer for a customer.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.mergeFrom(CustomerConstraints other) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CustomerConstraints.Builder |
CustomerConstraints.newBuilder() |
|
static CustomerConstraints.Builder |
CustomerConstraints.newBuilder(CustomerConstraints prototype) |
|
CustomerConstraints.Builder |
CustomerConstraints.newBuilderForType() |
|
protected CustomerConstraints.Builder |
CustomerConstraints.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setAllowedCustomerTypes(int index,
CloudIdentityInfo.CustomerType value) |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setAllowedCustomerTypesValue(int index,
int value) |
Allowed Customer Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setAllowedRegions(int index,
String value) |
Allowed geographical regions of the customer.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setPromotionalOrderTypes(int index,
PromotionalOrderType value) |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setPromotionalOrderTypesValue(int index,
int value) |
Allowed Promotional Order Type.
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
CustomerConstraints.Builder |
CustomerConstraints.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CustomerConstraints.Builder |
CustomerConstraints.toBuilder() |
|