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 Summary
Modifier and TypeMethodDescriptiongetDeviceTypes(int index) Value for device type condition.intValue for device type condition.Value for device type condition.intgetDeviceTypesValue(int index) Value for device type condition.Value for device type condition.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDeviceTypesList
List<ValueRuleDeviceTypeEnum.ValueRuleDeviceType> 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
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.
-