Interface Campaign.SelectiveOptimizationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.SelectiveOptimization,Campaign.SelectiveOptimization.Builder
- Enclosing class:
- Campaign
public static interface Campaign.SelectiveOptimizationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConversionActions(int index)The selected set of conversion actions for optimizing this campaign.com.google.protobuf.ByteStringgetConversionActionsBytes(int index)The selected set of conversion actions for optimizing this campaign.intgetConversionActionsCount()The selected set of conversion actions for optimizing this campaign.java.util.List<java.lang.String>getConversionActionsList()The selected set of conversion actions for optimizing this campaign.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversionActionsList
java.util.List<java.lang.String> getConversionActionsList()
The selected set of conversion actions for optimizing this campaign.
repeated string conversion_actions = 2 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the conversionActions.
-
getConversionActionsCount
int getConversionActionsCount()
The selected set of conversion actions for optimizing this campaign.
repeated string conversion_actions = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The count of conversionActions.
-
getConversionActions
java.lang.String getConversionActions(int index)
The selected set of conversion actions for optimizing this campaign.
repeated string conversion_actions = 2 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The conversionActions at the given index.
-
getConversionActionsBytes
com.google.protobuf.ByteString getConversionActionsBytes(int index)
The selected set of conversion actions for optimizing this campaign.
repeated string conversion_actions = 2 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the conversionActions at the given index.
-
-