Interface Campaign.DynamicSearchAdsSettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.DynamicSearchAdsSetting,Campaign.DynamicSearchAdsSetting.Builder
- Enclosing class:
- Campaign
public static interface Campaign.DynamicSearchAdsSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDomainName()Required.com.google.protobuf.ByteStringgetDomainNameBytes()Required.java.lang.StringgetFeeds(int index)The list of page feeds associated with the campaign.com.google.protobuf.ByteStringgetFeedsBytes(int index)The list of page feeds associated with the campaign.intgetFeedsCount()The list of page feeds associated with the campaign.java.util.List<java.lang.String>getFeedsList()The list of page feeds associated with the campaign.java.lang.StringgetLanguageCode()Required.com.google.protobuf.ByteStringgetLanguageCodeBytes()Required.booleangetUseSuppliedUrlsOnly()Whether the campaign uses advertiser supplied URLs exclusively.booleanhasUseSuppliedUrlsOnly()Whether the campaign uses advertiser supplied URLs exclusively.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomainName
java.lang.String getDomainName()
Required. The Internet domain name that this setting represents, e.g., "google.com" or "www.google.com".
string domain_name = 6 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The domainName.
-
getDomainNameBytes
com.google.protobuf.ByteString getDomainNameBytes()
Required. The Internet domain name that this setting represents, e.g., "google.com" or "www.google.com".
string domain_name = 6 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for domainName.
-
getLanguageCode
java.lang.String getLanguageCode()
Required. The language code specifying the language of the domain, e.g., "en".
string language_code = 7 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Required. The language code specifying the language of the domain, e.g., "en".
string language_code = 7 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for languageCode.
-
hasUseSuppliedUrlsOnly
boolean hasUseSuppliedUrlsOnly()
Whether the campaign uses advertiser supplied URLs exclusively.
optional bool use_supplied_urls_only = 8;- Returns:
- Whether the useSuppliedUrlsOnly field is set.
-
getUseSuppliedUrlsOnly
boolean getUseSuppliedUrlsOnly()
Whether the campaign uses advertiser supplied URLs exclusively.
optional bool use_supplied_urls_only = 8;- Returns:
- The useSuppliedUrlsOnly.
-
getFeedsList
java.util.List<java.lang.String> getFeedsList()
The list of page feeds associated with the campaign.
repeated string feeds = 9 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the feeds.
-
getFeedsCount
int getFeedsCount()
The list of page feeds associated with the campaign.
repeated string feeds = 9 [(.google.api.resource_reference) = { ... }- Returns:
- The count of feeds.
-
getFeeds
java.lang.String getFeeds(int index)
The list of page feeds associated with the campaign.
repeated string feeds = 9 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The feeds at the given index.
-
getFeedsBytes
com.google.protobuf.ByteString getFeedsBytes(int index)
The list of page feeds associated with the campaign.
repeated string feeds = 9 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the feeds at the given index.
-
-