Interface CustomConversionGoalOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomConversionGoal, CustomConversionGoal.Builder

public interface CustomConversionGoalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Conversion actions that the custom conversion goal makes biddable.
    com.google.protobuf.ByteString
    Conversion actions that the custom conversion goal makes biddable.
    int
    Conversion actions that the custom conversion goal makes biddable.
    Conversion actions that the custom conversion goal makes biddable.
    long
    Immutable.
    The name for this custom conversion goal.
    com.google.protobuf.ByteString
    The name for this custom conversion goal.
    Immutable.
    com.google.protobuf.ByteString
    Immutable.
    The status of the custom conversion goal.
    int
    The status of the custom conversion goal.

    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 Details

    • getResourceName

      String getResourceName()
       Immutable. The resource name of the custom conversion goal.
       Custom conversion goal resource names have the form:
      
       `customers/{customer_id}/customConversionGoals/{goal_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the custom conversion goal.
       Custom conversion goal resource names have the form:
      
       `customers/{customer_id}/customConversionGoals/{goal_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getId

      long getId()
       Immutable. The ID for this custom conversion goal.
       
      int64 id = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The id.
    • getName

      String getName()
       The name for this custom conversion goal.
       
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name for this custom conversion goal.
       
      string name = 3;
      Returns:
      The bytes for name.
    • getConversionActionsList

      List<String> getConversionActionsList()
       Conversion actions that the custom conversion goal makes biddable.
       
      repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }
      Returns:
      A list containing the conversionActions.
    • getConversionActionsCount

      int getConversionActionsCount()
       Conversion actions that the custom conversion goal makes biddable.
       
      repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }
      Returns:
      The count of conversionActions.
    • getConversionActions

      String getConversionActions(int index)
       Conversion actions that the custom conversion goal makes biddable.
       
      repeated string conversion_actions = 4 [(.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)
       Conversion actions that the custom conversion goal makes biddable.
       
      repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the conversionActions at the given index.
    • getStatusValue

      int getStatusValue()
       The status of the custom conversion goal.
       
      .google.ads.googleads.v18.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       The status of the custom conversion goal.
       
      .google.ads.googleads.v18.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5;
      Returns:
      The status.