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
Modifier and TypeMethodDescriptiongetConversionActions(int index) The selected set of resource names for conversion actions for optimizing this campaign.com.google.protobuf.ByteStringgetConversionActionsBytes(int index) The selected set of resource names for conversion actions for optimizing this campaign.intThe selected set of resource names for conversion actions for optimizing this campaign.The selected set of resource names for conversion actions for optimizing this campaign.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
-
getConversionActionsList
The selected set of resource names for 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 resource names for conversion actions for optimizing this campaign.
repeated string conversion_actions = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The count of conversionActions.
-
getConversionActions
The selected set of resource names for 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 resource names for 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.
-