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/VideoRedirectCreative.java | VideoRedirectCreative.getVideoAssets | public com.google.api.ads.admanager.axis.v201811.VideoRedirectAsset[] getVideoAssets() {
return videoAssets;
} | java | public com.google.api.ads.admanager.axis.v201811.VideoRedirectAsset[] getVideoAssets() {
return videoAssets;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoRedirectAsset",
"[",
"]",
"getVideoAssets",
"(",
")",
"{",
"return",
"videoAssets",
";",
"}"
] | Gets the videoAssets value for this VideoRedirectCreative.
@return videoAssets * The video creative assets. | [
"Gets",
"the",
"videoAssets",
"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/v201811/VideoRedirectCreative.java#L121-L123 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoRedirectCreative.java | VideoRedirectCreative.setVideoAssets | public void setVideoAssets(com.google.api.ads.admanager.axis.v201811.VideoRedirectAsset[] videoAssets) {
this.videoAssets = videoAssets;
} | java | public void setVideoAssets(com.google.api.ads.admanager.axis.v201811.VideoRedirectAsset[] videoAssets) {
this.videoAssets = videoAssets;
} | [
"public",
"void",
"setVideoAssets",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoRedirectAsset",
"[",
"]",
"videoAssets",
")",
"{",
"this",
".",
"videoAssets",
"=",
"videoAssets",
";",
"}"
] | Sets the videoAssets value for this VideoRedirectCreative.
@param videoAssets * The video creative assets. | [
"Sets",
"the",
"videoAssets",
"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/v201811/VideoRedirectCreative.java#L131-L133 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoRedirectCreative.java | VideoRedirectCreative.getMezzanineFile | public com.google.api.ads.admanager.axis.v201811.VideoRedirectAsset getMezzanineFile() {
return mezzanineFile;
} | java | public com.google.api.ads.admanager.axis.v201811.VideoRedirectAsset getMezzanineFile() {
return mezzanineFile;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoRedirectAsset",
"getMezzanineFile",
"(",
")",
"{",
"return",
"mezzanineFile",
";",
"}"
] | Gets the mezzanineFile value for this VideoRedirectCreative.
@return mezzanineFile * The high quality mezzanine video asset. | [
"Gets",
"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/v201811/VideoRedirectCreative.java#L149-L151 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscapeLandscapePoint.java | BidLandscapeLandscapePoint.getCost | public com.google.api.ads.adwords.axis.v201809.cm.Money getCost() {
return cost;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getCost() {
return cost;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getCost",
"(",
")",
"{",
"return",
"cost",
";",
"}"
] | Gets the cost value for this BidLandscapeLandscapePoint.
@return cost * Estimated cost at this bid. For mobile bid modifier landscapes,
this is the estimated cost
for mobile only.
<span class="constraint Selectable">This field can
be selected using the value "LocalCost".</span><span class="constraint
Filterable">Thi... | [
"Gets",
"the",
"cost",
"value",
"for",
"this",
"BidLandscapeLandscapePoint",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscapeLandscapePoint.java#L260-L262 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscapeLandscapePoint.java | BidLandscapeLandscapePoint.getRequiredBudget | public com.google.api.ads.adwords.axis.v201809.cm.Money getRequiredBudget() {
return requiredBudget;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getRequiredBudget() {
return requiredBudget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getRequiredBudget",
"(",
")",
"{",
"return",
"requiredBudget",
";",
"}"
] | Gets the requiredBudget value for this BidLandscapeLandscapePoint.
@return requiredBudget * Required daily budget to achieve the predicted stats at this
bid.
Only available for campaign criterion bid landscapes.
<span class="constraint Selectable">This field can be selected using
the value "RequiredBudget".</span><s... | [
"Gets",
"the",
"requiredBudget",
"value",
"for",
"this",
"BidLandscapeLandscapePoint",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscapeLandscapePoint.java#L346-L348 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscapeLandscapePoint.java | BidLandscapeLandscapePoint.setTotalLocalCost | public void setTotalLocalCost(com.google.api.ads.adwords.axis.v201809.cm.Money totalLocalCost) {
this.totalLocalCost = totalLocalCost;
} | java | public void setTotalLocalCost(com.google.api.ads.adwords.axis.v201809.cm.Money totalLocalCost) {
this.totalLocalCost = totalLocalCost;
} | [
"public",
"void",
"setTotalLocalCost",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"totalLocalCost",
")",
"{",
"this",
".",
"totalLocalCost",
"=",
"totalLocalCost",
";",
"}"
] | Sets the totalLocalCost value for this BidLandscapeLandscapePoint.
@param totalLocalCost * Estimated total cost for all devices in mobile bid modifier
landscape.
Only available for campaign criterion bid landscapes.
<span class="constraint Selectable">This field can be selected using
the value "TotalLocalCost".</spa... | [
"Sets",
"the",
"totalLocalCost",
"value",
"for",
"this",
"BidLandscapeLandscapePoint",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscapeLandscapePoint.java#L539-L541 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEntry.java | PolicyTopicEntry.getPolicyTopicEntryType | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEntryType getPolicyTopicEntryType() {
return policyTopicEntryType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEntryType getPolicyTopicEntryType() {
return policyTopicEntryType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicEntryType",
"getPolicyTopicEntryType",
"(",
")",
"{",
"return",
"policyTopicEntryType",
";",
"}"
] | Gets the policyTopicEntryType value for this PolicyTopicEntry.
@return policyTopicEntryType * The type of the policy topic entry. | [
"Gets",
"the",
"policyTopicEntryType",
"value",
"for",
"this",
"PolicyTopicEntry",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEntry.java#L92-L94 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEntry.java | PolicyTopicEntry.getPolicyTopicEvidences | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEvidence[] getPolicyTopicEvidences() {
return policyTopicEvidences;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEvidence[] getPolicyTopicEvidences() {
return policyTopicEvidences;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicEvidence",
"[",
"]",
"getPolicyTopicEvidences",
"(",
")",
"{",
"return",
"policyTopicEvidences",
";",
"}"
] | Gets the policyTopicEvidences value for this PolicyTopicEntry.
@return policyTopicEvidences * The policy topic evidences associated with this policy topic
entry. | [
"Gets",
"the",
"policyTopicEvidences",
"value",
"for",
"this",
"PolicyTopicEntry",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEntry.java#L113-L115 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEntry.java | PolicyTopicEntry.getPolicyTopicConstraints | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicConstraint[] getPolicyTopicConstraints() {
return policyTopicConstraints;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicConstraint[] getPolicyTopicConstraints() {
return policyTopicConstraints;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicConstraint",
"[",
"]",
"getPolicyTopicConstraints",
"(",
")",
"{",
"return",
"policyTopicConstraints",
";",
"}"
] | Gets the policyTopicConstraints value for this PolicyTopicEntry.
@return policyTopicConstraints * The targeting constraints to which this PolicyTopicEntry is
related. | [
"Gets",
"the",
"policyTopicConstraints",
"value",
"for",
"this",
"PolicyTopicEntry",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEntry.java#L143-L145 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ExchangeRate.java | ExchangeRate.getDirection | public com.google.api.ads.admanager.axis.v201808.ExchangeRateDirection getDirection() {
return direction;
} | java | public com.google.api.ads.admanager.axis.v201808.ExchangeRateDirection getDirection() {
return direction;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ExchangeRateDirection",
"getDirection",
"(",
")",
"{",
"return",
"direction",
";",
"}"
] | Gets the direction value for this ExchangeRate.
@return direction * The direction that the {@link #exchangeRate} is in. It determines
whether the
{@link #exchangeRate} is from {@link #currencyCode}
to {@link Network#currencyCode}, or from
{@link Network#currencyCode} to {@link #currencyCode}.
This attribute is requi... | [
"Gets",
"the",
"direction",
"value",
"for",
"this",
"ExchangeRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ExchangeRate.java#L179-L181 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderPage.java | BudgetOrderPage.getEntries | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrder[] getEntries() {
return entries;
} | java | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrder[] getEntries() {
return entries;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"billing",
".",
"BudgetOrder",
"[",
"]",
"getEntries",
"(",
")",
"{",
"return",
"entries",
";",
"}"
] | Gets the entries value for this BudgetOrderPage.
@return entries * The result entries in this page. | [
"Gets",
"the",
"entries",
"value",
"for",
"this",
"BudgetOrderPage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderPage.java#L62-L64 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProgressRule.java | ProgressRule.getEvaluationStatus | public com.google.api.ads.admanager.axis.v201811.WorkflowEvaluationStatus getEvaluationStatus() {
return evaluationStatus;
} | java | public com.google.api.ads.admanager.axis.v201811.WorkflowEvaluationStatus getEvaluationStatus() {
return evaluationStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"WorkflowEvaluationStatus",
"getEvaluationStatus",
"(",
")",
"{",
"return",
"evaluationStatus",
";",
"}"
] | Gets the evaluationStatus value for this ProgressRule.
@return evaluationStatus * The status of this rule. | [
"Gets",
"the",
"evaluationStatus",
"value",
"for",
"this",
"ProgressRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProgressRule.java#L125-L127 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProgressRule.java | ProgressRule.setEvaluationStatus | public void setEvaluationStatus(com.google.api.ads.admanager.axis.v201811.WorkflowEvaluationStatus evaluationStatus) {
this.evaluationStatus = evaluationStatus;
} | java | public void setEvaluationStatus(com.google.api.ads.admanager.axis.v201811.WorkflowEvaluationStatus evaluationStatus) {
this.evaluationStatus = evaluationStatus;
} | [
"public",
"void",
"setEvaluationStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"WorkflowEvaluationStatus",
"evaluationStatus",
")",
"{",
"this",
".",
"evaluationStatus",
"=",
"evaluationStatus",
";... | Sets the evaluationStatus value for this ProgressRule.
@param evaluationStatus * The status of this rule. | [
"Sets",
"the",
"evaluationStatus",
"value",
"for",
"this",
"ProgressRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProgressRule.java#L135-L137 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/GetProductCategoryTaxonomy.java | GetProductCategoryTaxonomy.displayCategories | private static void displayCategories(List<CategoryNode> categories, String prefix) {
for (CategoryNode category : categories) {
System.out.printf("%s%s [%s]%n", prefix, category.name, category.id);
displayCategories(category.children, String.format("%s%s > ", prefix, category.name));
}
} | java | private static void displayCategories(List<CategoryNode> categories, String prefix) {
for (CategoryNode category : categories) {
System.out.printf("%s%s [%s]%n", prefix, category.name, category.id);
displayCategories(category.children, String.format("%s%s > ", prefix, category.name));
}
} | [
"private",
"static",
"void",
"displayCategories",
"(",
"List",
"<",
"CategoryNode",
">",
"categories",
",",
"String",
"prefix",
")",
"{",
"for",
"(",
"CategoryNode",
"category",
":",
"categories",
")",
"{",
"System",
".",
"out",
".",
"printf",
"(",
"\"%s%s [... | Recursively prints out each category node and its children.
@param categories the categories to print.
@param prefix the string to print at the beginning of each line of output. | [
"Recursively",
"prints",
"out",
"each",
"category",
"node",
"and",
"its",
"children",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/GetProductCategoryTaxonomy.java#L168-L173 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/OperatingSystemVersionTargeting.java | OperatingSystemVersionTargeting.getTargetedOperatingSystemVersions | public com.google.api.ads.admanager.axis.v201902.Technology[] getTargetedOperatingSystemVersions() {
return targetedOperatingSystemVersions;
} | java | public com.google.api.ads.admanager.axis.v201902.Technology[] getTargetedOperatingSystemVersions() {
return targetedOperatingSystemVersions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"getTargetedOperatingSystemVersions",
"(",
")",
"{",
"return",
"targetedOperatingSystemVersions",
";",
"}"
] | Gets the targetedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
@return targetedOperatingSystemVersions * Operating system versions that are being targeted by the
{@link LineItem}. | [
"Gets",
"the",
"targetedOperatingSystemVersions",
"value",
"for",
"this",
"OperatingSystemVersionTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/OperatingSystemVersionTargeting.java#L63-L65 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/OperatingSystemVersionTargeting.java | OperatingSystemVersionTargeting.getExcludedOperatingSystemVersions | public com.google.api.ads.admanager.axis.v201902.Technology[] getExcludedOperatingSystemVersions() {
return excludedOperatingSystemVersions;
} | java | public com.google.api.ads.admanager.axis.v201902.Technology[] getExcludedOperatingSystemVersions() {
return excludedOperatingSystemVersions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"getExcludedOperatingSystemVersions",
"(",
")",
"{",
"return",
"excludedOperatingSystemVersions",
";",
"}"
] | Gets the excludedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
@return excludedOperatingSystemVersions * Operating system versions that are being excluded by the
{@link LineItem}. | [
"Gets",
"the",
"excludedOperatingSystemVersions",
"value",
"for",
"this",
"OperatingSystemVersionTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/OperatingSystemVersionTargeting.java#L93-L95 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/OperatingSystemVersionTargeting.java | OperatingSystemVersionTargeting.setExcludedOperatingSystemVersions | public void setExcludedOperatingSystemVersions(com.google.api.ads.admanager.axis.v201902.Technology[] excludedOperatingSystemVersions) {
this.excludedOperatingSystemVersions = excludedOperatingSystemVersions;
} | java | public void setExcludedOperatingSystemVersions(com.google.api.ads.admanager.axis.v201902.Technology[] excludedOperatingSystemVersions) {
this.excludedOperatingSystemVersions = excludedOperatingSystemVersions;
} | [
"public",
"void",
"setExcludedOperatingSystemVersions",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"excludedOperatingSystemVersions",
")",
"{",
"this",
".",
"excludedOperatingSyste... | Sets the excludedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
@param excludedOperatingSystemVersions * Operating system versions that are being excluded by the
{@link LineItem}. | [
"Sets",
"the",
"excludedOperatingSystemVersions",
"value",
"for",
"this",
"OperatingSystemVersionTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/OperatingSystemVersionTargeting.java#L104-L106 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Product.java | Product.getProductType | public com.google.api.ads.admanager.axis.v201805.ProductType getProductType() {
return productType;
} | java | public com.google.api.ads.admanager.axis.v201805.ProductType getProductType() {
return productType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ProductType",
"getProductType",
"(",
")",
"{",
"return",
"productType",
";",
"}"
] | Gets the productType value for this Product.
@return productType * The type of {@code Product}. This will always be {@link ProductType#DFP}
for programmatic
guaranteed products.
<span class="constraint ReadOnly">This attribute is
read-only when:<ul><li>using programmatic guaranteed, using sales
management.</li><li>n... | [
"Gets",
"the",
"productType",
"value",
"for",
"this",
"Product",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Product.java#L431-L433 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Product.java | Product.getCustomizableAttributes | public com.google.api.ads.admanager.axis.v201805.CustomizableAttributes getCustomizableAttributes() {
return customizableAttributes;
} | java | public com.google.api.ads.admanager.axis.v201805.CustomizableAttributes getCustomizableAttributes() {
return customizableAttributes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"CustomizableAttributes",
"getCustomizableAttributes",
"(",
")",
"{",
"return",
"customizableAttributes",
";",
"}"
] | Gets the customizableAttributes value for this Product.
@return customizableAttributes * Specifies what targeting or attributes for the created {@link
ProposalLineItem}
are customizable.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
managemen... | [
"Gets",
"the",
"customizableAttributes",
"value",
"for",
"this",
"Product",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Product.java#L958-L960 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerReturnValue.java | ManagedCustomerReturnValue.getValue | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer[] getValue() {
return value;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer[] getValue() {
return value;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"ManagedCustomer",
"[",
"]",
"getValue",
"(",
")",
"{",
"return",
"value",
";",
"}"
] | Gets the value value for this ManagedCustomerReturnValue.
@return value * List of managed customers. | [
"Gets",
"the",
"value",
"value",
"for",
"this",
"ManagedCustomerReturnValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerReturnValue.java#L53-L55 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/FirstPartyAudienceSegmentRule.java | FirstPartyAudienceSegmentRule.setInventoryRule | public void setInventoryRule(com.google.api.ads.admanager.axis.v201808.InventoryTargeting inventoryRule) {
this.inventoryRule = inventoryRule;
} | java | public void setInventoryRule(com.google.api.ads.admanager.axis.v201808.InventoryTargeting inventoryRule) {
this.inventoryRule = inventoryRule;
} | [
"public",
"void",
"setInventoryRule",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"InventoryTargeting",
"inventoryRule",
")",
"{",
"this",
".",
"inventoryRule",
"=",
"inventoryRule",
";",
"}"
] | Sets the inventoryRule value for this FirstPartyAudienceSegmentRule.
@param inventoryRule * Specifies the inventory (i.e. ad units and placements) that
are part of the rule of a
{@link FirstPartyAudienceSegment}. This attribute
is required. | [
"Sets",
"the",
"inventoryRule",
"value",
"for",
"this",
"FirstPartyAudienceSegmentRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/FirstPartyAudienceSegmentRule.java#L117-L119 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.getUserStatus | public com.google.api.ads.adwords.axis.v201809.cm.UserStatus getUserStatus() {
return userStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UserStatus getUserStatus() {
return userStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UserStatus",
"getUserStatus",
"(",
")",
"{",
"return",
"userStatus",
";",
"}"
] | Gets the userStatus value for this BiddableAdGroupCriterion.
@return userStatus * Current user-set state of criterion.
UserStatus may not be set to {@code REMOVED} and
is not supported for ProductPartition
criterion. On add, defaults to {@code ENABLED}
if unspecified. | [
"Gets",
"the",
"userStatus",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L230-L232 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.setSystemServingStatus | public void setSystemServingStatus(com.google.api.ads.adwords.axis.v201809.cm.SystemServingStatus systemServingStatus) {
this.systemServingStatus = systemServingStatus;
} | java | public void setSystemServingStatus(com.google.api.ads.adwords.axis.v201809.cm.SystemServingStatus systemServingStatus) {
this.systemServingStatus = systemServingStatus;
} | [
"public",
"void",
"setSystemServingStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SystemServingStatus",
"systemServingStatus",
")",
"{",
"this",
".",
"systemServingStatus",
"=",
"system... | Sets the systemServingStatus value for this BiddableAdGroupCriterion.
@param systemServingStatus * Serving status.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Sets",
"the",
"systemServingStatus",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L268-L270 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.getApprovalStatus | public com.google.api.ads.adwords.axis.v201809.cm.ApprovalStatus getApprovalStatus() {
return approvalStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ApprovalStatus getApprovalStatus() {
return approvalStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ApprovalStatus",
"getApprovalStatus",
"(",
")",
"{",
"return",
"approvalStatus",
";",
"}"
] | Gets the approvalStatus value for this BiddableAdGroupCriterion.
@return approvalStatus * Approval status.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"approvalStatus",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L280-L282 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.setFirstPageCpc | public void setFirstPageCpc(com.google.api.ads.adwords.axis.v201809.cm.Bid firstPageCpc) {
this.firstPageCpc = firstPageCpc;
} | java | public void setFirstPageCpc(com.google.api.ads.adwords.axis.v201809.cm.Bid firstPageCpc) {
this.firstPageCpc = firstPageCpc;
} | [
"public",
"void",
"setFirstPageCpc",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Bid",
"firstPageCpc",
")",
"{",
"this",
".",
"firstPageCpc",
"=",
"firstPageCpc",
";",
"}"
] | Sets the firstPageCpc value for this BiddableAdGroupCriterion.
@param firstPageCpc * First page Cpc for this criterion.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Sets",
"the",
"firstPageCpc",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L348-L350 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.getTopOfPageCpc | public com.google.api.ads.adwords.axis.v201809.cm.Bid getTopOfPageCpc() {
return topOfPageCpc;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Bid getTopOfPageCpc() {
return topOfPageCpc;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Bid",
"getTopOfPageCpc",
"(",
")",
"{",
"return",
"topOfPageCpc",
";",
"}"
] | Gets the topOfPageCpc value for this BiddableAdGroupCriterion.
@return topOfPageCpc * An estimate of the cpc bid needed for your ad to appear above
the
first page of Google search results when a query
matches the keywords exactly.
Note that meeting this estimate is not a guarantee
of ad position,
which may depend on... | [
"Gets",
"the",
"topOfPageCpc",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L366-L368 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.getFirstPositionCpc | public com.google.api.ads.adwords.axis.v201809.cm.Bid getFirstPositionCpc() {
return firstPositionCpc;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Bid getFirstPositionCpc() {
return firstPositionCpc;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Bid",
"getFirstPositionCpc",
"(",
")",
"{",
"return",
"firstPositionCpc",
";",
"}"
] | Gets the firstPositionCpc value for this BiddableAdGroupCriterion.
@return firstPositionCpc * An estimate of the cpc bid needed for your ad to regularly
appear in the top position above
the search results on google.com when a query
matches the keywords exactly. Note that meeting
this estimate is not a guarantee of ... | [
"Gets",
"the",
"firstPositionCpc",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L401-L403 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.getQualityInfo | public com.google.api.ads.adwords.axis.v201809.cm.QualityInfo getQualityInfo() {
return qualityInfo;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.QualityInfo getQualityInfo() {
return qualityInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"QualityInfo",
"getQualityInfo",
"(",
")",
"{",
"return",
"qualityInfo",
";",
"}"
] | Gets the qualityInfo value for this BiddableAdGroupCriterion.
@return qualityInfo * Contains quality information about the criterion.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"qualityInfo",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L430-L432 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.setBiddingStrategyConfiguration | public void setBiddingStrategyConfiguration(com.google.api.ads.adwords.axis.v201809.cm.BiddingStrategyConfiguration biddingStrategyConfiguration) {
this.biddingStrategyConfiguration = biddingStrategyConfiguration;
} | java | public void setBiddingStrategyConfiguration(com.google.api.ads.adwords.axis.v201809.cm.BiddingStrategyConfiguration biddingStrategyConfiguration) {
this.biddingStrategyConfiguration = biddingStrategyConfiguration;
} | [
"public",
"void",
"setBiddingStrategyConfiguration",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"BiddingStrategyConfiguration",
"biddingStrategyConfiguration",
")",
"{",
"this",
".",
"biddingStra... | Sets the biddingStrategyConfiguration value for this BiddableAdGroupCriterion.
@param biddingStrategyConfiguration * Bidding configuration for this ad group criterion. To set the
bids on the ad groups
use {@link BiddingStrategyConfiguration#bids}.
Multiple bids can be set on
ad group criterion at the same time. Only... | [
"Sets",
"the",
"biddingStrategyConfiguration",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L478-L480 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java | BiddableAdGroupCriterion.getFinalAppUrls | public com.google.api.ads.adwords.axis.v201809.cm.AppUrlList getFinalAppUrls() {
return finalAppUrls;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AppUrlList getFinalAppUrls() {
return finalAppUrls;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AppUrlList",
"getFinalAppUrls",
"(",
")",
"{",
"return",
"finalAppUrls",
";",
"}"
] | Gets the finalAppUrls value for this BiddableAdGroupCriterion.
@return finalAppUrls * A list of final app URLs that will be used on mobile if the
user has the specific app
installed.
<span class="constraint CampaignType">This field
may not be set for campaign channel type SHOPPING with campaign channel
subtype SHOPP... | [
"Gets",
"the",
"finalAppUrls",
"value",
"for",
"this",
"BiddableAdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddableAdGroupCriterion.java#L569-L571 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BillableRevenueOverrides.java | BillableRevenueOverrides.getBillableRevenueOverride | public com.google.api.ads.admanager.axis.v201811.Money getBillableRevenueOverride() {
return billableRevenueOverride;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getBillableRevenueOverride() {
return billableRevenueOverride;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getBillableRevenueOverride",
"(",
")",
"{",
"return",
"billableRevenueOverride",
";",
"}"
] | Gets the billableRevenueOverride value for this BillableRevenueOverrides.
@return billableRevenueOverride * The manually entered billable revenue override, which will
be used to
calculate both the {@link #netBillableRevenueOverride}
and the
{@link #grossBillableRevenueOverride}.
This value is required. | [
"Gets",
"the",
"billableRevenueOverride",
"value",
"for",
"this",
"BillableRevenueOverrides",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BillableRevenueOverrides.java#L177-L179 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Targeting.java | Targeting.getGeoTargeting | public com.google.api.ads.admanager.axis.v201902.GeoTargeting getGeoTargeting() {
return geoTargeting;
} | java | public com.google.api.ads.admanager.axis.v201902.GeoTargeting getGeoTargeting() {
return geoTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"GeoTargeting",
"getGeoTargeting",
"(",
")",
"{",
"return",
"geoTargeting",
";",
"}"
] | Gets the geoTargeting value for this Targeting.
@return geoTargeting * Specifies what geographical locations are targeted by the {@link
LineItem}.
This attribute is optional. | [
"Gets",
"the",
"geoTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Targeting.java#L179-L181 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Targeting.java | Targeting.setDateTimeRangeTargeting | public void setDateTimeRangeTargeting(com.google.api.ads.admanager.axis.v201902.DateTimeRangeTargeting dateTimeRangeTargeting) {
this.dateTimeRangeTargeting = dateTimeRangeTargeting;
} | java | public void setDateTimeRangeTargeting(com.google.api.ads.admanager.axis.v201902.DateTimeRangeTargeting dateTimeRangeTargeting) {
this.dateTimeRangeTargeting = dateTimeRangeTargeting;
} | [
"public",
"void",
"setDateTimeRangeTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateTimeRangeTargeting",
"dateTimeRangeTargeting",
")",
"{",
"this",
".",
"dateTimeRangeTargeting",
"=",
"dateTim... | Sets the dateTimeRangeTargeting value for this Targeting.
@param dateTimeRangeTargeting * Specifies the dates and time ranges that are targeted by the
{@link LineItem}. This attribute
is optional. | [
"Sets",
"the",
"dateTimeRangeTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Targeting.java#L263-L265 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Targeting.java | Targeting.setContentTargeting | public void setContentTargeting(com.google.api.ads.admanager.axis.v201902.ContentTargeting contentTargeting) {
this.contentTargeting = contentTargeting;
} | java | public void setContentTargeting(com.google.api.ads.admanager.axis.v201902.ContentTargeting contentTargeting) {
this.contentTargeting = contentTargeting;
} | [
"public",
"void",
"setContentTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ContentTargeting",
"contentTargeting",
")",
"{",
"this",
".",
"contentTargeting",
"=",
"contentTargeting",
";",
"}"... | Sets the contentTargeting value for this Targeting.
@param contentTargeting * Specifies the video categories and individual videos targeted
by the
{@link LineItem}. | [
"Sets",
"the",
"contentTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Targeting.java#L437-L439 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateElement.java | TemplateElement.setFields | public void setFields(com.google.api.ads.adwords.axis.v201809.cm.TemplateElementField[] fields) {
this.fields = fields;
} | java | public void setFields(com.google.api.ads.adwords.axis.v201809.cm.TemplateElementField[] fields) {
this.fields = fields;
} | [
"public",
"void",
"setFields",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"TemplateElementField",
"[",
"]",
"fields",
")",
"{",
"this",
".",
"fields",
"=",
"fields",
";",
"}"
] | Sets the fields value for this TemplateElement.
@param fields * List of fields to use for this template element.
These must be the same for all template ads in the
same template ad union.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Sets",
"the",
"fields",
"value",
"for",
"this",
"TemplateElement",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateElement.java#L114-L116 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java | AddDynamicSearchAdsCampaign.createCampaign | private static Campaign createCampaign(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Budget budget)
throws RemoteException, ApiException {
// Get the CampaignService.
CampaignServiceInterface campaignService =
adWordsServices.get(session, CampaignServiceInterface.class);... | java | private static Campaign createCampaign(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Budget budget)
throws RemoteException, ApiException {
// Get the CampaignService.
CampaignServiceInterface campaignService =
adWordsServices.get(session, CampaignServiceInterface.class);... | [
"private",
"static",
"Campaign",
"createCampaign",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Budget",
"budget",
")",
"throws",
"RemoteException",
",",
"ApiException",
"{",
"// Get the CampaignService.",
"CampaignServiceInterfa... | Creates the campaign. | [
"Creates",
"the",
"campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java#L153-L207 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java | AddDynamicSearchAdsCampaign.createBudget | private static Budget createBudget(
AdWordsServicesInterface adWordsServices, AdWordsSession session)
throws RemoteException, ApiException {
// Get the BudgetService.
BudgetServiceInterface budgetService =
adWordsServices.get(session, BudgetServiceInterface.class);
// Create a budget, w... | java | private static Budget createBudget(
AdWordsServicesInterface adWordsServices, AdWordsSession session)
throws RemoteException, ApiException {
// Get the BudgetService.
BudgetServiceInterface budgetService =
adWordsServices.get(session, BudgetServiceInterface.class);
// Create a budget, w... | [
"private",
"static",
"Budget",
"createBudget",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
")",
"throws",
"RemoteException",
",",
"ApiException",
"{",
"// Get the BudgetService.",
"BudgetServiceInterface",
"budgetService",
"=",
"adWor... | Creates the budget. | [
"Creates",
"the",
"budget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java#L210-L232 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java | AddDynamicSearchAdsCampaign.createAdGroup | private static AdGroup createAdGroup(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Campaign campaign)
throws ApiException, RemoteException {
// Get the AdGroupService.
AdGroupServiceInterface adGroupService =
adWordsServices.get(session, AdGroupServiceInterface.class);
... | java | private static AdGroup createAdGroup(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Campaign campaign)
throws ApiException, RemoteException {
// Get the AdGroupService.
AdGroupServiceInterface adGroupService =
adWordsServices.get(session, AdGroupServiceInterface.class);
... | [
"private",
"static",
"AdGroup",
"createAdGroup",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Campaign",
"campaign",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// Get the AdGroupService.",
"AdGroupServiceInterfa... | Creates the ad group. | [
"Creates",
"the",
"ad",
"group",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java#L235-L276 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java | AddDynamicSearchAdsCampaign.createExpandedDSA | private static void createExpandedDSA(
AdWordsServicesInterface adWordsServices, AdWordsSession session, AdGroup adGroup)
throws ApiException, RemoteException {
// Get the AdGroupAdService.
AdGroupAdServiceInterface adGroupAdService =
adWordsServices.get(session, AdGroupAdServiceInterface.cl... | java | private static void createExpandedDSA(
AdWordsServicesInterface adWordsServices, AdWordsSession session, AdGroup adGroup)
throws ApiException, RemoteException {
// Get the AdGroupAdService.
AdGroupAdServiceInterface adGroupAdService =
adWordsServices.get(session, AdGroupAdServiceInterface.cl... | [
"private",
"static",
"void",
"createExpandedDSA",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"AdGroup",
"adGroup",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// Get the AdGroupAdService.",
"AdGroupAdServiceInte... | Creates the expanded Dynamic Search Ad. | [
"Creates",
"the",
"expanded",
"Dynamic",
"Search",
"Ad",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java#L279-L315 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java | AddDynamicSearchAdsCampaign.addWebPageCriteria | private static void addWebPageCriteria(
AdWordsServicesInterface adWordsServices, AdWordsSession session, AdGroup adGroup)
throws ApiException, RemoteException {
// Get the AdGroupCriterionService.
AdGroupCriterionServiceInterface adGroupCriterionService =
adWordsServices.get(session, AdGrou... | java | private static void addWebPageCriteria(
AdWordsServicesInterface adWordsServices, AdWordsSession session, AdGroup adGroup)
throws ApiException, RemoteException {
// Get the AdGroupCriterionService.
AdGroupCriterionServiceInterface adGroupCriterionService =
adWordsServices.get(session, AdGrou... | [
"private",
"static",
"void",
"addWebPageCriteria",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"AdGroup",
"adGroup",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// Get the AdGroupCriterionService.",
"AdGroupCrite... | Adds a web page criteria to target Dynamic Search Ads. | [
"Adds",
"a",
"web",
"page",
"criteria",
"to",
"target",
"Dynamic",
"Search",
"Ads",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/AddDynamicSearchAdsCampaign.java#L318-L368 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductTemplate.java | ProductTemplate.setBuiltInTargeting | public void setBuiltInTargeting(com.google.api.ads.admanager.axis.v201811.Targeting builtInTargeting) {
this.builtInTargeting = builtInTargeting;
} | java | public void setBuiltInTargeting(com.google.api.ads.admanager.axis.v201811.Targeting builtInTargeting) {
this.builtInTargeting = builtInTargeting;
} | [
"public",
"void",
"setBuiltInTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Targeting",
"builtInTargeting",
")",
"{",
"this",
".",
"builtInTargeting",
"=",
"builtInTargeting",
";",
"}"
] | Sets the builtInTargeting value for this ProductTemplate.
@param builtInTargeting * Targeting to be included in the created {@link ProposalLineItem}.
Any type targeted cannot also be used for segmentation.
<p>This attribute is optional.
Note: if {@link #productType} is {@link ProductType#DFP}
and {@link #productSeg... | [
"Sets",
"the",
"builtInTargeting",
"value",
"for",
"this",
"ProductTemplate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductTemplate.java#L1302-L1304 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/DeliveryForecast.java | DeliveryForecast.getLineItemDeliveryForecasts | public com.google.api.ads.admanager.axis.v201902.LineItemDeliveryForecast[] getLineItemDeliveryForecasts() {
return lineItemDeliveryForecasts;
} | java | public com.google.api.ads.admanager.axis.v201902.LineItemDeliveryForecast[] getLineItemDeliveryForecasts() {
return lineItemDeliveryForecasts;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"LineItemDeliveryForecast",
"[",
"]",
"getLineItemDeliveryForecasts",
"(",
")",
"{",
"return",
"lineItemDeliveryForecasts",
";",
"}"
] | Gets the lineItemDeliveryForecasts value for this DeliveryForecast.
@return lineItemDeliveryForecasts * The delivery forecasts of the forecasted line items. | [
"Gets",
"the",
"lineItemDeliveryForecasts",
"value",
"for",
"this",
"DeliveryForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/DeliveryForecast.java#L55-L57 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/DeliveryForecast.java | DeliveryForecast.setLineItemDeliveryForecasts | public void setLineItemDeliveryForecasts(com.google.api.ads.admanager.axis.v201902.LineItemDeliveryForecast[] lineItemDeliveryForecasts) {
this.lineItemDeliveryForecasts = lineItemDeliveryForecasts;
} | java | public void setLineItemDeliveryForecasts(com.google.api.ads.admanager.axis.v201902.LineItemDeliveryForecast[] lineItemDeliveryForecasts) {
this.lineItemDeliveryForecasts = lineItemDeliveryForecasts;
} | [
"public",
"void",
"setLineItemDeliveryForecasts",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"LineItemDeliveryForecast",
"[",
"]",
"lineItemDeliveryForecasts",
")",
"{",
"this",
".",
"lineItemDeliveryFore... | Sets the lineItemDeliveryForecasts value for this DeliveryForecast.
@param lineItemDeliveryForecasts * The delivery forecasts of the forecasted line items. | [
"Sets",
"the",
"lineItemDeliveryForecasts",
"value",
"for",
"this",
"DeliveryForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/DeliveryForecast.java#L65-L67 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.getFeedType | public com.google.api.ads.adwords.axis.v201809.cm.FeedType getFeedType() {
return feedType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedType getFeedType() {
return feedType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedType",
"getFeedType",
"(",
")",
"{",
"return",
"feedType",
";",
"}"
] | Gets the feedType value for this ExtensionFeedItem.
@return feedType * The type of the feed containing this extension feed item data.
The field will be set by a
subclass with a defined feed type.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"feedType",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L308-L310 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.getDevicePreference | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemDevicePreference getDevicePreference() {
return devicePreference;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemDevicePreference getDevicePreference() {
return devicePreference;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemDevicePreference",
"getDevicePreference",
"(",
")",
"{",
"return",
"devicePreference",
";",
"}"
] | Gets the devicePreference value for this ExtensionFeedItem.
@return devicePreference * Device preference for the feed item. | [
"Gets",
"the",
"devicePreference",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L412-L414 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.setScheduling | public void setScheduling(com.google.api.ads.adwords.axis.v201809.cm.FeedItemScheduling scheduling) {
this.scheduling = scheduling;
} | java | public void setScheduling(com.google.api.ads.adwords.axis.v201809.cm.FeedItemScheduling scheduling) {
this.scheduling = scheduling;
} | [
"public",
"void",
"setScheduling",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemScheduling",
"scheduling",
")",
"{",
"this",
".",
"scheduling",
"=",
"scheduling",
";",
"}"
] | Sets the scheduling value for this ExtensionFeedItem.
@param scheduling * FeedItemScheduling specifying times for when the feed item
may serve.
On retrieval or creation of the feed item, if the
field is left null,
no feed item scheduling restrictions are placed on
the feed item.
On update, if the field is left unspe... | [
"Sets",
"the",
"scheduling",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L468-L470 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.getCampaignTargeting | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemCampaignTargeting getCampaignTargeting() {
return campaignTargeting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemCampaignTargeting getCampaignTargeting() {
return campaignTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemCampaignTargeting",
"getCampaignTargeting",
"(",
")",
"{",
"return",
"campaignTargeting",
";",
"}"
] | Gets the campaignTargeting value for this ExtensionFeedItem.
@return campaignTargeting * Campaign targeting specifying what campaign this extension
can serve with.
On update, if the field is left unspecified, the previous
campaign targeting state
will not be changed.
On update, if the field is set with an empty Feed... | [
"Gets",
"the",
"campaignTargeting",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L493-L495 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.getAdGroupTargeting | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemAdGroupTargeting getAdGroupTargeting() {
return adGroupTargeting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemAdGroupTargeting getAdGroupTargeting() {
return adGroupTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemAdGroupTargeting",
"getAdGroupTargeting",
"(",
")",
"{",
"return",
"adGroupTargeting",
";",
"}"
] | Gets the adGroupTargeting value for this ExtensionFeedItem.
@return adGroupTargeting * Adgroup targeting specifying what adgroup this extension can
serve with.
On update, if the field is left unspecified, the previous
adgroup targeting state
will not be changed.
On update, if the field is set with an empty FeedItemA... | [
"Gets",
"the",
"adGroupTargeting",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L543-L545 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.getKeywordTargeting | public com.google.api.ads.adwords.axis.v201809.cm.Keyword getKeywordTargeting() {
return keywordTargeting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Keyword getKeywordTargeting() {
return keywordTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Keyword",
"getKeywordTargeting",
"(",
")",
"{",
"return",
"keywordTargeting",
";",
"}"
] | Gets the keywordTargeting value for this ExtensionFeedItem.
@return keywordTargeting * Keyword targeting specifies what keyword this extension can
serve with.
On update, if the field is left unspecified, the previous
keyword targeting state
will not be changed.
On update, if the field is set with a Keyword and
witho... | [
"Gets",
"the",
"keywordTargeting",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L585-L587 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java | ExtensionFeedItem.setGeoTargeting | public void setGeoTargeting(com.google.api.ads.adwords.axis.v201809.cm.Location geoTargeting) {
this.geoTargeting = geoTargeting;
} | java | public void setGeoTargeting(com.google.api.ads.adwords.axis.v201809.cm.Location geoTargeting) {
this.geoTargeting = geoTargeting;
} | [
"public",
"void",
"setGeoTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Location",
"geoTargeting",
")",
"{",
"this",
".",
"geoTargeting",
"=",
"geoTargeting",
";",
"}"
] | Sets the geoTargeting value for this ExtensionFeedItem.
@param geoTargeting * Geo targeting specifies what locations this extension can serve
with.
On update, if the field is left unspecified, the previous
geo targeting state will not
be changed.
On update, if the field is set with a null value for
criterionId, the ... | [
"Sets",
"the",
"geoTargeting",
"value",
"for",
"this",
"ExtensionFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionFeedItem.java#L636-L638 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/LocationExtensionOperand.java | LocationExtensionOperand.setRadius | public void setRadius(com.google.api.ads.adwords.axis.v201809.cm.ConstantOperand radius) {
this.radius = radius;
} | java | public void setRadius(com.google.api.ads.adwords.axis.v201809.cm.ConstantOperand radius) {
this.radius = radius;
} | [
"public",
"void",
"setRadius",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ConstantOperand",
"radius",
")",
"{",
"this",
".",
"radius",
"=",
"radius",
";",
"}"
] | Sets the radius value for this LocationExtensionOperand.
@param radius * Distance in units specifying the radius around targeted locations.
Only long and double are supported constant types.
<span class="constraint Required">This field is
required and should not be {@code null}.</span> | [
"Sets",
"the",
"radius",
"value",
"for",
"this",
"LocationExtensionOperand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/LocationExtensionOperand.java#L84-L86 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/Range.java | Range.getMin | public com.google.api.ads.adwords.axis.v201809.cm.ComparableValue getMin() {
return min;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ComparableValue getMin() {
return min;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ComparableValue",
"getMin",
"(",
")",
"{",
"return",
"min",
";",
"}"
] | Gets the min value for this Range.
@return min | [
"Gets",
"the",
"min",
"value",
"for",
"this",
"Range",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/Range.java#L58-L60 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/Range.java | Range.getMax | public com.google.api.ads.adwords.axis.v201809.cm.ComparableValue getMax() {
return max;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ComparableValue getMax() {
return max;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ComparableValue",
"getMax",
"(",
")",
"{",
"return",
"max",
";",
"}"
] | Gets the max value for this Range.
@return max | [
"Gets",
"the",
"max",
"value",
"for",
"this",
"Range",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/Range.java#L78-L80 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationReportRow.java | ReconciliationReportRow.setContractedRevenue | public void setContractedRevenue(com.google.api.ads.admanager.axis.v201902.Money contractedRevenue) {
this.contractedRevenue = contractedRevenue;
} | java | public void setContractedRevenue(com.google.api.ads.admanager.axis.v201902.Money contractedRevenue) {
this.contractedRevenue = contractedRevenue;
} | [
"public",
"void",
"setContractedRevenue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Money",
"contractedRevenue",
")",
"{",
"this",
".",
"contractedRevenue",
"=",
"contractedRevenue",
";",
"}"
] | Sets the contractedRevenue value for this ReconciliationReportRow.
@param contractedRevenue * The revenue calculated based on the {@link #contractedGoal}
and {@link #costPerUnit}.
This attribute is calculated by Google and is read-only. | [
"Sets",
"the",
"contractedRevenue",
"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/v201902/ReconciliationReportRow.java#L767-L769 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationReportRow.java | ReconciliationReportRow.setReconciledRevenue | public void setReconciledRevenue(com.google.api.ads.admanager.axis.v201902.Money reconciledRevenue) {
this.reconciledRevenue = reconciledRevenue;
} | java | public void setReconciledRevenue(com.google.api.ads.admanager.axis.v201902.Money reconciledRevenue) {
this.reconciledRevenue = reconciledRevenue;
} | [
"public",
"void",
"setReconciledRevenue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Money",
"reconciledRevenue",
")",
"{",
"this",
".",
"reconciledRevenue",
"=",
"reconciledRevenue",
";",
"}"
] | Sets the reconciledRevenue value for this ReconciliationReportRow.
@param reconciledRevenue * The revenue calculated based on the {@link #billFrom}, {@link
#contractedRevenue},
{@link #dfpRevenue}, {@link #thirdPartyRevenue} and
{@link #manualRevenue}.
This attribute is calculated by Google and is read-only. | [
"Sets",
"the",
"reconciledRevenue",
"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/v201902/ReconciliationReportRow.java#L879-L881 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MobileDeviceSubmodelTargeting.java | MobileDeviceSubmodelTargeting.setTargetedMobileDeviceSubmodels | public void setTargetedMobileDeviceSubmodels(com.google.api.ads.admanager.axis.v201902.Technology[] targetedMobileDeviceSubmodels) {
this.targetedMobileDeviceSubmodels = targetedMobileDeviceSubmodels;
} | java | public void setTargetedMobileDeviceSubmodels(com.google.api.ads.admanager.axis.v201902.Technology[] targetedMobileDeviceSubmodels) {
this.targetedMobileDeviceSubmodels = targetedMobileDeviceSubmodels;
} | [
"public",
"void",
"setTargetedMobileDeviceSubmodels",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"targetedMobileDeviceSubmodels",
")",
"{",
"this",
".",
"targetedMobileDeviceSubmod... | Sets the targetedMobileDeviceSubmodels value for this MobileDeviceSubmodelTargeting.
@param targetedMobileDeviceSubmodels * Mobile device submodels that are being targeted by the {@link
LineItem}. | [
"Sets",
"the",
"targetedMobileDeviceSubmodels",
"value",
"for",
"this",
"MobileDeviceSubmodelTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MobileDeviceSubmodelTargeting.java#L74-L76 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MobileDeviceSubmodelTargeting.java | MobileDeviceSubmodelTargeting.getExcludedMobileDeviceSubmodels | public com.google.api.ads.admanager.axis.v201902.Technology[] getExcludedMobileDeviceSubmodels() {
return excludedMobileDeviceSubmodels;
} | java | public com.google.api.ads.admanager.axis.v201902.Technology[] getExcludedMobileDeviceSubmodels() {
return excludedMobileDeviceSubmodels;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"getExcludedMobileDeviceSubmodels",
"(",
")",
"{",
"return",
"excludedMobileDeviceSubmodels",
";",
"}"
] | Gets the excludedMobileDeviceSubmodels value for this MobileDeviceSubmodelTargeting.
@return excludedMobileDeviceSubmodels * Mobile device submodels that are being excluded by the {@link
LineItem}. | [
"Gets",
"the",
"excludedMobileDeviceSubmodels",
"value",
"for",
"this",
"MobileDeviceSubmodelTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MobileDeviceSubmodelTargeting.java#L93-L95 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/batchjob/ErrorList.java | ErrorList.getSerializer | public static Serializer getSerializer(@SuppressWarnings("unused") java.lang.String mechType,
java.lang.Class<? extends Operation> javaType, javax.xml.namespace.QName xmlType) {
return new org.apache.axis.encoding.ser.BeanSerializer(javaType, xmlType, TYPE_DESC);
} | java | public static Serializer getSerializer(@SuppressWarnings("unused") java.lang.String mechType,
java.lang.Class<? extends Operation> javaType, javax.xml.namespace.QName xmlType) {
return new org.apache.axis.encoding.ser.BeanSerializer(javaType, xmlType, TYPE_DESC);
} | [
"public",
"static",
"Serializer",
"getSerializer",
"(",
"@",
"SuppressWarnings",
"(",
"\"unused\"",
")",
"java",
".",
"lang",
".",
"String",
"mechType",
",",
"java",
".",
"lang",
".",
"Class",
"<",
"?",
"extends",
"Operation",
">",
"javaType",
",",
"javax",
... | Returns the Axis serializer for this object. | [
"Returns",
"the",
"Axis",
"serializer",
"for",
"this",
"object",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/batchjob/ErrorList.java#L68-L71 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/batchjob/ErrorList.java | ErrorList.getDeserializer | public static Deserializer getDeserializer(@SuppressWarnings("unused") java.lang.String mechType,
java.lang.Class<? extends Operation> javaType, javax.xml.namespace.QName xmlType) {
return new org.apache.axis.encoding.ser.BeanDeserializer(javaType, xmlType, TYPE_DESC);
} | java | public static Deserializer getDeserializer(@SuppressWarnings("unused") java.lang.String mechType,
java.lang.Class<? extends Operation> javaType, javax.xml.namespace.QName xmlType) {
return new org.apache.axis.encoding.ser.BeanDeserializer(javaType, xmlType, TYPE_DESC);
} | [
"public",
"static",
"Deserializer",
"getDeserializer",
"(",
"@",
"SuppressWarnings",
"(",
"\"unused\"",
")",
"java",
".",
"lang",
".",
"String",
"mechType",
",",
"java",
".",
"lang",
".",
"Class",
"<",
"?",
"extends",
"Operation",
">",
"javaType",
",",
"java... | Returns the Axis deserializer for this object. | [
"Returns",
"the",
"Axis",
"deserializer",
"for",
"this",
"object",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/batchjob/ErrorList.java#L76-L79 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/DeviceCapabilityTargeting.java | DeviceCapabilityTargeting.getExcludedDeviceCapabilities | public com.google.api.ads.admanager.axis.v201902.Technology[] getExcludedDeviceCapabilities() {
return excludedDeviceCapabilities;
} | java | public com.google.api.ads.admanager.axis.v201902.Technology[] getExcludedDeviceCapabilities() {
return excludedDeviceCapabilities;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"getExcludedDeviceCapabilities",
"(",
")",
"{",
"return",
"excludedDeviceCapabilities",
";",
"}"
] | Gets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting.
@return excludedDeviceCapabilities * Device capabilities that are being excluded by the {@link LineItem}. | [
"Gets",
"the",
"excludedDeviceCapabilities",
"value",
"for",
"this",
"DeviceCapabilityTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/DeviceCapabilityTargeting.java#L88-L90 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GeoTargetTypeSetting.java | GeoTargetTypeSetting.getPositiveGeoTargetType | public com.google.api.ads.adwords.axis.v201809.cm.GeoTargetTypeSettingPositiveGeoTargetType getPositiveGeoTargetType() {
return positiveGeoTargetType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.GeoTargetTypeSettingPositiveGeoTargetType getPositiveGeoTargetType() {
return positiveGeoTargetType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"GeoTargetTypeSettingPositiveGeoTargetType",
"getPositiveGeoTargetType",
"(",
")",
"{",
"return",
"positiveGeoTargetType",
";",
"}"
] | Gets the positiveGeoTargetType value for this GeoTargetTypeSetting.
@return positiveGeoTargetType * The setting used for positive geotargeting in this particular
campaign.
<p>Again, the campaign can be positively targeted
using solely LOP, solely
AOI, or either. Positive targeting triggers ads
<i>only</i> for users... | [
"Gets",
"the",
"positiveGeoTargetType",
"value",
"for",
"this",
"GeoTargetTypeSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GeoTargetTypeSetting.java#L127-L129 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GeoTargetTypeSetting.java | GeoTargetTypeSetting.getNegativeGeoTargetType | public com.google.api.ads.adwords.axis.v201809.cm.GeoTargetTypeSettingNegativeGeoTargetType getNegativeGeoTargetType() {
return negativeGeoTargetType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.GeoTargetTypeSettingNegativeGeoTargetType getNegativeGeoTargetType() {
return negativeGeoTargetType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"GeoTargetTypeSettingNegativeGeoTargetType",
"getNegativeGeoTargetType",
"(",
")",
"{",
"return",
"negativeGeoTargetType",
";",
"}"
] | Gets the negativeGeoTargetType value for this GeoTargetTypeSetting.
@return negativeGeoTargetType * The setting used for negative geotargeting in this particular
campaign.
<p>Again, the campaign can be negatively targeted
using solely LOP or
both AOI and LOP. Negative targeting triggers
ads for <i>all</i> users
<i>... | [
"Gets",
"the",
"negativeGeoTargetType",
"value",
"for",
"this",
"GeoTargetTypeSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GeoTargetTypeSetting.java#L166-L168 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/OperatingSystemVersionTargeting.java | OperatingSystemVersionTargeting.setTargetedOperatingSystemVersions | public void setTargetedOperatingSystemVersions(com.google.api.ads.admanager.axis.v201808.Technology[] targetedOperatingSystemVersions) {
this.targetedOperatingSystemVersions = targetedOperatingSystemVersions;
} | java | public void setTargetedOperatingSystemVersions(com.google.api.ads.admanager.axis.v201808.Technology[] targetedOperatingSystemVersions) {
this.targetedOperatingSystemVersions = targetedOperatingSystemVersions;
} | [
"public",
"void",
"setTargetedOperatingSystemVersions",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"targetedOperatingSystemVersions",
")",
"{",
"this",
".",
"targetedOperatingSyste... | Sets the targetedOperatingSystemVersions value for this OperatingSystemVersionTargeting.
@param targetedOperatingSystemVersions * Operating system versions that are being targeted by the
{@link LineItem}. | [
"Sets",
"the",
"targetedOperatingSystemVersions",
"value",
"for",
"this",
"OperatingSystemVersionTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/OperatingSystemVersionTargeting.java#L74-L76 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/BasicUserList.java | BasicUserList.getConversionTypes | public com.google.api.ads.adwords.axis.v201809.rm.UserListConversionType[] getConversionTypes() {
return conversionTypes;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.UserListConversionType[] getConversionTypes() {
return conversionTypes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserListConversionType",
"[",
"]",
"getConversionTypes",
"(",
")",
"{",
"return",
"conversionTypes",
";",
"}"
] | Gets the conversionTypes value for this BasicUserList.
@return conversionTypes * Conversion types associated with this user list.
<span class="constraint Selectable">This field
can be selected using the value "ConversionTypes".</span> | [
"Gets",
"the",
"conversionTypes",
"value",
"for",
"this",
"BasicUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/BasicUserList.java#L112-L114 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getServingStatus | public com.google.api.ads.adwords.axis.v201809.cm.ServingStatus getServingStatus() {
return servingStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ServingStatus getServingStatus() {
return servingStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ServingStatus",
"getServingStatus",
"(",
")",
"{",
"return",
"servingStatus",
";",
"}"
] | Gets the servingStatus value for this Campaign.
@return servingStatus * Serving status.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"servingStatus",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L426-L428 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getConversionOptimizerEligibility | public com.google.api.ads.adwords.axis.v201809.cm.ConversionOptimizerEligibility getConversionOptimizerEligibility() {
return conversionOptimizerEligibility;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ConversionOptimizerEligibility getConversionOptimizerEligibility() {
return conversionOptimizerEligibility;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ConversionOptimizerEligibility",
"getConversionOptimizerEligibility",
"(",
")",
"{",
"return",
"conversionOptimizerEligibility",
";",
"}"
] | Gets the conversionOptimizerEligibility value for this Campaign.
@return conversionOptimizerEligibility * <span class="constraint ReadOnly">This field is read only and
will be ignored when sent to the API.</span> | [
"Gets",
"the",
"conversionOptimizerEligibility",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L529-L531 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getAdServingOptimizationStatus | public com.google.api.ads.adwords.axis.v201809.cm.AdServingOptimizationStatus getAdServingOptimizationStatus() {
return adServingOptimizationStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdServingOptimizationStatus getAdServingOptimizationStatus() {
return adServingOptimizationStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdServingOptimizationStatus",
"getAdServingOptimizationStatus",
"(",
")",
"{",
"return",
"adServingOptimizationStatus",
";",
"}"
] | Gets the adServingOptimizationStatus value for this Campaign.
@return adServingOptimizationStatus * Ad serving optimization status.
<span class="constraint CampaignType">This field may
only be set to CONVERSION_OPTIMIZE for campaign channel subtype UNIVERSAL_APP_CAMPAIGN.</span>
<span class="constraint CampaignType"... | [
"Gets",
"the",
"adServingOptimizationStatus",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L555-L557 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getFrequencyCap | public com.google.api.ads.adwords.axis.v201809.cm.FrequencyCap getFrequencyCap() {
return frequencyCap;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FrequencyCap getFrequencyCap() {
return frequencyCap;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FrequencyCap",
"getFrequencyCap",
"(",
")",
"{",
"return",
"frequencyCap",
";",
"}"
] | Gets the frequencyCap value for this Campaign.
@return frequencyCap * Frequency cap for this campaign.
<span class="constraint CampaignType">This field may
not be set for campaign channel subtypes: DISPLAY_SMART_CAMPAIGN,
UNIVERSAL_APP_CAMPAIGN, SEARCH_MOBILE_APP.</span> | [
"Gets",
"the",
"frequencyCap",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L583-L585 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getSettings | public com.google.api.ads.adwords.axis.v201809.cm.Setting[] getSettings() {
return settings;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Setting[] getSettings() {
return settings;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Setting",
"[",
"]",
"getSettings",
"(",
")",
"{",
"return",
"settings",
";",
"}"
] | Gets the settings value for this Campaign.
@return settings * List of settings for the campaign. | [
"Gets",
"the",
"settings",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L606-L608 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getAdvertisingChannelSubType | public com.google.api.ads.adwords.axis.v201809.cm.AdvertisingChannelSubType getAdvertisingChannelSubType() {
return advertisingChannelSubType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdvertisingChannelSubType getAdvertisingChannelSubType() {
return advertisingChannelSubType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdvertisingChannelSubType",
"getAdvertisingChannelSubType",
"(",
")",
"{",
"return",
"advertisingChannelSubType",
";",
"}"
] | Gets the advertisingChannelSubType value for this Campaign.
@return advertisingChannelSubType * Optional refinement of advertisingChannelType. Must be a valid
sub-type of the parent channel
type. May only be set for new campaigns and cannot
be changed once set.
<span class="constraint ReadOnly">This field is read
on... | [
"Gets",
"the",
"advertisingChannelSubType",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L676-L678 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getNetworkSetting | public com.google.api.ads.adwords.axis.v201809.cm.NetworkSetting getNetworkSetting() {
return networkSetting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.NetworkSetting getNetworkSetting() {
return networkSetting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"NetworkSetting",
"getNetworkSetting",
"(",
")",
"{",
"return",
"networkSetting",
";",
"}"
] | Gets the networkSetting value for this Campaign.
@return networkSetting * Network settings for the campaign indicating where the campaign
will serve. | [
"Gets",
"the",
"networkSetting",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L703-L705 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getCampaignTrialType | public com.google.api.ads.adwords.axis.v201809.cm.CampaignTrialType getCampaignTrialType() {
return campaignTrialType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CampaignTrialType getCampaignTrialType() {
return campaignTrialType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CampaignTrialType",
"getCampaignTrialType",
"(",
")",
"{",
"return",
"campaignTrialType",
";",
"}"
] | Gets the campaignTrialType value for this Campaign.
@return campaignTrialType * Indicates if this campaign is a normal campaign, a draft campaign,
or a trial campaign.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"campaignTrialType",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L815-L817 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getVanityPharma | public com.google.api.ads.adwords.axis.v201809.cm.VanityPharma getVanityPharma() {
return vanityPharma;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.VanityPharma getVanityPharma() {
return vanityPharma;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"VanityPharma",
"getVanityPharma",
"(",
")",
"{",
"return",
"vanityPharma",
";",
"}"
] | Gets the vanityPharma value for this Campaign.
@return vanityPharma * Describes how unbranded pharma ads will be displayed.
<span class="constraint CampaignType">This field may
not be set for campaign channel subtype UNIVERSAL_APP_CAMPAIGN.</span> | [
"Gets",
"the",
"vanityPharma",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L976-L978 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getUniversalAppCampaignInfo | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppCampaignInfo getUniversalAppCampaignInfo() {
return universalAppCampaignInfo;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppCampaignInfo getUniversalAppCampaignInfo() {
return universalAppCampaignInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UniversalAppCampaignInfo",
"getUniversalAppCampaignInfo",
"(",
")",
"{",
"return",
"universalAppCampaignInfo",
";",
"}"
] | Gets the universalAppCampaignInfo value for this Campaign.
@return universalAppCampaignInfo * Stores information specific to Universal App Campaigns.
<span class="constraint CampaignType">This field may
only be set for campaign channel type MULTI_CHANNEL.</span>
<span class="constraint CampaignType">This field may n... | [
"Gets",
"the",
"universalAppCampaignInfo",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L1001-L1003 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java | Campaign.getSelectiveOptimization | public com.google.api.ads.adwords.axis.v201809.cm.SelectiveOptimization getSelectiveOptimization() {
return selectiveOptimization;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.SelectiveOptimization getSelectiveOptimization() {
return selectiveOptimization;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SelectiveOptimization",
"getSelectiveOptimization",
"(",
")",
"{",
"return",
"selectiveOptimization",
";",
"}"
] | Gets the selectiveOptimization value for this Campaign.
@return selectiveOptimization * Selective optimization setting for this campaign, which includes
a set of conversion
types to optimize this campaign towards. | [
"Gets",
"the",
"selectiveOptimization",
"value",
"for",
"this",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Campaign.java#L1026-L1028 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.getAdUnitSizes | public com.google.api.ads.admanager.axis.v201811.AdUnitSize[] getAdUnitSizes() {
return adUnitSizes;
} | java | public com.google.api.ads.admanager.axis.v201811.AdUnitSize[] getAdUnitSizes() {
return adUnitSizes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdUnitSize",
"[",
"]",
"getAdUnitSizes",
"(",
")",
"{",
"return",
"adUnitSizes",
";",
"}"
] | Gets the adUnitSizes value for this AdUnit.
@return adUnitSizes * The permissible creative sizes that can be served inside this
ad unit. This
attribute is optional. This attribute replaces the
{@code sizes}
attribute. | [
"Gets",
"the",
"adUnitSizes",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L549-L551 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.getAdSenseSettings | public com.google.api.ads.admanager.axis.v201811.AdSenseSettings getAdSenseSettings() {
return adSenseSettings;
} | java | public com.google.api.ads.admanager.axis.v201811.AdSenseSettings getAdSenseSettings() {
return adSenseSettings;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdSenseSettings",
"getAdSenseSettings",
"(",
")",
"{",
"return",
"adSenseSettings",
";",
"}"
] | Gets the adSenseSettings value for this AdUnit.
@return adSenseSettings * AdSense specific settings. To overwrite this, set the {@link
#adSenseSettingsSource} to
{@link PropertySourceType#DIRECTLY_SPECIFIED} when
setting the value of this field. | [
"Gets",
"the",
"adSenseSettings",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L676-L678 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.setAdSenseSettings | public void setAdSenseSettings(com.google.api.ads.admanager.axis.v201811.AdSenseSettings adSenseSettings) {
this.adSenseSettings = adSenseSettings;
} | java | public void setAdSenseSettings(com.google.api.ads.admanager.axis.v201811.AdSenseSettings adSenseSettings) {
this.adSenseSettings = adSenseSettings;
} | [
"public",
"void",
"setAdSenseSettings",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdSenseSettings",
"adSenseSettings",
")",
"{",
"this",
".",
"adSenseSettings",
"=",
"adSenseSettings",
";",
"}"
] | Sets the adSenseSettings value for this AdUnit.
@param adSenseSettings * AdSense specific settings. To overwrite this, set the {@link
#adSenseSettingsSource} to
{@link PropertySourceType#DIRECTLY_SPECIFIED} when
setting the value of this field. | [
"Sets",
"the",
"adSenseSettings",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L689-L691 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.setAppliedLabelFrequencyCaps | public void setAppliedLabelFrequencyCaps(com.google.api.ads.admanager.axis.v201811.LabelFrequencyCap[] appliedLabelFrequencyCaps) {
this.appliedLabelFrequencyCaps = appliedLabelFrequencyCaps;
} | java | public void setAppliedLabelFrequencyCaps(com.google.api.ads.admanager.axis.v201811.LabelFrequencyCap[] appliedLabelFrequencyCaps) {
this.appliedLabelFrequencyCaps = appliedLabelFrequencyCaps;
} | [
"public",
"void",
"setAppliedLabelFrequencyCaps",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"LabelFrequencyCap",
"[",
"]",
"appliedLabelFrequencyCaps",
")",
"{",
"this",
".",
"appliedLabelFrequencyCaps",... | Sets the appliedLabelFrequencyCaps value for this AdUnit.
@param appliedLabelFrequencyCaps * The set of label frequency caps applied directly to this ad
unit. There
is a limit of 10 label frequency caps per ad unit. | [
"Sets",
"the",
"appliedLabelFrequencyCaps",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L737-L739 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.getEffectiveLabelFrequencyCaps | public com.google.api.ads.admanager.axis.v201811.LabelFrequencyCap[] getEffectiveLabelFrequencyCaps() {
return effectiveLabelFrequencyCaps;
} | java | public com.google.api.ads.admanager.axis.v201811.LabelFrequencyCap[] getEffectiveLabelFrequencyCaps() {
return effectiveLabelFrequencyCaps;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"LabelFrequencyCap",
"[",
"]",
"getEffectiveLabelFrequencyCaps",
"(",
")",
"{",
"return",
"effectiveLabelFrequencyCaps",
";",
"}"
] | Gets the effectiveLabelFrequencyCaps value for this AdUnit.
@return effectiveLabelFrequencyCaps * Contains the set of labels applied directly to the ad unit
as well as
those inherited from parent ad units. This field
is readonly and is
assigned by Google. | [
"Gets",
"the",
"effectiveLabelFrequencyCaps",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L759-L761 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.setEffectiveLabelFrequencyCaps | public void setEffectiveLabelFrequencyCaps(com.google.api.ads.admanager.axis.v201811.LabelFrequencyCap[] effectiveLabelFrequencyCaps) {
this.effectiveLabelFrequencyCaps = effectiveLabelFrequencyCaps;
} | java | public void setEffectiveLabelFrequencyCaps(com.google.api.ads.admanager.axis.v201811.LabelFrequencyCap[] effectiveLabelFrequencyCaps) {
this.effectiveLabelFrequencyCaps = effectiveLabelFrequencyCaps;
} | [
"public",
"void",
"setEffectiveLabelFrequencyCaps",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"LabelFrequencyCap",
"[",
"]",
"effectiveLabelFrequencyCaps",
")",
"{",
"this",
".",
"effectiveLabelFrequency... | Sets the effectiveLabelFrequencyCaps value for this AdUnit.
@param effectiveLabelFrequencyCaps * Contains the set of labels applied directly to the ad unit
as well as
those inherited from parent ad units. This field
is readonly and is
assigned by Google. | [
"Sets",
"the",
"effectiveLabelFrequencyCaps",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L773-L775 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java | AdUnit.setSmartSizeMode | public void setSmartSizeMode(com.google.api.ads.admanager.axis.v201811.SmartSizeMode smartSizeMode) {
this.smartSizeMode = smartSizeMode;
} | java | public void setSmartSizeMode(com.google.api.ads.admanager.axis.v201811.SmartSizeMode smartSizeMode) {
this.smartSizeMode = smartSizeMode;
} | [
"public",
"void",
"setSmartSizeMode",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"SmartSizeMode",
"smartSizeMode",
")",
"{",
"this",
".",
"smartSizeMode",
"=",
"smartSizeMode",
";",
"}"
] | Sets the smartSizeMode value for this AdUnit.
@param smartSizeMode * The smart size mode for this ad unit. This attribute is optional
and defaults to {@link
SmartSizeMode#NONE} for fixed sizes. | [
"Sets",
"the",
"smartSizeMode",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnit.java#L955-L957 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineData.java | OfflineData.getStoreSalesTransaction | public com.google.api.ads.adwords.axis.v201809.rm.StoreSalesTransaction getStoreSalesTransaction() {
return storeSalesTransaction;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.StoreSalesTransaction getStoreSalesTransaction() {
return storeSalesTransaction;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"StoreSalesTransaction",
"getStoreSalesTransaction",
"(",
")",
"{",
"return",
"storeSalesTransaction",
";",
"}"
] | Gets the storeSalesTransaction value for this OfflineData.
@return storeSalesTransaction | [
"Gets",
"the",
"storeSalesTransaction",
"value",
"for",
"this",
"OfflineData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineData.java#L52-L54 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetSpendBiddingScheme.java | TargetSpendBiddingScheme.setSpendTarget | public void setSpendTarget(com.google.api.ads.adwords.axis.v201809.cm.Money spendTarget) {
this.spendTarget = spendTarget;
} | java | public void setSpendTarget(com.google.api.ads.adwords.axis.v201809.cm.Money spendTarget) {
this.spendTarget = spendTarget;
} | [
"public",
"void",
"setSpendTarget",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"spendTarget",
")",
"{",
"this",
".",
"spendTarget",
"=",
"spendTarget",
";",
"}"
] | Sets the spendTarget value for this TargetSpendBiddingScheme.
@param spendTarget * A spend target under which to maximize clicks. The TargetSpend
bidder will
attempt to spend the smaller of this value or
the natural throttling spend
amount. If not specified, the budget is used as
the spend target.
<span class="const... | [
"Sets",
"the",
"spendTarget",
"value",
"for",
"this",
"TargetSpendBiddingScheme",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetSpendBiddingScheme.java#L128-L130 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DomainCategory.java | DomainCategory.getRecommendedCpc | public com.google.api.ads.adwords.axis.v201809.cm.Money getRecommendedCpc() {
return recommendedCpc;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getRecommendedCpc() {
return recommendedCpc;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getRecommendedCpc",
"(",
")",
"{",
"return",
"recommendedCpc",
";",
"}"
] | Gets the recommendedCpc value for this DomainCategory.
@return recommendedCpc * The recommended cost per click for the category.
<span class="constraint Selectable">This field
can be selected using the value "RecommendedCpc".</span>
<span class="constraint ReadOnly">This field is
read only and will be ignored when s... | [
"Gets",
"the",
"recommendedCpc",
"value",
"for",
"this",
"DomainCategory",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DomainCategory.java#L312-L314 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CustomField.java | CustomField.setVisibility | public void setVisibility(com.google.api.ads.admanager.axis.v201808.CustomFieldVisibility visibility) {
this.visibility = visibility;
} | java | public void setVisibility(com.google.api.ads.admanager.axis.v201808.CustomFieldVisibility visibility) {
this.visibility = visibility;
} | [
"public",
"void",
"setVisibility",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CustomFieldVisibility",
"visibility",
")",
"{",
"this",
".",
"visibility",
"=",
"visibility",
";",
"}"
] | Sets the visibility value for this CustomField.
@param visibility * How visible/accessible this field is in the UI. | [
"Sets",
"the",
"visibility",
"value",
"for",
"this",
"CustomField",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CustomField.java#L258-L260 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItemConstraints.java | ProposalLineItemConstraints.setBuiltInCompanionDeliveryOption | public void setBuiltInCompanionDeliveryOption(com.google.api.ads.admanager.axis.v201808.CompanionDeliveryOption builtInCompanionDeliveryOption) {
this.builtInCompanionDeliveryOption = builtInCompanionDeliveryOption;
} | java | public void setBuiltInCompanionDeliveryOption(com.google.api.ads.admanager.axis.v201808.CompanionDeliveryOption builtInCompanionDeliveryOption) {
this.builtInCompanionDeliveryOption = builtInCompanionDeliveryOption;
} | [
"public",
"void",
"setBuiltInCompanionDeliveryOption",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CompanionDeliveryOption",
"builtInCompanionDeliveryOption",
")",
"{",
"this",
".",
"builtInCompanionDeliveryO... | Sets the builtInCompanionDeliveryOption value for this ProposalLineItemConstraints.
@param builtInCompanionDeliveryOption * The built-in companion delivery option for the created {@link
ProposalLineItem}.
<p>This attribute is read-only. | [
"Sets",
"the",
"builtInCompanionDeliveryOption",
"value",
"for",
"this",
"ProposalLineItemConstraints",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProposalLineItemConstraints.java#L285-L287 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionSetting.java | ExtensionSetting.getExtensions | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionFeedItem[] getExtensions() {
return extensions;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionFeedItem[] getExtensions() {
return extensions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ExtensionFeedItem",
"[",
"]",
"getExtensions",
"(",
")",
"{",
"return",
"extensions",
";",
"}"
] | Gets the extensions value for this ExtensionSetting.
@return extensions * The list of feed items to add or modify. | [
"Gets",
"the",
"extensions",
"value",
"for",
"this",
"ExtensionSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionSetting.java#L65-L67 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionSetting.java | ExtensionSetting.getPlatformRestrictions | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionSettingPlatform getPlatformRestrictions() {
return platformRestrictions;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionSettingPlatform getPlatformRestrictions() {
return platformRestrictions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ExtensionSettingPlatform",
"getPlatformRestrictions",
"(",
")",
"{",
"return",
"platformRestrictions",
";",
"}"
] | Gets the platformRestrictions value for this ExtensionSetting.
@return platformRestrictions * Any platform (desktop, mobile) restrictions for feed items
being served. If set to DESKTOP or
MOBILE, only those feed items with the appropriate
device preference or no device preference
will serve. | [
"Gets",
"the",
"platformRestrictions",
"value",
"for",
"this",
"ExtensionSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ExtensionSetting.java#L97-L99 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/LocationSearchParameter.java | LocationSearchParameter.getLocations | public com.google.api.ads.adwords.axis.v201809.cm.Location[] getLocations() {
return locations;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Location[] getLocations() {
return locations;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Location",
"[",
"]",
"getLocations",
"(",
")",
"{",
"return",
"locations",
";",
"}"
] | Gets the locations value for this LocationSearchParameter.
@return locations * A list of {@link Location}s indicating the desired locations
(e.g countries) being targeted
in the results.
<span class="constraint ContentsDistinct">This
field must contain distinct elements.</span>
<span class="constraint ContentsNotNul... | [
"Gets",
"the",
"locations",
"value",
"for",
"this",
"LocationSearchParameter",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/LocationSearchParameter.java#L95-L97 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ReflectionUtil.java | ReflectionUtil.isInstanceOf | public static boolean isInstanceOf(Object obj, String classSimpleName) {
if (obj == null) {
return false;
}
Class<?> currentClass = obj.getClass();
while (currentClass != Object.class) {
if (currentClass.getSimpleName().equals(classSimpleName)) {
return true;
} else {
... | java | public static boolean isInstanceOf(Object obj, String classSimpleName) {
if (obj == null) {
return false;
}
Class<?> currentClass = obj.getClass();
while (currentClass != Object.class) {
if (currentClass.getSimpleName().equals(classSimpleName)) {
return true;
} else {
... | [
"public",
"static",
"boolean",
"isInstanceOf",
"(",
"Object",
"obj",
",",
"String",
"classSimpleName",
")",
"{",
"if",
"(",
"obj",
"==",
"null",
")",
"{",
"return",
"false",
";",
"}",
"Class",
"<",
"?",
">",
"currentClass",
"=",
"obj",
".",
"getClass",
... | Check whether an object is an instance of a specified class.
@param obj the object to check
@param classSimpleName the simple name of the specified class.
@return true if the object is an instance of the specified class | [
"Check",
"whether",
"an",
"object",
"is",
"an",
"instance",
"of",
"a",
"specified",
"class",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ReflectionUtil.java#L30-L44 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/soap/AdManagerHttpHeaderHandler.java | AdManagerHttpHeaderHandler.setHttpHeaders | @SuppressWarnings("unchecked") /* See constructor comments. */
public void setHttpHeaders(Object soapClient, AdManagerSession adManagerSession) {
Map<String, String> headersMap = Maps.newHashMap();
soapClientHandler.putAllHttpHeaders(soapClient, headersMap);
} | java | @SuppressWarnings("unchecked") /* See constructor comments. */
public void setHttpHeaders(Object soapClient, AdManagerSession adManagerSession) {
Map<String, String> headersMap = Maps.newHashMap();
soapClientHandler.putAllHttpHeaders(soapClient, headersMap);
} | [
"@",
"SuppressWarnings",
"(",
"\"unchecked\"",
")",
"/* See constructor comments. */",
"public",
"void",
"setHttpHeaders",
"(",
"Object",
"soapClient",
",",
"AdManagerSession",
"adManagerSession",
")",
"{",
"Map",
"<",
"String",
",",
"String",
">",
"headersMap",
"=",
... | Sets the HTTP headers on the SOAP client. | [
"Sets",
"the",
"HTTP",
"headers",
"on",
"the",
"SOAP",
"client",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/soap/AdManagerHttpHeaderHandler.java#L46-L50 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseImageCreative.java | BaseImageCreative.getPrimaryImageAsset | public com.google.api.ads.admanager.axis.v201805.CreativeAsset getPrimaryImageAsset() {
return primaryImageAsset;
} | java | public com.google.api.ads.admanager.axis.v201805.CreativeAsset getPrimaryImageAsset() {
return primaryImageAsset;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"CreativeAsset",
"getPrimaryImageAsset",
"(",
")",
"{",
"return",
"primaryImageAsset",
";",
"}"
] | Gets the primaryImageAsset value for this BaseImageCreative.
@return primaryImageAsset * The primary image asset associated with this creative. This
attribute is required. | [
"Gets",
"the",
"primaryImageAsset",
"value",
"for",
"this",
"BaseImageCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseImageCreative.java#L121-L123 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseImageCreative.java | BaseImageCreative.setPrimaryImageAsset | public void setPrimaryImageAsset(com.google.api.ads.admanager.axis.v201805.CreativeAsset primaryImageAsset) {
this.primaryImageAsset = primaryImageAsset;
} | java | public void setPrimaryImageAsset(com.google.api.ads.admanager.axis.v201805.CreativeAsset primaryImageAsset) {
this.primaryImageAsset = primaryImageAsset;
} | [
"public",
"void",
"setPrimaryImageAsset",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"CreativeAsset",
"primaryImageAsset",
")",
"{",
"this",
".",
"primaryImageAsset",
"=",
"primaryImageAsset",
";",
"}... | Sets the primaryImageAsset value for this BaseImageCreative.
@param primaryImageAsset * The primary image asset associated with this creative. This
attribute is required. | [
"Sets",
"the",
"primaryImageAsset",
"value",
"for",
"this",
"BaseImageCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseImageCreative.java#L132-L134 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemActivityAssociation.java | LineItemActivityAssociation.setClickThroughConversionCost | public void setClickThroughConversionCost(com.google.api.ads.admanager.axis.v201902.Money clickThroughConversionCost) {
this.clickThroughConversionCost = clickThroughConversionCost;
} | java | public void setClickThroughConversionCost(com.google.api.ads.admanager.axis.v201902.Money clickThroughConversionCost) {
this.clickThroughConversionCost = clickThroughConversionCost;
} | [
"public",
"void",
"setClickThroughConversionCost",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Money",
"clickThroughConversionCost",
")",
"{",
"this",
".",
"clickThroughConversionCost",
"=",
"clickThrough... | Sets the clickThroughConversionCost value for this LineItemActivityAssociation.
@param clickThroughConversionCost * The amount of money to attribute per click through conversion.
This attribute is
required for creating a {@code LineItemActivityAssociation}.
The currency code is readonly
and should match the {@link L... | [
"Sets",
"the",
"clickThroughConversionCost",
"value",
"for",
"this",
"LineItemActivityAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemActivityAssociation.java#L120-L122 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemActivityAssociation.java | LineItemActivityAssociation.getViewThroughConversionCost | public com.google.api.ads.admanager.axis.v201902.Money getViewThroughConversionCost() {
return viewThroughConversionCost;
} | java | public com.google.api.ads.admanager.axis.v201902.Money getViewThroughConversionCost() {
return viewThroughConversionCost;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Money",
"getViewThroughConversionCost",
"(",
")",
"{",
"return",
"viewThroughConversionCost",
";",
"}"
] | Gets the viewThroughConversionCost value for this LineItemActivityAssociation.
@return viewThroughConversionCost * The amount of money to attribute per view through conversion.
This attribute is
required for creating a {@code LineItemActivityAssociation}.
The currency code is readonly
and should match the {@link Lin... | [
"Gets",
"the",
"viewThroughConversionCost",
"value",
"for",
"this",
"LineItemActivityAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemActivityAssociation.java#L134-L136 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java | PerformanceTarget.getVolumeGoalType | public com.google.api.ads.adwords.axis.v201809.cm.VolumeGoalType getVolumeGoalType() {
return volumeGoalType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.VolumeGoalType getVolumeGoalType() {
return volumeGoalType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"VolumeGoalType",
"getVolumeGoalType",
"(",
")",
"{",
"return",
"volumeGoalType",
";",
"}"
] | Gets the volumeGoalType value for this PerformanceTarget.
@return volumeGoalType * The volume goal of the performance target. This property defines
the way stats data will be
reported for the time period specified.
<span class="constraint Selectable">This field can
be selected using the value "VolumeGoalType".</span... | [
"Gets",
"the",
"volumeGoalType",
"value",
"for",
"this",
"PerformanceTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java#L182-L184 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java | PerformanceTarget.getEfficiencyTargetType | public com.google.api.ads.adwords.axis.v201809.cm.EfficiencyTargetType getEfficiencyTargetType() {
return efficiencyTargetType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.EfficiencyTargetType getEfficiencyTargetType() {
return efficiencyTargetType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"EfficiencyTargetType",
"getEfficiencyTargetType",
"(",
")",
"{",
"return",
"efficiencyTargetType",
";",
"}"
] | Gets the efficiencyTargetType value for this PerformanceTarget.
@return efficiencyTargetType * This property specifies desired outcomes for some clicks, conversions
or impressions
statistic for the given time period. It's usually
a constraint on the volume goal of the
performance target, usually in terms of spending... | [
"Gets",
"the",
"efficiencyTargetType",
"value",
"for",
"this",
"PerformanceTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java#L266-L268 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java | PerformanceTarget.getSpendTargetType | public com.google.api.ads.adwords.axis.v201809.cm.SpendTargetType getSpendTargetType() {
return spendTargetType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.SpendTargetType getSpendTargetType() {
return spendTargetType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SpendTargetType",
"getSpendTargetType",
"(",
")",
"{",
"return",
"spendTargetType",
";",
"}"
] | Gets the spendTargetType value for this PerformanceTarget.
@return spendTargetType * <span class="constraint Selectable">This field can be selected
using the value "SpendTargetType".</span><span class="constraint Filterable">This
field can be filtered on.</span> | [
"Gets",
"the",
"spendTargetType",
"value",
"for",
"this",
"PerformanceTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java#L366-L368 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java | PerformanceTarget.getForecastStatus | public com.google.api.ads.adwords.axis.v201809.cm.PerformanceTargetStatus getForecastStatus() {
return forecastStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PerformanceTargetStatus getForecastStatus() {
return forecastStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PerformanceTargetStatus",
"getForecastStatus",
"(",
")",
"{",
"return",
"forecastStatus",
";",
"}"
] | Gets the forecastStatus value for this PerformanceTarget.
@return forecastStatus * The forecast status specifies how well the campaigns of a performance
targets are doing or have
done in the past in relation to the targets set on
the performance target.
<span class="constraint Selectable">This field can
be selected ... | [
"Gets",
"the",
"forecastStatus",
"value",
"for",
"this",
"PerformanceTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PerformanceTarget.java#L396-L398 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.