Interface Campaign.NetworkSettingsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Campaign.NetworkSettings, Campaign.NetworkSettings.Builder
Enclosing class:
Campaign

public static interface Campaign.NetworkSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether ads will be served on specified placements in the Google Display Network.
    boolean
    Whether ads will be served with google.com search results.
    boolean
    Whether ads will be served on the Google TV network.
    boolean
    Whether ads will be served on the Google Partner Network.
    boolean
    Whether ads will be served on partner sites in the Google Search Network (requires `target_google_search` to also be `true`).
    boolean
    Whether ads will be served on YouTube.
    boolean
    Whether ads will be served on specified placements in the Google Display Network.
    boolean
    Whether ads will be served with google.com search results.
    boolean
    Whether ads will be served on the Google TV network.
    boolean
    Whether ads will be served on the Google Partner Network.
    boolean
    Whether ads will be served on partner sites in the Google Search Network (requires `target_google_search` to also be `true`).
    boolean
    Whether ads will be served on YouTube.

    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

    • hasTargetGoogleSearch

      boolean hasTargetGoogleSearch()
       Whether ads will be served with google.com search results.
       
      optional bool target_google_search = 5;
      Returns:
      Whether the targetGoogleSearch field is set.
    • getTargetGoogleSearch

      boolean getTargetGoogleSearch()
       Whether ads will be served with google.com search results.
       
      optional bool target_google_search = 5;
      Returns:
      The targetGoogleSearch.
    • hasTargetSearchNetwork

      boolean hasTargetSearchNetwork()
       Whether ads will be served on partner sites in the Google Search Network
       (requires `target_google_search` to also be `true`).
       
      optional bool target_search_network = 6;
      Returns:
      Whether the targetSearchNetwork field is set.
    • getTargetSearchNetwork

      boolean getTargetSearchNetwork()
       Whether ads will be served on partner sites in the Google Search Network
       (requires `target_google_search` to also be `true`).
       
      optional bool target_search_network = 6;
      Returns:
      The targetSearchNetwork.
    • hasTargetContentNetwork

      boolean hasTargetContentNetwork()
       Whether ads will be served on specified placements in the Google Display
       Network. Placements are specified using the Placement criterion.
       
      optional bool target_content_network = 7;
      Returns:
      Whether the targetContentNetwork field is set.
    • getTargetContentNetwork

      boolean getTargetContentNetwork()
       Whether ads will be served on specified placements in the Google Display
       Network. Placements are specified using the Placement criterion.
       
      optional bool target_content_network = 7;
      Returns:
      The targetContentNetwork.
    • hasTargetPartnerSearchNetwork

      boolean hasTargetPartnerSearchNetwork()
       Whether ads will be served on the Google Partner Network.
       This is available only to some select Google partner accounts.
       
      optional bool target_partner_search_network = 8;
      Returns:
      Whether the targetPartnerSearchNetwork field is set.
    • getTargetPartnerSearchNetwork

      boolean getTargetPartnerSearchNetwork()
       Whether ads will be served on the Google Partner Network.
       This is available only to some select Google partner accounts.
       
      optional bool target_partner_search_network = 8;
      Returns:
      The targetPartnerSearchNetwork.
    • hasTargetYoutube

      boolean hasTargetYoutube()
       Whether ads will be served on YouTube.
       
      optional bool target_youtube = 9;
      Returns:
      Whether the targetYoutube field is set.
    • getTargetYoutube

      boolean getTargetYoutube()
       Whether ads will be served on YouTube.
       
      optional bool target_youtube = 9;
      Returns:
      The targetYoutube.
    • hasTargetGoogleTvNetwork

      boolean hasTargetGoogleTvNetwork()
       Whether ads will be served on the Google TV network.
       
      optional bool target_google_tv_network = 10;
      Returns:
      Whether the targetGoogleTvNetwork field is set.
    • getTargetGoogleTvNetwork

      boolean getTargetGoogleTvNetwork()
       Whether ads will be served on the Google TV network.
       
      optional bool target_google_tv_network = 10;
      Returns:
      The targetGoogleTvNetwork.