Interface ConstraintsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Constraints, Constraints.Builder

    public interface ConstraintsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CustomerConstraints getCustomerConstraints()
      Represents constraints required to purchase the Offer for a customer.
      CustomerConstraintsOrBuilder getCustomerConstraintsOrBuilder()
      Represents constraints required to purchase the Offer for a customer.
      boolean hasCustomerConstraints()
      Represents constraints required to purchase the Offer for a customer.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCustomerConstraints

        boolean hasCustomerConstraints()
         Represents constraints required to purchase the Offer for a customer.
         
        .google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
        Returns:
        Whether the customerConstraints field is set.
      • getCustomerConstraints

        CustomerConstraints getCustomerConstraints()
         Represents constraints required to purchase the Offer for a customer.
         
        .google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;
        Returns:
        The customerConstraints.
      • getCustomerConstraintsOrBuilder

        CustomerConstraintsOrBuilder getCustomerConstraintsOrBuilder()
         Represents constraints required to purchase the Offer for a customer.
         
        .google.cloud.channel.v1.CustomerConstraints customer_constraints = 1;