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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetTargetContentNetwork()Whether ads will be served on specified placements in the Google Display Network.booleangetTargetGoogleSearch()Whether ads will be served with google.com search results.booleangetTargetPartnerSearchNetwork()Whether ads will be served on the Google Partner Network.booleangetTargetSearchNetwork()Whether ads will be served on partner sites in the Google Search Network (requires `target_google_search` to also be `true`).booleanhasTargetContentNetwork()Whether ads will be served on specified placements in the Google Display Network.booleanhasTargetGoogleSearch()Whether ads will be served with google.com search results.booleanhasTargetPartnerSearchNetwork()Whether ads will be served on the Google Partner Network.booleanhasTargetSearchNetwork()Whether ads will be served on partner sites in the Google Search Network (requires `target_google_search` to also be `true`).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-