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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the ad parameter.
   * Ad parameter resource names have the form:
   *
   * `customers/{customer_id}/adParameters/{ad_group_id}~{criterion_id}~{parameter_index}`
   * 
* * 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 ad parameter.
   * Ad parameter resource names have the form:
   *
   * `customers/{customer_id}/adParameters/{ad_group_id}~{criterion_id}~{parameter_index}`
   * 
* * 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 ad group criterion that this ad parameter belongs to.
   * 
* * optional string ad_group_criterion = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the adGroupCriterion field is set. */ boolean hasAdGroupCriterion(); /** *
   * Immutable. The ad group criterion that this ad parameter belongs to.
   * 
* * optional string ad_group_criterion = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The adGroupCriterion. */ java.lang.String getAdGroupCriterion(); /** *
   * Immutable. The ad group criterion that this ad parameter belongs to.
   * 
* * optional string ad_group_criterion = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for adGroupCriterion. */ com.google.protobuf.ByteString getAdGroupCriterionBytes(); /** *
   * Immutable. The unique index of this ad parameter. Must be either 1 or 2.
   * 
* * optional int64 parameter_index = 6 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the parameterIndex field is set. */ boolean hasParameterIndex(); /** *
   * Immutable. The unique index of this ad parameter. Must be either 1 or 2.
   * 
* * optional int64 parameter_index = 6 [(.google.api.field_behavior) = IMMUTABLE]; * @return The parameterIndex. */ long getParameterIndex(); /** *
   * Numeric value to insert into the ad text. The following restrictions
   *  apply:
   *  - Can use comma or period as a separator, with an optional period or
   *    comma (respectively) for fractional values. For example, 1,000,000.00
   *    and 2.000.000,10 are valid.
   *  - Can be prepended or appended with a currency symbol. For example,
   *    $99.99 is valid.
   *  - Can be prepended or appended with a currency code. For example, 99.99USD
   *    and EUR200 are valid.
   *  - Can use '%'. For example, 1.0% and 1,0% are valid.
   *  - Can use plus or minus. For example, -10.99 and 25+ are valid.
   *  - Can use '/' between two numbers. For example 4/1 and 0.95/0.45 are
   *    valid.
   * 
* * optional string insertion_text = 7; * @return Whether the insertionText field is set. */ boolean hasInsertionText(); /** *
   * Numeric value to insert into the ad text. The following restrictions
   *  apply:
   *  - Can use comma or period as a separator, with an optional period or
   *    comma (respectively) for fractional values. For example, 1,000,000.00
   *    and 2.000.000,10 are valid.
   *  - Can be prepended or appended with a currency symbol. For example,
   *    $99.99 is valid.
   *  - Can be prepended or appended with a currency code. For example, 99.99USD
   *    and EUR200 are valid.
   *  - Can use '%'. For example, 1.0% and 1,0% are valid.
   *  - Can use plus or minus. For example, -10.99 and 25+ are valid.
   *  - Can use '/' between two numbers. For example 4/1 and 0.95/0.45 are
   *    valid.
   * 
* * optional string insertion_text = 7; * @return The insertionText. */ java.lang.String getInsertionText(); /** *
   * Numeric value to insert into the ad text. The following restrictions
   *  apply:
   *  - Can use comma or period as a separator, with an optional period or
   *    comma (respectively) for fractional values. For example, 1,000,000.00
   *    and 2.000.000,10 are valid.
   *  - Can be prepended or appended with a currency symbol. For example,
   *    $99.99 is valid.
   *  - Can be prepended or appended with a currency code. For example, 99.99USD
   *    and EUR200 are valid.
   *  - Can use '%'. For example, 1.0% and 1,0% are valid.
   *  - Can use plus or minus. For example, -10.99 and 25+ are valid.
   *  - Can use '/' between two numbers. For example 4/1 and 0.95/0.45 are
   *    valid.
   * 
* * optional string insertion_text = 7; * @return The bytes for insertionText. */ com.google.protobuf.ByteString getInsertionTextBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy