Interface RemarketingSettingOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Output only.

    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

    • hasGoogleGlobalSiteTag

      boolean hasGoogleGlobalSiteTag()
       Output only. The Google tag.
       
      optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the googleGlobalSiteTag field is set.
    • getGoogleGlobalSiteTag

      String getGoogleGlobalSiteTag()
       Output only. The Google tag.
       
      optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The googleGlobalSiteTag.
    • getGoogleGlobalSiteTagBytes

      com.google.protobuf.ByteString getGoogleGlobalSiteTagBytes()
       Output only. The Google tag.
       
      optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for googleGlobalSiteTag.