repo stringlengths 7 58 | path stringlengths 12 218 | func_name stringlengths 3 140 | original_string stringlengths 73 34.1k | language stringclasses 1
value | code stringlengths 73 34.1k | code_tokens list | docstring stringlengths 3 16k | docstring_tokens list | sha stringlengths 40 40 | url stringlengths 105 339 | partition stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Html5Creative.java | Html5Creative.getHtml5Asset | public com.google.api.ads.admanager.axis.v201811.CreativeAsset getHtml5Asset() {
return html5Asset;
} | java | public com.google.api.ads.admanager.axis.v201811.CreativeAsset getHtml5Asset() {
return html5Asset;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativeAsset",
"getHtml5Asset",
"(",
")",
"{",
"return",
"html5Asset",
";",
"}"
] | Gets the html5Asset value for this Html5Creative.
@return html5Asset * The HTML5 asset. To preview the HTML5 asset, use the {@link
CreativeAsset#assetUrl}.
In this field, the {@link CreativeAsset#assetByteArray}
must be a zip bundle and the
{@link CreativeAsset#fileName} must have a zip
extension. This attribute is ... | [
"Gets",
"the",
"html5Asset",
"value",
"for",
"this",
"Html5Creative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Html5Creative.java#L322-L324 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Html5Creative.java | Html5Creative.setHtml5Asset | public void setHtml5Asset(com.google.api.ads.admanager.axis.v201811.CreativeAsset html5Asset) {
this.html5Asset = html5Asset;
} | java | public void setHtml5Asset(com.google.api.ads.admanager.axis.v201811.CreativeAsset html5Asset) {
this.html5Asset = html5Asset;
} | [
"public",
"void",
"setHtml5Asset",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativeAsset",
"html5Asset",
")",
"{",
"this",
".",
"html5Asset",
"=",
"html5Asset",
";",
"}"
] | Sets the html5Asset value for this Html5Creative.
@param html5Asset * The HTML5 asset. To preview the HTML5 asset, use the {@link
CreativeAsset#assetUrl}.
In this field, the {@link CreativeAsset#assetByteArray}
must be a zip bundle and the
{@link CreativeAsset#fileName} must have a zip
extension. This attribute is r... | [
"Sets",
"the",
"html5Asset",
"value",
"for",
"this",
"Html5Creative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Html5Creative.java#L337-L339 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java | FeedItemPolicySummary.getValidationStatus | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemValidationStatus getValidationStatus() {
return validationStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemValidationStatus getValidationStatus() {
return validationStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemValidationStatus",
"getValidationStatus",
"(",
")",
"{",
"return",
"validationStatus",
";",
"}"
] | Gets the validationStatus value for this FeedItemPolicySummary.
@return validationStatus * Validation status of feed item for a particular feed mapping. | [
"Gets",
"the",
"validationStatus",
"value",
"for",
"this",
"FeedItemPolicySummary",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java#L117-L119 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java | FeedItemPolicySummary.setValidationErrors | public void setValidationErrors(com.google.api.ads.adwords.axis.v201809.cm.FeedItemAttributeError[] validationErrors) {
this.validationErrors = validationErrors;
} | java | public void setValidationErrors(com.google.api.ads.adwords.axis.v201809.cm.FeedItemAttributeError[] validationErrors) {
this.validationErrors = validationErrors;
} | [
"public",
"void",
"setValidationErrors",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemAttributeError",
"[",
"]",
"validationErrors",
")",
"{",
"this",
".",
"validationErrors",
"=",
... | Sets the validationErrors value for this FeedItemPolicySummary.
@param validationErrors * List of error codes specifying what errors were found during
validation. | [
"Sets",
"the",
"validationErrors",
"value",
"for",
"this",
"FeedItemPolicySummary",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java#L149-L151 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java | FeedItemPolicySummary.getQualityApprovalStatus | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemQualityApprovalStatus getQualityApprovalStatus() {
return qualityApprovalStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemQualityApprovalStatus getQualityApprovalStatus() {
return qualityApprovalStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemQualityApprovalStatus",
"getQualityApprovalStatus",
"(",
")",
"{",
"return",
"qualityApprovalStatus",
";",
"}"
] | Gets the qualityApprovalStatus value for this FeedItemPolicySummary.
@return qualityApprovalStatus * Feed item quality evaluation approval status for a particular
feed mapping. | [
"Gets",
"the",
"qualityApprovalStatus",
"value",
"for",
"this",
"FeedItemPolicySummary",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java#L168-L170 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java | FeedItemPolicySummary.getQualityDisapprovalReasons | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemQualityDisapprovalReasons[] getQualityDisapprovalReasons() {
return qualityDisapprovalReasons;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemQualityDisapprovalReasons[] getQualityDisapprovalReasons() {
return qualityDisapprovalReasons;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemQualityDisapprovalReasons",
"[",
"]",
"getQualityDisapprovalReasons",
"(",
")",
"{",
"return",
"qualityDisapprovalReasons",
";",
"}"
] | Gets the qualityDisapprovalReasons value for this FeedItemPolicySummary.
@return qualityDisapprovalReasons * Feed item quality evaluation disapproval reasons. | [
"Gets",
"the",
"qualityDisapprovalReasons",
"value",
"for",
"this",
"FeedItemPolicySummary",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemPolicySummary.java#L189-L191 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java | Proposal.getWorkflowProgress | public com.google.api.ads.admanager.axis.v201805.WorkflowProgress getWorkflowProgress() {
return workflowProgress;
} | java | public com.google.api.ads.admanager.axis.v201805.WorkflowProgress getWorkflowProgress() {
return workflowProgress;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"WorkflowProgress",
"getWorkflowProgress",
"(",
")",
"{",
"return",
"workflowProgress",
";",
"}"
] | Gets the workflowProgress value for this Proposal.
@return workflowProgress * The progress report for the workflow applied on the {@code
Proposal}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li><li>not using programmatic, usin... | [
"Gets",
"the",
"workflowProgress",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java#L2171-L2173 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java | Proposal.getExpectedExpiryTime | public com.google.api.ads.admanager.axis.v201805.DateTime getExpectedExpiryTime() {
return expectedExpiryTime;
} | java | public com.google.api.ads.admanager.axis.v201805.DateTime getExpectedExpiryTime() {
return expectedExpiryTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DateTime",
"getExpectedExpiryTime",
"(",
")",
"{",
"return",
"expectedExpiryTime",
";",
"}"
] | Gets the expectedExpiryTime value for this Proposal.
@return expectedExpiryTime * The expected date and time at which the inventory reserved
by the {@link Proposal} will expire.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li><l... | [
"Gets",
"the",
"expectedExpiryTime",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java#L2303-L2305 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java | Proposal.getBuyerRfp | public com.google.api.ads.admanager.axis.v201805.BuyerRfp getBuyerRfp() {
return buyerRfp;
} | java | public com.google.api.ads.admanager.axis.v201805.BuyerRfp getBuyerRfp() {
return buyerRfp;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"BuyerRfp",
"getBuyerRfp",
"(",
")",
"{",
"return",
"buyerRfp",
";",
"}"
] | Gets the buyerRfp value for this Proposal.
@return buyerRfp * The buyer RFP associated with this {@code Proposal}, which
is optional. This field will be null
if the proposal is not initiated from RFP.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, not usi... | [
"Gets",
"the",
"buyerRfp",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java#L2573-L2575 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java | Proposal.setBuyerRfp | public void setBuyerRfp(com.google.api.ads.admanager.axis.v201805.BuyerRfp buyerRfp) {
this.buyerRfp = buyerRfp;
} | java | public void setBuyerRfp(com.google.api.ads.admanager.axis.v201805.BuyerRfp buyerRfp) {
this.buyerRfp = buyerRfp;
} | [
"public",
"void",
"setBuyerRfp",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"BuyerRfp",
"buyerRfp",
")",
"{",
"this",
".",
"buyerRfp",
"=",
"buyerRfp",
";",
"}"
] | Sets the buyerRfp value for this Proposal.
@param buyerRfp * The buyer RFP associated with this {@code Proposal}, which
is optional. This field will be null
if the proposal is not initiated from RFP.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, not usin... | [
"Sets",
"the",
"buyerRfp",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Proposal.java#L2588-L2590 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AvailabilityForecast.java | AvailabilityForecast.setTargetingCriteriaBreakdowns | public void setTargetingCriteriaBreakdowns(com.google.api.ads.admanager.axis.v201808.TargetingCriteriaBreakdown[] targetingCriteriaBreakdowns) {
this.targetingCriteriaBreakdowns = targetingCriteriaBreakdowns;
} | java | public void setTargetingCriteriaBreakdowns(com.google.api.ads.admanager.axis.v201808.TargetingCriteriaBreakdown[] targetingCriteriaBreakdowns) {
this.targetingCriteriaBreakdowns = targetingCriteriaBreakdowns;
} | [
"public",
"void",
"setTargetingCriteriaBreakdowns",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"TargetingCriteriaBreakdown",
"[",
"]",
"targetingCriteriaBreakdowns",
")",
"{",
"this",
".",
"targetingCrite... | Sets the targetingCriteriaBreakdowns value for this AvailabilityForecast.
@param targetingCriteriaBreakdowns * The forecast result broken down by the targeting of the forecasted
line item. | [
"Sets",
"the",
"targetingCriteriaBreakdowns",
"value",
"for",
"this",
"AvailabilityForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AvailabilityForecast.java#L626-L628 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AvailabilityForecast.java | AvailabilityForecast.setAlternativeUnitTypeForecasts | public void setAlternativeUnitTypeForecasts(com.google.api.ads.admanager.axis.v201808.AlternativeUnitTypeForecast[] alternativeUnitTypeForecasts) {
this.alternativeUnitTypeForecasts = alternativeUnitTypeForecasts;
} | java | public void setAlternativeUnitTypeForecasts(com.google.api.ads.admanager.axis.v201808.AlternativeUnitTypeForecast[] alternativeUnitTypeForecasts) {
this.alternativeUnitTypeForecasts = alternativeUnitTypeForecasts;
} | [
"public",
"void",
"setAlternativeUnitTypeForecasts",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"AlternativeUnitTypeForecast",
"[",
"]",
"alternativeUnitTypeForecasts",
")",
"{",
"this",
".",
"alternative... | Sets the alternativeUnitTypeForecasts value for this AvailabilityForecast.
@param alternativeUnitTypeForecasts * Views of this forecast, with alternative unit types. | [
"Sets",
"the",
"alternativeUnitTypeForecasts",
"value",
"for",
"this",
"AvailabilityForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AvailabilityForecast.java#L684-L686 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetingSettingDetail.java | TargetingSettingDetail.setCriterionTypeGroup | public void setCriterionTypeGroup(com.google.api.ads.adwords.axis.v201809.cm.CriterionTypeGroup criterionTypeGroup) {
this.criterionTypeGroup = criterionTypeGroup;
} | java | public void setCriterionTypeGroup(com.google.api.ads.adwords.axis.v201809.cm.CriterionTypeGroup criterionTypeGroup) {
this.criterionTypeGroup = criterionTypeGroup;
} | [
"public",
"void",
"setCriterionTypeGroup",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CriterionTypeGroup",
"criterionTypeGroup",
")",
"{",
"this",
".",
"criterionTypeGroup",
"=",
"criterionT... | Sets the criterionTypeGroup value for this TargetingSettingDetail.
@param criterionTypeGroup * The criterion type group that these settings apply to.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Sets",
"the",
"criterionTypeGroup",
"value",
"for",
"this",
"TargetingSettingDetail",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TargetingSettingDetail.java#L92-L94 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/LanguageSearchParameter.java | LanguageSearchParameter.getLanguages | public com.google.api.ads.adwords.axis.v201809.cm.Language[] getLanguages() {
return languages;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Language[] getLanguages() {
return languages;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Language",
"[",
"]",
"getLanguages",
"(",
")",
"{",
"return",
"languages",
";",
"}"
] | Gets the languages value for this LanguageSearchParameter.
@return languages * A list of {@link Language}s indicating the desired languages
being targeted in the results.
<span class="constraint ContentsDistinct">This
field must contain distinct elements.</span>
<span class="constraint ContentsNotNull">This
field mu... | [
"Gets",
"the",
"languages",
"value",
"for",
"this",
"LanguageSearchParameter",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/LanguageSearchParameter.java#L94-L96 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ThirdPartyAudienceSegment.java | ThirdPartyAudienceSegment.getCost | public com.google.api.ads.admanager.axis.v201808.Money getCost() {
return cost;
} | java | public com.google.api.ads.admanager.axis.v201808.Money getCost() {
return cost;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Money",
"getCost",
"(",
")",
"{",
"return",
"cost",
";",
"}"
] | Gets the cost value for this ThirdPartyAudienceSegment.
@return cost * Specifies CPM cost for the given segment. This attribute is
readonly and is assigned by the
data provider.
<p> The CPM cost comes from the active pricing,
if there is one;
otherwise it comes from the latest pricing. | [
"Gets",
"the",
"cost",
"value",
"for",
"this",
"ThirdPartyAudienceSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ThirdPartyAudienceSegment.java#L154-L156 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ThirdPartyAudienceSegment.java | ThirdPartyAudienceSegment.setCost | public void setCost(com.google.api.ads.admanager.axis.v201808.Money cost) {
this.cost = cost;
} | java | public void setCost(com.google.api.ads.admanager.axis.v201808.Money cost) {
this.cost = cost;
} | [
"public",
"void",
"setCost",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Money",
"cost",
")",
"{",
"this",
".",
"cost",
"=",
"cost",
";",
"}"
] | Sets the cost value for this ThirdPartyAudienceSegment.
@param cost * Specifies CPM cost for the given segment. This attribute is
readonly and is assigned by the
data provider.
<p> The CPM cost comes from the active pricing,
if there is one;
otherwise it comes from the latest pricing. | [
"Sets",
"the",
"cost",
"value",
"for",
"this",
"ThirdPartyAudienceSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ThirdPartyAudienceSegment.java#L170-L172 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ContentMetadataKeyHierarchy.java | ContentMetadataKeyHierarchy.setHierarchyLevels | public void setHierarchyLevels(com.google.api.ads.admanager.axis.v201808.ContentMetadataKeyHierarchyLevel[] hierarchyLevels) {
this.hierarchyLevels = hierarchyLevels;
} | java | public void setHierarchyLevels(com.google.api.ads.admanager.axis.v201808.ContentMetadataKeyHierarchyLevel[] hierarchyLevels) {
this.hierarchyLevels = hierarchyLevels;
} | [
"public",
"void",
"setHierarchyLevels",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ContentMetadataKeyHierarchyLevel",
"[",
"]",
"hierarchyLevels",
")",
"{",
"this",
".",
"hierarchyLevels",
"=",
"hier... | Sets the hierarchyLevels value for this ContentMetadataKeyHierarchy.
@param hierarchyLevels * The levels of the {@code ContentMetadataKeyHierarchy}. This
attribute is readonly and
the hierarchy levels must form a continuous set of
1, 2, ..., N where N is the number
of levels in the hierarchy. | [
"Sets",
"the",
"hierarchyLevels",
"value",
"for",
"this",
"ContentMetadataKeyHierarchy",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ContentMetadataKeyHierarchy.java#L150-L152 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/AxisSerializer.java | AxisSerializer.getSerializer | private <T extends Serializable> Serializer getSerializer(QName xmlType, Class<T> clazz)
throws SecurityException,
NoSuchMethodException,
IllegalArgumentException,
IllegalAccessException,
InvocationTargetException {
Method getSerializer = clazz.getMethod("getSerializer", String.class, ... | java | private <T extends Serializable> Serializer getSerializer(QName xmlType, Class<T> clazz)
throws SecurityException,
NoSuchMethodException,
IllegalArgumentException,
IllegalAccessException,
InvocationTargetException {
Method getSerializer = clazz.getMethod("getSerializer", String.class, ... | [
"private",
"<",
"T",
"extends",
"Serializable",
">",
"Serializer",
"getSerializer",
"(",
"QName",
"xmlType",
",",
"Class",
"<",
"T",
">",
"clazz",
")",
"throws",
"SecurityException",
",",
"NoSuchMethodException",
",",
"IllegalArgumentException",
",",
"IllegalAccessE... | Uses reflection to get an Axis Serializer. | [
"Uses",
"reflection",
"to",
"get",
"an",
"Axis",
"Serializer",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/AxisSerializer.java#L49-L57 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/AxisSerializer.java | AxisSerializer.getXmlType | private <T extends Serializable> QName getXmlType(Class<T> clazz)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException,
SecurityException,
NoSuchMethodException {
Method getTypeDesc = clazz.getMethod("getTypeDesc");
TypeDesc typeDesc = (TypeDesc) getTy... | java | private <T extends Serializable> QName getXmlType(Class<T> clazz)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException,
SecurityException,
NoSuchMethodException {
Method getTypeDesc = clazz.getMethod("getTypeDesc");
TypeDesc typeDesc = (TypeDesc) getTy... | [
"private",
"<",
"T",
"extends",
"Serializable",
">",
"QName",
"getXmlType",
"(",
"Class",
"<",
"T",
">",
"clazz",
")",
"throws",
"IllegalArgumentException",
",",
"IllegalAccessException",
",",
"InvocationTargetException",
",",
"SecurityException",
",",
"NoSuchMethodEx... | Uses reflection to get the QName XmlType. | [
"Uses",
"reflection",
"to",
"get",
"the",
"QName",
"XmlType",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/AxisSerializer.java#L62-L71 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/MobileDeviceTargeting.java | MobileDeviceTargeting.setTargetedMobileDevices | public void setTargetedMobileDevices(com.google.api.ads.admanager.axis.v201805.Technology[] targetedMobileDevices) {
this.targetedMobileDevices = targetedMobileDevices;
} | java | public void setTargetedMobileDevices(com.google.api.ads.admanager.axis.v201805.Technology[] targetedMobileDevices) {
this.targetedMobileDevices = targetedMobileDevices;
} | [
"public",
"void",
"setTargetedMobileDevices",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Technology",
"[",
"]",
"targetedMobileDevices",
")",
"{",
"this",
".",
"targetedMobileDevices",
"=",
"targeted... | Sets the targetedMobileDevices value for this MobileDeviceTargeting.
@param targetedMobileDevices * Mobile devices that are being targeted by the {@link LineItem}. | [
"Sets",
"the",
"targetedMobileDevices",
"value",
"for",
"this",
"MobileDeviceTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/MobileDeviceTargeting.java#L70-L72 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/PremiumRate.java | PremiumRate.getPricingMethod | public com.google.api.ads.admanager.axis.v201805.PricingMethod getPricingMethod() {
return pricingMethod;
} | java | public com.google.api.ads.admanager.axis.v201805.PricingMethod getPricingMethod() {
return pricingMethod;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"PricingMethod",
"getPricingMethod",
"(",
")",
"{",
"return",
"pricingMethod",
";",
"}"
] | Gets the pricingMethod value for this PremiumRate.
@return pricingMethod * The method of deciding which {@link PremiumRateValue} objects
from this
{@code PremiumRate} to apply to a {@link ProposalLineItem}.
This attribute is required. | [
"Gets",
"the",
"pricingMethod",
"value",
"for",
"this",
"PremiumRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/PremiumRate.java#L154-L156 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/PremiumRate.java | PremiumRate.setPricingMethod | public void setPricingMethod(com.google.api.ads.admanager.axis.v201805.PricingMethod pricingMethod) {
this.pricingMethod = pricingMethod;
} | java | public void setPricingMethod(com.google.api.ads.admanager.axis.v201805.PricingMethod pricingMethod) {
this.pricingMethod = pricingMethod;
} | [
"public",
"void",
"setPricingMethod",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"PricingMethod",
"pricingMethod",
")",
"{",
"this",
".",
"pricingMethod",
"=",
"pricingMethod",
";",
"}"
] | Sets the pricingMethod value for this PremiumRate.
@param pricingMethod * The method of deciding which {@link PremiumRateValue} objects
from this
{@code PremiumRate} to apply to a {@link ProposalLineItem}.
This attribute is required. | [
"Sets",
"the",
"pricingMethod",
"value",
"for",
"this",
"PremiumRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/PremiumRate.java#L168-L170 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/RetractProposals.java | RetractProposals.getRetractionDetails | public com.google.api.ads.admanager.axis.v201902.RetractionDetails getRetractionDetails() {
return retractionDetails;
} | java | public com.google.api.ads.admanager.axis.v201902.RetractionDetails getRetractionDetails() {
return retractionDetails;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RetractionDetails",
"getRetractionDetails",
"(",
")",
"{",
"return",
"retractionDetails",
";",
"}"
] | Gets the retractionDetails value for this RetractProposals.
@return retractionDetails * {@link RetractionDetails Details} describing why the {@link
Proposal} is being retracted. | [
"Gets",
"the",
"retractionDetails",
"value",
"for",
"this",
"RetractProposals",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/RetractProposals.java#L55-L57 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/RetractProposals.java | RetractProposals.setRetractionDetails | public void setRetractionDetails(com.google.api.ads.admanager.axis.v201902.RetractionDetails retractionDetails) {
this.retractionDetails = retractionDetails;
} | java | public void setRetractionDetails(com.google.api.ads.admanager.axis.v201902.RetractionDetails retractionDetails) {
this.retractionDetails = retractionDetails;
} | [
"public",
"void",
"setRetractionDetails",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RetractionDetails",
"retractionDetails",
")",
"{",
"this",
".",
"retractionDetails",
"=",
"retractionDetails",
";",
... | Sets the retractionDetails value for this RetractProposals.
@param retractionDetails * {@link RetractionDetails Details} describing why the {@link
Proposal} is being retracted. | [
"Sets",
"the",
"retractionDetails",
"value",
"for",
"this",
"RetractProposals",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/RetractProposals.java#L66-L68 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java | ReportQuery.setAdUnitView | public void setAdUnitView(com.google.api.ads.admanager.axis.v201808.ReportQueryAdUnitView adUnitView) {
this.adUnitView = adUnitView;
} | java | public void setAdUnitView(com.google.api.ads.admanager.axis.v201808.ReportQueryAdUnitView adUnitView) {
this.adUnitView = adUnitView;
} | [
"public",
"void",
"setAdUnitView",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ReportQueryAdUnitView",
"adUnitView",
")",
"{",
"this",
".",
"adUnitView",
"=",
"adUnitView",
";",
"}"
] | Sets the adUnitView value for this ReportQuery.
@param adUnitView * The ad unit view for the report. Defaults to {@link AdUnitView#TOP_LEVEL}. | [
"Sets",
"the",
"adUnitView",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java#L321-L323 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java | ReportQuery.getColumns | public com.google.api.ads.admanager.axis.v201808.Column[] getColumns() {
return columns;
} | java | public com.google.api.ads.admanager.axis.v201808.Column[] getColumns() {
return columns;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Column",
"[",
"]",
"getColumns",
"(",
")",
"{",
"return",
"columns",
";",
"}"
] | Gets the columns value for this ReportQuery.
@return columns * The list of trafficking statistics and revenue information
being requested
in the report. The generated report will contain the
columns in the same
order as requested. This field is required. | [
"Gets",
"the",
"columns",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java#L335-L337 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java | ReportQuery.setColumns | public void setColumns(com.google.api.ads.admanager.axis.v201808.Column[] columns) {
this.columns = columns;
} | java | public void setColumns(com.google.api.ads.admanager.axis.v201808.Column[] columns) {
this.columns = columns;
} | [
"public",
"void",
"setColumns",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Column",
"[",
"]",
"columns",
")",
"{",
"this",
".",
"columns",
"=",
"columns",
";",
"}"
] | Sets the columns value for this ReportQuery.
@param columns * The list of trafficking statistics and revenue information
being requested
in the report. The generated report will contain the
columns in the same
order as requested. This field is required. | [
"Sets",
"the",
"columns",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java#L349-L351 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java | ReportQuery.getDimensionAttributes | public com.google.api.ads.admanager.axis.v201808.DimensionAttribute[] getDimensionAttributes() {
return dimensionAttributes;
} | java | public com.google.api.ads.admanager.axis.v201808.DimensionAttribute[] getDimensionAttributes() {
return dimensionAttributes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DimensionAttribute",
"[",
"]",
"getDimensionAttributes",
"(",
")",
"{",
"return",
"dimensionAttributes",
";",
"}"
] | Gets the dimensionAttributes value for this ReportQuery.
@return dimensionAttributes * The list of break-down attributes being requested in this report.
Some
{@link DimensionAttribute} values can only be used
with certain
{@link Dimension} values that must be included in
the {@link #dimensions}
attribute. The genera... | [
"Gets",
"the",
"dimensionAttributes",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java#L375-L377 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java | ReportQuery.setStartDate | public void setStartDate(com.google.api.ads.admanager.axis.v201808.Date startDate) {
this.startDate = startDate;
} | java | public void setStartDate(com.google.api.ads.admanager.axis.v201808.Date startDate) {
this.startDate = startDate;
} | [
"public",
"void",
"setStartDate",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Date",
"startDate",
")",
"{",
"this",
".",
"startDate",
"=",
"startDate",
";",
"}"
] | Sets the startDate value for this ReportQuery.
@param startDate * The start date from which the reporting information is gathered.
The
{@code ReportQuery#dateRangeType} field must be set
to
{@link DateRangeType#CUSTOM_DATE} in order to use
this. | [
"Sets",
"the",
"startDate",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReportQuery.java#L641-L643 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdSenseSettings.java | AdSenseSettings.setBorderStyle | public void setBorderStyle(com.google.api.ads.admanager.axis.v201811.AdSenseSettingsBorderStyle borderStyle) {
this.borderStyle = borderStyle;
} | java | public void setBorderStyle(com.google.api.ads.admanager.axis.v201811.AdSenseSettingsBorderStyle borderStyle) {
this.borderStyle = borderStyle;
} | [
"public",
"void",
"setBorderStyle",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdSenseSettingsBorderStyle",
"borderStyle",
")",
"{",
"this",
".",
"borderStyle",
"=",
"borderStyle",
";",
"}"
] | Sets the borderStyle value for this AdSenseSettings.
@param borderStyle * Specifies the border-style of the {@link AdUnit}. This attribute
is
optional and defaults to the ad unit's parent or ancestor's
setting if one
has been set. If no ancestor of the ad unit has set
{@code borderStyle},
the attribute is defaulted ... | [
"Sets",
"the",
"borderStyle",
"value",
"for",
"this",
"AdSenseSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdSenseSettings.java#L452-L454 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java | AppFeedItem.getAppStore | public com.google.api.ads.adwords.axis.v201809.cm.AppFeedItemAppStore getAppStore() {
return appStore;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AppFeedItemAppStore getAppStore() {
return appStore;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AppFeedItemAppStore",
"getAppStore",
"(",
")",
"{",
"return",
"appStore",
";",
"}"
] | Gets the appStore value for this AppFeedItem.
@return appStore * The application store that the target application belongs to. | [
"Gets",
"the",
"appStore",
"value",
"for",
"this",
"AppFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java#L161-L163 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java | AppFeedItem.getAppFinalUrls | public com.google.api.ads.adwords.axis.v201809.cm.UrlList getAppFinalUrls() {
return appFinalUrls;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UrlList getAppFinalUrls() {
return appFinalUrls;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UrlList",
"getAppFinalUrls",
"(",
")",
"{",
"return",
"appFinalUrls",
";",
"}"
] | Gets the appFinalUrls value for this AppFeedItem.
@return appFinalUrls * A list of possible final URLs after all cross domain redirects. | [
"Gets",
"the",
"appFinalUrls",
"value",
"for",
"this",
"AppFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java#L255-L257 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java | AppFeedItem.getAppFinalMobileUrls | public com.google.api.ads.adwords.axis.v201809.cm.UrlList getAppFinalMobileUrls() {
return appFinalMobileUrls;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UrlList getAppFinalMobileUrls() {
return appFinalMobileUrls;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UrlList",
"getAppFinalMobileUrls",
"(",
")",
"{",
"return",
"appFinalMobileUrls",
";",
"}"
] | Gets the appFinalMobileUrls value for this AppFeedItem.
@return appFinalMobileUrls * A list of possible final mobile URLs after all cross domain
redirects. | [
"Gets",
"the",
"appFinalMobileUrls",
"value",
"for",
"this",
"AppFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java#L276-L278 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java | AppFeedItem.getAppUrlCustomParameters | public com.google.api.ads.adwords.axis.v201809.cm.CustomParameters getAppUrlCustomParameters() {
return appUrlCustomParameters;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CustomParameters getAppUrlCustomParameters() {
return appUrlCustomParameters;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CustomParameters",
"getAppUrlCustomParameters",
"(",
")",
"{",
"return",
"appUrlCustomParameters",
";",
"}"
] | Gets the appUrlCustomParameters value for this AppFeedItem.
@return appUrlCustomParameters * A list of mappings to be used for substituting URL custom parameter
tags in the
trackingUrlTemplate, finalUrls, and/or finalMobileUrls. | [
"Gets",
"the",
"appUrlCustomParameters",
"value",
"for",
"this",
"AppFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppFeedItem.java#L347-L349 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscape.java | BidLandscape.getLandscapePoints | public com.google.api.ads.adwords.axis.v201809.cm.BidLandscapeLandscapePoint[] getLandscapePoints() {
return landscapePoints;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.BidLandscapeLandscapePoint[] getLandscapePoints() {
return landscapePoints;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"BidLandscapeLandscapePoint",
"[",
"]",
"getLandscapePoints",
"(",
")",
"{",
"return",
"landscapePoints",
";",
"}"
] | Gets the landscapePoints value for this BidLandscape.
@return landscapePoints * List of landscape points, each corresponding to a specifid
bid amount. | [
"Gets",
"the",
"landscapePoints",
"value",
"for",
"this",
"BidLandscape",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BidLandscape.java#L229-L231 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java | TrafficForecastAdjustmentSegment.getBasisType | public com.google.api.ads.admanager.axis.v201902.BasisType getBasisType() {
return basisType;
} | java | public com.google.api.ads.admanager.axis.v201902.BasisType getBasisType() {
return basisType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BasisType",
"getBasisType",
"(",
")",
"{",
"return",
"basisType",
";",
"}"
] | Gets the basisType value for this TrafficForecastAdjustmentSegment.
@return basisType * The basis type of the adjustment. | [
"Gets",
"the",
"basisType",
"value",
"for",
"this",
"TrafficForecastAdjustmentSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java#L74-L76 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java | TrafficForecastAdjustmentSegment.setBasisType | public void setBasisType(com.google.api.ads.admanager.axis.v201902.BasisType basisType) {
this.basisType = basisType;
} | java | public void setBasisType(com.google.api.ads.admanager.axis.v201902.BasisType basisType) {
this.basisType = basisType;
} | [
"public",
"void",
"setBasisType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BasisType",
"basisType",
")",
"{",
"this",
".",
"basisType",
"=",
"basisType",
";",
"}"
] | Sets the basisType value for this TrafficForecastAdjustmentSegment.
@param basisType * The basis type of the adjustment. | [
"Sets",
"the",
"basisType",
"value",
"for",
"this",
"TrafficForecastAdjustmentSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java#L84-L86 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java | TrafficForecastAdjustmentSegment.getAdjustmentTimeSeries | public com.google.api.ads.admanager.axis.v201902.TimeSeries getAdjustmentTimeSeries() {
return adjustmentTimeSeries;
} | java | public com.google.api.ads.admanager.axis.v201902.TimeSeries getAdjustmentTimeSeries() {
return adjustmentTimeSeries;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TimeSeries",
"getAdjustmentTimeSeries",
"(",
")",
"{",
"return",
"adjustmentTimeSeries",
";",
"}"
] | Gets the adjustmentTimeSeries value for this TrafficForecastAdjustmentSegment.
@return adjustmentTimeSeries * The traffic volume of the adjustment. This field should be
set if {@code basisType} is {@link
BasisType.ABSOLUTE} and null if {@link BasisType.HISTORICAL}. | [
"Gets",
"the",
"adjustmentTimeSeries",
"value",
"for",
"this",
"TrafficForecastAdjustmentSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java#L96-L98 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java | TrafficForecastAdjustmentSegment.setAdjustmentTimeSeries | public void setAdjustmentTimeSeries(com.google.api.ads.admanager.axis.v201902.TimeSeries adjustmentTimeSeries) {
this.adjustmentTimeSeries = adjustmentTimeSeries;
} | java | public void setAdjustmentTimeSeries(com.google.api.ads.admanager.axis.v201902.TimeSeries adjustmentTimeSeries) {
this.adjustmentTimeSeries = adjustmentTimeSeries;
} | [
"public",
"void",
"setAdjustmentTimeSeries",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TimeSeries",
"adjustmentTimeSeries",
")",
"{",
"this",
".",
"adjustmentTimeSeries",
"=",
"adjustmentTimeSeries",
... | Sets the adjustmentTimeSeries value for this TrafficForecastAdjustmentSegment.
@param adjustmentTimeSeries * The traffic volume of the adjustment. This field should be
set if {@code basisType} is {@link
BasisType.ABSOLUTE} and null if {@link BasisType.HISTORICAL}. | [
"Sets",
"the",
"adjustmentTimeSeries",
"value",
"for",
"this",
"TrafficForecastAdjustmentSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java#L108-L110 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java | TrafficForecastAdjustmentSegment.getHistoricalAdjustment | public com.google.api.ads.admanager.axis.v201902.HistoricalAdjustment getHistoricalAdjustment() {
return historicalAdjustment;
} | java | public com.google.api.ads.admanager.axis.v201902.HistoricalAdjustment getHistoricalAdjustment() {
return historicalAdjustment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"HistoricalAdjustment",
"getHistoricalAdjustment",
"(",
")",
"{",
"return",
"historicalAdjustment",
";",
"}"
] | Gets the historicalAdjustment value for this TrafficForecastAdjustmentSegment.
@return historicalAdjustment * The content of the adjustment which references historical data.
This field should be set if
{@code basisType} is {@link BasisType.HISTORICAL}
and null if {@link BasisType.ABSOLUTE}. | [
"Gets",
"the",
"historicalAdjustment",
"value",
"for",
"this",
"TrafficForecastAdjustmentSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java#L121-L123 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java | TrafficForecastAdjustmentSegment.setHistoricalAdjustment | public void setHistoricalAdjustment(com.google.api.ads.admanager.axis.v201902.HistoricalAdjustment historicalAdjustment) {
this.historicalAdjustment = historicalAdjustment;
} | java | public void setHistoricalAdjustment(com.google.api.ads.admanager.axis.v201902.HistoricalAdjustment historicalAdjustment) {
this.historicalAdjustment = historicalAdjustment;
} | [
"public",
"void",
"setHistoricalAdjustment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"HistoricalAdjustment",
"historicalAdjustment",
")",
"{",
"this",
".",
"historicalAdjustment",
"=",
"historicalAdjus... | Sets the historicalAdjustment value for this TrafficForecastAdjustmentSegment.
@param historicalAdjustment * The content of the adjustment which references historical data.
This field should be set if
{@code basisType} is {@link BasisType.HISTORICAL}
and null if {@link BasisType.ABSOLUTE}. | [
"Sets",
"the",
"historicalAdjustment",
"value",
"for",
"this",
"TrafficForecastAdjustmentSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TrafficForecastAdjustmentSegment.java#L134-L136 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppUrlList.java | AppUrlList.getAppUrls | public com.google.api.ads.adwords.axis.v201809.cm.AppUrl[] getAppUrls() {
return appUrls;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AppUrl[] getAppUrls() {
return appUrls;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AppUrl",
"[",
"]",
"getAppUrls",
"(",
")",
"{",
"return",
"appUrls",
";",
"}"
] | Gets the appUrls value for this AppUrlList.
@return appUrls * List of URLs. On SET operation, empty list indicates to clear
the list.
<span class="constraint CollectionSize">The maximum
size of this collection is 10.</span> | [
"Gets",
"the",
"appUrls",
"value",
"for",
"this",
"AppUrlList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppUrlList.java#L61-L63 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java | ConfigurationHelper.fromFile | public Configuration fromFile(String path) throws ConfigurationLoadException {
PropertiesConfiguration propertiesConfiguration =
setupConfiguration(new PropertiesConfiguration());
propertiesConfiguration.setFileName(path);
try {
propertiesConfiguration.load();
} catch (ConfigurationExcepti... | java | public Configuration fromFile(String path) throws ConfigurationLoadException {
PropertiesConfiguration propertiesConfiguration =
setupConfiguration(new PropertiesConfiguration());
propertiesConfiguration.setFileName(path);
try {
propertiesConfiguration.load();
} catch (ConfigurationExcepti... | [
"public",
"Configuration",
"fromFile",
"(",
"String",
"path",
")",
"throws",
"ConfigurationLoadException",
"{",
"PropertiesConfiguration",
"propertiesConfiguration",
"=",
"setupConfiguration",
"(",
"new",
"PropertiesConfiguration",
"(",
")",
")",
";",
"propertiesConfigurati... | Loads configuration from a specified path. If not absolute, will look in
the user home directory, the current classpath and the system classpath.
Absolute classpath references will not work.
@param path the path to try first as a resource, then as a file
@throws ConfigurationLoadException if the configuration could no... | [
"Loads",
"configuration",
"from",
"a",
"specified",
"path",
".",
"If",
"not",
"absolute",
"will",
"look",
"in",
"the",
"user",
"home",
"directory",
"the",
"current",
"classpath",
"and",
"the",
"system",
"classpath",
".",
"Absolute",
"classpath",
"references",
... | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java#L53-L68 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java | ConfigurationHelper.fromSystem | public Configuration fromSystem() {
MapConfiguration mapConfig =
setupConfiguration(new MapConfiguration((Properties) System.getProperties().clone()));
// Disables trimming so system properties that include whitespace (such as line.separator) will
// be preserved.
mapConfig.setTrimmingDisabled(t... | java | public Configuration fromSystem() {
MapConfiguration mapConfig =
setupConfiguration(new MapConfiguration((Properties) System.getProperties().clone()));
// Disables trimming so system properties that include whitespace (such as line.separator) will
// be preserved.
mapConfig.setTrimmingDisabled(t... | [
"public",
"Configuration",
"fromSystem",
"(",
")",
"{",
"MapConfiguration",
"mapConfig",
"=",
"setupConfiguration",
"(",
"new",
"MapConfiguration",
"(",
"(",
"Properties",
")",
"System",
".",
"getProperties",
"(",
")",
".",
"clone",
"(",
")",
")",
")",
";",
... | Loads configuration from system defined arguments, i.e. -Dapi.x.y.z=abc. | [
"Loads",
"configuration",
"from",
"system",
"defined",
"arguments",
"i",
".",
"e",
".",
"-",
"Dapi",
".",
"x",
".",
"y",
".",
"z",
"=",
"abc",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java#L113-L120 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java | ConfigurationHelper.newList | public static <T> List<ConfigurationInfo<T>> newList(boolean isOptional, T location) {
if (location == null) {
throw new IllegalArgumentException("location cannot be null");
}
return newList(Collections.<T>singletonList(location), isOptional);
} | java | public static <T> List<ConfigurationInfo<T>> newList(boolean isOptional, T location) {
if (location == null) {
throw new IllegalArgumentException("location cannot be null");
}
return newList(Collections.<T>singletonList(location), isOptional);
} | [
"public",
"static",
"<",
"T",
">",
"List",
"<",
"ConfigurationInfo",
"<",
"T",
">",
">",
"newList",
"(",
"boolean",
"isOptional",
",",
"T",
"location",
")",
"{",
"if",
"(",
"location",
"==",
"null",
")",
"{",
"throw",
"new",
"IllegalArgumentException",
"... | Creates a list of configuration infos from the single location and if they are
optional.
@param <T> the type of location. Only {@code String} and {@code URL} are
supported. | [
"Creates",
"a",
"list",
"of",
"configuration",
"infos",
"from",
"the",
"single",
"location",
"and",
"if",
"they",
"are",
"optional",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java#L248-L253 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java | ConfigurationHelper.setupConfiguration | private <C extends AbstractConfiguration> C setupConfiguration(C configuration) {
configuration.setListDelimiter(',');
configuration.setDelimiterParsingDisabled(false);
return configuration;
} | java | private <C extends AbstractConfiguration> C setupConfiguration(C configuration) {
configuration.setListDelimiter(',');
configuration.setDelimiterParsingDisabled(false);
return configuration;
} | [
"private",
"<",
"C",
"extends",
"AbstractConfiguration",
">",
"C",
"setupConfiguration",
"(",
"C",
"configuration",
")",
"{",
"configuration",
".",
"setListDelimiter",
"(",
"'",
"'",
")",
";",
"configuration",
".",
"setDelimiterParsingDisabled",
"(",
"false",
")",... | Sets attributes of the configuration to common values. Pass any Configuration objects
created by this helper to this method to ensure consistency.
@param configuration the new configuration to set up
@return the same configuration that was passed, updated with common attribute values | [
"Sets",
"attributes",
"of",
"the",
"configuration",
"to",
"common",
"values",
".",
"Pass",
"any",
"Configuration",
"objects",
"created",
"by",
"this",
"helper",
"to",
"this",
"method",
"to",
"ensure",
"consistency",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/conf/ConfigurationHelper.java#L262-L266 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationLineItemReportPage.java | ReconciliationLineItemReportPage.getResults | public com.google.api.ads.admanager.axis.v201902.ReconciliationLineItemReport[] getResults() {
return results;
} | java | public com.google.api.ads.admanager.axis.v201902.ReconciliationLineItemReport[] getResults() {
return results;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ReconciliationLineItemReport",
"[",
"]",
"getResults",
"(",
")",
"{",
"return",
"results",
";",
"}"
] | Gets the results value for this ReconciliationLineItemReportPage.
@return results * The collection of {@link ReconciliationLineItemReport} objects
contained in this page. | [
"Gets",
"the",
"results",
"value",
"for",
"this",
"ReconciliationLineItemReportPage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationLineItemReportPage.java#L69-L71 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemCreativeAssociation.java | LineItemCreativeAssociation.setSizes | public void setSizes(com.google.api.ads.admanager.axis.v201902.Size[] sizes) {
this.sizes = sizes;
} | java | public void setSizes(com.google.api.ads.admanager.axis.v201902.Size[] sizes) {
this.sizes = sizes;
} | [
"public",
"void",
"setSizes",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Size",
"[",
"]",
"sizes",
")",
"{",
"this",
".",
"sizes",
"=",
"sizes",
";",
"}"
] | Sets the sizes value for this LineItemCreativeAssociation.
@param 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. | [
"Sets",
"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/v201902/LineItemCreativeAssociation.java#L494-L496 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java | TargetingIdeaSelector.getSearchParameters | public com.google.api.ads.adwords.axis.v201809.o.SearchParameter[] getSearchParameters() {
return searchParameters;
} | java | public com.google.api.ads.adwords.axis.v201809.o.SearchParameter[] getSearchParameters() {
return searchParameters;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"SearchParameter",
"[",
"]",
"getSearchParameters",
"(",
")",
"{",
"return",
"searchParameters",
";",
"}"
] | Gets the searchParameters value for this TargetingIdeaSelector.
@return searchParameters * Search for targeting ideas based on these search rules.
<p>An empty set indicates this selector is valid for
selecting metadata
with default parameters.
<span class="constraint ContentsNotNull">This field
must not contain {@c... | [
"Gets",
"the",
"searchParameters",
"value",
"for",
"this",
"TargetingIdeaSelector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java#L135-L137 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java | TargetingIdeaSelector.setIdeaType | public void setIdeaType(com.google.api.ads.adwords.axis.v201809.o.IdeaType ideaType) {
this.ideaType = ideaType;
} | java | public void setIdeaType(com.google.api.ads.adwords.axis.v201809.o.IdeaType ideaType) {
this.ideaType = ideaType;
} | [
"public",
"void",
"setIdeaType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"IdeaType",
"ideaType",
")",
"{",
"this",
".",
"ideaType",
"=",
"ideaType",
";",
"}"
] | Sets the ideaType value for this TargetingIdeaSelector.
@param ideaType * Limits the request to responses of this {@link IdeaType}, e.g.
{@code KEYWORDS}.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Sets",
"the",
"ideaType",
"value",
"for",
"this",
"TargetingIdeaSelector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java#L189-L191 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java | TargetingIdeaSelector.getRequestType | public com.google.api.ads.adwords.axis.v201809.o.RequestType getRequestType() {
return requestType;
} | java | public com.google.api.ads.adwords.axis.v201809.o.RequestType getRequestType() {
return requestType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"RequestType",
"getRequestType",
"(",
")",
"{",
"return",
"requestType",
";",
"}"
] | Gets the requestType value for this TargetingIdeaSelector.
@return requestType * Specifies the {@link RequestType}, e.g. {@code IDEAS} or {@code
STATS}.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"requestType",
"value",
"for",
"this",
"TargetingIdeaSelector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java#L202-L204 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java | TargetingIdeaSelector.getRequestedAttributeTypes | public com.google.api.ads.adwords.axis.v201809.o.AttributeType[] getRequestedAttributeTypes() {
return requestedAttributeTypes;
} | java | public com.google.api.ads.adwords.axis.v201809.o.AttributeType[] getRequestedAttributeTypes() {
return requestedAttributeTypes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"AttributeType",
"[",
"]",
"getRequestedAttributeTypes",
"(",
")",
"{",
"return",
"requestedAttributeTypes",
";",
"}"
] | Gets the requestedAttributeTypes value for this TargetingIdeaSelector.
@return requestedAttributeTypes * Request {@link Attribute}s and associated data for this set
of {@link Type}s.
<p>An empty set indicates a request for {@link KeywordAttribute},
{@link PlacementAttribute},
and {@link IdeaType}.
<span class="cons... | [
"Gets",
"the",
"requestedAttributeTypes",
"value",
"for",
"this",
"TargetingIdeaSelector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TargetingIdeaSelector.java#L234-L236 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignGroupPerformanceTarget.java | CampaignGroupPerformanceTarget.getPerformanceTarget | public com.google.api.ads.adwords.axis.v201809.cm.PerformanceTarget getPerformanceTarget() {
return performanceTarget;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PerformanceTarget getPerformanceTarget() {
return performanceTarget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PerformanceTarget",
"getPerformanceTarget",
"(",
")",
"{",
"return",
"performanceTarget",
";",
"}"
] | Gets the performanceTarget value for this CampaignGroupPerformanceTarget.
@return performanceTarget * The main configuration of the performance target.
<span class="constraint Required">This field is required
and should not be {@code null} when it is contained within {@link
Operator}s : ADD, SET.</span> | [
"Gets",
"the",
"performanceTarget",
"value",
"for",
"this",
"CampaignGroupPerformanceTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignGroupPerformanceTarget.java#L159-L161 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java | Content.setHlsIngestStatus | public void setHlsIngestStatus(com.google.api.ads.admanager.axis.v201805.DaiIngestStatus hlsIngestStatus) {
this.hlsIngestStatus = hlsIngestStatus;
} | java | public void setHlsIngestStatus(com.google.api.ads.admanager.axis.v201805.DaiIngestStatus hlsIngestStatus) {
this.hlsIngestStatus = hlsIngestStatus;
} | [
"public",
"void",
"setHlsIngestStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DaiIngestStatus",
"hlsIngestStatus",
")",
"{",
"this",
".",
"hlsIngestStatus",
"=",
"hlsIngestStatus",
";",
"}"
] | Sets the hlsIngestStatus value for this Content.
@param hlsIngestStatus * The current DAI ingest status of the HLS media for the {@code
content}. This attribute is
read-only and is null if the content is not eligible
for dynamic ad insertion or if the content
does not have HLS media. | [
"Sets",
"the",
"hlsIngestStatus",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java#L293-L295 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java | Content.getHlsIngestErrors | public com.google.api.ads.admanager.axis.v201805.DaiIngestError[] getHlsIngestErrors() {
return hlsIngestErrors;
} | java | public com.google.api.ads.admanager.axis.v201805.DaiIngestError[] getHlsIngestErrors() {
return hlsIngestErrors;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DaiIngestError",
"[",
"]",
"getHlsIngestErrors",
"(",
")",
"{",
"return",
"hlsIngestErrors",
";",
"}"
] | Gets the hlsIngestErrors value for this Content.
@return hlsIngestErrors * The list of any errors that occurred during the most recent
DAI ingestion process of the HLS
media. This attribute is read-only and will be null
if the {@link #hlsIngestStatus} is {@link
DaiIngestStatus#STATUS_SUCCESS} or if the content
is no... | [
"Gets",
"the",
"hlsIngestErrors",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java#L309-L311 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java | Content.setDashIngestStatus | public void setDashIngestStatus(com.google.api.ads.admanager.axis.v201805.DaiIngestStatus dashIngestStatus) {
this.dashIngestStatus = dashIngestStatus;
} | java | public void setDashIngestStatus(com.google.api.ads.admanager.axis.v201805.DaiIngestStatus dashIngestStatus) {
this.dashIngestStatus = dashIngestStatus;
} | [
"public",
"void",
"setDashIngestStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DaiIngestStatus",
"dashIngestStatus",
")",
"{",
"this",
".",
"dashIngestStatus",
"=",
"dashIngestStatus",
";",
"}"
... | Sets the dashIngestStatus value for this Content.
@param dashIngestStatus * The current DAI ingest status of the DASH media for the {@code
content}. This attribute is
read-only and is null if the content is not eligible
for dynamic ad insertion or if the content
does not have DASH media. | [
"Sets",
"the",
"dashIngestStatus",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java#L389-L391 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java | Content.setImportDateTime | public void setImportDateTime(com.google.api.ads.admanager.axis.v201805.DateTime importDateTime) {
this.importDateTime = importDateTime;
} | java | public void setImportDateTime(com.google.api.ads.admanager.axis.v201805.DateTime importDateTime) {
this.importDateTime = importDateTime;
} | [
"public",
"void",
"setImportDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DateTime",
"importDateTime",
")",
"{",
"this",
".",
"importDateTime",
"=",
"importDateTime",
";",
"}"
] | Sets the importDateTime value for this Content.
@param importDateTime * The date and time at which this content was published. This
attribute is read-only. | [
"Sets",
"the",
"importDateTime",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Content.java#L479-L481 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java | ChangeHistoryValue.getEntityType | public com.google.api.ads.admanager.axis.v201808.ChangeHistoryEntityType getEntityType() {
return entityType;
} | java | public com.google.api.ads.admanager.axis.v201808.ChangeHistoryEntityType getEntityType() {
return entityType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ChangeHistoryEntityType",
"getEntityType",
"(",
")",
"{",
"return",
"entityType",
";",
"}"
] | Gets the entityType value for this ChangeHistoryValue.
@return entityType | [
"Gets",
"the",
"entityType",
"value",
"for",
"this",
"ChangeHistoryValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java#L53-L55 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java | ChangeHistoryValue.setEntityType | public void setEntityType(com.google.api.ads.admanager.axis.v201808.ChangeHistoryEntityType entityType) {
this.entityType = entityType;
} | java | public void setEntityType(com.google.api.ads.admanager.axis.v201808.ChangeHistoryEntityType entityType) {
this.entityType = entityType;
} | [
"public",
"void",
"setEntityType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ChangeHistoryEntityType",
"entityType",
")",
"{",
"this",
".",
"entityType",
"=",
"entityType",
";",
"}"
] | Sets the entityType value for this ChangeHistoryValue.
@param entityType | [
"Sets",
"the",
"entityType",
"value",
"for",
"this",
"ChangeHistoryValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java#L63-L65 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java | ChangeHistoryValue.getOperation | public com.google.api.ads.admanager.axis.v201808.ChangeHistoryOperation getOperation() {
return operation;
} | java | public com.google.api.ads.admanager.axis.v201808.ChangeHistoryOperation getOperation() {
return operation;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ChangeHistoryOperation",
"getOperation",
"(",
")",
"{",
"return",
"operation",
";",
"}"
] | Gets the operation value for this ChangeHistoryValue.
@return operation | [
"Gets",
"the",
"operation",
"value",
"for",
"this",
"ChangeHistoryValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java#L73-L75 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java | ChangeHistoryValue.setOperation | public void setOperation(com.google.api.ads.admanager.axis.v201808.ChangeHistoryOperation operation) {
this.operation = operation;
} | java | public void setOperation(com.google.api.ads.admanager.axis.v201808.ChangeHistoryOperation operation) {
this.operation = operation;
} | [
"public",
"void",
"setOperation",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ChangeHistoryOperation",
"operation",
")",
"{",
"this",
".",
"operation",
"=",
"operation",
";",
"}"
] | Sets the operation value for this ChangeHistoryValue.
@param operation | [
"Sets",
"the",
"operation",
"value",
"for",
"this",
"ChangeHistoryValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ChangeHistoryValue.java#L83-L85 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.setGeoTargeting | public void setGeoTargeting(com.google.api.ads.admanager.axis.v201811.GeoTargeting geoTargeting) {
this.geoTargeting = geoTargeting;
} | java | public void setGeoTargeting(com.google.api.ads.admanager.axis.v201811.GeoTargeting geoTargeting) {
this.geoTargeting = geoTargeting;
} | [
"public",
"void",
"setGeoTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"GeoTargeting",
"geoTargeting",
")",
"{",
"this",
".",
"geoTargeting",
"=",
"geoTargeting",
";",
"}"
] | Sets the geoTargeting value for this Targeting.
@param geoTargeting * Specifies what geographical locations are targeted by the {@link
LineItem}.
This attribute is optional. | [
"Sets",
"the",
"geoTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L191-L193 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.getDateTimeRangeTargeting | public com.google.api.ads.admanager.axis.v201811.DateTimeRangeTargeting getDateTimeRangeTargeting() {
return dateTimeRangeTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.DateTimeRangeTargeting getDateTimeRangeTargeting() {
return dateTimeRangeTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DateTimeRangeTargeting",
"getDateTimeRangeTargeting",
"(",
")",
"{",
"return",
"dateTimeRangeTargeting",
";",
"}"
] | Gets the dateTimeRangeTargeting value for this Targeting.
@return dateTimeRangeTargeting * Specifies the dates and time ranges that are targeted by the
{@link LineItem}. This attribute
is optional. | [
"Gets",
"the",
"dateTimeRangeTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L251-L253 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.setTechnologyTargeting | public void setTechnologyTargeting(com.google.api.ads.admanager.axis.v201811.TechnologyTargeting technologyTargeting) {
this.technologyTargeting = technologyTargeting;
} | java | public void setTechnologyTargeting(com.google.api.ads.admanager.axis.v201811.TechnologyTargeting technologyTargeting) {
this.technologyTargeting = technologyTargeting;
} | [
"public",
"void",
"setTechnologyTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"TechnologyTargeting",
"technologyTargeting",
")",
"{",
"this",
".",
"technologyTargeting",
"=",
"technologyTargeting... | Sets the technologyTargeting value for this Targeting.
@param technologyTargeting * Specifies the browsing technologies that are targeted by the
{@link LineItem}. This attribute is optional. | [
"Sets",
"the",
"technologyTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L285-L287 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.getCustomTargeting | public com.google.api.ads.admanager.axis.v201811.CustomCriteriaSet getCustomTargeting() {
return customTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.CustomCriteriaSet getCustomTargeting() {
return customTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CustomCriteriaSet",
"getCustomTargeting",
"(",
")",
"{",
"return",
"customTargeting",
";",
"}"
] | Gets the customTargeting value for this Targeting.
@return customTargeting * Specifies the collection of custom criteria that is targeted
by the
{@link LineItem}.
<p>
Once the {@link LineItem} is updated or modified with
custom targeting, the
server may return a normalized, but equivalent representation
of the custo... | [
"Gets",
"the",
"customTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L334-L336 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.setCustomTargeting | public void setCustomTargeting(com.google.api.ads.admanager.axis.v201811.CustomCriteriaSet customTargeting) {
this.customTargeting = customTargeting;
} | java | public void setCustomTargeting(com.google.api.ads.admanager.axis.v201811.CustomCriteriaSet customTargeting) {
this.customTargeting = customTargeting;
} | [
"public",
"void",
"setCustomTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CustomCriteriaSet",
"customTargeting",
")",
"{",
"this",
".",
"customTargeting",
"=",
"customTargeting",
";",
"}"
] | Sets the customTargeting value for this Targeting.
@param customTargeting * Specifies the collection of custom criteria that is targeted
by the
{@link LineItem}.
<p>
Once the {@link LineItem} is updated or modified with
custom targeting, the
server may return a normalized, but equivalent representation
of the custom... | [
"Sets",
"the",
"customTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L383-L385 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.setVideoPositionTargeting | public void setVideoPositionTargeting(com.google.api.ads.admanager.axis.v201811.VideoPositionTargeting videoPositionTargeting) {
this.videoPositionTargeting = videoPositionTargeting;
} | java | public void setVideoPositionTargeting(com.google.api.ads.admanager.axis.v201811.VideoPositionTargeting videoPositionTargeting) {
this.videoPositionTargeting = videoPositionTargeting;
} | [
"public",
"void",
"setVideoPositionTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoPositionTargeting",
"videoPositionTargeting",
")",
"{",
"this",
".",
"videoPositionTargeting",
"=",
"videoPo... | Sets the videoPositionTargeting value for this Targeting.
@param videoPositionTargeting * Specifies targeting against video position types. | [
"Sets",
"the",
"videoPositionTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L457-L459 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.getMobileApplicationTargeting | public com.google.api.ads.admanager.axis.v201811.MobileApplicationTargeting getMobileApplicationTargeting() {
return mobileApplicationTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.MobileApplicationTargeting getMobileApplicationTargeting() {
return mobileApplicationTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileApplicationTargeting",
"getMobileApplicationTargeting",
"(",
")",
"{",
"return",
"mobileApplicationTargeting",
";",
"}"
] | Gets the mobileApplicationTargeting value for this Targeting.
@return mobileApplicationTargeting * Specifies targeting against mobile applications. | [
"Gets",
"the",
"mobileApplicationTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L467-L469 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.setMobileApplicationTargeting | public void setMobileApplicationTargeting(com.google.api.ads.admanager.axis.v201811.MobileApplicationTargeting mobileApplicationTargeting) {
this.mobileApplicationTargeting = mobileApplicationTargeting;
} | java | public void setMobileApplicationTargeting(com.google.api.ads.admanager.axis.v201811.MobileApplicationTargeting mobileApplicationTargeting) {
this.mobileApplicationTargeting = mobileApplicationTargeting;
} | [
"public",
"void",
"setMobileApplicationTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileApplicationTargeting",
"mobileApplicationTargeting",
")",
"{",
"this",
".",
"mobileApplicationTargeting",
... | Sets the mobileApplicationTargeting value for this Targeting.
@param mobileApplicationTargeting * Specifies targeting against mobile applications. | [
"Sets",
"the",
"mobileApplicationTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L477-L479 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.getRequestPlatformTargeting | public com.google.api.ads.admanager.axis.v201811.RequestPlatformTargeting getRequestPlatformTargeting() {
return requestPlatformTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.RequestPlatformTargeting getRequestPlatformTargeting() {
return requestPlatformTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"RequestPlatformTargeting",
"getRequestPlatformTargeting",
"(",
")",
"{",
"return",
"requestPlatformTargeting",
";",
"}"
] | Gets the requestPlatformTargeting value for this Targeting.
@return requestPlatformTargeting * Specifies the request platforms that are targeted by the {@link
LineItem}. This attribute is
required for video line items.
<p>This value is modifiable for video line items,
but read-only for non-video line items.
<p>Thi... | [
"Gets",
"the",
"requestPlatformTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L495-L497 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java | Targeting.setRequestPlatformTargeting | public void setRequestPlatformTargeting(com.google.api.ads.admanager.axis.v201811.RequestPlatformTargeting requestPlatformTargeting) {
this.requestPlatformTargeting = requestPlatformTargeting;
} | java | public void setRequestPlatformTargeting(com.google.api.ads.admanager.axis.v201811.RequestPlatformTargeting requestPlatformTargeting) {
this.requestPlatformTargeting = requestPlatformTargeting;
} | [
"public",
"void",
"setRequestPlatformTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"RequestPlatformTargeting",
"requestPlatformTargeting",
")",
"{",
"this",
".",
"requestPlatformTargeting",
"=",
... | Sets the requestPlatformTargeting value for this Targeting.
@param requestPlatformTargeting * Specifies the request platforms that are targeted by the {@link
LineItem}. This attribute is
required for video line items.
<p>This value is modifiable for video line items,
but read-only for non-video line items.
<p>This... | [
"Sets",
"the",
"requestPlatformTargeting",
"value",
"for",
"this",
"Targeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Targeting.java#L513-L515 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java | TechnologyTargeting.setBrowserLanguageTargeting | public void setBrowserLanguageTargeting(com.google.api.ads.admanager.axis.v201805.BrowserLanguageTargeting browserLanguageTargeting) {
this.browserLanguageTargeting = browserLanguageTargeting;
} | java | public void setBrowserLanguageTargeting(com.google.api.ads.admanager.axis.v201805.BrowserLanguageTargeting browserLanguageTargeting) {
this.browserLanguageTargeting = browserLanguageTargeting;
} | [
"public",
"void",
"setBrowserLanguageTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"BrowserLanguageTargeting",
"browserLanguageTargeting",
")",
"{",
"this",
".",
"browserLanguageTargeting",
"=",
... | Sets the browserLanguageTargeting value for this TechnologyTargeting.
@param browserLanguageTargeting * The languages of browsers being targeted by the {@link LineItem}. | [
"Sets",
"the",
"browserLanguageTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java#L165-L167 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java | TechnologyTargeting.setDeviceCapabilityTargeting | public void setDeviceCapabilityTargeting(com.google.api.ads.admanager.axis.v201805.DeviceCapabilityTargeting deviceCapabilityTargeting) {
this.deviceCapabilityTargeting = deviceCapabilityTargeting;
} | java | public void setDeviceCapabilityTargeting(com.google.api.ads.admanager.axis.v201805.DeviceCapabilityTargeting deviceCapabilityTargeting) {
this.deviceCapabilityTargeting = deviceCapabilityTargeting;
} | [
"public",
"void",
"setDeviceCapabilityTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DeviceCapabilityTargeting",
"deviceCapabilityTargeting",
")",
"{",
"this",
".",
"deviceCapabilityTargeting",
"="... | Sets the deviceCapabilityTargeting value for this TechnologyTargeting.
@param deviceCapabilityTargeting * The device capabilities being targeted by the {@link LineItem}. | [
"Sets",
"the",
"deviceCapabilityTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java#L185-L187 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java | TechnologyTargeting.setMobileCarrierTargeting | public void setMobileCarrierTargeting(com.google.api.ads.admanager.axis.v201805.MobileCarrierTargeting mobileCarrierTargeting) {
this.mobileCarrierTargeting = mobileCarrierTargeting;
} | java | public void setMobileCarrierTargeting(com.google.api.ads.admanager.axis.v201805.MobileCarrierTargeting mobileCarrierTargeting) {
this.mobileCarrierTargeting = mobileCarrierTargeting;
} | [
"public",
"void",
"setMobileCarrierTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MobileCarrierTargeting",
"mobileCarrierTargeting",
")",
"{",
"this",
".",
"mobileCarrierTargeting",
"=",
"mobileC... | Sets the mobileCarrierTargeting value for this TechnologyTargeting.
@param mobileCarrierTargeting * The mobile carriers being targeted by the {@link LineItem}. | [
"Sets",
"the",
"mobileCarrierTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java#L245-L247 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java | TechnologyTargeting.setMobileDeviceTargeting | public void setMobileDeviceTargeting(com.google.api.ads.admanager.axis.v201805.MobileDeviceTargeting mobileDeviceTargeting) {
this.mobileDeviceTargeting = mobileDeviceTargeting;
} | java | public void setMobileDeviceTargeting(com.google.api.ads.admanager.axis.v201805.MobileDeviceTargeting mobileDeviceTargeting) {
this.mobileDeviceTargeting = mobileDeviceTargeting;
} | [
"public",
"void",
"setMobileDeviceTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MobileDeviceTargeting",
"mobileDeviceTargeting",
")",
"{",
"this",
".",
"mobileDeviceTargeting",
"=",
"mobileDevic... | Sets the mobileDeviceTargeting value for this TechnologyTargeting.
@param mobileDeviceTargeting * The mobile devices being targeted by the {@link LineItem}. | [
"Sets",
"the",
"mobileDeviceTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java#L265-L267 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java | TechnologyTargeting.setOperatingSystemVersionTargeting | public void setOperatingSystemVersionTargeting(com.google.api.ads.admanager.axis.v201805.OperatingSystemVersionTargeting operatingSystemVersionTargeting) {
this.operatingSystemVersionTargeting = operatingSystemVersionTargeting;
} | java | public void setOperatingSystemVersionTargeting(com.google.api.ads.admanager.axis.v201805.OperatingSystemVersionTargeting operatingSystemVersionTargeting) {
this.operatingSystemVersionTargeting = operatingSystemVersionTargeting;
} | [
"public",
"void",
"setOperatingSystemVersionTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"OperatingSystemVersionTargeting",
"operatingSystemVersionTargeting",
")",
"{",
"this",
".",
"operatingSystem... | Sets the operatingSystemVersionTargeting value for this TechnologyTargeting.
@param operatingSystemVersionTargeting * The operating system versions being targeted by the {@link
LineItem}. | [
"Sets",
"the",
"operatingSystemVersionTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TechnologyTargeting.java#L327-L329 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201902/DateTimes.java | DateTimes.toStringForTimeZone | public static String toStringForTimeZone(DateTime dateTime, String newZoneId) {
return dateTimesHelper.toStringForTimeZone(dateTime, newZoneId);
} | java | public static String toStringForTimeZone(DateTime dateTime, String newZoneId) {
return dateTimesHelper.toStringForTimeZone(dateTime, newZoneId);
} | [
"public",
"static",
"String",
"toStringForTimeZone",
"(",
"DateTime",
"dateTime",
",",
"String",
"newZoneId",
")",
"{",
"return",
"dateTimesHelper",
".",
"toStringForTimeZone",
"(",
"dateTime",
",",
"newZoneId",
")",
";",
"}"
] | Returns string representation of this date time with a different time zone, preserving the
millisecond instant.
<p>This method is useful for finding the local time in another time zone, especially for
filtering.
<p>For example, if this date time holds 12:30 in Europe/London, the result from this method
with Europe/Pa... | [
"Returns",
"string",
"representation",
"of",
"this",
"date",
"time",
"with",
"a",
"different",
"time",
"zone",
"preserving",
"the",
"millisecond",
"instant",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201902/DateTimes.java#L141-L143 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/PlatformCampaignEstimate.java | PlatformCampaignEstimate.getPlatform | public com.google.api.ads.adwords.axis.v201809.cm.Platform getPlatform() {
return platform;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Platform getPlatform() {
return platform;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Platform",
"getPlatform",
"(",
")",
"{",
"return",
"platform",
";",
"}"
] | Gets the platform value for this PlatformCampaignEstimate.
@return platform * The {@link Platform} associated with this estimate.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"platform",
"value",
"for",
"this",
"PlatformCampaignEstimate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/PlatformCampaignEstimate.java#L69-L71 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/PlatformCampaignEstimate.java | PlatformCampaignEstimate.getMinEstimate | public com.google.api.ads.adwords.axis.v201809.o.StatsEstimate getMinEstimate() {
return minEstimate;
} | java | public com.google.api.ads.adwords.axis.v201809.o.StatsEstimate getMinEstimate() {
return minEstimate;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"StatsEstimate",
"getMinEstimate",
"(",
")",
"{",
"return",
"minEstimate",
";",
"}"
] | Gets the minEstimate value for this PlatformCampaignEstimate.
@return minEstimate * Minimum estimate for the specified {@link Platform}. | [
"Gets",
"the",
"minEstimate",
"value",
"for",
"this",
"PlatformCampaignEstimate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/PlatformCampaignEstimate.java#L91-L93 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/PlatformCampaignEstimate.java | PlatformCampaignEstimate.getMaxEstimate | public com.google.api.ads.adwords.axis.v201809.o.StatsEstimate getMaxEstimate() {
return maxEstimate;
} | java | public com.google.api.ads.adwords.axis.v201809.o.StatsEstimate getMaxEstimate() {
return maxEstimate;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"StatsEstimate",
"getMaxEstimate",
"(",
")",
"{",
"return",
"maxEstimate",
";",
"}"
] | Gets the maxEstimate value for this PlatformCampaignEstimate.
@return maxEstimate * Maximum estimate for the specified {@link Platform}. | [
"Gets",
"the",
"maxEstimate",
"value",
"for",
"this",
"PlatformCampaignEstimate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/PlatformCampaignEstimate.java#L111-L113 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeWrapper.java | CreativeWrapper.getOrdering | public com.google.api.ads.admanager.axis.v201808.CreativeWrapperOrdering getOrdering() {
return ordering;
} | java | public com.google.api.ads.admanager.axis.v201808.CreativeWrapperOrdering getOrdering() {
return ordering;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CreativeWrapperOrdering",
"getOrdering",
"(",
")",
"{",
"return",
"ordering",
";",
"}"
] | Gets the ordering value for this CreativeWrapper.
@return ordering * If there are multiple wrappers for a creative, then
{@code ordering} defines the order in which the HTML
snippets are rendered. | [
"Gets",
"the",
"ordering",
"value",
"for",
"this",
"CreativeWrapper",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeWrapper.java#L245-L247 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeWrapper.java | CreativeWrapper.setOrdering | public void setOrdering(com.google.api.ads.admanager.axis.v201808.CreativeWrapperOrdering ordering) {
this.ordering = ordering;
} | java | public void setOrdering(com.google.api.ads.admanager.axis.v201808.CreativeWrapperOrdering ordering) {
this.ordering = ordering;
} | [
"public",
"void",
"setOrdering",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CreativeWrapperOrdering",
"ordering",
")",
"{",
"this",
".",
"ordering",
"=",
"ordering",
";",
"}"
] | Sets the ordering value for this CreativeWrapper.
@param ordering * If there are multiple wrappers for a creative, then
{@code ordering} defines the order in which the HTML
snippets are rendered. | [
"Sets",
"the",
"ordering",
"value",
"for",
"this",
"CreativeWrapper",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeWrapper.java#L257-L259 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ResultSet.java | ResultSet.getColumnTypes | public com.google.api.ads.admanager.axis.v201808.ColumnType[] getColumnTypes() {
return columnTypes;
} | java | public com.google.api.ads.admanager.axis.v201808.ColumnType[] getColumnTypes() {
return columnTypes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ColumnType",
"[",
"]",
"getColumnTypes",
"(",
")",
"{",
"return",
"columnTypes",
";",
"}"
] | Gets the columnTypes value for this ResultSet.
@return columnTypes * A collection of {@link ColumnType} objects. | [
"Gets",
"the",
"columnTypes",
"value",
"for",
"this",
"ResultSet",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ResultSet.java#L61-L63 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ResultSet.java | ResultSet.getRows | public com.google.api.ads.admanager.axis.v201808.Row[] getRows() {
return rows;
} | java | public com.google.api.ads.admanager.axis.v201808.Row[] getRows() {
return rows;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Row",
"[",
"]",
"getRows",
"(",
")",
"{",
"return",
"rows",
";",
"}"
] | Gets the rows value for this ResultSet.
@return rows * A collection of {@link Row} objects. | [
"Gets",
"the",
"rows",
"value",
"for",
"this",
"ResultSet",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ResultSet.java#L89-L91 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ResultSet.java | ResultSet.setRows | public void setRows(com.google.api.ads.admanager.axis.v201808.Row[] rows) {
this.rows = rows;
} | java | public void setRows(com.google.api.ads.admanager.axis.v201808.Row[] rows) {
this.rows = rows;
} | [
"public",
"void",
"setRows",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Row",
"[",
"]",
"rows",
")",
"{",
"this",
".",
"rows",
"=",
"rows",
";",
"}"
] | Sets the rows value for this ResultSet.
@param rows * A collection of {@link Row} objects. | [
"Sets",
"the",
"rows",
"value",
"for",
"this",
"ResultSet",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ResultSet.java#L99-L101 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoPositionTarget.java | VideoPositionTarget.setVideoPositionWithinPod | public void setVideoPositionWithinPod(com.google.api.ads.admanager.axis.v201811.VideoPositionWithinPod videoPositionWithinPod) {
this.videoPositionWithinPod = videoPositionWithinPod;
} | java | public void setVideoPositionWithinPod(com.google.api.ads.admanager.axis.v201811.VideoPositionWithinPod videoPositionWithinPod) {
this.videoPositionWithinPod = videoPositionWithinPod;
} | [
"public",
"void",
"setVideoPositionWithinPod",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoPositionWithinPod",
"videoPositionWithinPod",
")",
"{",
"this",
".",
"videoPositionWithinPod",
"=",
"videoPo... | Sets the videoPositionWithinPod value for this VideoPositionTarget.
@param videoPositionWithinPod * The video position within a pod to target. To target a video
position or a bumper position,
this value must be null. To target a position within
a pod this value must be populated. To
target a custom ad spot, this val... | [
"Sets",
"the",
"videoPositionWithinPod",
"value",
"for",
"this",
"VideoPositionTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoPositionTarget.java#L142-L144 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/MobileDeviceSubmodelTargeting.java | MobileDeviceSubmodelTargeting.setExcludedMobileDeviceSubmodels | public void setExcludedMobileDeviceSubmodels(com.google.api.ads.admanager.axis.v201808.Technology[] excludedMobileDeviceSubmodels) {
this.excludedMobileDeviceSubmodels = excludedMobileDeviceSubmodels;
} | java | public void setExcludedMobileDeviceSubmodels(com.google.api.ads.admanager.axis.v201808.Technology[] excludedMobileDeviceSubmodels) {
this.excludedMobileDeviceSubmodels = excludedMobileDeviceSubmodels;
} | [
"public",
"void",
"setExcludedMobileDeviceSubmodels",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"excludedMobileDeviceSubmodels",
")",
"{",
"this",
".",
"excludedMobileDeviceSubmod... | Sets the excludedMobileDeviceSubmodels value for this MobileDeviceSubmodelTargeting.
@param excludedMobileDeviceSubmodels * Mobile device submodels that are being excluded by the {@link
LineItem}. | [
"Sets",
"the",
"excludedMobileDeviceSubmodels",
"value",
"for",
"this",
"MobileDeviceSubmodelTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/MobileDeviceSubmodelTargeting.java#L104-L106 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.setStatusDefinedBy | public void setStatusDefinedBy(com.google.api.ads.admanager.axis.v201808.ContentStatusDefinedBy statusDefinedBy) {
this.statusDefinedBy = statusDefinedBy;
} | java | public void setStatusDefinedBy(com.google.api.ads.admanager.axis.v201808.ContentStatusDefinedBy statusDefinedBy) {
this.statusDefinedBy = statusDefinedBy;
} | [
"public",
"void",
"setStatusDefinedBy",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ContentStatusDefinedBy",
"statusDefinedBy",
")",
"{",
"this",
".",
"statusDefinedBy",
"=",
"statusDefinedBy",
";",
"... | Sets the statusDefinedBy value for this Content.
@param statusDefinedBy * Whether the content status was defined by the user, or by the
source CMS
from which the content was ingested. This attribute
is read-only. | [
"Sets",
"the",
"statusDefinedBy",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L265-L267 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.getHlsIngestStatus | public com.google.api.ads.admanager.axis.v201808.DaiIngestStatus getHlsIngestStatus() {
return hlsIngestStatus;
} | java | public com.google.api.ads.admanager.axis.v201808.DaiIngestStatus getHlsIngestStatus() {
return hlsIngestStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DaiIngestStatus",
"getHlsIngestStatus",
"(",
")",
"{",
"return",
"hlsIngestStatus",
";",
"}"
] | Gets the hlsIngestStatus value for this Content.
@return hlsIngestStatus * The current DAI ingest status of the HLS media for the {@code
content}. This attribute is
read-only and is null if the content is not eligible
for dynamic ad insertion or if the content
does not have HLS media. | [
"Gets",
"the",
"hlsIngestStatus",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L279-L281 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.setLastHlsIngestDateTime | public void setLastHlsIngestDateTime(com.google.api.ads.admanager.axis.v201808.DateTime lastHlsIngestDateTime) {
this.lastHlsIngestDateTime = lastHlsIngestDateTime;
} | java | public void setLastHlsIngestDateTime(com.google.api.ads.admanager.axis.v201808.DateTime lastHlsIngestDateTime) {
this.lastHlsIngestDateTime = lastHlsIngestDateTime;
} | [
"public",
"void",
"setLastHlsIngestDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"lastHlsIngestDateTime",
")",
"{",
"this",
".",
"lastHlsIngestDateTime",
"=",
"lastHlsIngestDateTime",
... | Sets the lastHlsIngestDateTime value for this Content.
@param lastHlsIngestDateTime * The date and time at which this content's HLS media was last
ingested for DAI. This attribute
is read-only and will be null if the content is not
eligible for dynamic ad insertion or if the
content does not have HLS media. | [
"Sets",
"the",
"lastHlsIngestDateTime",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L361-L363 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.getDashIngestStatus | public com.google.api.ads.admanager.axis.v201808.DaiIngestStatus getDashIngestStatus() {
return dashIngestStatus;
} | java | public com.google.api.ads.admanager.axis.v201808.DaiIngestStatus getDashIngestStatus() {
return dashIngestStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DaiIngestStatus",
"getDashIngestStatus",
"(",
")",
"{",
"return",
"dashIngestStatus",
";",
"}"
] | Gets the dashIngestStatus value for this Content.
@return dashIngestStatus * The current DAI ingest status of the DASH media for the {@code
content}. This attribute is
read-only and is null if the content is not eligible
for dynamic ad insertion or if the content
does not have DASH media. | [
"Gets",
"the",
"dashIngestStatus",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L375-L377 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.setLastDashIngestDateTime | public void setLastDashIngestDateTime(com.google.api.ads.admanager.axis.v201808.DateTime lastDashIngestDateTime) {
this.lastDashIngestDateTime = lastDashIngestDateTime;
} | java | public void setLastDashIngestDateTime(com.google.api.ads.admanager.axis.v201808.DateTime lastDashIngestDateTime) {
this.lastDashIngestDateTime = lastDashIngestDateTime;
} | [
"public",
"void",
"setLastDashIngestDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"lastDashIngestDateTime",
")",
"{",
"this",
".",
"lastDashIngestDateTime",
"=",
"lastDashIngestDateTim... | Sets the lastDashIngestDateTime value for this Content.
@param lastDashIngestDateTime * The date and time at which this content's DASH media was last
ingested for DAI. This attribute
is read-only and will be null if the content is not
eligible for dynamic ad insertion or if the
content does not have DASH media. | [
"Sets",
"the",
"lastDashIngestDateTime",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L457-L459 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.getImportDateTime | public com.google.api.ads.admanager.axis.v201808.DateTime getImportDateTime() {
return importDateTime;
} | java | public com.google.api.ads.admanager.axis.v201808.DateTime getImportDateTime() {
return importDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"getImportDateTime",
"(",
")",
"{",
"return",
"importDateTime",
";",
"}"
] | Gets the importDateTime value for this Content.
@return importDateTime * The date and time at which this content was published. This
attribute is read-only. | [
"Gets",
"the",
"importDateTime",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L468-L470 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java | Content.getCmsSources | public com.google.api.ads.admanager.axis.v201808.CmsContent[] getCmsSources() {
return cmsSources;
} | java | public com.google.api.ads.admanager.axis.v201808.CmsContent[] getCmsSources() {
return cmsSources;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CmsContent",
"[",
"]",
"getCmsSources",
"(",
")",
"{",
"return",
"cmsSources",
";",
"}"
] | Gets the cmsSources value for this Content.
@return cmsSources * Information about the content from the CMS it was ingested
from.
This attribute is read-only. | [
"Gets",
"the",
"cmsSources",
"value",
"for",
"this",
"Content",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Content.java#L579-L581 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportQuery.java | ReportQuery.setDimensions | public void setDimensions(com.google.api.ads.admanager.axis.v201902.Dimension[] dimensions) {
this.dimensions = dimensions;
} | java | public void setDimensions(com.google.api.ads.admanager.axis.v201902.Dimension[] dimensions) {
this.dimensions = dimensions;
} | [
"public",
"void",
"setDimensions",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Dimension",
"[",
"]",
"dimensions",
")",
"{",
"this",
".",
"dimensions",
"=",
"dimensions",
";",
"}"
] | Sets the dimensions value for this ReportQuery.
@param dimensions * The list of break-down types being requested in the report.
The generated report will contain the dimensions in the same order
as requested.
This field is required. | [
"Sets",
"the",
"dimensions",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportQuery.java#L293-L295 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportQuery.java | ReportQuery.setStatement | public void setStatement(com.google.api.ads.admanager.axis.v201902.Statement statement) {
this.statement = statement;
} | java | public void setStatement(com.google.api.ads.admanager.axis.v201902.Statement statement) {
this.statement = statement;
} | [
"public",
"void",
"setStatement",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Statement",
"statement",
")",
"{",
"this",
".",
"statement",
"=",
"statement",
";",
"}"
] | Sets the statement value for this ReportQuery.
@param statement * Specifies a filter to use for reporting on data. This filter
will be used
in conjunction (joined with an AND statement) with
the date range selected
through {@link #dateRangeType}, {@link #startDate},
and {@link #endDate}.
The syntax currently allowe... | [
"Sets",
"the",
"statement",
"value",
"for",
"this",
"ReportQuery",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportQuery.java#L781-L783 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MobileDeviceTargeting.java | MobileDeviceTargeting.setExcludedMobileDevices | public void setExcludedMobileDevices(com.google.api.ads.admanager.axis.v201902.Technology[] excludedMobileDevices) {
this.excludedMobileDevices = excludedMobileDevices;
} | java | public void setExcludedMobileDevices(com.google.api.ads.admanager.axis.v201902.Technology[] excludedMobileDevices) {
this.excludedMobileDevices = excludedMobileDevices;
} | [
"public",
"void",
"setExcludedMobileDevices",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Technology",
"[",
"]",
"excludedMobileDevices",
")",
"{",
"this",
".",
"excludedMobileDevices",
"=",
"excluded... | Sets the excludedMobileDevices value for this MobileDeviceTargeting.
@param excludedMobileDevices * Mobile devices that are being excluded by the {@link LineItem}. | [
"Sets",
"the",
"excludedMobileDevices",
"value",
"for",
"this",
"MobileDeviceTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MobileDeviceTargeting.java#L98-L100 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/MarketplaceComment.java | MarketplaceComment.setCreationTime | public void setCreationTime(com.google.api.ads.admanager.axis.v201805.DateTime creationTime) {
this.creationTime = creationTime;
} | java | public void setCreationTime(com.google.api.ads.admanager.axis.v201805.DateTime creationTime) {
this.creationTime = creationTime;
} | [
"public",
"void",
"setCreationTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DateTime",
"creationTime",
")",
"{",
"this",
".",
"creationTime",
"=",
"creationTime",
";",
"}"
] | Sets the creationTime value for this MarketplaceComment.
@param creationTime * The creation {@link DateTime} of this {@code MarketplaceComment}. | [
"Sets",
"the",
"creationTime",
"value",
"for",
"this",
"MarketplaceComment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/MarketplaceComment.java#L123-L125 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/HlsSettings.java | HlsSettings.getPlaylistType | public com.google.api.ads.admanager.axis.v201808.PlaylistType getPlaylistType() {
return playlistType;
} | java | public com.google.api.ads.admanager.axis.v201808.PlaylistType getPlaylistType() {
return playlistType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"PlaylistType",
"getPlaylistType",
"(",
")",
"{",
"return",
"playlistType",
";",
"}"
] | Gets the playlistType value for this HlsSettings.
@return playlistType * Indicates the type of the playlist associated with this live
stream. The playlist type is
analagous to the EXT-X-PLAYLIST-TYPE HLS tag. This
field is optional and will default to {@link
PlaylistType#LIVE}. | [
"Gets",
"the",
"playlistType",
"value",
"for",
"this",
"HlsSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/HlsSettings.java#L62-L64 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/HlsSettings.java | HlsSettings.setPlaylistType | public void setPlaylistType(com.google.api.ads.admanager.axis.v201808.PlaylistType playlistType) {
this.playlistType = playlistType;
} | java | public void setPlaylistType(com.google.api.ads.admanager.axis.v201808.PlaylistType playlistType) {
this.playlistType = playlistType;
} | [
"public",
"void",
"setPlaylistType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"PlaylistType",
"playlistType",
")",
"{",
"this",
".",
"playlistType",
"=",
"playlistType",
";",
"}"
] | Sets the playlistType value for this HlsSettings.
@param playlistType * Indicates the type of the playlist associated with this live
stream. The playlist type is
analagous to the EXT-X-PLAYLIST-TYPE HLS tag. This
field is optional and will default to {@link
PlaylistType#LIVE}. | [
"Sets",
"the",
"playlistType",
"value",
"for",
"this",
"HlsSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/HlsSettings.java#L76-L78 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.