
com.google.ads.googleads.v11.services.AdvancedProductTargetingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/services/reach_plan_service.proto
package com.google.ads.googleads.v11.services;
public interface AdvancedProductTargetingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.services.AdvancedProductTargeting)
com.google.protobuf.MessageOrBuilder {
/**
*
* Settings for YouTube Select targeting.
*
*
* .google.ads.googleads.v11.services.YouTubeSelectSettings youtube_select_settings = 1;
* @return Whether the youtubeSelectSettings field is set.
*/
boolean hasYoutubeSelectSettings();
/**
*
* Settings for YouTube Select targeting.
*
*
* .google.ads.googleads.v11.services.YouTubeSelectSettings youtube_select_settings = 1;
* @return The youtubeSelectSettings.
*/
com.google.ads.googleads.v11.services.YouTubeSelectSettings getYoutubeSelectSettings();
/**
*
* Settings for YouTube Select targeting.
*
*
* .google.ads.googleads.v11.services.YouTubeSelectSettings youtube_select_settings = 1;
*/
com.google.ads.googleads.v11.services.YouTubeSelectSettingsOrBuilder getYoutubeSelectSettingsOrBuilder();
public com.google.ads.googleads.v11.services.AdvancedProductTargeting.AdvancedTargetingCase getAdvancedTargetingCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy