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/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CampaignChangeData.java | CampaignChangeData.getChangedAdGroups | public com.google.api.ads.adwords.axis.v201809.ch.AdGroupChangeData[] getChangedAdGroups() {
return changedAdGroups;
} | java | public com.google.api.ads.adwords.axis.v201809.ch.AdGroupChangeData[] getChangedAdGroups() {
return changedAdGroups;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"ch",
".",
"AdGroupChangeData",
"[",
"]",
"getChangedAdGroups",
"(",
")",
"{",
"return",
"changedAdGroups",
";",
"}"
] | Gets the changedAdGroups value for this CampaignChangeData.
@return changedAdGroups * A list of change information for all changed adgroups belonging
to the campaign. | [
"Gets",
"the",
"changedAdGroups",
"value",
"for",
"this",
"CampaignChangeData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CampaignChangeData.java#L152-L154 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/GrpSettings.java | GrpSettings.setTargetGender | public void setTargetGender(com.google.api.ads.admanager.axis.v201808.GrpTargetGender targetGender) {
this.targetGender = targetGender;
} | java | public void setTargetGender(com.google.api.ads.admanager.axis.v201808.GrpTargetGender targetGender) {
this.targetGender = targetGender;
} | [
"public",
"void",
"setTargetGender",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"GrpTargetGender",
"targetGender",
")",
"{",
"this",
".",
"targetGender",
"=",
"targetGender",
";",
"}"
] | Sets the targetGender value for this GrpSettings.
@param targetGender * Specifies the target gender of the {@link LineItem}. This field
is only applicable if
{@link #provider} is not null. | [
"Sets",
"the",
"targetGender",
"value",
"for",
"this",
"GrpSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/GrpSettings.java#L155-L157 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/GrpSettings.java | GrpSettings.getProvider | public com.google.api.ads.admanager.axis.v201808.GrpProvider getProvider() {
return provider;
} | java | public com.google.api.ads.admanager.axis.v201808.GrpProvider getProvider() {
return provider;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"GrpProvider",
"getProvider",
"(",
")",
"{",
"return",
"provider",
";",
"}"
] | Gets the provider value for this GrpSettings.
@return provider * Specifies the GRP provider of the {@link LineItem}. | [
"Gets",
"the",
"provider",
"value",
"for",
"this",
"GrpSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/GrpSettings.java#L165-L167 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java | TrafficForecastAdjustment.getFilterCriteria | public com.google.api.ads.admanager.axis.v201902.TrafficTimeSeriesFilterCriteria getFilterCriteria() {
return filterCriteria;
} | java | public com.google.api.ads.admanager.axis.v201902.TrafficTimeSeriesFilterCriteria getFilterCriteria() {
return filterCriteria;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TrafficTimeSeriesFilterCriteria",
"getFilterCriteria",
"(",
")",
"{",
"return",
"filterCriteria",
";",
"}"
] | Gets the filterCriteria value for this TrafficForecastAdjustment.
@return filterCriteria * Filter criteria defining the slice of inventory to which the
adjustment is assigned. | [
"Gets",
"the",
"filterCriteria",
"value",
"for",
"this",
"TrafficForecastAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java#L100-L102 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java | TrafficForecastAdjustment.setFilterCriteria | public void setFilterCriteria(com.google.api.ads.admanager.axis.v201902.TrafficTimeSeriesFilterCriteria filterCriteria) {
this.filterCriteria = filterCriteria;
} | java | public void setFilterCriteria(com.google.api.ads.admanager.axis.v201902.TrafficTimeSeriesFilterCriteria filterCriteria) {
this.filterCriteria = filterCriteria;
} | [
"public",
"void",
"setFilterCriteria",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TrafficTimeSeriesFilterCriteria",
"filterCriteria",
")",
"{",
"this",
".",
"filterCriteria",
"=",
"filterCriteria",
";"... | Sets the filterCriteria value for this TrafficForecastAdjustment.
@param filterCriteria * Filter criteria defining the slice of inventory to which the
adjustment is assigned. | [
"Sets",
"the",
"filterCriteria",
"value",
"for",
"this",
"TrafficForecastAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java#L111-L113 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java | TrafficForecastAdjustment.getForecastAdjustmentSegments | public com.google.api.ads.admanager.axis.v201902.TrafficForecastAdjustmentSegment[] getForecastAdjustmentSegments() {
return forecastAdjustmentSegments;
} | java | public com.google.api.ads.admanager.axis.v201902.TrafficForecastAdjustmentSegment[] getForecastAdjustmentSegments() {
return forecastAdjustmentSegments;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TrafficForecastAdjustmentSegment",
"[",
"]",
"getForecastAdjustmentSegments",
"(",
")",
"{",
"return",
"forecastAdjustmentSegments",
";",
"}"
] | Gets the forecastAdjustmentSegments value for this TrafficForecastAdjustment.
@return forecastAdjustmentSegments * Each adjustment segment is a forecast adjustment targeting
a continuous date range. | [
"Gets",
"the",
"forecastAdjustmentSegments",
"value",
"for",
"this",
"TrafficForecastAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java#L122-L124 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java | TrafficForecastAdjustment.setForecastAdjustmentSegments | public void setForecastAdjustmentSegments(com.google.api.ads.admanager.axis.v201902.TrafficForecastAdjustmentSegment[] forecastAdjustmentSegments) {
this.forecastAdjustmentSegments = forecastAdjustmentSegments;
} | java | public void setForecastAdjustmentSegments(com.google.api.ads.admanager.axis.v201902.TrafficForecastAdjustmentSegment[] forecastAdjustmentSegments) {
this.forecastAdjustmentSegments = forecastAdjustmentSegments;
} | [
"public",
"void",
"setForecastAdjustmentSegments",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TrafficForecastAdjustmentSegment",
"[",
"]",
"forecastAdjustmentSegments",
")",
"{",
"this",
".",
"forecastAd... | Sets the forecastAdjustmentSegments value for this TrafficForecastAdjustment.
@param forecastAdjustmentSegments * Each adjustment segment is a forecast adjustment targeting
a continuous date range. | [
"Sets",
"the",
"forecastAdjustmentSegments",
"value",
"for",
"this",
"TrafficForecastAdjustment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustment.java#L133-L135 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetOutrankShareBiddingScheme.java | TargetOutrankShareBiddingScheme.getMaxCpcBidCeiling | public com.google.api.ads.adwords.axis.v201809.cm.Money getMaxCpcBidCeiling() {
return maxCpcBidCeiling;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getMaxCpcBidCeiling() {
return maxCpcBidCeiling;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getMaxCpcBidCeiling",
"(",
")",
"{",
"return",
"maxCpcBidCeiling",
";",
"}"
] | Gets the maxCpcBidCeiling value for this TargetOutrankShareBiddingScheme.
@return maxCpcBidCeiling * Ceiling on max CPC bids. | [
"Gets",
"the",
"maxCpcBidCeiling",
"value",
"for",
"this",
"TargetOutrankShareBiddingScheme",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetOutrankShareBiddingScheme.java#L157-L159 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemAttributeValue.java | FeedItemAttributeValue.setMoneyWithCurrencyValue | public void setMoneyWithCurrencyValue(com.google.api.ads.adwords.axis.v201809.cm.MoneyWithCurrency moneyWithCurrencyValue) {
this.moneyWithCurrencyValue = moneyWithCurrencyValue;
} | java | public void setMoneyWithCurrencyValue(com.google.api.ads.adwords.axis.v201809.cm.MoneyWithCurrency moneyWithCurrencyValue) {
this.moneyWithCurrencyValue = moneyWithCurrencyValue;
} | [
"public",
"void",
"setMoneyWithCurrencyValue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"MoneyWithCurrency",
"moneyWithCurrencyValue",
")",
"{",
"this",
".",
"moneyWithCurrencyValue",
"=",
... | Sets the moneyWithCurrencyValue value for this FeedItemAttributeValue.
@param moneyWithCurrencyValue * MoneyWithCurrency value. Should be set if feedAttributeId refers
to a feed attribute of type
PRICE. Leave empty to clear an existing PRICE attribute
value. | [
"Sets",
"the",
"moneyWithCurrencyValue",
"value",
"for",
"this",
"FeedItemAttributeValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemAttributeValue.java#L448-L450 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/AdGroupEstimate.java | AdGroupEstimate.getKeywordEstimates | public com.google.api.ads.adwords.axis.v201809.o.KeywordEstimate[] getKeywordEstimates() {
return keywordEstimates;
} | java | public com.google.api.ads.adwords.axis.v201809.o.KeywordEstimate[] getKeywordEstimates() {
return keywordEstimates;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"KeywordEstimate",
"[",
"]",
"getKeywordEstimates",
"(",
")",
"{",
"return",
"keywordEstimates",
";",
"}"
] | Gets the keywordEstimates value for this AdGroupEstimate.
@return keywordEstimates * The estimates for the keywords specified in the request.
The list of estimates are returned in the same
order as the keywords that
were sent in the request. | [
"Gets",
"the",
"keywordEstimates",
"value",
"for",
"this",
"AdGroupEstimate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/AdGroupEstimate.java#L97-L99 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DateTime.java | DateTime.getDate | public com.google.api.ads.admanager.axis.v201805.Date getDate() {
return date;
} | java | public com.google.api.ads.admanager.axis.v201805.Date getDate() {
return date;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Date",
"getDate",
"(",
")",
"{",
"return",
"date",
";",
"}"
] | Gets the date value for this DateTime.
@return date | [
"Gets",
"the",
"date",
"value",
"for",
"this",
"DateTime",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DateTime.java#L72-L74 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DateTime.java | DateTime.setDate | public void setDate(com.google.api.ads.admanager.axis.v201805.Date date) {
this.date = date;
} | java | public void setDate(com.google.api.ads.admanager.axis.v201805.Date date) {
this.date = date;
} | [
"public",
"void",
"setDate",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Date",
"date",
")",
"{",
"this",
".",
"date",
"=",
"date",
";",
"}"
] | Sets the date value for this DateTime.
@param date | [
"Sets",
"the",
"date",
"value",
"for",
"this",
"DateTime",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DateTime.java#L82-L84 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpmBid.java | CpmBid.getCpmBidSource | public com.google.api.ads.adwords.axis.v201809.cm.BidSource getCpmBidSource() {
return cpmBidSource;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.BidSource getCpmBidSource() {
return cpmBidSource;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"BidSource",
"getCpmBidSource",
"(",
")",
"{",
"return",
"cpmBidSource",
";",
"}"
] | Gets the cpmBidSource value for this CpmBid.
@return cpmBidSource * The level (ad group or criterion) at which the bid was set.
This is applicable
only at the criteria level.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"cpmBidSource",
"value",
"for",
"this",
"CpmBid",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpmBid.java#L91-L93 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionOptimizerEligibility.java | ConversionOptimizerEligibility.getRejectionReasons | public com.google.api.ads.adwords.axis.v201809.cm.ConversionOptimizerEligibilityRejectionReason[] getRejectionReasons() {
return rejectionReasons;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ConversionOptimizerEligibilityRejectionReason[] getRejectionReasons() {
return rejectionReasons;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ConversionOptimizerEligibilityRejectionReason",
"[",
"]",
"getRejectionReasons",
"(",
")",
"{",
"return",
"rejectionReasons",
";",
"}"
] | Gets the rejectionReasons value for this ConversionOptimizerEligibility.
@return rejectionReasons * Reason why a campaign would be rejected for conversion optimizer.
<span class="constraint ReadOnly">This field is read only and will
be ignored when sent to the API.</span> | [
"Gets",
"the",
"rejectionReasons",
"value",
"for",
"this",
"ConversionOptimizerEligibility",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionOptimizerEligibility.java#L89-L91 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrder.java | BudgetOrder.getTotalAdjustments | public com.google.api.ads.adwords.axis.v201809.cm.Money getTotalAdjustments() {
return totalAdjustments;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getTotalAdjustments() {
return totalAdjustments;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getTotalAdjustments",
"(",
")",
"{",
"return",
"totalAdjustments",
";",
"}"
] | Gets the totalAdjustments value for this BudgetOrder.
@return totalAdjustments * The adjustments amount in micros. Adjustments from Google come
in the form of credits or
debits to your budget order. This amount is the net
sum of adjustments since the creation
of the budget order. You can use the adjustments amount
t... | [
"Gets",
"the",
"totalAdjustments",
"value",
"for",
"this",
"BudgetOrder",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrder.java#L565-L567 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrder.java | BudgetOrder.getLastRequest | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrderRequest getLastRequest() {
return lastRequest;
} | java | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrderRequest getLastRequest() {
return lastRequest;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"billing",
".",
"BudgetOrderRequest",
"getLastRequest",
"(",
")",
"{",
"return",
"lastRequest",
";",
"}"
] | Gets the lastRequest value for this BudgetOrder.
@return lastRequest * Contains fields that provide information on the last set of
values that
were passed in through the parent BudgetOrder for
mutate.add and
mutate.set.
<span class="constraint Selectable">This field can
be selected using the value "LastRequest".</sp... | [
"Gets",
"the",
"lastRequest",
"value",
"for",
"this",
"BudgetOrder",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrder.java#L696-L698 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProgressStep.java | ProgressStep.setRules | public void setRules(com.google.api.ads.admanager.axis.v201811.ProgressRule[] rules) {
this.rules = rules;
} | java | public void setRules(com.google.api.ads.admanager.axis.v201811.ProgressRule[] rules) {
this.rules = rules;
} | [
"public",
"void",
"setRules",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ProgressRule",
"[",
"]",
"rules",
")",
"{",
"this",
".",
"rules",
"=",
"rules",
";",
"}"
] | Sets the rules value for this ProgressStep.
@param rules * The rules in this step. | [
"Sets",
"the",
"rules",
"value",
"for",
"this",
"ProgressStep",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProgressStep.java#L69-L71 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/ReportRequestFactoryHelper.java | ReportRequestFactoryHelper.createHeaders | private HttpHeaders createHeaders(String reportUrl, String version)
throws AuthenticationException {
HttpHeaders httpHeaders = new HttpHeaders();
httpHeaders.setAuthorization(
authorizationHeaderProvider.getAuthorizationHeader(session, reportUrl));
httpHeaders.setUserAgent(userAgentCombiner.ge... | java | private HttpHeaders createHeaders(String reportUrl, String version)
throws AuthenticationException {
HttpHeaders httpHeaders = new HttpHeaders();
httpHeaders.setAuthorization(
authorizationHeaderProvider.getAuthorizationHeader(session, reportUrl));
httpHeaders.setUserAgent(userAgentCombiner.ge... | [
"private",
"HttpHeaders",
"createHeaders",
"(",
"String",
"reportUrl",
",",
"String",
"version",
")",
"throws",
"AuthenticationException",
"{",
"HttpHeaders",
"httpHeaders",
"=",
"new",
"HttpHeaders",
"(",
")",
";",
"httpHeaders",
".",
"setAuthorization",
"(",
"auth... | Creates the http headers object for this request, populated from data in
the session.
@throws AuthenticationException If OAuth authorization fails. | [
"Creates",
"the",
"http",
"headers",
"object",
"for",
"this",
"request",
"populated",
"from",
"data",
"in",
"the",
"session",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/ReportRequestFactoryHelper.java#L97-L132 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/VanityPharma.java | VanityPharma.getVanityPharmaDisplayUrlMode | public com.google.api.ads.adwords.axis.v201809.cm.VanityPharmaDisplayUrlMode getVanityPharmaDisplayUrlMode() {
return vanityPharmaDisplayUrlMode;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.VanityPharmaDisplayUrlMode getVanityPharmaDisplayUrlMode() {
return vanityPharmaDisplayUrlMode;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"VanityPharmaDisplayUrlMode",
"getVanityPharmaDisplayUrlMode",
"(",
")",
"{",
"return",
"vanityPharmaDisplayUrlMode",
";",
"}"
] | Gets the vanityPharmaDisplayUrlMode value for this VanityPharma.
@return vanityPharmaDisplayUrlMode * The display mode for vanity pharma URLs. | [
"Gets",
"the",
"vanityPharmaDisplayUrlMode",
"value",
"for",
"this",
"VanityPharma",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/VanityPharma.java#L61-L63 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/VanityPharma.java | VanityPharma.getVanityPharmaText | public com.google.api.ads.adwords.axis.v201809.cm.VanityPharmaText getVanityPharmaText() {
return vanityPharmaText;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.VanityPharmaText getVanityPharmaText() {
return vanityPharmaText;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"VanityPharmaText",
"getVanityPharmaText",
"(",
")",
"{",
"return",
"vanityPharmaText",
";",
"}"
] | Gets the vanityPharmaText value for this VanityPharma.
@return vanityPharmaText * The text that will be displayed in display URL of the text
ad when website description
is the selected display mode for vanity pharma URLs. | [
"Gets",
"the",
"vanityPharmaText",
"value",
"for",
"this",
"VanityPharma",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/VanityPharma.java#L83-L85 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemCreativeAssociation.java | LineItemCreativeAssociation.getSizes | public com.google.api.ads.admanager.axis.v201805.Size[] getSizes() {
return sizes;
} | java | public com.google.api.ads.admanager.axis.v201805.Size[] getSizes() {
return sizes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Size",
"[",
"]",
"getSizes",
"(",
")",
"{",
"return",
"sizes",
";",
"}"
] | Gets the sizes value for this LineItemCreativeAssociation.
@return sizes * Overrides the value set for {@link Creative#size}, which allows
the
creative to be served to ad units that would otherwise
not be compatible
for its actual size. This value is optional. | [
"Gets",
"the",
"sizes",
"value",
"for",
"this",
"LineItemCreativeAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemCreativeAssociation.java#L480-L482 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MutateResult.java | MutateResult.getResult | public com.google.api.ads.adwords.axis.v201809.cm.Operand getResult() {
return result;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Operand getResult() {
return result;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Operand",
"getResult",
"(",
")",
"{",
"return",
"result",
";",
"}"
] | Gets the result value for this MutateResult.
@return result * The result if there is one. | [
"Gets",
"the",
"result",
"value",
"for",
"this",
"MutateResult",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MutateResult.java#L67-L69 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MutateResult.java | MutateResult.getErrorList | public com.google.api.ads.adwords.axis.v201809.cm.ErrorList getErrorList() {
return errorList;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ErrorList getErrorList() {
return errorList;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ErrorList",
"getErrorList",
"(",
")",
"{",
"return",
"errorList",
";",
"}"
] | Gets the errorList value for this MutateResult.
@return errorList * The errors if there are any. | [
"Gets",
"the",
"errorList",
"value",
"for",
"this",
"MutateResult",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MutateResult.java#L87-L89 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoPositionTargeting.java | VideoPositionTargeting.setTargetedPositions | public void setTargetedPositions(com.google.api.ads.admanager.axis.v201811.VideoPositionTarget[] targetedPositions) {
this.targetedPositions = targetedPositions;
} | java | public void setTargetedPositions(com.google.api.ads.admanager.axis.v201811.VideoPositionTarget[] targetedPositions) {
this.targetedPositions = targetedPositions;
} | [
"public",
"void",
"setTargetedPositions",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoPositionTarget",
"[",
"]",
"targetedPositions",
")",
"{",
"this",
".",
"targetedPositions",
"=",
"targetedPos... | Sets the targetedPositions value for this VideoPositionTargeting.
@param targetedPositions * The {@link VideoTargetingPosition} objects being targeted by
the
video {@link LineItem}. | [
"Sets",
"the",
"targetedPositions",
"value",
"for",
"this",
"VideoPositionTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoPositionTargeting.java#L76-L78 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationReportRow.java | ReconciliationReportRow.setLineItemCostPerUnit | public void setLineItemCostPerUnit(com.google.api.ads.admanager.axis.v201805.Money lineItemCostPerUnit) {
this.lineItemCostPerUnit = lineItemCostPerUnit;
} | java | public void setLineItemCostPerUnit(com.google.api.ads.admanager.axis.v201805.Money lineItemCostPerUnit) {
this.lineItemCostPerUnit = lineItemCostPerUnit;
} | [
"public",
"void",
"setLineItemCostPerUnit",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"lineItemCostPerUnit",
")",
"{",
"this",
".",
"lineItemCostPerUnit",
"=",
"lineItemCostPerUnit",
";",
"}... | Sets the lineItemCostPerUnit value for this ReconciliationReportRow.
@param lineItemCostPerUnit * The {@link LineItem#costPerUnit} of the line item this row
represents.
This attribute is read-only. | [
"Sets",
"the",
"lineItemCostPerUnit",
"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/v201805/ReconciliationReportRow.java#L533-L535 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationReportRow.java | ReconciliationReportRow.setDfpRevenue | public void setDfpRevenue(com.google.api.ads.admanager.axis.v201805.Money dfpRevenue) {
this.dfpRevenue = dfpRevenue;
} | java | public void setDfpRevenue(com.google.api.ads.admanager.axis.v201805.Money dfpRevenue) {
this.dfpRevenue = dfpRevenue;
} | [
"public",
"void",
"setDfpRevenue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"dfpRevenue",
")",
"{",
"this",
".",
"dfpRevenue",
"=",
"dfpRevenue",
";",
"}"
] | Sets the dfpRevenue value for this ReconciliationReportRow.
@param dfpRevenue * The revenue calculated based on the {@link #costPerUnit}, {@link
#costType},
{@link #dfpClicks}, {@link #dfpImpressions} and {@link
#dfpLineItemDays}.
This attribute is calculated by Google and is read-only. | [
"Sets",
"the",
"dfpRevenue",
"value",
"for",
"this",
"ReconciliationReportRow",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationReportRow.java#L795-L797 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationReportRow.java | ReconciliationReportRow.getThirdPartyRevenue | public com.google.api.ads.admanager.axis.v201805.Money getThirdPartyRevenue() {
return thirdPartyRevenue;
} | java | public com.google.api.ads.admanager.axis.v201805.Money getThirdPartyRevenue() {
return thirdPartyRevenue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"getThirdPartyRevenue",
"(",
")",
"{",
"return",
"thirdPartyRevenue",
";",
"}"
] | Gets the thirdPartyRevenue value for this ReconciliationReportRow.
@return thirdPartyRevenue * The revenue calculated based on the {@link #costPerUnit}, {@link
#costType},
{@link #thirdPartyClicks}, {@link #thirdPartyImpressions}
and {@link #thirdPartyLineItemDays}.
This attribute is calculated by Google and is read... | [
"Gets",
"the",
"thirdPartyRevenue",
"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/v201805/ReconciliationReportRow.java#L809-L811 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationReportRow.java | ReconciliationReportRow.setThirdPartyRevenue | public void setThirdPartyRevenue(com.google.api.ads.admanager.axis.v201805.Money thirdPartyRevenue) {
this.thirdPartyRevenue = thirdPartyRevenue;
} | java | public void setThirdPartyRevenue(com.google.api.ads.admanager.axis.v201805.Money thirdPartyRevenue) {
this.thirdPartyRevenue = thirdPartyRevenue;
} | [
"public",
"void",
"setThirdPartyRevenue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"thirdPartyRevenue",
")",
"{",
"this",
".",
"thirdPartyRevenue",
"=",
"thirdPartyRevenue",
";",
"}"
] | Sets the thirdPartyRevenue value for this ReconciliationReportRow.
@param thirdPartyRevenue * The revenue calculated based on the {@link #costPerUnit}, {@link
#costType},
{@link #thirdPartyClicks}, {@link #thirdPartyImpressions}
and {@link #thirdPartyLineItemDays}.
This attribute is calculated by Google and is read-... | [
"Sets",
"the",
"thirdPartyRevenue",
"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/v201805/ReconciliationReportRow.java#L823-L825 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationReportRow.java | ReconciliationReportRow.getManualRevenue | public com.google.api.ads.admanager.axis.v201805.Money getManualRevenue() {
return manualRevenue;
} | java | public com.google.api.ads.admanager.axis.v201805.Money getManualRevenue() {
return manualRevenue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"getManualRevenue",
"(",
")",
"{",
"return",
"manualRevenue",
";",
"}"
] | Gets the manualRevenue value for this ReconciliationReportRow.
@return manualRevenue * The revenue calculated based on the {@link #costPerUnit}, {@link
#costType},
{@link #manualClicks}, {@link #manualImpressions}
and {@link #manualLineItemDays}.
This attribute is calculated by Google and is read-only. | [
"Gets",
"the",
"manualRevenue",
"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/v201805/ReconciliationReportRow.java#L837-L839 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUploadReturnValue.java | OfflineDataUploadReturnValue.setValue | public void setValue(com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUpload[] value) {
this.value = value;
} | java | public void setValue(com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUpload[] value) {
this.value = value;
} | [
"public",
"void",
"setValue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"OfflineDataUpload",
"[",
"]",
"value",
")",
"{",
"this",
".",
"value",
"=",
"value",
";",
"}"
] | Sets the value value for this OfflineDataUploadReturnValue.
@param value | [
"Sets",
"the",
"value",
"value",
"for",
"this",
"OfflineDataUploadReturnValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUploadReturnValue.java#L81-L83 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Gender.java | Gender.getGenderType | public com.google.api.ads.adwords.axis.v201809.cm.GenderGenderType getGenderType() {
return genderType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.GenderGenderType getGenderType() {
return genderType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"GenderGenderType",
"getGenderType",
"(",
")",
"{",
"return",
"genderType",
";",
"}"
] | Gets the genderType value for this Gender.
@return genderType * <span class="constraint ReadOnly">This field is read only and
will be ignored when sent to the API.</span> | [
"Gets",
"the",
"genderType",
"value",
"for",
"this",
"Gender",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Gender.java#L69-L71 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CreativePlaceholder.java | CreativePlaceholder.getCreativeSizeType | public com.google.api.ads.admanager.axis.v201811.CreativeSizeType getCreativeSizeType() {
return creativeSizeType;
} | java | public com.google.api.ads.admanager.axis.v201811.CreativeSizeType getCreativeSizeType() {
return creativeSizeType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativeSizeType",
"getCreativeSizeType",
"(",
")",
"{",
"return",
"creativeSizeType",
";",
"}"
] | Gets the creativeSizeType value for this CreativePlaceholder.
@return creativeSizeType * Describes the types of sizes a creative can be. By default,
the creative's size
is {@link CreativeSizeType#PIXEL}, which is a dimension
based size (width-height pair). | [
"Gets",
"the",
"creativeSizeType",
"value",
"for",
"this",
"CreativePlaceholder",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CreativePlaceholder.java#L344-L346 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CreativePlaceholder.java | CreativePlaceholder.setCreativeSizeType | public void setCreativeSizeType(com.google.api.ads.admanager.axis.v201811.CreativeSizeType creativeSizeType) {
this.creativeSizeType = creativeSizeType;
} | java | public void setCreativeSizeType(com.google.api.ads.admanager.axis.v201811.CreativeSizeType creativeSizeType) {
this.creativeSizeType = creativeSizeType;
} | [
"public",
"void",
"setCreativeSizeType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativeSizeType",
"creativeSizeType",
")",
"{",
"this",
".",
"creativeSizeType",
"=",
"creativeSizeType",
";",
"}"... | Sets the creativeSizeType value for this CreativePlaceholder.
@param creativeSizeType * Describes the types of sizes a creative can be. By default,
the creative's size
is {@link CreativeSizeType#PIXEL}, which is a dimension
based size (width-height pair). | [
"Sets",
"the",
"creativeSizeType",
"value",
"for",
"this",
"CreativePlaceholder",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CreativePlaceholder.java#L357-L359 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/InventoryTargeting.java | InventoryTargeting.getTargetedAdUnits | public com.google.api.ads.admanager.axis.v201808.AdUnitTargeting[] getTargetedAdUnits() {
return targetedAdUnits;
} | java | public com.google.api.ads.admanager.axis.v201808.AdUnitTargeting[] getTargetedAdUnits() {
return targetedAdUnits;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"AdUnitTargeting",
"[",
"]",
"getTargetedAdUnits",
"(",
")",
"{",
"return",
"targetedAdUnits",
";",
"}"
] | Gets the targetedAdUnits value for this InventoryTargeting.
@return targetedAdUnits * A list of targeted {@link AdUnitTargeting}. | [
"Gets",
"the",
"targetedAdUnits",
"value",
"for",
"this",
"InventoryTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/InventoryTargeting.java#L65-L67 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/InventoryTargeting.java | InventoryTargeting.setTargetedAdUnits | public void setTargetedAdUnits(com.google.api.ads.admanager.axis.v201808.AdUnitTargeting[] targetedAdUnits) {
this.targetedAdUnits = targetedAdUnits;
} | java | public void setTargetedAdUnits(com.google.api.ads.admanager.axis.v201808.AdUnitTargeting[] targetedAdUnits) {
this.targetedAdUnits = targetedAdUnits;
} | [
"public",
"void",
"setTargetedAdUnits",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"AdUnitTargeting",
"[",
"]",
"targetedAdUnits",
")",
"{",
"this",
".",
"targetedAdUnits",
"=",
"targetedAdUnits",
"... | Sets the targetedAdUnits value for this InventoryTargeting.
@param targetedAdUnits * A list of targeted {@link AdUnitTargeting}. | [
"Sets",
"the",
"targetedAdUnits",
"value",
"for",
"this",
"InventoryTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/InventoryTargeting.java#L75-L77 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/InventoryTargeting.java | InventoryTargeting.getExcludedAdUnits | public com.google.api.ads.admanager.axis.v201808.AdUnitTargeting[] getExcludedAdUnits() {
return excludedAdUnits;
} | java | public com.google.api.ads.admanager.axis.v201808.AdUnitTargeting[] getExcludedAdUnits() {
return excludedAdUnits;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"AdUnitTargeting",
"[",
"]",
"getExcludedAdUnits",
"(",
")",
"{",
"return",
"excludedAdUnits",
";",
"}"
] | Gets the excludedAdUnits value for this InventoryTargeting.
@return excludedAdUnits * A list of excluded {@link AdUnitTargeting}. | [
"Gets",
"the",
"excludedAdUnits",
"value",
"for",
"this",
"InventoryTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/InventoryTargeting.java#L93-L95 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CustomerSyncError.java | CustomerSyncError.getReason | public com.google.api.ads.adwords.axis.v201809.ch.CustomerSyncErrorReason getReason() {
return reason;
} | java | public com.google.api.ads.adwords.axis.v201809.ch.CustomerSyncErrorReason getReason() {
return reason;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"ch",
".",
"CustomerSyncErrorReason",
"getReason",
"(",
")",
"{",
"return",
"reason",
";",
"}"
] | Gets the reason value for this CustomerSyncError.
@return reason | [
"Gets",
"the",
"reason",
"value",
"for",
"this",
"CustomerSyncError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CustomerSyncError.java#L73-L75 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CustomerFeedOperation.java | CustomerFeedOperation.getOperand | public com.google.api.ads.adwords.axis.v201809.cm.CustomerFeed getOperand() {
return operand;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CustomerFeed getOperand() {
return operand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CustomerFeed",
"getOperand",
"(",
")",
"{",
"return",
"operand",
";",
"}"
] | Gets the operand value for this CustomerFeedOperation.
@return operand * <span class="constraint Required">This field is required and
should not be {@code null}.</span> | [
"Gets",
"the",
"operand",
"value",
"for",
"this",
"CustomerFeedOperation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CustomerFeedOperation.java#L62-L64 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoRedirectAsset.java | VideoRedirectAsset.setMetadata | public void setMetadata(com.google.api.ads.admanager.axis.v201805.VideoMetadata metadata) {
this.metadata = metadata;
} | java | public void setMetadata(com.google.api.ads.admanager.axis.v201805.VideoMetadata metadata) {
this.metadata = metadata;
} | [
"public",
"void",
"setMetadata",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"VideoMetadata",
"metadata",
")",
"{",
"this",
".",
"metadata",
"=",
"metadata",
";",
"}"
] | Sets the metadata value for this VideoRedirectAsset.
@param metadata * Metadata related to the asset. This attribute is required. | [
"Sets",
"the",
"metadata",
"value",
"for",
"this",
"VideoRedirectAsset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoRedirectAsset.java#L67-L69 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetCpaBiddingScheme.java | TargetCpaBiddingScheme.getTargetCpa | public com.google.api.ads.adwords.axis.v201809.cm.Money getTargetCpa() {
return targetCpa;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getTargetCpa() {
return targetCpa;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getTargetCpa",
"(",
")",
"{",
"return",
"targetCpa",
";",
"}"
] | Gets the targetCpa value for this TargetCpaBiddingScheme.
@return targetCpa * Average cost per acquisition (CPA) target. This target should
be greater than or equal to
minimum billable unit based on the currency for
the account. | [
"Gets",
"the",
"targetCpa",
"value",
"for",
"this",
"TargetCpaBiddingScheme",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetCpaBiddingScheme.java#L98-L100 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetCpaBiddingScheme.java | TargetCpaBiddingScheme.getMaxCpcBidFloor | public com.google.api.ads.adwords.axis.v201809.cm.Money getMaxCpcBidFloor() {
return maxCpcBidFloor;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getMaxCpcBidFloor() {
return maxCpcBidFloor;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getMaxCpcBidFloor",
"(",
")",
"{",
"return",
"maxCpcBidFloor",
";",
"}"
] | Gets the maxCpcBidFloor value for this TargetCpaBiddingScheme.
@return maxCpcBidFloor * Minimum cpc bid limit that applies to all keywords managed
by the strategy.
<span class="constraint InRange">This field must
be greater than or equal to 0.</span> | [
"Gets",
"the",
"maxCpcBidFloor",
"value",
"for",
"this",
"TargetCpaBiddingScheme",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetCpaBiddingScheme.java#L150-L152 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/FirstPartyAudienceSegmentRule.java | FirstPartyAudienceSegmentRule.getInventoryRule | public com.google.api.ads.admanager.axis.v201805.InventoryTargeting getInventoryRule() {
return inventoryRule;
} | java | public com.google.api.ads.admanager.axis.v201805.InventoryTargeting getInventoryRule() {
return inventoryRule;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"InventoryTargeting",
"getInventoryRule",
"(",
")",
"{",
"return",
"inventoryRule",
";",
"}"
] | Gets the inventoryRule value for this FirstPartyAudienceSegmentRule.
@return inventoryRule * Specifies the inventory (i.e. ad units and placements) that
are part of the rule of a
{@link FirstPartyAudienceSegment}. This attribute
is required. | [
"Gets",
"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/v201805/FirstPartyAudienceSegmentRule.java#L104-L106 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpaBid.java | CpaBid.getBidSource | public com.google.api.ads.adwords.axis.v201809.cm.BidSource getBidSource() {
return bidSource;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.BidSource getBidSource() {
return bidSource;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"BidSource",
"getBidSource",
"(",
")",
"{",
"return",
"bidSource",
";",
"}"
] | Gets the bidSource value for this CpaBid.
@return bidSource * The level (ad group, ad group strategy, or campaign strategy)
at which the bid was set.
This is applicable only at the ad group level.
<span class="constraint ReadOnly">This field is read only and will
be ignored when sent to the API.</span> | [
"Gets",
"the",
"bidSource",
"value",
"for",
"this",
"CpaBid",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpaBid.java#L118-L120 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java | VideoMetadata.setScalableType | public void setScalableType(com.google.api.ads.admanager.axis.v201805.ScalableType scalableType) {
this.scalableType = scalableType;
} | java | public void setScalableType(com.google.api.ads.admanager.axis.v201805.ScalableType scalableType) {
this.scalableType = scalableType;
} | [
"public",
"void",
"setScalableType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ScalableType",
"scalableType",
")",
"{",
"this",
".",
"scalableType",
"=",
"scalableType",
";",
"}"
] | Sets the scalableType value for this VideoMetadata.
@param scalableType * The scalable type of the asset. This attribute is required. | [
"Sets",
"the",
"scalableType",
"value",
"for",
"this",
"VideoMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java#L122-L124 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java | VideoMetadata.getSize | public com.google.api.ads.admanager.axis.v201805.Size getSize() {
return size;
} | java | public com.google.api.ads.admanager.axis.v201805.Size getSize() {
return size;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Size",
"getSize",
"(",
")",
"{",
"return",
"size",
";",
"}"
] | Gets the size value for this VideoMetadata.
@return size * The size (width and height) of the asset. This attribute is
required. | [
"Gets",
"the",
"size",
"value",
"for",
"this",
"VideoMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java#L231-L233 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java | VideoMetadata.setSize | public void setSize(com.google.api.ads.admanager.axis.v201805.Size size) {
this.size = size;
} | java | public void setSize(com.google.api.ads.admanager.axis.v201805.Size size) {
this.size = size;
} | [
"public",
"void",
"setSize",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Size",
"size",
")",
"{",
"this",
".",
"size",
"=",
"size",
";",
"}"
] | Sets the size value for this VideoMetadata.
@param size * The size (width and height) of the asset. This attribute is
required. | [
"Sets",
"the",
"size",
"value",
"for",
"this",
"VideoMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java#L242-L244 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java | VideoMetadata.getMimeType | public com.google.api.ads.admanager.axis.v201805.MimeType getMimeType() {
return mimeType;
} | java | public com.google.api.ads.admanager.axis.v201805.MimeType getMimeType() {
return mimeType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MimeType",
"getMimeType",
"(",
")",
"{",
"return",
"mimeType",
";",
"}"
] | Gets the mimeType value for this VideoMetadata.
@return mimeType * The mime type of the asset. This attribute is required. | [
"Gets",
"the",
"mimeType",
"value",
"for",
"this",
"VideoMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java#L252-L254 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java | VideoMetadata.setMimeType | public void setMimeType(com.google.api.ads.admanager.axis.v201805.MimeType mimeType) {
this.mimeType = mimeType;
} | java | public void setMimeType(com.google.api.ads.admanager.axis.v201805.MimeType mimeType) {
this.mimeType = mimeType;
} | [
"public",
"void",
"setMimeType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MimeType",
"mimeType",
")",
"{",
"this",
".",
"mimeType",
"=",
"mimeType",
";",
"}"
] | Sets the mimeType value for this VideoMetadata.
@param mimeType * The mime type of the asset. This attribute is required. | [
"Sets",
"the",
"mimeType",
"value",
"for",
"this",
"VideoMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/VideoMetadata.java#L262-L264 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Streams.java | Streams.wrapString | public static InputStream wrapString(String str, Charset charset) {
return new ByteArrayInputStream(str.getBytes(charset));
} | java | public static InputStream wrapString(String str, Charset charset) {
return new ByteArrayInputStream(str.getBytes(charset));
} | [
"public",
"static",
"InputStream",
"wrapString",
"(",
"String",
"str",
",",
"Charset",
"charset",
")",
"{",
"return",
"new",
"ByteArrayInputStream",
"(",
"str",
".",
"getBytes",
"(",
"charset",
")",
")",
";",
"}"
] | Wraps the provided string into an InputStream.
@param str String to wrap.
@param charset the chareset encoding of the string
@return InputStream containing the string argument. | [
"Wraps",
"the",
"provided",
"string",
"into",
"an",
"InputStream",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Streams.java#L57-L59 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Streams.java | Streams.readAll | public static String readAll(final InputStream inputStream, Charset charset) throws IOException {
return new ByteSource() {
@Override
public InputStream openStream() {
return inputStream;
}
}.asCharSource(charset).read();
} | java | public static String readAll(final InputStream inputStream, Charset charset) throws IOException {
return new ByteSource() {
@Override
public InputStream openStream() {
return inputStream;
}
}.asCharSource(charset).read();
} | [
"public",
"static",
"String",
"readAll",
"(",
"final",
"InputStream",
"inputStream",
",",
"Charset",
"charset",
")",
"throws",
"IOException",
"{",
"return",
"new",
"ByteSource",
"(",
")",
"{",
"@",
"Override",
"public",
"InputStream",
"openStream",
"(",
")",
"... | Reads all input into memory, close the steam, and return as a String. Reads
the input
@param inputStream InputStream to read from.
@param charset the charset to interpret the input as.
@return String contents of the stream.
@throws IOException if there is an problem reading from the stream. | [
"Reads",
"all",
"input",
"into",
"memory",
"close",
"the",
"steam",
"and",
"return",
"as",
"a",
"String",
".",
"Reads",
"the",
"input"
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Streams.java#L85-L92 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Streams.java | Streams.write | public static void write(String str, final OutputStream outputStream, Charset charset)
throws IOException {
new ByteSink() {
@Override
public OutputStream openStream() {
return outputStream;
}
}.asCharSink(charset).write(str);
} | java | public static void write(String str, final OutputStream outputStream, Charset charset)
throws IOException {
new ByteSink() {
@Override
public OutputStream openStream() {
return outputStream;
}
}.asCharSink(charset).write(str);
} | [
"public",
"static",
"void",
"write",
"(",
"String",
"str",
",",
"final",
"OutputStream",
"outputStream",
",",
"Charset",
"charset",
")",
"throws",
"IOException",
"{",
"new",
"ByteSink",
"(",
")",
"{",
"@",
"Override",
"public",
"OutputStream",
"openStream",
"(... | Writes the specified string to stream with buffering and closes the stream.
@param str String to write.
@param outputStream Stream to write to.
@param charset The charset to write in.
@throws IOException If there is an exception while writing. | [
"Writes",
"the",
"specified",
"string",
"to",
"stream",
"with",
"buffering",
"and",
"closes",
"the",
"stream",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/Streams.java#L117-L125 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BuyerRfp.java | BuyerRfp.getAdExchangeEnvironment | public com.google.api.ads.admanager.axis.v201805.AdExchangeEnvironment getAdExchangeEnvironment() {
return adExchangeEnvironment;
} | java | public com.google.api.ads.admanager.axis.v201805.AdExchangeEnvironment getAdExchangeEnvironment() {
return adExchangeEnvironment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"AdExchangeEnvironment",
"getAdExchangeEnvironment",
"(",
")",
"{",
"return",
"adExchangeEnvironment",
";",
"}"
] | Gets the adExchangeEnvironment value for this BuyerRfp.
@return adExchangeEnvironment * Identifies the format of the inventory or "channel" through
which the ad serves. Environments
currently supported include {@link AdExchangeEnvironment#DISPLAY},
{@link AdExchangeEnvironment#VIDEO}, and {@link AdExchangeEnvironmen... | [
"Gets",
"the",
"adExchangeEnvironment",
"value",
"for",
"this",
"BuyerRfp",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BuyerRfp.java#L530-L532 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BuyerRfp.java | BuyerRfp.getRfpType | public com.google.api.ads.admanager.axis.v201805.RfpType getRfpType() {
return rfpType;
} | java | public com.google.api.ads.admanager.axis.v201805.RfpType getRfpType() {
return rfpType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"RfpType",
"getRfpType",
"(",
")",
"{",
"return",
"rfpType",
";",
"}"
] | Gets the rfpType value for this BuyerRfp.
@return rfpType * Deal type; either Programmatic Guaranteed or Preferred Deal.
This field
corresponds to the type of {@link Proposal} that a
buyer wishes to negotiate with a seller.
<span class="constraint ReadOnly">This attribute is
read-only when:<ul><li>using programmatic... | [
"Gets",
"the",
"rfpType",
"value",
"for",
"this",
"BuyerRfp",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BuyerRfp.java#L562-L564 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ForecastBreakdownTarget.java | ForecastBreakdownTarget.getCreative | public com.google.api.ads.admanager.axis.v201811.CreativePlaceholder getCreative() {
return creative;
} | java | public com.google.api.ads.admanager.axis.v201811.CreativePlaceholder getCreative() {
return creative;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativePlaceholder",
"getCreative",
"(",
")",
"{",
"return",
"creative",
";",
"}"
] | Gets the creative value for this ForecastBreakdownTarget.
@return creative * If specified, restrict the breakdown to only inventory matching
this creative. | [
"Gets",
"the",
"creative",
"value",
"for",
"this",
"ForecastBreakdownTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ForecastBreakdownTarget.java#L113-L115 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ForecastBreakdownTarget.java | ForecastBreakdownTarget.setCreative | public void setCreative(com.google.api.ads.admanager.axis.v201811.CreativePlaceholder creative) {
this.creative = creative;
} | java | public void setCreative(com.google.api.ads.admanager.axis.v201811.CreativePlaceholder creative) {
this.creative = creative;
} | [
"public",
"void",
"setCreative",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativePlaceholder",
"creative",
")",
"{",
"this",
".",
"creative",
"=",
"creative",
";",
"}"
] | Sets the creative value for this ForecastBreakdownTarget.
@param creative * If specified, restrict the breakdown to only inventory matching
this creative. | [
"Sets",
"the",
"creative",
"value",
"for",
"this",
"ForecastBreakdownTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ForecastBreakdownTarget.java#L124-L126 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Product.java | Product.getNameSource | public com.google.api.ads.admanager.axis.v201902.ValueSourceType getNameSource() {
return nameSource;
} | java | public com.google.api.ads.admanager.axis.v201902.ValueSourceType getNameSource() {
return nameSource;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ValueSourceType",
"getNameSource",
"(",
")",
"{",
"return",
"nameSource",
";",
"}"
] | Gets the nameSource value for this Product.
@return nameSource * Specifies the source of the {@link Product#name} value.
To revert an overridden value to its default, set
this field to {@link ValueSourceType#PARENT}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic gua... | [
"Gets",
"the",
"nameSource",
"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/v201902/Product.java#L379-L381 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Product.java | Product.setProductType | public void setProductType(com.google.api.ads.admanager.axis.v201902.ProductType productType) {
this.productType = productType;
} | java | public void setProductType(com.google.api.ads.admanager.axis.v201902.ProductType productType) {
this.productType = productType;
} | [
"public",
"void",
"setProductType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ProductType",
"productType",
")",
"{",
"this",
".",
"productType",
"=",
"productType",
";",
"}"
] | Sets the productType value for this Product.
@param 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>no... | [
"Sets",
"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/v201902/Product.java#L446-L448 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Product.java | Product.getBuiltInTargeting | public com.google.api.ads.admanager.axis.v201902.Targeting getBuiltInTargeting() {
return builtInTargeting;
} | java | public com.google.api.ads.admanager.axis.v201902.Targeting getBuiltInTargeting() {
return builtInTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Targeting",
"getBuiltInTargeting",
"(",
")",
"{",
"return",
"builtInTargeting",
";",
"}"
] | Gets the builtInTargeting value for this Product.
@return builtInTargeting * The targeting for the created {@link ProposalLineItem}. For
those scenarios using sales
management, it's a combination of {@link ProductTemplate#productSegmentation}
and
{@link ProductTemplate#builtInTargeting}. See details
in {@link Produc... | [
"Gets",
"the",
"builtInTargeting",
"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/v201902/Product.java#L922-L924 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AudienceSegment.java | AudienceSegment.getDataProvider | public com.google.api.ads.admanager.axis.v201811.AudienceSegmentDataProvider getDataProvider() {
return dataProvider;
} | java | public com.google.api.ads.admanager.axis.v201811.AudienceSegmentDataProvider getDataProvider() {
return dataProvider;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AudienceSegmentDataProvider",
"getDataProvider",
"(",
")",
"{",
"return",
"dataProvider",
";",
"}"
] | Gets the dataProvider value for this AudienceSegment.
@return dataProvider * Owner data provider of this segment. This attribute is readonly
and is assigned by Google. | [
"Gets",
"the",
"dataProvider",
"value",
"for",
"this",
"AudienceSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AudienceSegment.java#L384-L386 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AudienceSegment.java | AudienceSegment.setDataProvider | public void setDataProvider(com.google.api.ads.admanager.axis.v201811.AudienceSegmentDataProvider dataProvider) {
this.dataProvider = dataProvider;
} | java | public void setDataProvider(com.google.api.ads.admanager.axis.v201811.AudienceSegmentDataProvider dataProvider) {
this.dataProvider = dataProvider;
} | [
"public",
"void",
"setDataProvider",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AudienceSegmentDataProvider",
"dataProvider",
")",
"{",
"this",
".",
"dataProvider",
"=",
"dataProvider",
";",
"}"
] | Sets the dataProvider value for this AudienceSegment.
@param dataProvider * Owner data provider of this segment. This attribute is readonly
and is assigned by Google. | [
"Sets",
"the",
"dataProvider",
"value",
"for",
"this",
"AudienceSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AudienceSegment.java#L395-L397 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/Member.java | Member.getAddressInfo | public com.google.api.ads.adwords.axis.v201809.rm.AddressInfo getAddressInfo() {
return addressInfo;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.AddressInfo getAddressInfo() {
return addressInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"AddressInfo",
"getAddressInfo",
"(",
")",
"{",
"return",
"addressInfo",
";",
"}"
] | Gets the addressInfo value for this Member.
@return addressInfo * Address info. | [
"Gets",
"the",
"addressInfo",
"value",
"for",
"this",
"Member",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/Member.java#L152-L154 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterion.java | AdGroupCriterion.getCriterionUse | public com.google.api.ads.adwords.axis.v201809.cm.CriterionUse getCriterionUse() {
return criterionUse;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CriterionUse getCriterionUse() {
return criterionUse;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CriterionUse",
"getCriterionUse",
"(",
")",
"{",
"return",
"criterionUse",
";",
"}"
] | Gets the criterionUse value for this AdGroupCriterion.
@return criterionUse * <span class="constraint ReadOnly">This field is read only and
will be ignored when sent to the API.</span> | [
"Gets",
"the",
"criterionUse",
"value",
"for",
"this",
"AdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterion.java#L155-L157 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterion.java | AdGroupCriterion.getLabels | public com.google.api.ads.adwords.axis.v201809.cm.Label[] getLabels() {
return labels;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Label[] getLabels() {
return labels;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Label",
"[",
"]",
"getLabels",
"(",
")",
"{",
"return",
"labels",
";",
"}"
] | Gets the labels value for this AdGroupCriterion.
@return labels * Labels that are attached to the AdGroupCriterion. To associate
an existing {@link Label} to an
existing {@link AdGroupCriterion}, use {@link AdGroupCriterionService#mutateLabel}
with ADD
operator. To remove an associated {@link Label} from
the {@link ... | [
"Gets",
"the",
"labels",
"value",
"for",
"this",
"AdGroupCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterion.java#L216-L218 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/PremiumRateValue.java | PremiumRateValue.getPremiumFeature | public com.google.api.ads.admanager.axis.v201805.PremiumFeature getPremiumFeature() {
return premiumFeature;
} | java | public com.google.api.ads.admanager.axis.v201805.PremiumFeature getPremiumFeature() {
return premiumFeature;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"PremiumFeature",
"getPremiumFeature",
"(",
")",
"{",
"return",
"premiumFeature",
";",
"}"
] | Gets the premiumFeature value for this PremiumRateValue.
@return premiumFeature * The feature type of this premium rate value.
<p>This attribute is required and cannot be changed
after creation. | [
"Gets",
"the",
"premiumFeature",
"value",
"for",
"this",
"PremiumRateValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/PremiumRateValue.java#L130-L132 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/CreativeAsset.java | CreativeAsset.setClickTags | public void setClickTags(com.google.api.ads.admanager.axis.v201805.ClickTag[] clickTags) {
this.clickTags = clickTags;
} | java | public void setClickTags(com.google.api.ads.admanager.axis.v201805.ClickTag[] clickTags) {
this.clickTags = clickTags;
} | [
"public",
"void",
"setClickTags",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ClickTag",
"[",
"]",
"clickTags",
")",
"{",
"this",
".",
"clickTags",
"=",
"clickTags",
";",
"}"
] | Sets the clickTags value for this CreativeAsset.
@param clickTags * The click tags of the asset. This field is read-only. | [
"Sets",
"the",
"clickTags",
"value",
"for",
"this",
"CreativeAsset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/CreativeAsset.java#L287-L289 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/QueryError.java | QueryError.getReason | public com.google.api.ads.adwords.axis.v201809.cm.QueryErrorReason getReason() {
return reason;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.QueryErrorReason getReason() {
return reason;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"QueryErrorReason",
"getReason",
"(",
")",
"{",
"return",
"reason",
";",
"}"
] | Gets the reason value for this QueryError.
@return reason | [
"Gets",
"the",
"reason",
"value",
"for",
"this",
"QueryError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/QueryError.java#L73-L75 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/UsePortfolioBiddingStrategy.java | UsePortfolioBiddingStrategy.createBiddingStrategy | private static SharedBiddingStrategy createBiddingStrategy(
AdWordsServicesInterface adWordsServices, AdWordsSession session) throws RemoteException {
// Get the BiddingStrategyService, which loads the required classes.
BiddingStrategyServiceInterface biddingStrategyService =
adWordsServices.get(s... | java | private static SharedBiddingStrategy createBiddingStrategy(
AdWordsServicesInterface adWordsServices, AdWordsSession session) throws RemoteException {
// Get the BiddingStrategyService, which loads the required classes.
BiddingStrategyServiceInterface biddingStrategyService =
adWordsServices.get(s... | [
"private",
"static",
"SharedBiddingStrategy",
"createBiddingStrategy",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
")",
"throws",
"RemoteException",
"{",
"// Get the BiddingStrategyService, which loads the required classes.",
"BiddingStrategySe... | Creates the bidding strategy object.
@param adWordsServices the user to run the example with
@param session the AdWordsSession
@throws ApiException if the API request failed with one or more service errors.
@throws RemoteException if the API request failed due to other errors. | [
"Creates",
"the",
"bidding",
"strategy",
"object",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/UsePortfolioBiddingStrategy.java#L152-L185 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/UsePortfolioBiddingStrategy.java | UsePortfolioBiddingStrategy.createSharedBudget | private static Budget createSharedBudget(
AdWordsServicesInterface adWordsServices, AdWordsSession session) throws RemoteException {
// Get the BudgetService, which loads the required classes.
BudgetServiceInterface budgetService =
adWordsServices.get(session, BudgetServiceInterface.class);
/... | java | private static Budget createSharedBudget(
AdWordsServicesInterface adWordsServices, AdWordsSession session) throws RemoteException {
// Get the BudgetService, which loads the required classes.
BudgetServiceInterface budgetService =
adWordsServices.get(session, BudgetServiceInterface.class);
/... | [
"private",
"static",
"Budget",
"createSharedBudget",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
")",
"throws",
"RemoteException",
"{",
"// Get the BudgetService, which loads the required classes.",
"BudgetServiceInterface",
"budgetService",
... | Creates an explicit budget to be used only to create the Campaign.
@param adWordsServices the user to run the example with
@param session the AdWordsSession
@throws ApiException if the API request failed with one or more service errors.
@throws RemoteException if the API request failed due to other errors. | [
"Creates",
"an",
"explicit",
"budget",
"to",
"be",
"used",
"only",
"to",
"create",
"the",
"Campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/UsePortfolioBiddingStrategy.java#L195-L222 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/UsePortfolioBiddingStrategy.java | UsePortfolioBiddingStrategy.createCampaignWithBiddingStrategy | private static Campaign createCampaignWithBiddingStrategy(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long biddingStrategyId,
Long sharedBudgetId)
throws RemoteException {
// Get the CampaignService, which loads the required classes.
CampaignServiceInterface ... | java | private static Campaign createCampaignWithBiddingStrategy(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long biddingStrategyId,
Long sharedBudgetId)
throws RemoteException {
// Get the CampaignService, which loads the required classes.
CampaignServiceInterface ... | [
"private",
"static",
"Campaign",
"createCampaignWithBiddingStrategy",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Long",
"biddingStrategyId",
",",
"Long",
"sharedBudgetId",
")",
"throws",
"RemoteException",
"{",
"// Get the Camp... | Create a Campaign with a portfolio bidding strategy.
@param adWordsServices the user to run the example with
@param session the AdWordsSession
@param biddingStrategyId the bidding strategy id to use
@param sharedBudgetId the shared budget id to use
@throws ApiException if the API request failed with one or more servic... | [
"Create",
"a",
"Campaign",
"with",
"a",
"portfolio",
"bidding",
"strategy",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/advancedoperations/UsePortfolioBiddingStrategy.java#L234-L287 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProductTemplate.java | ProductTemplate.getProductTemplateMarketplaceInfo | public com.google.api.ads.admanager.axis.v201902.ProductTemplateMarketplaceInfo getProductTemplateMarketplaceInfo() {
return productTemplateMarketplaceInfo;
} | java | public com.google.api.ads.admanager.axis.v201902.ProductTemplateMarketplaceInfo getProductTemplateMarketplaceInfo() {
return productTemplateMarketplaceInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ProductTemplateMarketplaceInfo",
"getProductTemplateMarketplaceInfo",
"(",
")",
"{",
"return",
"productTemplateMarketplaceInfo",
";",
"}"
] | Gets the productTemplateMarketplaceInfo value for this ProductTemplate.
@return productTemplateMarketplaceInfo * Marketplace information of this {@code ProductTemplate}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li></ul></spa... | [
"Gets",
"the",
"productTemplateMarketplaceInfo",
"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/v201902/ProductTemplate.java#L1443-L1445 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationOrderReport.java | ReconciliationOrderReport.setProposalNetBillableRevenueManualAdjustment | public void setProposalNetBillableRevenueManualAdjustment(com.google.api.ads.admanager.axis.v201805.Money proposalNetBillableRevenueManualAdjustment) {
this.proposalNetBillableRevenueManualAdjustment = proposalNetBillableRevenueManualAdjustment;
} | java | public void setProposalNetBillableRevenueManualAdjustment(com.google.api.ads.admanager.axis.v201805.Money proposalNetBillableRevenueManualAdjustment) {
this.proposalNetBillableRevenueManualAdjustment = proposalNetBillableRevenueManualAdjustment;
} | [
"public",
"void",
"setProposalNetBillableRevenueManualAdjustment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"proposalNetBillableRevenueManualAdjustment",
")",
"{",
"this",
".",
"proposalNetBillable... | Sets the proposalNetBillableRevenueManualAdjustment value for this ReconciliationOrderReport.
@param proposalNetBillableRevenueManualAdjustment * If this reconciliation data is for a {@link Proposal}, then
this contains the net revenue
manual adjustment for that proposal. Otherwise, this
is {@code null}.
This value ... | [
"Sets",
"the",
"proposalNetBillableRevenueManualAdjustment",
"value",
"for",
"this",
"ReconciliationOrderReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationOrderReport.java#L304-L306 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationOrderReport.java | ReconciliationOrderReport.getProposalGrossBillableRevenueManualAdjustment | public com.google.api.ads.admanager.axis.v201805.Money getProposalGrossBillableRevenueManualAdjustment() {
return proposalGrossBillableRevenueManualAdjustment;
} | java | public com.google.api.ads.admanager.axis.v201805.Money getProposalGrossBillableRevenueManualAdjustment() {
return proposalGrossBillableRevenueManualAdjustment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"getProposalGrossBillableRevenueManualAdjustment",
"(",
")",
"{",
"return",
"proposalGrossBillableRevenueManualAdjustment",
";",
"}"
] | Gets the proposalGrossBillableRevenueManualAdjustment value for this ReconciliationOrderReport.
@return proposalGrossBillableRevenueManualAdjustment * If this reconciliation data is for a {@link Proposal}, then
this contains the gross revenue
manual adjustment for that proposal. Otherwise, this
is {@code null}.
This... | [
"Gets",
"the",
"proposalGrossBillableRevenueManualAdjustment",
"value",
"for",
"this",
"ReconciliationOrderReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ReconciliationOrderReport.java#L318-L320 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItemConstraints.java | ProposalLineItemConstraints.getBuiltInCreativePlaceholders | public com.google.api.ads.admanager.axis.v201902.CreativePlaceholder[] getBuiltInCreativePlaceholders() {
return builtInCreativePlaceholders;
} | java | public com.google.api.ads.admanager.axis.v201902.CreativePlaceholder[] getBuiltInCreativePlaceholders() {
return builtInCreativePlaceholders;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"CreativePlaceholder",
"[",
"]",
"getBuiltInCreativePlaceholders",
"(",
")",
"{",
"return",
"builtInCreativePlaceholders",
";",
"}"
] | Gets the builtInCreativePlaceholders value for this ProposalLineItemConstraints.
@return builtInCreativePlaceholders * The built-in {@link CreativePlaceholder creative placeholders}
for the created
{@link ProposalLineItem}.
<p>This attribute is read-only. | [
"Gets",
"the",
"builtInCreativePlaceholders",
"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/v201902/ProposalLineItemConstraints.java#L163-L165 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItemConstraints.java | ProposalLineItemConstraints.getBuiltInRoadblockingType | public com.google.api.ads.admanager.axis.v201902.RoadblockingType getBuiltInRoadblockingType() {
return builtInRoadblockingType;
} | java | public com.google.api.ads.admanager.axis.v201902.RoadblockingType getBuiltInRoadblockingType() {
return builtInRoadblockingType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RoadblockingType",
"getBuiltInRoadblockingType",
"(",
")",
"{",
"return",
"builtInRoadblockingType",
";",
"}"
] | Gets the builtInRoadblockingType value for this ProposalLineItemConstraints.
@return builtInRoadblockingType * The built-in roadblocking type for the created {@link ProposalLineItem}.
<p>This attribute is read-only. | [
"Gets",
"the",
"builtInRoadblockingType",
"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/v201902/ProposalLineItemConstraints.java#L197-L199 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItemConstraints.java | ProposalLineItemConstraints.setBuiltInRoadblockingType | public void setBuiltInRoadblockingType(com.google.api.ads.admanager.axis.v201902.RoadblockingType builtInRoadblockingType) {
this.builtInRoadblockingType = builtInRoadblockingType;
} | java | public void setBuiltInRoadblockingType(com.google.api.ads.admanager.axis.v201902.RoadblockingType builtInRoadblockingType) {
this.builtInRoadblockingType = builtInRoadblockingType;
} | [
"public",
"void",
"setBuiltInRoadblockingType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RoadblockingType",
"builtInRoadblockingType",
")",
"{",
"this",
".",
"builtInRoadblockingType",
"=",
"builtInRoa... | Sets the builtInRoadblockingType value for this ProposalLineItemConstraints.
@param builtInRoadblockingType * The built-in roadblocking type for the created {@link ProposalLineItem}.
<p>This attribute is read-only. | [
"Sets",
"the",
"builtInRoadblockingType",
"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/v201902/ProposalLineItemConstraints.java#L209-L211 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItemConstraints.java | ProposalLineItemConstraints.setBuiltInFrequencyCaps | public void setBuiltInFrequencyCaps(com.google.api.ads.admanager.axis.v201902.FrequencyCap[] builtInFrequencyCaps) {
this.builtInFrequencyCaps = builtInFrequencyCaps;
} | java | public void setBuiltInFrequencyCaps(com.google.api.ads.admanager.axis.v201902.FrequencyCap[] builtInFrequencyCaps) {
this.builtInFrequencyCaps = builtInFrequencyCaps;
} | [
"public",
"void",
"setBuiltInFrequencyCaps",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"FrequencyCap",
"[",
"]",
"builtInFrequencyCaps",
")",
"{",
"this",
".",
"builtInFrequencyCaps",
"=",
"builtInFr... | Sets the builtInFrequencyCaps value for this ProposalLineItemConstraints.
@param builtInFrequencyCaps * The built-in frequency caps for the created {@link ProposalLineItem}.
<p>This attribute is read-only. | [
"Sets",
"the",
"builtInFrequencyCaps",
"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/v201902/ProposalLineItemConstraints.java#L309-L311 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.getCostAdjustment | public com.google.api.ads.admanager.axis.v201811.CostAdjustment getCostAdjustment() {
return costAdjustment;
} | java | public com.google.api.ads.admanager.axis.v201811.CostAdjustment getCostAdjustment() {
return costAdjustment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CostAdjustment",
"getCostAdjustment",
"(",
")",
"{",
"return",
"costAdjustment",
";",
"}"
] | Gets the costAdjustment value for this ProposalLineItem.
@return costAdjustment * The cost adjustment applied to the {@code ProposalLineItem}.
This attribute is
optional and default value is {@link CostAdjustment#NONE}.
<span class="constraint Applicable">This attribute is applicable when:<ul><li>using
programmatic ... | [
"Gets",
"the",
"costAdjustment",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L1257-L1259 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setCostAdjustment | public void setCostAdjustment(com.google.api.ads.admanager.axis.v201811.CostAdjustment costAdjustment) {
this.costAdjustment = costAdjustment;
} | java | public void setCostAdjustment(com.google.api.ads.admanager.axis.v201811.CostAdjustment costAdjustment) {
this.costAdjustment = costAdjustment;
} | [
"public",
"void",
"setCostAdjustment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CostAdjustment",
"costAdjustment",
")",
"{",
"this",
".",
"costAdjustment",
"=",
"costAdjustment",
";",
"}"
] | Sets the costAdjustment value for this ProposalLineItem.
@param costAdjustment * The cost adjustment applied to the {@code ProposalLineItem}.
This attribute is
optional and default value is {@link CostAdjustment#NONE}.
<span class="constraint Applicable">This attribute is applicable when:<ul><li>using
programmatic g... | [
"Sets",
"the",
"costAdjustment",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L1275-L1277 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setGoal | public void setGoal(com.google.api.ads.admanager.axis.v201811.Goal goal) {
this.goal = goal;
} | java | public void setGoal(com.google.api.ads.admanager.axis.v201811.Goal goal) {
this.goal = goal;
} | [
"public",
"void",
"setGoal",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Goal",
"goal",
")",
"{",
"this",
".",
"goal",
"=",
"goal",
";",
"}"
] | Sets the goal value for this ProposalLineItem.
@param goal * The goal(i.e. contracted quantity, quantity or limit) that
this {@code ProposalLineItem} is
associated with, which is used in its pacing and budgeting.
{@link Goal#units} must be greater
than 0 when the proposal line item turns into a line
item, {@link Goa... | [
"Sets",
"the",
"goal",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L1337-L1339 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.getPremiums | public com.google.api.ads.admanager.axis.v201811.ProposalLineItemPremium[] getPremiums() {
return premiums;
} | java | public com.google.api.ads.admanager.axis.v201811.ProposalLineItemPremium[] getPremiums() {
return premiums;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ProposalLineItemPremium",
"[",
"]",
"getPremiums",
"(",
")",
"{",
"return",
"premiums",
";",
"}"
] | Gets the premiums value for this ProposalLineItem.
@return premiums * The premiums triggered by this {@code ProposalLineItem} and
their statuses.
For those triggered premiums whose statues are not
specified, the default status
is {@link ProposalLineItemPremiumStatus#INCLUDED}.
<span class="constraint Applicable">Thi... | [
"Gets",
"the",
"premiums",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2058-L2060 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setBaseRate | public void setBaseRate(com.google.api.ads.admanager.axis.v201811.Money baseRate) {
this.baseRate = baseRate;
} | java | public void setBaseRate(com.google.api.ads.admanager.axis.v201811.Money baseRate) {
this.baseRate = baseRate;
} | [
"public",
"void",
"setBaseRate",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"baseRate",
")",
"{",
"this",
".",
"baseRate",
"=",
"baseRate",
";",
"}"
] | Sets the baseRate value for this ProposalLineItem.
@param baseRate * The base rate of the {@code ProposalLineItem} in proposal currency.
<span class="constraint Applicable">This attribute is applicable when:<ul><li>using
programmatic guaranteed, using sales management.</li><li>not using
programmatic, using sales man... | [
"Sets",
"the",
"baseRate",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2137-L2139 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.getNetCost | public com.google.api.ads.admanager.axis.v201811.Money getNetCost() {
return netCost;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getNetCost() {
return netCost;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getNetCost",
"(",
")",
"{",
"return",
"netCost",
";",
"}"
] | Gets the netCost value for this ProposalLineItem.
@return netCost * The cost of the {@code ProposalLineItem} in proposal currency.
It supports precision of 2
decimal places in terms of the fundamental currency
unit, so the
{@link Money#getAmountInMicros} must be multiples
of 10000. It doesn't include agency
commissi... | [
"Gets",
"the",
"netCost",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2289-L2291 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setBillingCap | public void setBillingCap(com.google.api.ads.admanager.axis.v201811.BillingCap billingCap) {
this.billingCap = billingCap;
} | java | public void setBillingCap(com.google.api.ads.admanager.axis.v201811.BillingCap billingCap) {
this.billingCap = billingCap;
} | [
"public",
"void",
"setBillingCap",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BillingCap",
"billingCap",
")",
"{",
"this",
".",
"billingCap",
"=",
"billingCap",
";",
"}"
] | Sets the billingCap value for this ProposalLineItem.
@param billingCap * Overrides the billing cap of this {@code ProposalLineItem}.
This attribute is optional.
If this field is overridden, then other required billing
fields
({@link #billingSource}, or {@link #billingBase})
also need to be overridden
depending on t... | [
"Sets",
"the",
"billingCap",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2535-L2537 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.getBillingSchedule | public com.google.api.ads.admanager.axis.v201811.BillingSchedule getBillingSchedule() {
return billingSchedule;
} | java | public com.google.api.ads.admanager.axis.v201811.BillingSchedule getBillingSchedule() {
return billingSchedule;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BillingSchedule",
"getBillingSchedule",
"(",
")",
"{",
"return",
"billingSchedule",
";",
"}"
] | Gets the billingSchedule value for this ProposalLineItem.
@return billingSchedule * Overrides the billing schedule of this {@code ProposalLineItem}.
This attribute is optional.
If this field is overridden, then other required billing
fields
({@link #billingSource}, or {@link #billingBase})
also need to be overridde... | [
"Gets",
"the",
"billingSchedule",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2560-L2562 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setReservationStatus | public void setReservationStatus(com.google.api.ads.admanager.axis.v201811.ReservationStatus reservationStatus) {
this.reservationStatus = reservationStatus;
} | java | public void setReservationStatus(com.google.api.ads.admanager.axis.v201811.ReservationStatus reservationStatus) {
this.reservationStatus = reservationStatus;
} | [
"public",
"void",
"setReservationStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ReservationStatus",
"reservationStatus",
")",
"{",
"this",
".",
"reservationStatus",
"=",
"reservationStatus",
";",
... | Sets the reservationStatus value for this ProposalLineItem.
@param reservationStatus * The reservation status of the {@link ProposalLineItem}.
This attribute is read-only. | [
"Sets",
"the",
"reservationStatus",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2733-L2735 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.getLastReservationDateTime | public com.google.api.ads.admanager.axis.v201811.DateTime getLastReservationDateTime() {
return lastReservationDateTime;
} | java | public com.google.api.ads.admanager.axis.v201811.DateTime getLastReservationDateTime() {
return lastReservationDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DateTime",
"getLastReservationDateTime",
"(",
")",
"{",
"return",
"lastReservationDateTime",
";",
"}"
] | Gets the lastReservationDateTime value for this ProposalLineItem.
@return lastReservationDateTime * The last {@link DateTime} when the {@link ProposalLineItem}
reserved inventory.
This attribute is read-only. | [
"Gets",
"the",
"lastReservationDateTime",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2745-L2747 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setLastReservationDateTime | public void setLastReservationDateTime(com.google.api.ads.admanager.axis.v201811.DateTime lastReservationDateTime) {
this.lastReservationDateTime = lastReservationDateTime;
} | java | public void setLastReservationDateTime(com.google.api.ads.admanager.axis.v201811.DateTime lastReservationDateTime) {
this.lastReservationDateTime = lastReservationDateTime;
} | [
"public",
"void",
"setLastReservationDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DateTime",
"lastReservationDateTime",
")",
"{",
"this",
".",
"lastReservationDateTime",
"=",
"lastReservationDat... | Sets the lastReservationDateTime value for this ProposalLineItem.
@param lastReservationDateTime * The last {@link DateTime} when the {@link ProposalLineItem}
reserved inventory.
This attribute is read-only. | [
"Sets",
"the",
"lastReservationDateTime",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L2757-L2759 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java | ProposalLineItem.setRateCardPricingModel | public void setRateCardPricingModel(com.google.api.ads.admanager.axis.v201811.PricingModel rateCardPricingModel) {
this.rateCardPricingModel = rateCardPricingModel;
} | java | public void setRateCardPricingModel(com.google.api.ads.admanager.axis.v201811.PricingModel rateCardPricingModel) {
this.rateCardPricingModel = rateCardPricingModel;
} | [
"public",
"void",
"setRateCardPricingModel",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"PricingModel",
"rateCardPricingModel",
")",
"{",
"this",
".",
"rateCardPricingModel",
"=",
"rateCardPricingModel",
... | Sets the rateCardPricingModel value for this ProposalLineItem.
@param rateCardPricingModel * {@link RateCard} pricing model for the {@link ProposalLineItem}.
When the pricing model is
{@link PricingModel#NET} refer to the {@link netCost}
and {@link netRate} fields. When the
pricing model is {@link PricingModel#GROSS... | [
"Sets",
"the",
"rateCardPricingModel",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItem.java#L3043-L3045 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Draft.java | Draft.getDraftStatus | public com.google.api.ads.adwords.axis.v201809.cm.DraftStatus getDraftStatus() {
return draftStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DraftStatus getDraftStatus() {
return draftStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DraftStatus",
"getDraftStatus",
"(",
")",
"{",
"return",
"draftStatus",
";",
"}"
] | Gets the draftStatus value for this Draft.
@return draftStatus * <span class="constraint Selectable">This field can be selected
using the value "DraftStatus".</span><span class="constraint Filterable">This
field can be filtered on.</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored ... | [
"Gets",
"the",
"draftStatus",
"value",
"for",
"this",
"Draft",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Draft.java#L229-L231 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnitSize.java | AdUnitSize.getCompanions | public com.google.api.ads.admanager.axis.v201811.AdUnitSize[] getCompanions() {
return companions;
} | java | public com.google.api.ads.admanager.axis.v201811.AdUnitSize[] getCompanions() {
return companions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdUnitSize",
"[",
"]",
"getCompanions",
"(",
")",
"{",
"return",
"companions",
";",
"}"
] | Gets the companions value for this AdUnitSize.
@return companions * The companions for this ad unit size.
Companions are only valid if the environment is {@link
EnvironmentType#VIDEO_PLAYER}.
If the environment is {@link EnvironmentType#BROWSER}
including companions
results in an error. | [
"Gets",
"the",
"companions",
"value",
"for",
"this",
"AdUnitSize",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnitSize.java#L137-L139 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnitSize.java | AdUnitSize.setCompanions | public void setCompanions(com.google.api.ads.admanager.axis.v201811.AdUnitSize[] companions) {
this.companions = companions;
} | java | public void setCompanions(com.google.api.ads.admanager.axis.v201811.AdUnitSize[] companions) {
this.companions = companions;
} | [
"public",
"void",
"setCompanions",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdUnitSize",
"[",
"]",
"companions",
")",
"{",
"this",
".",
"companions",
"=",
"companions",
";",
"}"
] | Sets the companions value for this AdUnitSize.
@param companions * The companions for this ad unit size.
Companions are only valid if the environment is {@link
EnvironmentType#VIDEO_PLAYER}.
If the environment is {@link EnvironmentType#BROWSER}
including companions
results in an error. | [
"Sets",
"the",
"companions",
"value",
"for",
"this",
"AdUnitSize",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdUnitSize.java#L152-L154 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdea.java | TargetingIdea.getData | public com.google.api.ads.adwords.axis.v201809.o.Type_AttributeMapEntry[] getData() {
return data;
} | java | public com.google.api.ads.adwords.axis.v201809.o.Type_AttributeMapEntry[] getData() {
return data;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"Type_AttributeMapEntry",
"[",
"]",
"getData",
"(",
")",
"{",
"return",
"data",
";",
"}"
] | Gets the data value for this TargetingIdea.
@return data * Map of {@link AttributeType} to {@link Attribute}. Stores all
data retrieved for each key
{@code AttributeType}.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"data",
"value",
"for",
"this",
"TargetingIdea",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdea.java#L65-L67 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/InternalRedirectCreative.java | InternalRedirectCreative.getAssetSize | public com.google.api.ads.admanager.axis.v201811.Size getAssetSize() {
return assetSize;
} | java | public com.google.api.ads.admanager.axis.v201811.Size getAssetSize() {
return assetSize;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Size",
"getAssetSize",
"(",
")",
"{",
"return",
"assetSize",
";",
"}"
] | Gets the assetSize value for this InternalRedirectCreative.
@return assetSize * The asset size of an internal redirect creative.
Note that this may differ from {@code size} if
users set {@code overrideSize} to true.
This attribute is read-only and is populated
by Google. | [
"Gets",
"the",
"assetSize",
"value",
"for",
"this",
"InternalRedirectCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/InternalRedirectCreative.java#L170-L172 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/InternalRedirectCreative.java | InternalRedirectCreative.setAssetSize | public void setAssetSize(com.google.api.ads.admanager.axis.v201811.Size assetSize) {
this.assetSize = assetSize;
} | java | public void setAssetSize(com.google.api.ads.admanager.axis.v201811.Size assetSize) {
this.assetSize = assetSize;
} | [
"public",
"void",
"setAssetSize",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Size",
"assetSize",
")",
"{",
"this",
".",
"assetSize",
"=",
"assetSize",
";",
"}"
] | Sets the assetSize value for this InternalRedirectCreative.
@param assetSize * The asset size of an internal redirect creative.
Note that this may differ from {@code size} if
users set {@code overrideSize} to true.
This attribute is read-only and is populated
by Google. | [
"Sets",
"the",
"assetSize",
"value",
"for",
"this",
"InternalRedirectCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/InternalRedirectCreative.java#L184-L186 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ApiException.java | ApiException.writeDetails | public void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context) throws java.io.IOException {
context.serialize(qname, null, this);
} | java | public void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context) throws java.io.IOException {
context.serialize(qname, null, this);
} | [
"public",
"void",
"writeDetails",
"(",
"javax",
".",
"xml",
".",
"namespace",
".",
"QName",
"qname",
",",
"org",
".",
"apache",
".",
"axis",
".",
"encoding",
".",
"SerializationContext",
"context",
")",
"throws",
"java",
".",
"io",
".",
"IOException",
"{",... | Writes the exception data to the faultDetails | [
"Writes",
"the",
"exception",
"data",
"to",
"the",
"faultDetails"
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ApiException.java#L171-L173 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TimeOfDay.java | TimeOfDay.getMinute | public com.google.api.ads.admanager.axis.v201902.MinuteOfHour getMinute() {
return minute;
} | java | public com.google.api.ads.admanager.axis.v201902.MinuteOfHour getMinute() {
return minute;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MinuteOfHour",
"getMinute",
"(",
")",
"{",
"return",
"minute",
";",
"}"
] | Gets the minute value for this TimeOfDay.
@return minute * Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported.
This
field is required. | [
"Gets",
"the",
"minute",
"value",
"for",
"this",
"TimeOfDay",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TimeOfDay.java#L89-L91 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicConstraint.java | PolicyTopicConstraint.getConstraintType | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicConstraintPolicyTopicConstraintType getConstraintType() {
return constraintType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicConstraintPolicyTopicConstraintType getConstraintType() {
return constraintType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicConstraintPolicyTopicConstraintType",
"getConstraintType",
"(",
")",
"{",
"return",
"constraintType",
";",
"}"
] | Gets the constraintType value for this PolicyTopicConstraint.
@return constraintType | [
"Gets",
"the",
"constraintType",
"value",
"for",
"this",
"PolicyTopicConstraint",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicConstraint.java#L61-L63 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerPage.java | ManagedCustomerPage.getEntries | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer[] getEntries() {
return entries;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer[] getEntries() {
return entries;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"ManagedCustomer",
"[",
"]",
"getEntries",
"(",
")",
"{",
"return",
"entries",
";",
"}"
] | Gets the entries value for this ManagedCustomerPage.
@return entries * Subset of the managed customers' information that are being
retrieved. | [
"Gets",
"the",
"entries",
"value",
"for",
"this",
"ManagedCustomerPage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerPage.java#L69-L71 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerPage.java | ManagedCustomerPage.getLinks | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomerLink[] getLinks() {
return links;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomerLink[] getLinks() {
return links;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"ManagedCustomerLink",
"[",
"]",
"getLinks",
"(",
")",
"{",
"return",
"links",
";",
"}"
] | Gets the links value for this ManagedCustomerPage.
@return links * Links between manager and client customers. | [
"Gets",
"the",
"links",
"value",
"for",
"this",
"ManagedCustomerPage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerPage.java#L98-L100 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetingSetting.java | TargetingSetting.setDetails | public void setDetails(com.google.api.ads.adwords.axis.v201809.cm.TargetingSettingDetail[] details) {
this.details = details;
} | java | public void setDetails(com.google.api.ads.adwords.axis.v201809.cm.TargetingSettingDetail[] details) {
this.details = details;
} | [
"public",
"void",
"setDetails",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"TargetingSettingDetail",
"[",
"]",
"details",
")",
"{",
"this",
".",
"details",
"=",
"details",
";",
"}"
] | Sets the details value for this TargetingSetting.
@param details * The list of per-criterion-type-group targeting settings. | [
"Sets",
"the",
"details",
"value",
"for",
"this",
"TargetingSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetingSetting.java#L68-L70 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.