Interface ConversionValueRule.ValueRuleDeviceConditionOrBuilder

    • Method Detail

      • getDeviceTypesList

        java.util.List<ValueRuleDeviceTypeEnum.ValueRuleDeviceType> getDeviceTypesList()
         Value for device type condition.
         
        repeated .google.ads.googleads.v14.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;
        Returns:
        A list containing the deviceTypes.
      • getDeviceTypesCount

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

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

        java.util.List<java.lang.Integer> getDeviceTypesValueList()
         Value for device type condition.
         
        repeated .google.ads.googleads.v14.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.v14.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.