Interface ConversionValueRule.ValueRuleDeviceConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConversionValueRule.ValueRuleDeviceCondition, ConversionValueRule.ValueRuleDeviceCondition.Builder
Enclosing class:
ConversionValueRule

public static interface ConversionValueRule.ValueRuleDeviceConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDeviceTypesList

       Value for device type condition.
       
      repeated .google.ads.googleads.v18.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;
      Returns:
      A list containing the deviceTypes.
    • getDeviceTypesCount

      int getDeviceTypesCount()
       Value for device type condition.
       
      repeated .google.ads.googleads.v18.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;
      Returns:
      The count of deviceTypes.
    • getDeviceTypes

       Value for device type condition.
       
      repeated .google.ads.googleads.v18.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The deviceTypes at the given index.
    • getDeviceTypesValueList

      List<Integer> getDeviceTypesValueList()
       Value for device type condition.
       
      repeated .google.ads.googleads.v18.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;
      Returns:
      A list containing the enum numeric values on the wire for deviceTypes.
    • getDeviceTypesValue

      int getDeviceTypesValue(int index)
       Value for device type condition.
       
      repeated .google.ads.googleads.v18.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of deviceTypes at the given index.