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

com.google.ads.googleads.v10.resources.RemarketingSettingOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.resources;

public interface RemarketingSettingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.RemarketingSetting)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The Google tag.
   * 
* * optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the googleGlobalSiteTag field is set. */ boolean hasGoogleGlobalSiteTag(); /** *
   * Output only. The Google tag.
   * 
* * optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The googleGlobalSiteTag. */ java.lang.String getGoogleGlobalSiteTag(); /** *
   * Output only. The Google tag.
   * 
* * optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for googleGlobalSiteTag. */ com.google.protobuf.ByteString getGoogleGlobalSiteTagBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy