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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGoogleGlobalSiteTag()
      Output only.
      com.google.protobuf.ByteString getGoogleGlobalSiteTagBytes()
      Output only.
      boolean hasGoogleGlobalSiteTag()
      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 Detail

      • hasGoogleGlobalSiteTag

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

        java.lang.String getGoogleGlobalSiteTag()
         Output only. The Google global site 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 global site tag.
         
        optional string google_global_site_tag = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for googleGlobalSiteTag.