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

com.google.ads.googleads.v17.services.CustomVariableOrBuilder Maven / Gradle / Ivy

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

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

public interface CustomVariableOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CustomVariable)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Resource name of the custom variable associated with this conversion.
   * Note: Although this resource name consists of a customer id and a
   * conversion custom variable id, validation will ignore the customer id and
   * use the conversion custom variable id as the sole identifier of the
   * conversion custom variable.
   * 
* * string conversion_custom_variable = 1 [(.google.api.resource_reference) = { ... } * @return The conversionCustomVariable. */ java.lang.String getConversionCustomVariable(); /** *
   * Resource name of the custom variable associated with this conversion.
   * Note: Although this resource name consists of a customer id and a
   * conversion custom variable id, validation will ignore the customer id and
   * use the conversion custom variable id as the sole identifier of the
   * conversion custom variable.
   * 
* * string conversion_custom_variable = 1 [(.google.api.resource_reference) = { ... } * @return The bytes for conversionCustomVariable. */ com.google.protobuf.ByteString getConversionCustomVariableBytes(); /** *
   * The value string of this custom variable.
   * The value of the custom variable should not contain private customer data,
   * such as email addresses or phone numbers.
   * 
* * string value = 2; * @return The value. */ java.lang.String getValue(); /** *
   * The value string of this custom variable.
   * The value of the custom variable should not contain private customer data,
   * such as email addresses or phone numbers.
   * 
* * string value = 2; * @return The bytes for value. */ com.google.protobuf.ByteString getValueBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy