Interface Campaign.SelectiveOptimizationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getConversionActions​(int index)
      The selected set of conversion actions for optimizing this campaign.
      com.google.protobuf.ByteString getConversionActionsBytes​(int index)
      The selected set of conversion actions for optimizing this campaign.
      int getConversionActionsCount()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.