repo stringlengths 7 58 | path stringlengths 12 218 | func_name stringlengths 3 140 | original_string stringlengths 73 34.1k | language stringclasses 1
value | code stringlengths 73 34.1k | code_tokens list | docstring stringlengths 3 16k | docstring_tokens list | sha stringlengths 40 40 | url stringlengths 105 339 | partition stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.getOperatingSystemTargeting | public com.google.api.ads.admanager.axis.v201811.OperatingSystemTargeting getOperatingSystemTargeting() {
return operatingSystemTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.OperatingSystemTargeting getOperatingSystemTargeting() {
return operatingSystemTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"OperatingSystemTargeting",
"getOperatingSystemTargeting",
"(",
")",
"{",
"return",
"operatingSystemTargeting",
";",
"}"
] | Gets the operatingSystemTargeting value for this TechnologyTargeting.
@return operatingSystemTargeting * The operating systems being targeted by the {@link LineItem}. | [
"Gets",
"the",
"operatingSystemTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L295-L297 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.setOperatingSystemTargeting | public void setOperatingSystemTargeting(com.google.api.ads.admanager.axis.v201811.OperatingSystemTargeting operatingSystemTargeting) {
this.operatingSystemTargeting = operatingSystemTargeting;
} | java | public void setOperatingSystemTargeting(com.google.api.ads.admanager.axis.v201811.OperatingSystemTargeting operatingSystemTargeting) {
this.operatingSystemTargeting = operatingSystemTargeting;
} | [
"public",
"void",
"setOperatingSystemTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"OperatingSystemTargeting",
"operatingSystemTargeting",
")",
"{",
"this",
".",
"operatingSystemTargeting",
"=",
... | Sets the operatingSystemTargeting value for this TechnologyTargeting.
@param operatingSystemTargeting * The operating systems being targeted by the {@link LineItem}. | [
"Sets",
"the",
"operatingSystemTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L305-L307 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.getOperatingSystemVersionTargeting | public com.google.api.ads.admanager.axis.v201811.OperatingSystemVersionTargeting getOperatingSystemVersionTargeting() {
return operatingSystemVersionTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.OperatingSystemVersionTargeting getOperatingSystemVersionTargeting() {
return operatingSystemVersionTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"OperatingSystemVersionTargeting",
"getOperatingSystemVersionTargeting",
"(",
")",
"{",
"return",
"operatingSystemVersionTargeting",
";",
"}"
] | Gets the operatingSystemVersionTargeting value for this TechnologyTargeting.
@return operatingSystemVersionTargeting * The operating system versions being targeted by the {@link
LineItem}. | [
"Gets",
"the",
"operatingSystemVersionTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L316-L318 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FlashRedirectOverlayCreative.java | FlashRedirectOverlayCreative.getFlashAssetSize | public com.google.api.ads.admanager.axis.v201902.Size getFlashAssetSize() {
return flashAssetSize;
} | java | public com.google.api.ads.admanager.axis.v201902.Size getFlashAssetSize() {
return flashAssetSize;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Size",
"getFlashAssetSize",
"(",
")",
"{",
"return",
"flashAssetSize",
";",
"}"
] | Gets the flashAssetSize value for this FlashRedirectOverlayCreative.
@return flashAssetSize * The size of the flash asset. Note that this may differ from
{@link #size}
if the asset is not expected to fill the entire
video player. This attribute
is optional. | [
"Gets",
"the",
"flashAssetSize",
"value",
"for",
"this",
"FlashRedirectOverlayCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FlashRedirectOverlayCreative.java#L301-L303 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/PendingInvitation.java | PendingInvitation.getManager | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer getManager() {
return manager;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer getManager() {
return manager;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"ManagedCustomer",
"getManager",
"(",
")",
"{",
"return",
"manager",
";",
"}"
] | Gets the manager value for this PendingInvitation.
@return manager | [
"Gets",
"the",
"manager",
"value",
"for",
"this",
"PendingInvitation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/PendingInvitation.java#L67-L69 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/PendingInvitation.java | PendingInvitation.getClient | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer getClient() {
return client;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer getClient() {
return client;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"ManagedCustomer",
"getClient",
"(",
")",
"{",
"return",
"client",
";",
"}"
] | Gets the client value for this PendingInvitation.
@return client | [
"Gets",
"the",
"client",
"value",
"for",
"this",
"PendingInvitation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/PendingInvitation.java#L87-L89 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/UploadOfflineData.java | UploadOfflineData.createOfflineData | private static OfflineData createOfflineData(
DateTime transactionTime,
long transactionMicroAmount,
String transactionCurrency,
String conversionName,
List<UserIdentifier> userIdentifiers) {
StoreSalesTransaction storeSalesTransaction = new StoreSalesTransaction();
// For times u... | java | private static OfflineData createOfflineData(
DateTime transactionTime,
long transactionMicroAmount,
String transactionCurrency,
String conversionName,
List<UserIdentifier> userIdentifiers) {
StoreSalesTransaction storeSalesTransaction = new StoreSalesTransaction();
// For times u... | [
"private",
"static",
"OfflineData",
"createOfflineData",
"(",
"DateTime",
"transactionTime",
",",
"long",
"transactionMicroAmount",
",",
"String",
"transactionCurrency",
",",
"String",
"conversionName",
",",
"List",
"<",
"UserIdentifier",
">",
"userIdentifiers",
")",
"{... | Returns a new offline data object with the specified values. | [
"Returns",
"a",
"new",
"offline",
"data",
"object",
"with",
"the",
"specified",
"values",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/UploadOfflineData.java#L392-L419 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/UploadOfflineData.java | UploadOfflineData.createUserIdentifier | private static UserIdentifier createUserIdentifier(
OfflineDataUploadUserIdentifierType identifierType, String value)
throws UnsupportedEncodingException {
// If the user identifier type is a hashed type, also call hash function
// on the value.
if (HASHED_IDENTIFIER_TYPES.contains(identifierTyp... | java | private static UserIdentifier createUserIdentifier(
OfflineDataUploadUserIdentifierType identifierType, String value)
throws UnsupportedEncodingException {
// If the user identifier type is a hashed type, also call hash function
// on the value.
if (HASHED_IDENTIFIER_TYPES.contains(identifierTyp... | [
"private",
"static",
"UserIdentifier",
"createUserIdentifier",
"(",
"OfflineDataUploadUserIdentifierType",
"identifierType",
",",
"String",
"value",
")",
"throws",
"UnsupportedEncodingException",
"{",
"// If the user identifier type is a hashed type, also call hash function",
"// on th... | Returns a new user identifier with the specified type and value. | [
"Returns",
"a",
"new",
"user",
"identifier",
"with",
"the",
"specified",
"type",
"and",
"value",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/UploadOfflineData.java#L422-L434 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/UploadOfflineData.java | UploadOfflineData.toSHA256String | private static String toSHA256String(String str) throws UnsupportedEncodingException {
// Normalize the string before hashing.
byte[] hash = digest.digest(toNormalizedString(str).getBytes("UTF-8"));
StringBuilder result = new StringBuilder();
for (byte b : hash) {
result.append(String.format("%02x... | java | private static String toSHA256String(String str) throws UnsupportedEncodingException {
// Normalize the string before hashing.
byte[] hash = digest.digest(toNormalizedString(str).getBytes("UTF-8"));
StringBuilder result = new StringBuilder();
for (byte b : hash) {
result.append(String.format("%02x... | [
"private",
"static",
"String",
"toSHA256String",
"(",
"String",
"str",
")",
"throws",
"UnsupportedEncodingException",
"{",
"// Normalize the string before hashing.",
"byte",
"[",
"]",
"hash",
"=",
"digest",
".",
"digest",
"(",
"toNormalizedString",
"(",
"str",
")",
... | Hash a string using SHA-256 hashing algorithm.
@param str the string to hash.
@return the SHA-256 hash string representation.
@throws UnsupportedEncodingException If UTF-8 charset is not supported. | [
"Hash",
"a",
"string",
"using",
"SHA",
"-",
"256",
"hashing",
"algorithm",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/UploadOfflineData.java#L443-L452 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Parent.java | Parent.getParentType | public com.google.api.ads.adwords.axis.v201809.cm.ParentParentType getParentType() {
return parentType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ParentParentType getParentType() {
return parentType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ParentParentType",
"getParentType",
"(",
")",
"{",
"return",
"parentType",
";",
"}"
] | Gets the parentType value for this Parent.
@return parentType * <span class="constraint ReadOnly">This field is read only and
will be ignored when sent to the API.</span> | [
"Gets",
"the",
"parentType",
"value",
"for",
"this",
"Parent",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Parent.java#L69-L71 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/VideoRedirectCreative.java | VideoRedirectCreative.setMezzanineFile | public void setMezzanineFile(com.google.api.ads.admanager.axis.v201808.VideoRedirectAsset mezzanineFile) {
this.mezzanineFile = mezzanineFile;
} | java | public void setMezzanineFile(com.google.api.ads.admanager.axis.v201808.VideoRedirectAsset mezzanineFile) {
this.mezzanineFile = mezzanineFile;
} | [
"public",
"void",
"setMezzanineFile",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"VideoRedirectAsset",
"mezzanineFile",
")",
"{",
"this",
".",
"mezzanineFile",
"=",
"mezzanineFile",
";",
"}"
] | Sets the mezzanineFile value for this VideoRedirectCreative.
@param mezzanineFile * The high quality mezzanine video asset. | [
"Sets",
"the",
"mezzanineFile",
"value",
"for",
"this",
"VideoRedirectCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/VideoRedirectCreative.java#L159-L161 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OperatingSystemVersion.java | OperatingSystemVersion.getOperatorType | public com.google.api.ads.adwords.axis.v201809.cm.OperatingSystemVersionOperatorType getOperatorType() {
return operatorType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.OperatingSystemVersionOperatorType getOperatorType() {
return operatorType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"OperatingSystemVersionOperatorType",
"getOperatorType",
"(",
")",
"{",
"return",
"operatorType",
";",
"}"
] | Gets the operatorType value for this OperatingSystemVersion.
@return operatorType * The operator type.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"operatorType",
"value",
"for",
"this",
"OperatingSystemVersion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OperatingSystemVersion.java#L173-L175 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Statement.java | Statement.setValues | public void setValues(com.google.api.ads.admanager.axis.v201902.String_ValueMapEntry[] values) {
this.values = values;
} | java | public void setValues(com.google.api.ads.admanager.axis.v201902.String_ValueMapEntry[] values) {
this.values = values;
} | [
"public",
"void",
"setValues",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"String_ValueMapEntry",
"[",
"]",
"values",
")",
"{",
"this",
".",
"values",
"=",
"values",
";",
"}"
] | Sets the values value for this Statement.
@param values * Holds keys and values for bind variables and their values.
The key is the
name of the bind variable. The value is the literal
value of the variable.
<p>
In the example {@code "WHERE status = :bindStatus
ORDER BY id LIMIT 30"},
the bind variable, represented b... | [
"Sets",
"the",
"values",
"value",
"for",
"this",
"Statement",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Statement.java#L219-L221 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java | AddAdCustomizer.createCustomizerFeed | private static AdCustomizerFeed createCustomizerFeed(AdWordsServicesInterface adWordsServices,
AdWordsSession session, String feedName) throws RemoteException {
// Get the AdCustomizerFeedService.
AdCustomizerFeedServiceInterface adCustomizerFeedService =
adWordsServices.get(session, AdCustomizerF... | java | private static AdCustomizerFeed createCustomizerFeed(AdWordsServicesInterface adWordsServices,
AdWordsSession session, String feedName) throws RemoteException {
// Get the AdCustomizerFeedService.
AdCustomizerFeedServiceInterface adCustomizerFeedService =
adWordsServices.get(session, AdCustomizerF... | [
"private",
"static",
"AdCustomizerFeed",
"createCustomizerFeed",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"String",
"feedName",
")",
"throws",
"RemoteException",
"{",
"// Get the AdCustomizerFeedService.",
"AdCustomizerFeedService... | Creates a new AdCustomizerFeed.
@param feedName the name of the new AdCustomizerFeed
@return The new AdCustomizerFeed | [
"Creates",
"a",
"new",
"AdCustomizerFeed",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java#L171-L210 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java | AddAdCustomizer.createFeedItemAddOperation | private static FeedItemOperation createFeedItemAddOperation(
String name, String price, String date, AdCustomizerFeed adCustomizerFeed) {
FeedItem feedItem = new FeedItem();
feedItem.setFeedId(adCustomizerFeed.getFeedId());
List<FeedItemAttributeValue> attributeValues = new ArrayList<>();
// Fee... | java | private static FeedItemOperation createFeedItemAddOperation(
String name, String price, String date, AdCustomizerFeed adCustomizerFeed) {
FeedItem feedItem = new FeedItem();
feedItem.setFeedId(adCustomizerFeed.getFeedId());
List<FeedItemAttributeValue> attributeValues = new ArrayList<>();
// Fee... | [
"private",
"static",
"FeedItemOperation",
"createFeedItemAddOperation",
"(",
"String",
"name",
",",
"String",
"price",
",",
"String",
"date",
",",
"AdCustomizerFeed",
"adCustomizerFeed",
")",
"{",
"FeedItem",
"feedItem",
"=",
"new",
"FeedItem",
"(",
")",
";",
"fee... | Creates a FeedItemOperation that will create a FeedItem with the specified values and ad group
target when sent to FeedItemService.mutate.
@param name the value for the name attribute of the FeedItem
@param price the value for the price attribute of the FeedItem
@param date the value for the date attribute of the Feed... | [
"Creates",
"a",
"FeedItemOperation",
"that",
"will",
"create",
"a",
"FeedItem",
"with",
"the",
"specified",
"values",
"and",
"ad",
"group",
"target",
"when",
"sent",
"to",
"FeedItemService",
".",
"mutate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java#L261-L293 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java | AddAdCustomizer.restrictFeedItemToAdGroup | private static void restrictFeedItemToAdGroup(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
FeedItem feedItem,
long adGroupId)
throws RemoteException {
// Get the FeedItemTargetingService.
FeedItemTargetServiceInterface feedItemTargetService =
adWordsSe... | java | private static void restrictFeedItemToAdGroup(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
FeedItem feedItem,
long adGroupId)
throws RemoteException {
// Get the FeedItemTargetingService.
FeedItemTargetServiceInterface feedItemTargetService =
adWordsSe... | [
"private",
"static",
"void",
"restrictFeedItemToAdGroup",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"FeedItem",
"feedItem",
",",
"long",
"adGroupId",
")",
"throws",
"RemoteException",
"{",
"// Get the FeedItemTargetingService."... | Restricts the feed item to an ad group. | [
"Restricts",
"the",
"feed",
"item",
"to",
"an",
"ad",
"group",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java#L296-L323 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java | AddAdCustomizer.createAdsWithCustomizations | private static void createAdsWithCustomizations(AdWordsServicesInterface adWordsServices,
AdWordsSession session, List<Long> adGroupIds, String feedName) throws RemoteException {
// Get the AdGroupAdService.
AdGroupAdServiceInterface adGroupAdService =
adWordsServices.get(session, AdGroupAdService... | java | private static void createAdsWithCustomizations(AdWordsServicesInterface adWordsServices,
AdWordsSession session, List<Long> adGroupIds, String feedName) throws RemoteException {
// Get the AdGroupAdService.
AdGroupAdServiceInterface adGroupAdService =
adWordsServices.get(session, AdGroupAdService... | [
"private",
"static",
"void",
"createAdsWithCustomizations",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"List",
"<",
"Long",
">",
"adGroupIds",
",",
"String",
"feedName",
")",
"throws",
"RemoteException",
"{",
"// Get the A... | Creates expanded text ads that use ad customizations for the specified ad group IDs. | [
"Creates",
"expanded",
"text",
"ads",
"that",
"use",
"ad",
"customizations",
"for",
"the",
"specified",
"ad",
"group",
"IDs",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddAdCustomizer.java#L328-L362 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setPlacementSegment | public void setPlacementSegment(com.google.api.ads.admanager.axis.v201902.PlacementTargeting placementSegment) {
this.placementSegment = placementSegment;
} | java | public void setPlacementSegment(com.google.api.ads.admanager.axis.v201902.PlacementTargeting placementSegment) {
this.placementSegment = placementSegment;
} | [
"public",
"void",
"setPlacementSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"PlacementTargeting",
"placementSegment",
")",
"{",
"this",
".",
"placementSegment",
"=",
"placementSegment",
";",
"... | Sets the placementSegment value for this ProductSegmentation.
@param placementSegment * The placement targeting segmentation.
<p>This attribute is optional. | [
"Sets",
"the",
"placementSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L303-L305 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setCustomTargetingSegment | public void setCustomTargetingSegment(com.google.api.ads.admanager.axis.v201902.CustomCriteria[] customTargetingSegment) {
this.customTargetingSegment = customTargetingSegment;
} | java | public void setCustomTargetingSegment(com.google.api.ads.admanager.axis.v201902.CustomCriteria[] customTargetingSegment) {
this.customTargetingSegment = customTargetingSegment;
} | [
"public",
"void",
"setCustomTargetingSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"CustomCriteria",
"[",
"]",
"customTargetingSegment",
")",
"{",
"this",
".",
"customTargetingSegment",
"=",
"c... | Sets the customTargetingSegment value for this ProductSegmentation.
@param customTargetingSegment * The custom targeting segmentation.
<p>This attribute is optional. | [
"Sets",
"the",
"customTargetingSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L327-L329 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setBandwidthSegment | public void setBandwidthSegment(com.google.api.ads.admanager.axis.v201902.BandwidthGroupTargeting bandwidthSegment) {
this.bandwidthSegment = bandwidthSegment;
} | java | public void setBandwidthSegment(com.google.api.ads.admanager.axis.v201902.BandwidthGroupTargeting bandwidthSegment) {
this.bandwidthSegment = bandwidthSegment;
} | [
"public",
"void",
"setBandwidthSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BandwidthGroupTargeting",
"bandwidthSegment",
")",
"{",
"this",
".",
"bandwidthSegment",
"=",
"bandwidthSegment",
";"... | Sets the bandwidthSegment value for this ProductSegmentation.
@param bandwidthSegment * The bandwidth segmentation. {@link BandwidthGroupTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Sets",
"the",
"bandwidthSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L387-L389 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setBrowserSegment | public void setBrowserSegment(com.google.api.ads.admanager.axis.v201902.BrowserTargeting browserSegment) {
this.browserSegment = browserSegment;
} | java | public void setBrowserSegment(com.google.api.ads.admanager.axis.v201902.BrowserTargeting browserSegment) {
this.browserSegment = browserSegment;
} | [
"public",
"void",
"setBrowserSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BrowserTargeting",
"browserSegment",
")",
"{",
"this",
".",
"browserSegment",
"=",
"browserSegment",
";",
"}"
] | Sets the browserSegment value for this ProductSegmentation.
@param browserSegment * The browser segmentation. {@link BrowserTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Sets",
"the",
"browserSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L413-L415 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setBrowserLanguageSegment | public void setBrowserLanguageSegment(com.google.api.ads.admanager.axis.v201902.BrowserLanguageTargeting browserLanguageSegment) {
this.browserLanguageSegment = browserLanguageSegment;
} | java | public void setBrowserLanguageSegment(com.google.api.ads.admanager.axis.v201902.BrowserLanguageTargeting browserLanguageSegment) {
this.browserLanguageSegment = browserLanguageSegment;
} | [
"public",
"void",
"setBrowserLanguageSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BrowserLanguageTargeting",
"browserLanguageSegment",
")",
"{",
"this",
".",
"browserLanguageSegment",
"=",
"brows... | Sets the browserLanguageSegment value for this ProductSegmentation.
@param browserLanguageSegment * The browser language segmentation. {@link BrowserLanguageTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Sets",
"the",
"browserLanguageSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L439-L441 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setOperatingSystemVersionSegment | public void setOperatingSystemVersionSegment(com.google.api.ads.admanager.axis.v201902.OperatingSystemVersionTargeting operatingSystemVersionSegment) {
this.operatingSystemVersionSegment = operatingSystemVersionSegment;
} | java | public void setOperatingSystemVersionSegment(com.google.api.ads.admanager.axis.v201902.OperatingSystemVersionTargeting operatingSystemVersionSegment) {
this.operatingSystemVersionSegment = operatingSystemVersionSegment;
} | [
"public",
"void",
"setOperatingSystemVersionSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"OperatingSystemVersionTargeting",
"operatingSystemVersionSegment",
")",
"{",
"this",
".",
"operatingSystemVers... | Sets the operatingSystemVersionSegment value for this ProductSegmentation.
@param operatingSystemVersionSegment * The operating system version segmentation. {@link OperatingSystemVersionTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Sets",
"the",
"operatingSystemVersionSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L495-L497 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setMobileCarrierSegment | public void setMobileCarrierSegment(com.google.api.ads.admanager.axis.v201902.MobileCarrierTargeting mobileCarrierSegment) {
this.mobileCarrierSegment = mobileCarrierSegment;
} | java | public void setMobileCarrierSegment(com.google.api.ads.admanager.axis.v201902.MobileCarrierTargeting mobileCarrierSegment) {
this.mobileCarrierSegment = mobileCarrierSegment;
} | [
"public",
"void",
"setMobileCarrierSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MobileCarrierTargeting",
"mobileCarrierSegment",
")",
"{",
"this",
".",
"mobileCarrierSegment",
"=",
"mobileCarrier... | Sets the mobileCarrierSegment value for this ProductSegmentation.
@param mobileCarrierSegment * The mobile carrier segmentation. {@link MobileCarrierTargeting#isTargeted}
must be {@code
true}.
<p>This attribute is optional. | [
"Sets",
"the",
"mobileCarrierSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L523-L525 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setDeviceCapabilitySegment | public void setDeviceCapabilitySegment(com.google.api.ads.admanager.axis.v201902.DeviceCapabilityTargeting deviceCapabilitySegment) {
this.deviceCapabilitySegment = deviceCapabilitySegment;
} | java | public void setDeviceCapabilitySegment(com.google.api.ads.admanager.axis.v201902.DeviceCapabilityTargeting deviceCapabilitySegment) {
this.deviceCapabilitySegment = deviceCapabilitySegment;
} | [
"public",
"void",
"setDeviceCapabilitySegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DeviceCapabilityTargeting",
"deviceCapabilitySegment",
")",
"{",
"this",
".",
"deviceCapabilitySegment",
"=",
"d... | Sets the deviceCapabilitySegment value for this ProductSegmentation.
@param deviceCapabilitySegment * The device capability segmentation. {@link
DeviceCapabilityTargeting#excludedDeviceCapabilities}
must be empty or null.
<p>This attribute is optional. | [
"Sets",
"the",
"deviceCapabilitySegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L551-L553 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setDeviceManufacturerSegment | public void setDeviceManufacturerSegment(com.google.api.ads.admanager.axis.v201902.DeviceManufacturerTargeting deviceManufacturerSegment) {
this.deviceManufacturerSegment = deviceManufacturerSegment;
} | java | public void setDeviceManufacturerSegment(com.google.api.ads.admanager.axis.v201902.DeviceManufacturerTargeting deviceManufacturerSegment) {
this.deviceManufacturerSegment = deviceManufacturerSegment;
} | [
"public",
"void",
"setDeviceManufacturerSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DeviceManufacturerTargeting",
"deviceManufacturerSegment",
")",
"{",
"this",
".",
"deviceManufacturerSegment",
"... | Sets the deviceManufacturerSegment value for this ProductSegmentation.
@param deviceManufacturerSegment * The device manufacturer segmentation. {@link DeviceFamilyTargeting#isTargeted}
must be {@code
true}.
<p>This attribute is optional. | [
"Sets",
"the",
"deviceManufacturerSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L607-L609 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.setMobileApplicationSegment | public void setMobileApplicationSegment(com.google.api.ads.admanager.axis.v201902.MobileApplicationTargeting mobileApplicationSegment) {
this.mobileApplicationSegment = mobileApplicationSegment;
} | java | public void setMobileApplicationSegment(com.google.api.ads.admanager.axis.v201902.MobileApplicationTargeting mobileApplicationSegment) {
this.mobileApplicationSegment = mobileApplicationSegment;
} | [
"public",
"void",
"setMobileApplicationSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MobileApplicationTargeting",
"mobileApplicationSegment",
")",
"{",
"this",
".",
"mobileApplicationSegment",
"=",
... | Sets the mobileApplicationSegment value for this ProductSegmentation.
@param mobileApplicationSegment * The mobile application segmentation.
<p>This attribute is optional. | [
"Sets",
"the",
"mobileApplicationSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L715-L717 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java | ProductSegmentation.getVideoPositionSegment | public com.google.api.ads.admanager.axis.v201902.VideoPositionTargeting getVideoPositionSegment() {
return videoPositionSegment;
} | java | public com.google.api.ads.admanager.axis.v201902.VideoPositionTargeting getVideoPositionSegment() {
return videoPositionSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"VideoPositionTargeting",
"getVideoPositionSegment",
"(",
")",
"{",
"return",
"videoPositionSegment",
";",
"}"
] | Gets the videoPositionSegment value for this ProductSegmentation.
@return videoPositionSegment * The video position segmentation.
<p>This attribute is optional. | [
"Gets",
"the",
"videoPositionSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductSegmentation.java#L727-L729 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java | AddDynamicPageFeed.createFeed | private static DSAFeedDetails createFeed(
AdWordsServicesInterface adWordsServices, AdWordsSession session)
throws ApiException, RemoteException {
// Get the FeedService.
FeedServiceInterface feedService = adWordsServices.get(session, FeedServiceInterface.class);
// Create attributes.
FeedA... | java | private static DSAFeedDetails createFeed(
AdWordsServicesInterface adWordsServices, AdWordsSession session)
throws ApiException, RemoteException {
// Get the FeedService.
FeedServiceInterface feedService = adWordsServices.get(session, FeedServiceInterface.class);
// Create attributes.
FeedA... | [
"private",
"static",
"DSAFeedDetails",
"createFeed",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// Get the FeedService.",
"FeedServiceInterface",
"feedService",
"=",
"adWor... | Creates the feed for DSA page URLs. | [
"Creates",
"the",
"feed",
"for",
"DSA",
"page",
"URLs",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java#L206-L248 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java | AddDynamicPageFeed.createFeedMapping | private static void createFeedMapping(
AdWordsServicesInterface adWordsServices, AdWordsSession session, DSAFeedDetails feedDetails)
throws RemoteException {
// Get the FeedMappingService.
FeedMappingServiceInterface feedMappingService =
adWordsServices.get(session, FeedMappingServiceInterfa... | java | private static void createFeedMapping(
AdWordsServicesInterface adWordsServices, AdWordsSession session, DSAFeedDetails feedDetails)
throws RemoteException {
// Get the FeedMappingService.
FeedMappingServiceInterface feedMappingService =
adWordsServices.get(session, FeedMappingServiceInterfa... | [
"private",
"static",
"void",
"createFeedMapping",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"DSAFeedDetails",
"feedDetails",
")",
"throws",
"RemoteException",
"{",
"// Get the FeedMappingService.",
"FeedMappingServiceInterface",
... | Creates the feed mapping for the DSA page feeds. | [
"Creates",
"the",
"feed",
"mapping",
"for",
"the",
"DSA",
"page",
"feeds",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java#L251-L284 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java | AddDynamicPageFeed.createFeedItems | private static void createFeedItems(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
DSAFeedDetails feedDetails,
String labelName)
throws RemoteException {
// Get the FeedItemService.
FeedItemServiceInterface feedItemService =
adWordsServices.get(session, ... | java | private static void createFeedItems(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
DSAFeedDetails feedDetails,
String labelName)
throws RemoteException {
// Get the FeedItemService.
FeedItemServiceInterface feedItemService =
adWordsServices.get(session, ... | [
"private",
"static",
"void",
"createFeedItems",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"DSAFeedDetails",
"feedDetails",
",",
"String",
"labelName",
")",
"throws",
"RemoteException",
"{",
"// Get the FeedItemService.",
"Fee... | Creates the page URLs in the DSA page feed. | [
"Creates",
"the",
"page",
"URLs",
"in",
"the",
"DSA",
"page",
"feed",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java#L287-L312 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java | AddDynamicPageFeed.updateCampaignDsaSetting | private static void updateCampaignDsaSetting(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long campaignId,
DSAFeedDetails feedDetails)
throws ApiException, RemoteException {
// Get the CampaignService.
CampaignServiceInterface campaignService =
adWords... | java | private static void updateCampaignDsaSetting(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long campaignId,
DSAFeedDetails feedDetails)
throws ApiException, RemoteException {
// Get the CampaignService.
CampaignServiceInterface campaignService =
adWords... | [
"private",
"static",
"void",
"updateCampaignDsaSetting",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Long",
"campaignId",
",",
"DSAFeedDetails",
"feedDetails",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// ... | Updates the campaign DSA setting to add DSA pagefeeds. | [
"Updates",
"the",
"campaign",
"DSA",
"setting",
"to",
"add",
"DSA",
"pagefeeds",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java#L343-L404 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java | AddDynamicPageFeed.addDsaTargeting | private static void addDsaTargeting(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long adGroupId,
String dsaPageUrlLabel)
throws ApiException, RemoteException {
// Get the AdGroupCriterionService.
AdGroupCriterionServiceInterface adGroupCriterionService =
... | java | private static void addDsaTargeting(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long adGroupId,
String dsaPageUrlLabel)
throws ApiException, RemoteException {
// Get the AdGroupCriterionService.
AdGroupCriterionServiceInterface adGroupCriterionService =
... | [
"private",
"static",
"void",
"addDsaTargeting",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Long",
"adGroupId",
",",
"String",
"dsaPageUrlLabel",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// Get the AdGrou... | Sets custom targeting for the page feed URLs based on a list of labels.
@param adWordsServices
@param session
@param adGroupId
@param dsaPageUrlLabel | [
"Sets",
"custom",
"targeting",
"for",
"the",
"page",
"feed",
"URLs",
"based",
"on",
"a",
"list",
"of",
"labels",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicPageFeed.java#L414-L462 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Media.java | Media.setUrls | public void setUrls(com.google.api.ads.adwords.axis.v201809.cm.Media_Size_StringMapEntry[] urls) {
this.urls = urls;
} | java | public void setUrls(com.google.api.ads.adwords.axis.v201809.cm.Media_Size_StringMapEntry[] urls) {
this.urls = urls;
} | [
"public",
"void",
"setUrls",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Media_Size_StringMapEntry",
"[",
"]",
"urls",
")",
"{",
"this",
".",
"urls",
"=",
"urls",
";",
"}"
] | Sets the urls value for this Media.
@param urls * URLs pointing to the resized media for the given sizes. Only
applies to image media.
<span class="constraint Selectable">This field can
be selected using the value "Urls".</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent ... | [
"Sets",
"the",
"urls",
"value",
"for",
"this",
"Media",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Media.java#L320-L322 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Media.java | Media.getMimeType | public com.google.api.ads.adwords.axis.v201809.cm.MediaLegacyMimeType getMimeType() {
return mimeType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.MediaLegacyMimeType getMimeType() {
return mimeType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"MediaLegacyMimeType",
"getMimeType",
"(",
")",
"{",
"return",
"mimeType",
";",
"}"
] | Gets the mimeType value for this Media.
@return mimeType * The mime type of the media.
<span class="constraint Selectable">This field can
be selected using the value "MimeType".</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API for the following {@link
Operator... | [
"Gets",
"the",
"mimeType",
"value",
"for",
"this",
"Media",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Media.java#L343-L345 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/NumberRuleItem.java | NumberRuleItem.getKey | public com.google.api.ads.adwords.axis.v201809.rm.NumberKey getKey() {
return key;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.NumberKey getKey() {
return key;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"NumberKey",
"getKey",
"(",
")",
"{",
"return",
"key",
";",
"}"
] | Gets the key value for this NumberRuleItem.
@return key * <span class="constraint Required">This field is required and
should not be {@code null}.</span> | [
"Gets",
"the",
"key",
"value",
"for",
"this",
"NumberRuleItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/NumberRuleItem.java#L69-L71 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/NumberRuleItem.java | NumberRuleItem.getOp | public com.google.api.ads.adwords.axis.v201809.rm.NumberRuleItemNumberOperator getOp() {
return op;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.NumberRuleItemNumberOperator getOp() {
return op;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"NumberRuleItemNumberOperator",
"getOp",
"(",
")",
"{",
"return",
"op",
";",
"}"
] | Gets the op value for this NumberRuleItem.
@return op * <span class="constraint Required">This field is required and
should not be {@code null}.</span> | [
"Gets",
"the",
"op",
"value",
"for",
"this",
"NumberRuleItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/NumberRuleItem.java#L91-L93 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Long_StatsMapEntry.java | Long_StatsMapEntry.getValue | public com.google.api.ads.admanager.axis.v201808.Stats getValue() {
return value;
} | java | public com.google.api.ads.admanager.axis.v201808.Stats getValue() {
return value;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Stats",
"getValue",
"(",
")",
"{",
"return",
"value",
";",
"}"
] | Gets the value value for this Long_StatsMapEntry.
@return value | [
"Gets",
"the",
"value",
"value",
"for",
"this",
"Long_StatsMapEntry",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Long_StatsMapEntry.java#L78-L80 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ApiException.java | ApiException.setErrors | public void setErrors(com.google.api.ads.admanager.axis.v201811.ApiError[] errors) {
this.errors = errors;
} | java | public void setErrors(com.google.api.ads.admanager.axis.v201811.ApiError[] errors) {
this.errors = errors;
} | [
"public",
"void",
"setErrors",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ApiError",
"[",
"]",
"errors",
")",
"{",
"this",
".",
"errors",
"=",
"errors",
";",
"}"
] | Sets the errors value for this ApiException.
@param errors * List of errors. | [
"Sets",
"the",
"errors",
"value",
"for",
"this",
"ApiException",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ApiException.java#L67-L69 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroup.java | AdGroup.getContentBidCriterionTypeGroup | public com.google.api.ads.adwords.axis.v201809.cm.CriterionTypeGroup getContentBidCriterionTypeGroup() {
return contentBidCriterionTypeGroup;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CriterionTypeGroup getContentBidCriterionTypeGroup() {
return contentBidCriterionTypeGroup;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CriterionTypeGroup",
"getContentBidCriterionTypeGroup",
"(",
")",
"{",
"return",
"contentBidCriterionTypeGroup",
";",
"}"
] | Gets the contentBidCriterionTypeGroup value for this AdGroup.
@return contentBidCriterionTypeGroup * Allows advertisers to specify a criteria dimension on which
to place absolute bids.
This is only applicable for campaigns that target
only the content network and not search. | [
"Gets",
"the",
"contentBidCriterionTypeGroup",
"value",
"for",
"this",
"AdGroup",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroup.java#L503-L505 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroup.java | AdGroup.getAdGroupType | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupType getAdGroupType() {
return adGroupType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupType getAdGroupType() {
return adGroupType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupType",
"getAdGroupType",
"(",
")",
"{",
"return",
"adGroupType",
";",
"}"
] | Gets the adGroupType value for this AdGroup.
@return adGroupType * <span class="constraint CampaignType">This field may only be
set to SHOPPING_GOAL_OPTIMIZED_ADS for campaign channel type SHOPPING
with campaign channel subtype SHOPPING_GOAL_OPTIMIZED_ADS.</span>
<span class="constraint ReadOnly">This field is read
... | [
"Gets",
"the",
"adGroupType",
"value",
"for",
"this",
"AdGroup",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroup.java#L681-L683 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroup.java | AdGroup.getAdGroupAdRotationMode | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAdRotationMode getAdGroupAdRotationMode() {
return adGroupAdRotationMode;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAdRotationMode getAdGroupAdRotationMode() {
return adGroupAdRotationMode;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupAdRotationMode",
"getAdGroupAdRotationMode",
"(",
")",
"{",
"return",
"adGroupAdRotationMode",
";",
"}"
] | Gets the adGroupAdRotationMode value for this AdGroup.
@return adGroupAdRotationMode * The ad rotation mode to specify how often the ads in the ad
group will be served relative to
one another. | [
"Gets",
"the",
"adGroupAdRotationMode",
"value",
"for",
"this",
"AdGroup",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroup.java#L708-L710 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ContentTargeting.java | ContentTargeting.getTargetedContentMetadata | public com.google.api.ads.admanager.axis.v201808.ContentMetadataKeyHierarchyTargeting[] getTargetedContentMetadata() {
return targetedContentMetadata;
} | java | public com.google.api.ads.admanager.axis.v201808.ContentMetadataKeyHierarchyTargeting[] getTargetedContentMetadata() {
return targetedContentMetadata;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ContentMetadataKeyHierarchyTargeting",
"[",
"]",
"getTargetedContentMetadata",
"(",
")",
"{",
"return",
"targetedContentMetadata",
";",
"}"
] | Gets the targetedContentMetadata value for this ContentTargeting.
@return targetedContentMetadata * A list of content metadata within hierarchies that are being
targeted by the {@code LineItem}. | [
"Gets",
"the",
"targetedContentMetadata",
"value",
"for",
"this",
"ContentTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ContentTargeting.java#L211-L213 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ContentTargeting.java | ContentTargeting.getExcludedContentMetadata | public com.google.api.ads.admanager.axis.v201808.ContentMetadataKeyHierarchyTargeting[] getExcludedContentMetadata() {
return excludedContentMetadata;
} | java | public com.google.api.ads.admanager.axis.v201808.ContentMetadataKeyHierarchyTargeting[] getExcludedContentMetadata() {
return excludedContentMetadata;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ContentMetadataKeyHierarchyTargeting",
"[",
"]",
"getExcludedContentMetadata",
"(",
")",
"{",
"return",
"excludedContentMetadata",
";",
"}"
] | Gets the excludedContentMetadata value for this ContentTargeting.
@return excludedContentMetadata * A list of content metadata within hierarchies that are being
excluded by the {@code LineItem}. | [
"Gets",
"the",
"excludedContentMetadata",
"value",
"for",
"this",
"ContentTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ContentTargeting.java#L241-L243 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/auth/OAuth2Helper.java | OAuth2Helper.refreshCredential | public Credential refreshCredential(Credential credential) throws IOException {
if (isCredentialRefreshable(credential)) {
if (!callRefreshToken(credential)) {
libLogger.warn("OAuth2 token could not be refreshed. "
+ "Add a refreshListener to the Credential to capture this failure.");
... | java | public Credential refreshCredential(Credential credential) throws IOException {
if (isCredentialRefreshable(credential)) {
if (!callRefreshToken(credential)) {
libLogger.warn("OAuth2 token could not be refreshed. "
+ "Add a refreshListener to the Credential to capture this failure.");
... | [
"public",
"Credential",
"refreshCredential",
"(",
"Credential",
"credential",
")",
"throws",
"IOException",
"{",
"if",
"(",
"isCredentialRefreshable",
"(",
"credential",
")",
")",
"{",
"if",
"(",
"!",
"callRefreshToken",
"(",
"credential",
")",
")",
"{",
"libLog... | Refreshes the credential if within the refresh window.
@throws IOException if there was an problem refreshing the token | [
"Refreshes",
"the",
"credential",
"if",
"within",
"the",
"refresh",
"window",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/auth/OAuth2Helper.java#L53-L61 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CustomerSyncSelector.java | CustomerSyncSelector.getDateTimeRange | public com.google.api.ads.adwords.axis.v201809.cm.DateTimeRange getDateTimeRange() {
return dateTimeRange;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DateTimeRange getDateTimeRange() {
return dateTimeRange;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DateTimeRange",
"getDateTimeRange",
"(",
")",
"{",
"return",
"dateTimeRange",
";",
"}"
] | Gets the dateTimeRange value for this CustomerSyncSelector.
@return dateTimeRange * Only return entities that have changed during the specified
time range. String Format: yyyyMMdd
HHmmss <Timezone ID> (for example, 20100609 150223
America/New_York). See the <a
href="https://developers.google.com/adwords/api/docs/app... | [
"Gets",
"the",
"dateTimeRange",
"value",
"for",
"this",
"CustomerSyncSelector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CustomerSyncSelector.java#L85-L87 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/utils/QueryBuilder.java | QueryBuilder.withBindVariableValues | public QueryBuilder<V> withBindVariableValues(Map<String, V> values) {
valueMap.putAll(values);
return this;
} | java | public QueryBuilder<V> withBindVariableValues(Map<String, V> values) {
valueMap.putAll(values);
return this;
} | [
"public",
"QueryBuilder",
"<",
"V",
">",
"withBindVariableValues",
"(",
"Map",
"<",
"String",
",",
"V",
">",
"values",
")",
"{",
"valueMap",
".",
"putAll",
"(",
"values",
")",
";",
"return",
"this",
";",
"}"
] | Adds all key value mappings.
@param values the mappings of key to value of type <V>
@return a reference to this object | [
"Adds",
"all",
"key",
"value",
"mappings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/utils/QueryBuilder.java#L216-L219 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/utils/QueryBuilder.java | QueryBuilder.buildQuery | @Override
public String buildQuery() {
validateQuery();
StringBuilder stringBuilder = new StringBuilder();
if (!Strings.isNullOrEmpty(select)) {
stringBuilder = stringBuilder.append(SELECT).append(" ").append(select).append(" ");
}
if (!Strings.isNullOrEmpty(from)) {
stringBuilder = s... | java | @Override
public String buildQuery() {
validateQuery();
StringBuilder stringBuilder = new StringBuilder();
if (!Strings.isNullOrEmpty(select)) {
stringBuilder = stringBuilder.append(SELECT).append(" ").append(select).append(" ");
}
if (!Strings.isNullOrEmpty(from)) {
stringBuilder = s... | [
"@",
"Override",
"public",
"String",
"buildQuery",
"(",
")",
"{",
"validateQuery",
"(",
")",
";",
"StringBuilder",
"stringBuilder",
"=",
"new",
"StringBuilder",
"(",
")",
";",
"if",
"(",
"!",
"Strings",
".",
"isNullOrEmpty",
"(",
"select",
")",
")",
"{",
... | Builds the query from the clauses.
@return the c query | [
"Builds",
"the",
"query",
"from",
"the",
"clauses",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/utils/QueryBuilder.java#L241-L265 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BrowserLanguageTargeting.java | BrowserLanguageTargeting.setBrowserLanguages | public void setBrowserLanguages(com.google.api.ads.admanager.axis.v201902.Technology[] browserLanguages) {
this.browserLanguages = browserLanguages;
} | java | public void setBrowserLanguages(com.google.api.ads.admanager.axis.v201902.Technology[] browserLanguages) {
this.browserLanguages = browserLanguages;
} | [
"public",
"void",
"setBrowserLanguages",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"browserLanguages",
")",
"{",
"this",
".",
"browserLanguages",
"=",
"browserLanguages",
";... | Sets the browserLanguages value for this BrowserLanguageTargeting.
@param browserLanguages * Browser languages that are being targeted or excluded by the
{@link LineItem}. | [
"Sets",
"the",
"browserLanguages",
"value",
"for",
"this",
"BrowserLanguageTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BrowserLanguageTargeting.java#L100-L102 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupAd.java | AdGroupAd.getPolicySummary | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAdPolicySummary getPolicySummary() {
return policySummary;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAdPolicySummary getPolicySummary() {
return policySummary;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupAdPolicySummary",
"getPolicySummary",
"(",
")",
"{",
"return",
"policySummary",
";",
"}"
] | Gets the policySummary value for this AdGroupAd.
@return policySummary * Summary of policy findings for this ad.
<span class="constraint Selectable">This field can
be selected using the value "PolicySummary".</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</... | [
"Gets",
"the",
"policySummary",
"value",
"for",
"this",
"AdGroupAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupAd.java#L250-L252 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupAd.java | AdGroupAd.getAdStrengthInfo | public com.google.api.ads.adwords.axis.v201809.cm.AdStrengthInfo getAdStrengthInfo() {
return adStrengthInfo;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdStrengthInfo getAdStrengthInfo() {
return adStrengthInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdStrengthInfo",
"getAdStrengthInfo",
"(",
")",
"{",
"return",
"adStrengthInfo",
";",
"}"
] | Gets the adStrengthInfo value for this AdGroupAd.
@return adStrengthInfo * The strength information of the Ad. This contains the overall
strength and action items to
improve the strength.
<span class="constraint Selectable">This field can
be selected using the value "AdStrengthInfo".</span>
<span class="constraint R... | [
"Gets",
"the",
"adStrengthInfo",
"value",
"for",
"this",
"AdGroupAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupAd.java#L440-L442 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxCreative.java | SetTopBoxCreative.getLicenseWindowStartDateTime | public com.google.api.ads.admanager.axis.v201808.DateTime getLicenseWindowStartDateTime() {
return licenseWindowStartDateTime;
} | java | public com.google.api.ads.admanager.axis.v201808.DateTime getLicenseWindowStartDateTime() {
return licenseWindowStartDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"getLicenseWindowStartDateTime",
"(",
")",
"{",
"return",
"licenseWindowStartDateTime",
";",
"}"
] | Gets the licenseWindowStartDateTime value for this SetTopBoxCreative.
@return licenseWindowStartDateTime * The date and time that this creative can begin serving from
a local cable video-on-demand
server. This attribute is optional. | [
"Gets",
"the",
"licenseWindowStartDateTime",
"value",
"for",
"this",
"SetTopBoxCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxCreative.java#L229-L231 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxCreative.java | SetTopBoxCreative.getLicenseWindowEndDateTime | public com.google.api.ads.admanager.axis.v201808.DateTime getLicenseWindowEndDateTime() {
return licenseWindowEndDateTime;
} | java | public com.google.api.ads.admanager.axis.v201808.DateTime getLicenseWindowEndDateTime() {
return licenseWindowEndDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"getLicenseWindowEndDateTime",
"(",
")",
"{",
"return",
"licenseWindowEndDateTime",
";",
"}"
] | Gets the licenseWindowEndDateTime value for this SetTopBoxCreative.
@return licenseWindowEndDateTime * The date and time that this creative can no longer be served
from a local cable video-on-demand
server. This attribute is optional. | [
"Gets",
"the",
"licenseWindowEndDateTime",
"value",
"for",
"this",
"SetTopBoxCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxCreative.java#L253-L255 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxCreative.java | SetTopBoxCreative.setLicenseWindowEndDateTime | public void setLicenseWindowEndDateTime(com.google.api.ads.admanager.axis.v201808.DateTime licenseWindowEndDateTime) {
this.licenseWindowEndDateTime = licenseWindowEndDateTime;
} | java | public void setLicenseWindowEndDateTime(com.google.api.ads.admanager.axis.v201808.DateTime licenseWindowEndDateTime) {
this.licenseWindowEndDateTime = licenseWindowEndDateTime;
} | [
"public",
"void",
"setLicenseWindowEndDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"licenseWindowEndDateTime",
")",
"{",
"this",
".",
"licenseWindowEndDateTime",
"=",
"licenseWindowEn... | Sets the licenseWindowEndDateTime value for this SetTopBoxCreative.
@param licenseWindowEndDateTime * The date and time that this creative can no longer be served
from a local cable video-on-demand
server. This attribute is optional. | [
"Sets",
"the",
"licenseWindowEndDateTime",
"value",
"for",
"this",
"SetTopBoxCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxCreative.java#L265-L267 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductBiddingCategoryData.java | ProductBiddingCategoryData.getDimensionValue | public com.google.api.ads.adwords.axis.v201809.cm.ProductBiddingCategory getDimensionValue() {
return dimensionValue;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProductBiddingCategory getDimensionValue() {
return dimensionValue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductBiddingCategory",
"getDimensionValue",
"(",
")",
"{",
"return",
"dimensionValue",
";",
"}"
] | Gets the dimensionValue value for this ProductBiddingCategoryData.
@return dimensionValue * The dimension value that corresponds to this category. | [
"Gets",
"the",
"dimensionValue",
"value",
"for",
"this",
"ProductBiddingCategoryData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductBiddingCategoryData.java#L95-L97 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductBiddingCategoryData.java | ProductBiddingCategoryData.getParentDimensionValue | public com.google.api.ads.adwords.axis.v201809.cm.ProductBiddingCategory getParentDimensionValue() {
return parentDimensionValue;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProductBiddingCategory getParentDimensionValue() {
return parentDimensionValue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductBiddingCategory",
"getParentDimensionValue",
"(",
")",
"{",
"return",
"parentDimensionValue",
";",
"}"
] | Gets the parentDimensionValue value for this ProductBiddingCategoryData.
@return parentDimensionValue * The dimension value that corresponds to parent category. | [
"Gets",
"the",
"parentDimensionValue",
"value",
"for",
"this",
"ProductBiddingCategoryData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductBiddingCategoryData.java#L115-L117 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductBiddingCategoryData.java | ProductBiddingCategoryData.getDisplayValue | public com.google.api.ads.adwords.axis.v201809.cm.String_StringMapEntry[] getDisplayValue() {
return displayValue;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.String_StringMapEntry[] getDisplayValue() {
return displayValue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"String_StringMapEntry",
"[",
"]",
"getDisplayValue",
"(",
")",
"{",
"return",
"displayValue",
";",
"}"
] | Gets the displayValue value for this ProductBiddingCategoryData.
@return displayValue * A map of displayValues by their language code. The language
code is a 2-letter string
conforming with ISO 639-1 standard. | [
"Gets",
"the",
"displayValue",
"value",
"for",
"this",
"ProductBiddingCategoryData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductBiddingCategoryData.java#L193-L195 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiRateLimiter.java | ApiRateLimiter.run | public Object run(
long clientCustomerId, final Object obj, final Method method, final Object[] args)
throws Throwable {
Callable<Object> callable =
new Callable<Object>() {
@Override
public Object call() throws Exception {
return method.invoke(obj, args);
... | java | public Object run(
long clientCustomerId, final Object obj, final Method method, final Object[] args)
throws Throwable {
Callable<Object> callable =
new Callable<Object>() {
@Override
public Object call() throws Exception {
return method.invoke(obj, args);
... | [
"public",
"Object",
"run",
"(",
"long",
"clientCustomerId",
",",
"final",
"Object",
"obj",
",",
"final",
"Method",
"method",
",",
"final",
"Object",
"[",
"]",
"args",
")",
"throws",
"Throwable",
"{",
"Callable",
"<",
"Object",
">",
"callable",
"=",
"new",
... | The core method for invoking AdWords API call and handling RateExceededError.
<p>To align with AdWords API services, it also throws ApiException and RemoteException.
@param clientCustomerId the client customer ID for invoking the call
@param obj the object being invoked in AdWords API call
@param method the AdWords A... | [
"The",
"core",
"method",
"for",
"invoking",
"AdWords",
"API",
"call",
"and",
"handling",
"RateExceededError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiRateLimiter.java#L44-L63 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CustomCriteriaSet.java | CustomCriteriaSet.setLogicalOperator | public void setLogicalOperator(com.google.api.ads.admanager.axis.v201808.CustomCriteriaSetLogicalOperator logicalOperator) {
this.logicalOperator = logicalOperator;
} | java | public void setLogicalOperator(com.google.api.ads.admanager.axis.v201808.CustomCriteriaSetLogicalOperator logicalOperator) {
this.logicalOperator = logicalOperator;
} | [
"public",
"void",
"setLogicalOperator",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CustomCriteriaSetLogicalOperator",
"logicalOperator",
")",
"{",
"this",
".",
"logicalOperator",
"=",
"logicalOperator",
... | Sets the logicalOperator value for this CustomCriteriaSet.
@param logicalOperator * The logical operator to be applied to {@link CustomCriteriaSet#children}.
This attribute is
required.
<span class="constraint Required">This attribute
is required.</span> | [
"Sets",
"the",
"logicalOperator",
"value",
"for",
"this",
"CustomCriteriaSet",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CustomCriteriaSet.java#L88-L90 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeTemplatePage.java | CreativeTemplatePage.getResults | public com.google.api.ads.admanager.axis.v201808.CreativeTemplate[] getResults() {
return results;
} | java | public com.google.api.ads.admanager.axis.v201808.CreativeTemplate[] getResults() {
return results;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CreativeTemplate",
"[",
"]",
"getResults",
"(",
")",
"{",
"return",
"results",
";",
"}"
] | Gets the results value for this CreativeTemplatePage.
@return results * The collection of creative templates contained within this
page. | [
"Gets",
"the",
"results",
"value",
"for",
"this",
"CreativeTemplatePage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeTemplatePage.java#L111-L113 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoPosition.java | VideoPosition.getPositionType | public com.google.api.ads.admanager.axis.v201805.VideoPositionType getPositionType() {
return positionType;
} | java | public com.google.api.ads.admanager.axis.v201805.VideoPositionType getPositionType() {
return positionType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"VideoPositionType",
"getPositionType",
"(",
")",
"{",
"return",
"positionType",
";",
"}"
] | Gets the positionType value for this VideoPosition.
@return positionType * The type of video position (pre-roll, mid-roll, or post-roll). | [
"Gets",
"the",
"positionType",
"value",
"for",
"this",
"VideoPosition",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoPosition.java#L65-L67 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoPosition.java | VideoPosition.setPositionType | public void setPositionType(com.google.api.ads.admanager.axis.v201805.VideoPositionType positionType) {
this.positionType = positionType;
} | java | public void setPositionType(com.google.api.ads.admanager.axis.v201805.VideoPositionType positionType) {
this.positionType = positionType;
} | [
"public",
"void",
"setPositionType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"VideoPositionType",
"positionType",
")",
"{",
"this",
".",
"positionType",
"=",
"positionType",
";",
"}"
] | Sets the positionType value for this VideoPosition.
@param positionType * The type of video position (pre-roll, mid-roll, or post-roll). | [
"Sets",
"the",
"positionType",
"value",
"for",
"this",
"VideoPosition",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoPosition.java#L75-L77 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ApiError.java | ApiError.setFieldPathElements | public void setFieldPathElements(com.google.api.ads.admanager.axis.v201805.FieldPathElement[] fieldPathElements) {
this.fieldPathElements = fieldPathElements;
} | java | public void setFieldPathElements(com.google.api.ads.admanager.axis.v201805.FieldPathElement[] fieldPathElements) {
this.fieldPathElements = fieldPathElements;
} | [
"public",
"void",
"setFieldPathElements",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"FieldPathElement",
"[",
"]",
"fieldPathElements",
")",
"{",
"this",
".",
"fieldPathElements",
"=",
"fieldPathEleme... | Sets the fieldPathElements value for this ApiError.
@param fieldPathElements * A parsed copy of the field path. For example, the field path
"operations[1].operand"
corresponds to this list: {FieldPathElement(field
= "operations", index = 1),
FieldPathElement(field = "operand", index = null)}. | [
"Sets",
"the",
"fieldPathElements",
"value",
"for",
"this",
"ApiError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ApiError.java#L119-L121 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ReportDefinitionField.java | ReportDefinitionField.getEnumValuePairs | public com.google.api.ads.adwords.axis.v201809.cm.EnumValuePair[] getEnumValuePairs() {
return enumValuePairs;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.EnumValuePair[] getEnumValuePairs() {
return enumValuePairs;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"EnumValuePair",
"[",
"]",
"getEnumValuePairs",
"(",
")",
"{",
"return",
"enumValuePairs",
";",
"}"
] | Gets the enumValuePairs value for this ReportDefinitionField.
@return enumValuePairs * List of enum values in api to their corresponding display values
in the
downloaded reports.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"enumValuePairs",
"value",
"for",
"this",
"ReportDefinitionField",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ReportDefinitionField.java#L459-L461 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddShoppingDynamicRemarketingCampaign.java | AddShoppingDynamicRemarketingCampaign.createAdGroup | private static AdGroup createAdGroup(
AdWordsServicesInterface services, AdWordsSession session, Campaign campaign)
throws RemoteException {
AdGroupServiceInterface adGroupService = services.get(session, AdGroupServiceInterface.class);
AdGroup group = new AdGroup();
group.setName("Dynamic remar... | java | private static AdGroup createAdGroup(
AdWordsServicesInterface services, AdWordsSession session, Campaign campaign)
throws RemoteException {
AdGroupServiceInterface adGroupService = services.get(session, AdGroupServiceInterface.class);
AdGroup group = new AdGroup();
group.setName("Dynamic remar... | [
"private",
"static",
"AdGroup",
"createAdGroup",
"(",
"AdWordsServicesInterface",
"services",
",",
"AdWordsSession",
"session",
",",
"Campaign",
"campaign",
")",
"throws",
"RemoteException",
"{",
"AdGroupServiceInterface",
"adGroupService",
"=",
"services",
".",
"get",
... | Creates an ad group in the specified campaign.
@param campaign the campaign to which the ad group should be attached.
@return the ad group that was created. | [
"Creates",
"an",
"ad",
"group",
"in",
"the",
"specified",
"campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddShoppingDynamicRemarketingCampaign.java#L257-L272 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddShoppingDynamicRemarketingCampaign.java | AddShoppingDynamicRemarketingCampaign.attachUserList | private static void attachUserList(
AdWordsServicesInterface services, AdWordsSession session, AdGroup adGroup, long userListId)
throws RemoteException {
AdGroupCriterionServiceInterface adGroupCriterionService =
services.get(session, AdGroupCriterionServiceInterface.class);
CriterionUserLi... | java | private static void attachUserList(
AdWordsServicesInterface services, AdWordsSession session, AdGroup adGroup, long userListId)
throws RemoteException {
AdGroupCriterionServiceInterface adGroupCriterionService =
services.get(session, AdGroupCriterionServiceInterface.class);
CriterionUserLi... | [
"private",
"static",
"void",
"attachUserList",
"(",
"AdWordsServicesInterface",
"services",
",",
"AdWordsSession",
"session",
",",
"AdGroup",
"adGroup",
",",
"long",
"userListId",
")",
"throws",
"RemoteException",
"{",
"AdGroupCriterionServiceInterface",
"adGroupCriterionSe... | Attach a user list to an ad group. The user list provides positive targeting and feed
information to drive the dynamic content of the ad.
<p>Note: User lists must be attached at the ad group level for positive targeting in Shopping
dynamic remarketing campaigns.
@param adGroup the ad group which will have the user li... | [
"Attach",
"a",
"user",
"list",
"to",
"an",
"ad",
"group",
".",
"The",
"user",
"list",
"provides",
"positive",
"targeting",
"and",
"feed",
"information",
"to",
"drive",
"the",
"dynamic",
"content",
"of",
"the",
"ad",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddShoppingDynamicRemarketingCampaign.java#L284-L301 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddShoppingDynamicRemarketingCampaign.java | AddShoppingDynamicRemarketingCampaign.createAd | private static AdGroupAd createAd(
AdWordsServicesInterface services, AdWordsSession session, AdGroup adGroup)
throws IOException {
AdGroupAdServiceInterface adService = services.get(session, AdGroupAdServiceInterface.class);
ResponsiveDisplayAd ad = new ResponsiveDisplayAd();
// This ad forma... | java | private static AdGroupAd createAd(
AdWordsServicesInterface services, AdWordsSession session, AdGroup adGroup)
throws IOException {
AdGroupAdServiceInterface adService = services.get(session, AdGroupAdServiceInterface.class);
ResponsiveDisplayAd ad = new ResponsiveDisplayAd();
// This ad forma... | [
"private",
"static",
"AdGroupAd",
"createAd",
"(",
"AdWordsServicesInterface",
"services",
",",
"AdWordsSession",
"session",
",",
"AdGroup",
"adGroup",
")",
"throws",
"IOException",
"{",
"AdGroupAdServiceInterface",
"adService",
"=",
"services",
".",
"get",
"(",
"sess... | Creates an ad for serving dynamic content in a remarketing campaign.
@param adGroup the ad group under which to create the ad.
@return the ad that was created.
@throws IOException if an image was not able to be loaded. | [
"Creates",
"an",
"ad",
"for",
"serving",
"dynamic",
"content",
"in",
"a",
"remarketing",
"campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddShoppingDynamicRemarketingCampaign.java#L310-L371 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java | ProposalLineItem.getGoal | public com.google.api.ads.admanager.axis.v201808.Goal getGoal() {
return goal;
} | java | public com.google.api.ads.admanager.axis.v201808.Goal getGoal() {
return goal;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Goal",
"getGoal",
"(",
")",
"{",
"return",
"goal",
";",
"}"
] | Gets the goal value for this ProposalLineItem.
@return goal * The goal(i.e. contracted quantity, quantity or limit) that
this {@code ProposalLineItem} is
associated with, which is used in its pacing and budgeting.
{@link Goal#units} must be greater
than 0 when the proposal line item turns into a line
item, {@link Go... | [
"Gets",
"the",
"goal",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java#L1317-L1319 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java | ProposalLineItem.getComputedStatus | public com.google.api.ads.admanager.axis.v201808.ComputedStatus getComputedStatus() {
return computedStatus;
} | java | public com.google.api.ads.admanager.axis.v201808.ComputedStatus getComputedStatus() {
return computedStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ComputedStatus",
"getComputedStatus",
"(",
")",
"{",
"return",
"computedStatus",
";",
"}"
] | Gets the computedStatus value for this ProposalLineItem.
@return computedStatus * The status of the {@link LineItem} generated from this proposal
line item.
This will be {@code null} if the proposal line item
has not pushed to Ad Manager.
This attribute is read-only. | [
"Gets",
"the",
"computedStatus",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java#L2471-L2473 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java | ProposalLineItem.getReservationStatus | public com.google.api.ads.admanager.axis.v201808.ReservationStatus getReservationStatus() {
return reservationStatus;
} | java | public com.google.api.ads.admanager.axis.v201808.ReservationStatus getReservationStatus() {
return reservationStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ReservationStatus",
"getReservationStatus",
"(",
")",
"{",
"return",
"reservationStatus",
";",
"}"
] | Gets the reservationStatus value for this ProposalLineItem.
@return reservationStatus * The reservation status of the {@link ProposalLineItem}.
This attribute is read-only. | [
"Gets",
"the",
"reservationStatus",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java#L2722-L2724 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java | ProposalLineItem.getRateCardPricingModel | public com.google.api.ads.admanager.axis.v201808.PricingModel getRateCardPricingModel() {
return rateCardPricingModel;
} | java | public com.google.api.ads.admanager.axis.v201808.PricingModel getRateCardPricingModel() {
return rateCardPricingModel;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"PricingModel",
"getRateCardPricingModel",
"(",
")",
"{",
"return",
"rateCardPricingModel",
";",
"}"
] | Gets the rateCardPricingModel value for this ProposalLineItem.
@return rateCardPricingModel * {@link RateCard} pricing model for the {@link ProposalLineItem}.
When the pricing model is
{@link PricingModel#NET} refer to the {@link netCost}
and {@link netRate} fields. When the
pricing model is {@link PricingModel#GROS... | [
"Gets",
"the",
"rateCardPricingModel",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItem.java#L3021-L3023 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/WorkflowProgress.java | WorkflowProgress.setSteps | public void setSteps(com.google.api.ads.admanager.axis.v201805.ProgressStep[] steps) {
this.steps = steps;
} | java | public void setSteps(com.google.api.ads.admanager.axis.v201805.ProgressStep[] steps) {
this.steps = steps;
} | [
"public",
"void",
"setSteps",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ProgressStep",
"[",
"]",
"steps",
")",
"{",
"this",
".",
"steps",
"=",
"steps",
";",
"}"
] | Sets the steps value for this WorkflowProgress.
@param steps * The steps in this workflow. | [
"Sets",
"the",
"steps",
"value",
"for",
"this",
"WorkflowProgress",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/WorkflowProgress.java#L94-L96 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/PremiumRate.java | PremiumRate.setPremiumRateValues | public void setPremiumRateValues(com.google.api.ads.admanager.axis.v201811.PremiumRateValue[] premiumRateValues) {
this.premiumRateValues = premiumRateValues;
} | java | public void setPremiumRateValues(com.google.api.ads.admanager.axis.v201811.PremiumRateValue[] premiumRateValues) {
this.premiumRateValues = premiumRateValues;
} | [
"public",
"void",
"setPremiumRateValues",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"PremiumRateValue",
"[",
"]",
"premiumRateValues",
")",
"{",
"this",
".",
"premiumRateValues",
"=",
"premiumRateVal... | Sets the premiumRateValues value for this PremiumRate.
@param premiumRateValues * The premiums rate values in this rate. | [
"Sets",
"the",
"premiumRateValues",
"value",
"for",
"this",
"PremiumRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/PremiumRate.java#L214-L216 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FlashCreative.java | FlashCreative.getSwiffyAsset | public com.google.api.ads.admanager.axis.v201902.SwiffyFallbackAsset getSwiffyAsset() {
return swiffyAsset;
} | java | public com.google.api.ads.admanager.axis.v201902.SwiffyFallbackAsset getSwiffyAsset() {
return swiffyAsset;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"SwiffyFallbackAsset",
"getSwiffyAsset",
"(",
")",
"{",
"return",
"swiffyAsset",
";",
"}"
] | Gets the swiffyAsset value for this FlashCreative.
@return swiffyAsset * A Swiffy asset that can be used as a fallback for this flash
creative.
This attribute is readonly. | [
"Gets",
"the",
"swiffyAsset",
"value",
"for",
"this",
"FlashCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FlashCreative.java#L145-L147 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FlashCreative.java | FlashCreative.setSwiffyAsset | public void setSwiffyAsset(com.google.api.ads.admanager.axis.v201902.SwiffyFallbackAsset swiffyAsset) {
this.swiffyAsset = swiffyAsset;
} | java | public void setSwiffyAsset(com.google.api.ads.admanager.axis.v201902.SwiffyFallbackAsset swiffyAsset) {
this.swiffyAsset = swiffyAsset;
} | [
"public",
"void",
"setSwiffyAsset",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"SwiffyFallbackAsset",
"swiffyAsset",
")",
"{",
"this",
".",
"swiffyAsset",
"=",
"swiffyAsset",
";",
"}"
] | Sets the swiffyAsset value for this FlashCreative.
@param swiffyAsset * A Swiffy asset that can be used as a fallback for this flash
creative.
This attribute is readonly. | [
"Sets",
"the",
"swiffyAsset",
"value",
"for",
"this",
"FlashCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FlashCreative.java#L157-L159 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AudienceSegmentCriteria.java | AudienceSegmentCriteria.setOperator | public void setOperator(com.google.api.ads.admanager.axis.v201811.AudienceSegmentCriteriaComparisonOperator operator) {
this.operator = operator;
} | java | public void setOperator(com.google.api.ads.admanager.axis.v201811.AudienceSegmentCriteriaComparisonOperator operator) {
this.operator = operator;
} | [
"public",
"void",
"setOperator",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AudienceSegmentCriteriaComparisonOperator",
"operator",
")",
"{",
"this",
".",
"operator",
"=",
"operator",
";",
"}"
] | Sets the operator value for this AudienceSegmentCriteria.
@param operator * The comparison operator. This attribute is required. | [
"Sets",
"the",
"operator",
"value",
"for",
"this",
"AudienceSegmentCriteria",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AudienceSegmentCriteria.java#L72-L74 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/OperatingSystemTargeting.java | OperatingSystemTargeting.setOperatingSystems | public void setOperatingSystems(com.google.api.ads.admanager.axis.v201805.Technology[] operatingSystems) {
this.operatingSystems = operatingSystems;
} | java | public void setOperatingSystems(com.google.api.ads.admanager.axis.v201805.Technology[] operatingSystems) {
this.operatingSystems = operatingSystems;
} | [
"public",
"void",
"setOperatingSystems",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Technology",
"[",
"]",
"operatingSystems",
")",
"{",
"this",
".",
"operatingSystems",
"=",
"operatingSystems",
";... | Sets the operatingSystems value for this OperatingSystemTargeting.
@param operatingSystems * Operating systems that are being targeted or excluded by the
{@link LineItem}. | [
"Sets",
"the",
"operatingSystems",
"value",
"for",
"this",
"OperatingSystemTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/OperatingSystemTargeting.java#L100-L102 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java | HistoricalAdjustment.getTargetDateRange | public com.google.api.ads.admanager.axis.v201902.DateRange getTargetDateRange() {
return targetDateRange;
} | java | public com.google.api.ads.admanager.axis.v201902.DateRange getTargetDateRange() {
return targetDateRange;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateRange",
"getTargetDateRange",
"(",
")",
"{",
"return",
"targetDateRange",
";",
"}"
] | Gets the targetDateRange value for this HistoricalAdjustment.
@return targetDateRange * The future date range targeted for the adjustment. | [
"Gets",
"the",
"targetDateRange",
"value",
"for",
"this",
"HistoricalAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java#L71-L73 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java | HistoricalAdjustment.setTargetDateRange | public void setTargetDateRange(com.google.api.ads.admanager.axis.v201902.DateRange targetDateRange) {
this.targetDateRange = targetDateRange;
} | java | public void setTargetDateRange(com.google.api.ads.admanager.axis.v201902.DateRange targetDateRange) {
this.targetDateRange = targetDateRange;
} | [
"public",
"void",
"setTargetDateRange",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateRange",
"targetDateRange",
")",
"{",
"this",
".",
"targetDateRange",
"=",
"targetDateRange",
";",
"}"
] | Sets the targetDateRange value for this HistoricalAdjustment.
@param targetDateRange * The future date range targeted for the adjustment. | [
"Sets",
"the",
"targetDateRange",
"value",
"for",
"this",
"HistoricalAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java#L81-L83 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java | HistoricalAdjustment.getReferenceDateRange | public com.google.api.ads.admanager.axis.v201902.DateRange getReferenceDateRange() {
return referenceDateRange;
} | java | public com.google.api.ads.admanager.axis.v201902.DateRange getReferenceDateRange() {
return referenceDateRange;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateRange",
"getReferenceDateRange",
"(",
")",
"{",
"return",
"referenceDateRange",
";",
"}"
] | Gets the referenceDateRange value for this HistoricalAdjustment.
@return referenceDateRange * The historical date range intended to be used as the reference. | [
"Gets",
"the",
"referenceDateRange",
"value",
"for",
"this",
"HistoricalAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java#L91-L93 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java | HistoricalAdjustment.setReferenceDateRange | public void setReferenceDateRange(com.google.api.ads.admanager.axis.v201902.DateRange referenceDateRange) {
this.referenceDateRange = referenceDateRange;
} | java | public void setReferenceDateRange(com.google.api.ads.admanager.axis.v201902.DateRange referenceDateRange) {
this.referenceDateRange = referenceDateRange;
} | [
"public",
"void",
"setReferenceDateRange",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateRange",
"referenceDateRange",
")",
"{",
"this",
".",
"referenceDateRange",
"=",
"referenceDateRange",
";",
"}... | Sets the referenceDateRange value for this HistoricalAdjustment.
@param referenceDateRange * The historical date range intended to be used as the reference. | [
"Sets",
"the",
"referenceDateRange",
"value",
"for",
"this",
"HistoricalAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HistoricalAdjustment.java#L101-L103 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimateRequest.java | CampaignEstimateRequest.getAdGroupEstimateRequests | public com.google.api.ads.adwords.axis.v201809.o.AdGroupEstimateRequest[] getAdGroupEstimateRequests() {
return adGroupEstimateRequests;
} | java | public com.google.api.ads.adwords.axis.v201809.o.AdGroupEstimateRequest[] getAdGroupEstimateRequests() {
return adGroupEstimateRequests;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"AdGroupEstimateRequest",
"[",
"]",
"getAdGroupEstimateRequests",
"(",
")",
"{",
"return",
"adGroupEstimateRequests",
";",
"}"
] | Gets the adGroupEstimateRequests value for this CampaignEstimateRequest.
@return adGroupEstimateRequests * The list of ad groups to estimate. This field is required and
should not be {@code null}. At
least one ad group is required.
<p>New campaigns may only contain new ad groups.
If an
{@link AdGroupEstimateRequest... | [
"Gets",
"the",
"adGroupEstimateRequests",
"value",
"for",
"this",
"CampaignEstimateRequest",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimateRequest.java#L228-L230 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimateRequest.java | CampaignEstimateRequest.getDailyBudget | public com.google.api.ads.adwords.axis.v201809.cm.Money getDailyBudget() {
return dailyBudget;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getDailyBudget() {
return dailyBudget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getDailyBudget",
"(",
")",
"{",
"return",
"dailyBudget",
";",
"}"
] | Gets the dailyBudget value for this CampaignEstimateRequest.
@return dailyBudget * Daily campaign budget to use in traffic estimation. If not
specified,
the daily budget is unlimited. | [
"Gets",
"the",
"dailyBudget",
"value",
"for",
"this",
"CampaignEstimateRequest",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimateRequest.java#L458-L460 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/jaxb/JaxBSerializer.java | JaxBSerializer.serialize | public String serialize(T object, boolean includeXmlDeclaration) {
try {
Marshaller marshaller = jaxbContext.createMarshaller();
marshaller.setProperty(Marshaller.JAXB_FRAGMENT, Boolean.valueOf(!includeXmlDeclaration));
JAXBElement<T> element =
new JAXBElement<T>(qname, clazz, object);
... | java | public String serialize(T object, boolean includeXmlDeclaration) {
try {
Marshaller marshaller = jaxbContext.createMarshaller();
marshaller.setProperty(Marshaller.JAXB_FRAGMENT, Boolean.valueOf(!includeXmlDeclaration));
JAXBElement<T> element =
new JAXBElement<T>(qname, clazz, object);
... | [
"public",
"String",
"serialize",
"(",
"T",
"object",
",",
"boolean",
"includeXmlDeclaration",
")",
"{",
"try",
"{",
"Marshaller",
"marshaller",
"=",
"jaxbContext",
".",
"createMarshaller",
"(",
")",
";",
"marshaller",
".",
"setProperty",
"(",
"Marshaller",
".",
... | Serializes the object with the option to include or exclude the XML declaration.
@throws SerializationException if we cannot serialize the object. | [
"Serializes",
"the",
"object",
"with",
"the",
"option",
"to",
"include",
"or",
"exclude",
"the",
"XML",
"declaration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/jaxb/JaxBSerializer.java#L74-L86 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductSegmentation.java | ProductSegmentation.setGeoSegment | public void setGeoSegment(com.google.api.ads.admanager.axis.v201805.GeoTargeting geoSegment) {
this.geoSegment = geoSegment;
} | java | public void setGeoSegment(com.google.api.ads.admanager.axis.v201805.GeoTargeting geoSegment) {
this.geoSegment = geoSegment;
} | [
"public",
"void",
"setGeoSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"GeoTargeting",
"geoSegment",
")",
"{",
"this",
".",
"geoSegment",
"=",
"geoSegment",
";",
"}"
] | Sets the geoSegment value for this ProductSegmentation.
@param geoSegment * The geographic segmentation. Segments should be set on the
{@link GeoTargeting#targetedLocations} field.
<p>This attribute is optional. | [
"Sets",
"the",
"geoSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductSegmentation.java#L245-L247 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductSegmentation.java | ProductSegmentation.setAdUnitSegments | public void setAdUnitSegments(com.google.api.ads.admanager.axis.v201805.AdUnitTargeting[] adUnitSegments) {
this.adUnitSegments = adUnitSegments;
} | java | public void setAdUnitSegments(com.google.api.ads.admanager.axis.v201805.AdUnitTargeting[] adUnitSegments) {
this.adUnitSegments = adUnitSegments;
} | [
"public",
"void",
"setAdUnitSegments",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"AdUnitTargeting",
"[",
"]",
"adUnitSegments",
")",
"{",
"this",
".",
"adUnitSegments",
"=",
"adUnitSegments",
";",
... | Sets the adUnitSegments value for this ProductSegmentation.
@param adUnitSegments * The ad unit targeting segmentation. For each ad unit segment,
{@link AdUnitTargeting#includeDescendants} must be true.
<p>This attribute is optional. | [
"Sets",
"the",
"adUnitSegments",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductSegmentation.java#L271-L273 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationReportRow.java | ReconciliationReportRow.getDfpRevenue | public com.google.api.ads.admanager.axis.v201808.Money getDfpRevenue() {
return dfpRevenue;
} | java | public com.google.api.ads.admanager.axis.v201808.Money getDfpRevenue() {
return dfpRevenue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Money",
"getDfpRevenue",
"(",
")",
"{",
"return",
"dfpRevenue",
";",
"}"
] | Gets the dfpRevenue value for this ReconciliationReportRow.
@return dfpRevenue * The revenue calculated based on the {@link #costPerUnit}, {@link
#costType},
{@link #dfpClicks}, {@link #dfpImpressions} and {@link
#dfpLineItemDays}.
This attribute is calculated by Google and is read-only. | [
"Gets",
"the",
"dfpRevenue",
"value",
"for",
"this",
"ReconciliationReportRow",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationReportRow.java#L781-L783 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/AdsSoapModule.java | AdsSoapModule.configureFactories | protected <H extends AdsServiceClientFactoryHelper<C, S, D>,
F extends BaseAdsServiceClientFactory<C, S, D>>
void configureFactories(
TypeLiteral<AdsServiceClientFactoryInterface<C, S, D>> adsServiceClientFactoryTypeLiteral,
TypeLiteral<AdsServiceDescriptorFactoryInterface<D>>
... | java | protected <H extends AdsServiceClientFactoryHelper<C, S, D>,
F extends BaseAdsServiceClientFactory<C, S, D>>
void configureFactories(
TypeLiteral<AdsServiceClientFactoryInterface<C, S, D>> adsServiceClientFactoryTypeLiteral,
TypeLiteral<AdsServiceDescriptorFactoryInterface<D>>
... | [
"protected",
"<",
"H",
"extends",
"AdsServiceClientFactoryHelper",
"<",
"C",
",",
"S",
",",
"D",
">",
",",
"F",
"extends",
"BaseAdsServiceClientFactory",
"<",
"C",
",",
"S",
",",
"D",
">",
">",
"void",
"configureFactories",
"(",
"TypeLiteral",
"<",
"AdsServi... | Configures the factories.
@param <H> the subclass of {@link AdsServiceClientFactoryHelper}
@param <F> the subclass of {@link BaseAdsServiceClientFactory}
@param adsServiceClientFactoryTypeLiteral the factory type literal which
contains a {@link AdsServiceClientFactoryInterface}
@param adsServiceDescriptorFactoryTypeL... | [
"Configures",
"the",
"factories",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/AdsSoapModule.java#L61-L79 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Media.java | Media.getByteArrayFromStream | private static byte[] getByteArrayFromStream(final InputStream inputStream) throws IOException {
return new ByteSource() {
@Override
public InputStream openStream() {
return inputStream;
}
}.read();
} | java | private static byte[] getByteArrayFromStream(final InputStream inputStream) throws IOException {
return new ByteSource() {
@Override
public InputStream openStream() {
return inputStream;
}
}.read();
} | [
"private",
"static",
"byte",
"[",
"]",
"getByteArrayFromStream",
"(",
"final",
"InputStream",
"inputStream",
")",
"throws",
"IOException",
"{",
"return",
"new",
"ByteSource",
"(",
")",
"{",
"@",
"Override",
"public",
"InputStream",
"openStream",
"(",
")",
"{",
... | Gets the byte array from the input stream containing the full data from
that stream.
@param inputStream the {@code InputStream} to get the byte array from
@return a byte array containing all data from the input stream
@throws IOException if the stream cannot be read | [
"Gets",
"the",
"byte",
"array",
"from",
"the",
"input",
"stream",
"containing",
"the",
"full",
"data",
"from",
"that",
"stream",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Media.java#L94-L101 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/SoapServiceClient.java | SoapServiceClient.invoke | @Override
public Object invoke(Object proxy, final Method method, final Object[] args)
throws Throwable {
try {
return getClass().getMethod(method.getName(), method.getParameterTypes())
.invoke(this, args);
} catch (NoSuchMethodException e) {
// Ignore and let the SOAP client handl... | java | @Override
public Object invoke(Object proxy, final Method method, final Object[] args)
throws Throwable {
try {
return getClass().getMethod(method.getName(), method.getParameterTypes())
.invoke(this, args);
} catch (NoSuchMethodException e) {
// Ignore and let the SOAP client handl... | [
"@",
"Override",
"public",
"Object",
"invoke",
"(",
"Object",
"proxy",
",",
"final",
"Method",
"method",
",",
"final",
"Object",
"[",
"]",
"args",
")",
"throws",
"Throwable",
"{",
"try",
"{",
"return",
"getClass",
"(",
")",
".",
"getMethod",
"(",
"method... | Wraps the underlying SOAP RPC such that first the method, by its name,
is applied to the runtime class. If no such method exists, it is assumed
that the call is meant for the SOAP client. In this case, the SOAP client
handler will invoke the SOAP client method with provided arguments.
@param proxy the proxy class that... | [
"Wraps",
"the",
"underlying",
"SOAP",
"RPC",
"such",
"that",
"first",
"the",
"method",
"by",
"its",
"name",
"is",
"applied",
"to",
"the",
"runtime",
"class",
".",
"If",
"no",
"such",
"method",
"exists",
"it",
"is",
"assumed",
"that",
"the",
"call",
"is",... | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/SoapServiceClient.java#L83-L97 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/SoapServiceClient.java | SoapServiceClient.unwrapRemoteCallReturn | protected Object unwrapRemoteCallReturn(RemoteCallReturn remoteCallReturn) throws Throwable {
if (remoteCallReturn.getException() != null) {
throw handleException(remoteCallReturn.getException());
} else {
return remoteCallReturn.getReturnValue();
}
} | java | protected Object unwrapRemoteCallReturn(RemoteCallReturn remoteCallReturn) throws Throwable {
if (remoteCallReturn.getException() != null) {
throw handleException(remoteCallReturn.getException());
} else {
return remoteCallReturn.getReturnValue();
}
} | [
"protected",
"Object",
"unwrapRemoteCallReturn",
"(",
"RemoteCallReturn",
"remoteCallReturn",
")",
"throws",
"Throwable",
"{",
"if",
"(",
"remoteCallReturn",
".",
"getException",
"(",
")",
"!=",
"null",
")",
"{",
"throw",
"handleException",
"(",
"remoteCallReturn",
... | Unwraps a SOAP remote call return such that if there was an exception, it is
thrown and if it was a successful call, the return value of the SOAP call
is returned.
@param remoteCallReturn the {@link RemoteCallReturn} to unwrap
@return the {@link RemoteCallReturn#getReturnValue()} if the call was
successful
@throws Thr... | [
"Unwraps",
"a",
"SOAP",
"remote",
"call",
"return",
"such",
"that",
"if",
"there",
"was",
"an",
"exception",
"it",
"is",
"thrown",
"and",
"if",
"it",
"was",
"a",
"successful",
"call",
"the",
"return",
"value",
"of",
"the",
"SOAP",
"call",
"is",
"returned... | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/soap/SoapServiceClient.java#L168-L174 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/RequestPlatformTargeting.java | RequestPlatformTargeting.setTargetedRequestPlatforms | public void setTargetedRequestPlatforms(com.google.api.ads.admanager.axis.v201808.RequestPlatform[] targetedRequestPlatforms) {
this.targetedRequestPlatforms = targetedRequestPlatforms;
} | java | public void setTargetedRequestPlatforms(com.google.api.ads.admanager.axis.v201808.RequestPlatform[] targetedRequestPlatforms) {
this.targetedRequestPlatforms = targetedRequestPlatforms;
} | [
"public",
"void",
"setTargetedRequestPlatforms",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"RequestPlatform",
"[",
"]",
"targetedRequestPlatforms",
")",
"{",
"this",
".",
"targetedRequestPlatforms",
"=... | Sets the targetedRequestPlatforms value for this RequestPlatformTargeting.
@param targetedRequestPlatforms | [
"Sets",
"the",
"targetedRequestPlatforms",
"value",
"for",
"this",
"RequestPlatformTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/RequestPlatformTargeting.java#L79-L81 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DropDownCustomField.java | DropDownCustomField.setOptions | public void setOptions(com.google.api.ads.admanager.axis.v201808.CustomFieldOption[] options) {
this.options = options;
} | java | public void setOptions(com.google.api.ads.admanager.axis.v201808.CustomFieldOption[] options) {
this.options = options;
} | [
"public",
"void",
"setOptions",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CustomFieldOption",
"[",
"]",
"options",
")",
"{",
"this",
".",
"options",
"=",
"options",
";",
"}"
] | Sets the options value for this DropDownCustomField.
@param options * The options allowed for this custom field. This is read only. | [
"Sets",
"the",
"options",
"value",
"for",
"this",
"DropDownCustomField",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DropDownCustomField.java#L85-L87 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java | MultiAssetResponsiveDisplayAd.getMarketingImages | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getMarketingImages() {
return marketingImages;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getMarketingImages() {
return marketingImages;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"getMarketingImages",
"(",
")",
"{",
"return",
"marketingImages",
";",
"}"
] | Gets the marketingImages value for this MultiAssetResponsiveDisplayAd.
@return marketingImages * Marketing image to be used in the ad. This ad format does not
allow the creation of an
imageAsset using the ImageAsset.imageData field.
An imageAsset must first be created using the
AssetService, and ImageAsset.assetId m... | [
"Gets",
"the",
"marketingImages",
"value",
"for",
"this",
"MultiAssetResponsiveDisplayAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java#L334-L336 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java | MultiAssetResponsiveDisplayAd.getSquareMarketingImages | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getSquareMarketingImages() {
return squareMarketingImages;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getSquareMarketingImages() {
return squareMarketingImages;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"getSquareMarketingImages",
"(",
")",
"{",
"return",
"squareMarketingImages",
";",
"}"
] | Gets the squareMarketingImages value for this MultiAssetResponsiveDisplayAd.
@return squareMarketingImages * Square marketing image to be used in the ad. This image may
be used when a square aspect ratio
is more appropriate than the aspect ratio of the
{@link #marketingImage} image. This ad format
does not allow the... | [
"Gets",
"the",
"squareMarketingImages",
"value",
"for",
"this",
"MultiAssetResponsiveDisplayAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java#L393-L395 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java | MultiAssetResponsiveDisplayAd.getLogoImages | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getLogoImages() {
return logoImages;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getLogoImages() {
return logoImages;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"getLogoImages",
"(",
")",
"{",
"return",
"logoImages",
";",
"}"
] | Gets the logoImages value for this MultiAssetResponsiveDisplayAd.
@return logoImages * Logo image to be used in the ad. This ad format does not allow
the creation of an image using
the ImageAsset.imageData field. An imageAsset
must first be created using the AssetService, and
ImageAsset.assetId must be populated in ... | [
"Gets",
"the",
"logoImages",
"value",
"for",
"this",
"MultiAssetResponsiveDisplayAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java#L448-L450 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java | MultiAssetResponsiveDisplayAd.getLandscapeLogoImages | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getLandscapeLogoImages() {
return landscapeLogoImages;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getLandscapeLogoImages() {
return landscapeLogoImages;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"getLandscapeLogoImages",
"(",
")",
"{",
"return",
"landscapeLogoImages",
";",
"}"
] | Gets the landscapeLogoImages value for this MultiAssetResponsiveDisplayAd.
@return landscapeLogoImages * Landscape logo image which is used for serving dynamic MultiAssetResponsiveDisplayAd.
This ad
format does not allow the creation of an image
using the ImageAsset.imageData field. An
imageAsset must first be creat... | [
"Gets",
"the",
"landscapeLogoImages",
"value",
"for",
"this",
"MultiAssetResponsiveDisplayAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java#L497-L499 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java | MultiAssetResponsiveDisplayAd.getLongHeadline | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink getLongHeadline() {
return longHeadline;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink getLongHeadline() {
return longHeadline;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"getLongHeadline",
"(",
")",
"{",
"return",
"longHeadline",
";",
"}"
] | Gets the longHeadline value for this MultiAssetResponsiveDisplayAd.
@return longHeadline * Long format of the headline of the ad. Maximum display width
is 90.
<span class="constraint Selectable">This field
can be selected using the value "MultiAssetResponsiveDisplayAdLongHeadline".</span>
<span class="constraint Req... | [
"Gets",
"the",
"longHeadline",
"value",
"for",
"this",
"MultiAssetResponsiveDisplayAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java#L584-L586 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java | MultiAssetResponsiveDisplayAd.setYouTubeVideos | public void setYouTubeVideos(com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] youTubeVideos) {
this.youTubeVideos = youTubeVideos;
} | java | public void setYouTubeVideos(com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] youTubeVideos) {
this.youTubeVideos = youTubeVideos;
} | [
"public",
"void",
"setYouTubeVideos",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"youTubeVideos",
")",
"{",
"this",
".",
"youTubeVideos",
"=",
"youTubeVideos",
";... | Sets the youTubeVideos value for this MultiAssetResponsiveDisplayAd.
@param youTubeVideos * The YouTube videos of the ad. Optional. Support up to 5 youtube
videos. Asset.assetId must be
populated in this field.
<span class="constraint Selectable">This field
can be selected using the value "MultiAssetResponsiveDispla... | [
"Sets",
"the",
"youTubeVideos",
"value",
"for",
"this",
"MultiAssetResponsiveDisplayAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MultiAssetResponsiveDisplayAd.java#L670-L672 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DynamicSettings.java | DynamicSettings.getLandscapeLogoImage | public com.google.api.ads.adwords.axis.v201809.cm.Image getLandscapeLogoImage() {
return landscapeLogoImage;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Image getLandscapeLogoImage() {
return landscapeLogoImage;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Image",
"getLandscapeLogoImage",
"(",
")",
"{",
"return",
"landscapeLogoImage",
";",
"}"
] | Gets the landscapeLogoImage value for this DynamicSettings.
@return landscapeLogoImage * Landscape logo image. This ad format does not allow the creation
of an image using the
Image.data field. An image must first be created using
the MediaService, and Image.mediaId must
be populated when creating a {@link "DynamicS... | [
"Gets",
"the",
"landscapeLogoImage",
"value",
"for",
"this",
"DynamicSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DynamicSettings.java#L92-L94 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.