All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.CustomConversionGoalOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/custom_conversion_goal.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CustomConversionGoalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomConversionGoal)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ java.lang.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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Immutable. The ID for this custom conversion goal.
   * 
* * int64 id = 2 [(.google.api.field_behavior) = IMMUTABLE]; * @return The id. */ long getId(); /** *
   * The name for this custom conversion goal.
   * 
* * string name = 3; * @return The name. */ java.lang.String getName(); /** *
   * The name for this custom conversion goal.
   * 
* * string name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Conversion actions that the custom conversion goal makes biddable.
   * 
* * repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... } * @return A list containing the conversionActions. */ java.util.List getConversionActionsList(); /** *
   * Conversion actions that the custom conversion goal makes biddable.
   * 
* * repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... } * @return The count of conversionActions. */ int getConversionActionsCount(); /** *
   * Conversion actions that the custom conversion goal makes biddable.
   * 
* * repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... } * @param index The index of the element to return. * @return The conversionActions at the given index. */ java.lang.String getConversionActions(int index); /** *
   * Conversion actions that the custom conversion goal makes biddable.
   * 
* * repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... } * @param index The index of the value to return. * @return The bytes of the conversionActions at the given index. */ com.google.protobuf.ByteString getConversionActionsBytes(int index); /** *
   * The status of the custom conversion goal.
   * 
* * .google.ads.googleads.v17.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the custom conversion goal.
   * 
* * .google.ads.googleads.v17.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5; * @return The status. */ com.google.ads.googleads.v17.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus getStatus(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy