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/v201805/ProposalLineItem.java | ProposalLineItem.setProgrammaticCreativeSource | public void setProgrammaticCreativeSource(com.google.api.ads.admanager.axis.v201805.ProgrammaticCreativeSource programmaticCreativeSource) {
this.programmaticCreativeSource = programmaticCreativeSource;
} | java | public void setProgrammaticCreativeSource(com.google.api.ads.admanager.axis.v201805.ProgrammaticCreativeSource programmaticCreativeSource) {
this.programmaticCreativeSource = programmaticCreativeSource;
} | [
"public",
"void",
"setProgrammaticCreativeSource",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ProgrammaticCreativeSource",
"programmaticCreativeSource",
")",
"{",
"this",
".",
"programmaticCreativeSource",
... | Sets the programmaticCreativeSource value for this ProposalLineItem.
@param programmaticCreativeSource * Indicates the {@link ProgrammaticCreativeSource} of the programmatic
line item.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.... | [
"Sets",
"the",
"programmaticCreativeSource",
"value",
"for",
"this",
"ProposalLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProposalLineItem.java#L3101-L3103 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GeoTargeting.java | GeoTargeting.setTargetedLocations | public void setTargetedLocations(com.google.api.ads.admanager.axis.v201811.Location[] targetedLocations) {
this.targetedLocations = targetedLocations;
} | java | public void setTargetedLocations(com.google.api.ads.admanager.axis.v201811.Location[] targetedLocations) {
this.targetedLocations = targetedLocations;
} | [
"public",
"void",
"setTargetedLocations",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Location",
"[",
"]",
"targetedLocations",
")",
"{",
"this",
".",
"targetedLocations",
"=",
"targetedLocations",
... | Sets the targetedLocations value for this GeoTargeting.
@param targetedLocations * The geographical locations being targeted by the {@link LineItem}. | [
"Sets",
"the",
"targetedLocations",
"value",
"for",
"this",
"GeoTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GeoTargeting.java#L98-L100 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SecurityPolicySettings.java | SecurityPolicySettings.getSecurityPolicyType | public com.google.api.ads.admanager.axis.v201808.SecurityPolicyType getSecurityPolicyType() {
return securityPolicyType;
} | java | public com.google.api.ads.admanager.axis.v201808.SecurityPolicyType getSecurityPolicyType() {
return securityPolicyType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"SecurityPolicyType",
"getSecurityPolicyType",
"(",
")",
"{",
"return",
"securityPolicyType",
";",
"}"
] | Gets the securityPolicyType value for this SecurityPolicySettings.
@return securityPolicyType * Type of security policy. This determines which other fields
should be populated. This value is
required for a valid security policy. | [
"Gets",
"the",
"securityPolicyType",
"value",
"for",
"this",
"SecurityPolicySettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SecurityPolicySettings.java#L104-L106 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SecurityPolicySettings.java | SecurityPolicySettings.setSecurityPolicyType | public void setSecurityPolicyType(com.google.api.ads.admanager.axis.v201808.SecurityPolicyType securityPolicyType) {
this.securityPolicyType = securityPolicyType;
} | java | public void setSecurityPolicyType(com.google.api.ads.admanager.axis.v201808.SecurityPolicyType securityPolicyType) {
this.securityPolicyType = securityPolicyType;
} | [
"public",
"void",
"setSecurityPolicyType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"SecurityPolicyType",
"securityPolicyType",
")",
"{",
"this",
".",
"securityPolicyType",
"=",
"securityPolicyType",
... | Sets the securityPolicyType value for this SecurityPolicySettings.
@param securityPolicyType * Type of security policy. This determines which other fields
should be populated. This value is
required for a valid security policy. | [
"Sets",
"the",
"securityPolicyType",
"value",
"for",
"this",
"SecurityPolicySettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SecurityPolicySettings.java#L116-L118 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignExtensionSetting.java | CampaignExtensionSetting.getExtensionType | public com.google.api.ads.adwords.axis.v201809.cm.FeedType getExtensionType() {
return extensionType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedType getExtensionType() {
return extensionType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedType",
"getExtensionType",
"(",
")",
"{",
"return",
"extensionType",
";",
"}"
] | Gets the extensionType value for this CampaignExtensionSetting.
@return extensionType * The extension type the extension setting applies to.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"extensionType",
"value",
"for",
"this",
"CampaignExtensionSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignExtensionSetting.java#L101-L103 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignExtensionSetting.java | CampaignExtensionSetting.getExtensionSetting | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionSetting getExtensionSetting() {
return extensionSetting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionSetting getExtensionSetting() {
return extensionSetting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ExtensionSetting",
"getExtensionSetting",
"(",
")",
"{",
"return",
"extensionSetting",
";",
"}"
] | Gets the extensionSetting value for this CampaignExtensionSetting.
@return extensionSetting * The extension setting specifying which extensions to serve
for the specified campaign. If
extensionSetting is empty (i.e. has an empty list
of feed items and null platformRestrictions),
extensions are disabled for the speci... | [
"Gets",
"the",
"extensionSetting",
"value",
"for",
"this",
"CampaignExtensionSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignExtensionSetting.java#L127-L129 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PageOnePromotedBiddingScheme.java | PageOnePromotedBiddingScheme.getStrategyGoal | public com.google.api.ads.adwords.axis.v201809.cm.PageOnePromotedBiddingSchemeStrategyGoal getStrategyGoal() {
return strategyGoal;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PageOnePromotedBiddingSchemeStrategyGoal getStrategyGoal() {
return strategyGoal;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PageOnePromotedBiddingSchemeStrategyGoal",
"getStrategyGoal",
"(",
")",
"{",
"return",
"strategyGoal",
";",
"}"
] | Gets the strategyGoal value for this PageOnePromotedBiddingScheme.
@return strategyGoal * Specifies the strategy goal: where impressions are desired
to be shown on
search result pages. | [
"Gets",
"the",
"strategyGoal",
"value",
"for",
"this",
"PageOnePromotedBiddingScheme",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PageOnePromotedBiddingScheme.java#L115-L117 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PageOnePromotedBiddingScheme.java | PageOnePromotedBiddingScheme.setBidCeiling | public void setBidCeiling(com.google.api.ads.adwords.axis.v201809.cm.Money bidCeiling) {
this.bidCeiling = bidCeiling;
} | java | public void setBidCeiling(com.google.api.ads.adwords.axis.v201809.cm.Money bidCeiling) {
this.bidCeiling = bidCeiling;
} | [
"public",
"void",
"setBidCeiling",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"bidCeiling",
")",
"{",
"this",
".",
"bidCeiling",
"=",
"bidCeiling",
";",
"}"
] | Sets the bidCeiling value for this PageOnePromotedBiddingScheme.
@param bidCeiling * Strategy maximum bid limit in advertiser local currency micro
units.
This upper limit applies to all keywords managed
by the strategy.
<span class="constraint InRange">This field must
be greater than or equal to 0.</span> | [
"Sets",
"the",
"bidCeiling",
"value",
"for",
"this",
"PageOnePromotedBiddingScheme",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PageOnePromotedBiddingScheme.java#L157-L159 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/SearchVolumeSearchParameter.java | SearchVolumeSearchParameter.setOperation | public void setOperation(com.google.api.ads.adwords.axis.v201809.o.LongComparisonOperation operation) {
this.operation = operation;
} | java | public void setOperation(com.google.api.ads.adwords.axis.v201809.o.LongComparisonOperation operation) {
this.operation = operation;
} | [
"public",
"void",
"setOperation",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"LongComparisonOperation",
"operation",
")",
"{",
"this",
".",
"operation",
"=",
"operation",
";",
"}"
] | Sets the operation value for this SearchVolumeSearchParameter.
@param operation * Used to specify the range of search volume.
<span class="constraint Required">This field is
required and should not be {@code null}.</span> | [
"Sets",
"the",
"operation",
"value",
"for",
"this",
"SearchVolumeSearchParameter",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/SearchVolumeSearchParameter.java#L83-L85 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderError.java | BudgetOrderError.getReason | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrderErrorReason getReason() {
return reason;
} | java | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrderErrorReason getReason() {
return reason;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"billing",
".",
"BudgetOrderErrorReason",
"getReason",
"(",
")",
"{",
"return",
"reason",
";",
"}"
] | Gets the reason value for this BudgetOrderError.
@return reason | [
"Gets",
"the",
"reason",
"value",
"for",
"this",
"BudgetOrderError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderError.java#L68-L70 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/WebpageParameter.java | WebpageParameter.getConditions | public com.google.api.ads.adwords.axis.v201809.cm.WebpageCondition[] getConditions() {
return conditions;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.WebpageCondition[] getConditions() {
return conditions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"WebpageCondition",
"[",
"]",
"getConditions",
"(",
")",
"{",
"return",
"conditions",
";",
"}"
] | Gets the conditions value for this WebpageParameter.
@return conditions * Conditions, or logical expressions, for webpage targeting.
<p>The list of webpage targeting conditions are
{@code and}-ed together
when evaluated for targeting. A {@code null} list
of conditions means that
all webpages of the campaign's websi... | [
"Gets",
"the",
"conditions",
"value",
"for",
"this",
"WebpageParameter",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/WebpageParameter.java#L142-L144 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java | Pql.validateSetValueEntryForSet | private static void validateSetValueEntryForSet(Object entry, Set<?> set) {
if (entry instanceof Set<?> || entry instanceof SetValue) {
throw new IllegalArgumentException("Unsupported Value type [nested sets]");
}
if (!set.isEmpty()) {
Object existingEntry = set.iterator().next();
if (!exi... | java | private static void validateSetValueEntryForSet(Object entry, Set<?> set) {
if (entry instanceof Set<?> || entry instanceof SetValue) {
throw new IllegalArgumentException("Unsupported Value type [nested sets]");
}
if (!set.isEmpty()) {
Object existingEntry = set.iterator().next();
if (!exi... | [
"private",
"static",
"void",
"validateSetValueEntryForSet",
"(",
"Object",
"entry",
",",
"Set",
"<",
"?",
">",
"set",
")",
"{",
"if",
"(",
"entry",
"instanceof",
"Set",
"<",
"?",
">",
"||",
"entry",
"instanceof",
"SetValue",
")",
"{",
"throw",
"new",
"Il... | Validates that an Object is a valid entry for a SetValue.
@param entry the Object to validate
@throws IllegalArgumentException if the Object is an unsupported type | [
"Validates",
"that",
"an",
"Object",
"is",
"a",
"valid",
"entry",
"for",
"a",
"SetValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java#L128-L141 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java | Pql.createRowTemplate | private static String createRowTemplate(List<Integer> maxColumnSizes) {
List<String> columnFormatSpecifiers = Lists.newArrayList();
for (int maxColumnSize : maxColumnSizes) {
columnFormatSpecifiers.add("%-" + maxColumnSize + "s");
}
return new StringBuilder("| ")
.append(Joiner.on(" | ").j... | java | private static String createRowTemplate(List<Integer> maxColumnSizes) {
List<String> columnFormatSpecifiers = Lists.newArrayList();
for (int maxColumnSize : maxColumnSizes) {
columnFormatSpecifiers.add("%-" + maxColumnSize + "s");
}
return new StringBuilder("| ")
.append(Joiner.on(" | ").j... | [
"private",
"static",
"String",
"createRowTemplate",
"(",
"List",
"<",
"Integer",
">",
"maxColumnSizes",
")",
"{",
"List",
"<",
"String",
">",
"columnFormatSpecifiers",
"=",
"Lists",
".",
"newArrayList",
"(",
")",
";",
"for",
"(",
"int",
"maxColumnSize",
":",
... | Creates the row template given the maximum size for each column
@param maxColumnSizes the maximum size for each column
@return the row template to format row data into | [
"Creates",
"the",
"row",
"template",
"given",
"the",
"maximum",
"size",
"for",
"each",
"column"
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java#L367-L376 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java | Pql.createRowSeperator | private static String createRowSeperator(List<Integer> maxColumnSizes) {
StringBuilder rowSeparator = new StringBuilder("+");
for (int maxColumnSize : maxColumnSizes) {
rowSeparator.append(Strings.repeat("-", maxColumnSize + 2)).append("+");
}
return rowSeparator.append("\n").toString();
} | java | private static String createRowSeperator(List<Integer> maxColumnSizes) {
StringBuilder rowSeparator = new StringBuilder("+");
for (int maxColumnSize : maxColumnSizes) {
rowSeparator.append(Strings.repeat("-", maxColumnSize + 2)).append("+");
}
return rowSeparator.append("\n").toString();
} | [
"private",
"static",
"String",
"createRowSeperator",
"(",
"List",
"<",
"Integer",
">",
"maxColumnSizes",
")",
"{",
"StringBuilder",
"rowSeparator",
"=",
"new",
"StringBuilder",
"(",
"\"+\"",
")",
";",
"for",
"(",
"int",
"maxColumnSize",
":",
"maxColumnSizes",
")... | Creates the row separator given the maximum size for each column
@param maxColumnSizes the maximum size for each column
@return the row separator | [
"Creates",
"the",
"row",
"separator",
"given",
"the",
"maximum",
"size",
"for",
"each",
"column"
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java#L384-L390 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java | Pql.getMaxColumnSizes | private static List<Integer> getMaxColumnSizes(List<String[]> resultSet) {
List<Integer> maxColumnSizes = Lists.newArrayList();
for (int i = 0; i < resultSet.get(0).length; i++) {
int maxColumnSize = -1;
for (int j = 0; j < resultSet.size(); j++) {
if (resultSet.get(j)[i].length() > maxColum... | java | private static List<Integer> getMaxColumnSizes(List<String[]> resultSet) {
List<Integer> maxColumnSizes = Lists.newArrayList();
for (int i = 0; i < resultSet.get(0).length; i++) {
int maxColumnSize = -1;
for (int j = 0; j < resultSet.size(); j++) {
if (resultSet.get(j)[i].length() > maxColum... | [
"private",
"static",
"List",
"<",
"Integer",
">",
"getMaxColumnSizes",
"(",
"List",
"<",
"String",
"[",
"]",
">",
"resultSet",
")",
"{",
"List",
"<",
"Integer",
">",
"maxColumnSizes",
"=",
"Lists",
".",
"newArrayList",
"(",
")",
";",
"for",
"(",
"int",
... | Gets a list of the maximum size for each column.
@param resultSet the result set to process
@return a list of the maximum size for each column | [
"Gets",
"a",
"list",
"of",
"the",
"maximum",
"size",
"for",
"each",
"column",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201811/Pql.java#L398-L410 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201805/ReportDownloader.java | ReportDownloader.getDownloadUrl | public URL getDownloadUrl(ReportDownloadOptions options) throws RemoteException,
MalformedURLException {
ReportJobStatus status = reportService.getReportJobStatus(reportJobId);
Preconditions.checkState(status == ReportJobStatus.COMPLETED, "Report " + reportJobId
+ " must be completed before downlo... | java | public URL getDownloadUrl(ReportDownloadOptions options) throws RemoteException,
MalformedURLException {
ReportJobStatus status = reportService.getReportJobStatus(reportJobId);
Preconditions.checkState(status == ReportJobStatus.COMPLETED, "Report " + reportJobId
+ " must be completed before downlo... | [
"public",
"URL",
"getDownloadUrl",
"(",
"ReportDownloadOptions",
"options",
")",
"throws",
"RemoteException",
",",
"MalformedURLException",
"{",
"ReportJobStatus",
"status",
"=",
"reportService",
".",
"getReportJobStatus",
"(",
"reportJobId",
")",
";",
"Preconditions",
... | Gets the download URL for a GZip or plain-text format report. If you requested
a compressed report, you may want to save your file with a gz or zip extension.
<pre><code>
URL url = reportDownloader.getDownloadUrl(options);
Resources.asByteSource(url).copyTo(Files.asByteSink(file));
</code></pre>
@param options the op... | [
"Gets",
"the",
"download",
"URL",
"for",
"a",
"GZip",
"or",
"plain",
"-",
"text",
"format",
"report",
".",
"If",
"you",
"requested",
"a",
"compressed",
"report",
"you",
"may",
"want",
"to",
"save",
"your",
"file",
"with",
"a",
"gz",
"or",
"zip",
"exten... | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/utils/v201805/ReportDownloader.java#L182-L188 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java | PolicySummaryInfo.getPolicyTopicEntries | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEntry[] getPolicyTopicEntries() {
return policyTopicEntries;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEntry[] getPolicyTopicEntries() {
return policyTopicEntries;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicEntry",
"[",
"]",
"getPolicyTopicEntries",
"(",
")",
"{",
"return",
"policyTopicEntries",
";",
"}"
] | Gets the policyTopicEntries value for this PolicySummaryInfo.
@return policyTopicEntries * List of policy findings. | [
"Gets",
"the",
"policyTopicEntries",
"value",
"for",
"this",
"PolicySummaryInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java#L80-L82 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java | PolicySummaryInfo.setReviewState | public void setReviewState(com.google.api.ads.adwords.axis.v201809.cm.PolicySummaryReviewState reviewState) {
this.reviewState = reviewState;
} | java | public void setReviewState(com.google.api.ads.adwords.axis.v201809.cm.PolicySummaryReviewState reviewState) {
this.reviewState = reviewState;
} | [
"public",
"void",
"setReviewState",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicySummaryReviewState",
"reviewState",
")",
"{",
"this",
".",
"reviewState",
"=",
"reviewState",
";",
"}... | Sets the reviewState value for this PolicySummaryInfo.
@param reviewState * Progress through the review process. | [
"Sets",
"the",
"reviewState",
"value",
"for",
"this",
"PolicySummaryInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java#L118-L120 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java | PolicySummaryInfo.getDenormalizedStatus | public com.google.api.ads.adwords.axis.v201809.cm.PolicySummaryDenormalizedStatus getDenormalizedStatus() {
return denormalizedStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicySummaryDenormalizedStatus getDenormalizedStatus() {
return denormalizedStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicySummaryDenormalizedStatus",
"getDenormalizedStatus",
"(",
")",
"{",
"return",
"denormalizedStatus",
";",
"}"
] | Gets the denormalizedStatus value for this PolicySummaryInfo.
@return denormalizedStatus * Overall review status based on the policy topic entries. | [
"Gets",
"the",
"denormalizedStatus",
"value",
"for",
"this",
"PolicySummaryInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java#L128-L130 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java | PolicySummaryInfo.getCombinedApprovalStatus | public com.google.api.ads.adwords.axis.v201809.cm.PolicyApprovalStatus getCombinedApprovalStatus() {
return combinedApprovalStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyApprovalStatus getCombinedApprovalStatus() {
return combinedApprovalStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyApprovalStatus",
"getCombinedApprovalStatus",
"(",
")",
"{",
"return",
"combinedApprovalStatus",
";",
"}"
] | Gets the combinedApprovalStatus value for this PolicySummaryInfo.
@return combinedApprovalStatus * Approval status that combines review state and status. | [
"Gets",
"the",
"combinedApprovalStatus",
"value",
"for",
"this",
"PolicySummaryInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicySummaryInfo.java#L148-L150 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java | AddShoppingCampaignForShowcaseAds.createCampaign | private static Campaign createCampaign(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long budgetId,
Long merchantId)
throws RemoteException {
// Get the CampaignService
CampaignServiceInterface campaignService =
adWordsServices.get(session, CampaignServ... | java | private static Campaign createCampaign(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
Long budgetId,
Long merchantId)
throws RemoteException {
// Get the CampaignService
CampaignServiceInterface campaignService =
adWordsServices.get(session, CampaignServ... | [
"private",
"static",
"Campaign",
"createCampaign",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Long",
"budgetId",
",",
"Long",
"merchantId",
")",
"throws",
"RemoteException",
"{",
"// Get the CampaignService",
"CampaignService... | Creates a Shopping campaign. | [
"Creates",
"a",
"Shopping",
"campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java#L187-L239 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java | AddShoppingCampaignForShowcaseAds.createAdGroup | private static AdGroup createAdGroup(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Campaign campaign)
throws RemoteException {
// Get the AdGroupService.
AdGroupServiceInterface adGroupService =
adWordsServices.get(session, AdGroupServiceInterface.class);
// Create ... | java | private static AdGroup createAdGroup(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Campaign campaign)
throws RemoteException {
// Get the AdGroupService.
AdGroupServiceInterface adGroupService =
adWordsServices.get(session, AdGroupServiceInterface.class);
// Create ... | [
"private",
"static",
"AdGroup",
"createAdGroup",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Campaign",
"campaign",
")",
"throws",
"RemoteException",
"{",
"// Get the AdGroupService.",
"AdGroupServiceInterface",
"adGroupService",
... | Creates an ad group in the Shopping campaign. | [
"Creates",
"an",
"ad",
"group",
"in",
"the",
"Shopping",
"campaign",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java#L242-L280 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java | AddShoppingCampaignForShowcaseAds.createShowcaseAd | private static AdGroupAd createShowcaseAd(
AdWordsServicesInterface adWordsServices, AdWordsSession session, AdGroup adGroup)
throws IOException {
// Create the Showcase ad.
AdGroupAdServiceInterface adGroupAdService =
adWordsServices.get(session, AdGroupAdServiceInterface.class);
Showca... | java | private static AdGroupAd createShowcaseAd(
AdWordsServicesInterface adWordsServices, AdWordsSession session, AdGroup adGroup)
throws IOException {
// Create the Showcase ad.
AdGroupAdServiceInterface adGroupAdService =
adWordsServices.get(session, AdGroupAdServiceInterface.class);
Showca... | [
"private",
"static",
"AdGroupAd",
"createShowcaseAd",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"AdGroup",
"adGroup",
")",
"throws",
"IOException",
"{",
"// Create the Showcase ad.",
"AdGroupAdServiceInterface",
"adGroupAdService... | Creates a Showcase ad. | [
"Creates",
"a",
"Showcase",
"ad",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java#L283-L319 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java | AddShoppingCampaignForShowcaseAds.createProductPartitions | private static ProductPartitionTree createProductPartitions(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Long adGroupId)
throws RemoteException {
AdGroupCriterionServiceInterface adGroupCriterionService =
adWordsServices.get(session, AdGroupCriterionServiceInterface.class);... | java | private static ProductPartitionTree createProductPartitions(
AdWordsServicesInterface adWordsServices, AdWordsSession session, Long adGroupId)
throws RemoteException {
AdGroupCriterionServiceInterface adGroupCriterionService =
adWordsServices.get(session, AdGroupCriterionServiceInterface.class);... | [
"private",
"static",
"ProductPartitionTree",
"createProductPartitions",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"Long",
"adGroupId",
")",
"throws",
"RemoteException",
"{",
"AdGroupCriterionServiceInterface",
"adGroupCriterionServ... | Creates the product partition tree for the ad group. | [
"Creates",
"the",
"product",
"partition",
"tree",
"for",
"the",
"ad",
"group",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/shoppingcampaigns/AddShoppingCampaignForShowcaseAds.java#L322-L367 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemActivityAssociation.java | LineItemActivityAssociation.setViewThroughConversionCost | public void setViewThroughConversionCost(com.google.api.ads.admanager.axis.v201805.Money viewThroughConversionCost) {
this.viewThroughConversionCost = viewThroughConversionCost;
} | java | public void setViewThroughConversionCost(com.google.api.ads.admanager.axis.v201805.Money viewThroughConversionCost) {
this.viewThroughConversionCost = viewThroughConversionCost;
} | [
"public",
"void",
"setViewThroughConversionCost",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"viewThroughConversionCost",
")",
"{",
"this",
".",
"viewThroughConversionCost",
"=",
"viewThroughConv... | Sets the viewThroughConversionCost value for this LineItemActivityAssociation.
@param viewThroughConversionCost * The amount of money to attribute per view through conversion.
This attribute is
required for creating a {@code LineItemActivityAssociation}.
The currency code is readonly
and should match the {@link Line... | [
"Sets",
"the",
"viewThroughConversionCost",
"value",
"for",
"this",
"LineItemActivityAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemActivityAssociation.java#L148-L150 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProductMarketplaceInfo.java | ProductMarketplaceInfo.getAdditionalTermsSource | public com.google.api.ads.admanager.axis.v201808.ValueSourceType getAdditionalTermsSource() {
return additionalTermsSource;
} | java | public com.google.api.ads.admanager.axis.v201808.ValueSourceType getAdditionalTermsSource() {
return additionalTermsSource;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ValueSourceType",
"getAdditionalTermsSource",
"(",
")",
"{",
"return",
"additionalTermsSource",
";",
"}"
] | Gets the additionalTermsSource value for this ProductMarketplaceInfo.
@return additionalTermsSource * Specifies the source of the {@link #additionalTerms} value.
To revert an overridden value to its default, set this field to {@link
ValueSourceType#PARENT}. | [
"Gets",
"the",
"additionalTermsSource",
"value",
"for",
"this",
"ProductMarketplaceInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProductMarketplaceInfo.java#L154-L156 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProductMarketplaceInfo.java | ProductMarketplaceInfo.setAdditionalTermsSource | public void setAdditionalTermsSource(com.google.api.ads.admanager.axis.v201808.ValueSourceType additionalTermsSource) {
this.additionalTermsSource = additionalTermsSource;
} | java | public void setAdditionalTermsSource(com.google.api.ads.admanager.axis.v201808.ValueSourceType additionalTermsSource) {
this.additionalTermsSource = additionalTermsSource;
} | [
"public",
"void",
"setAdditionalTermsSource",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ValueSourceType",
"additionalTermsSource",
")",
"{",
"this",
".",
"additionalTermsSource",
"=",
"additionalTermsSo... | Sets the additionalTermsSource value for this ProductMarketplaceInfo.
@param additionalTermsSource * Specifies the source of the {@link #additionalTerms} value.
To revert an overridden value to its default, set this field to {@link
ValueSourceType#PARENT}. | [
"Sets",
"the",
"additionalTermsSource",
"value",
"for",
"this",
"ProductMarketplaceInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProductMarketplaceInfo.java#L166-L168 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeAsset.java | CreativeAsset.getImageDensity | public com.google.api.ads.admanager.axis.v201808.ImageDensity getImageDensity() {
return imageDensity;
} | java | public com.google.api.ads.admanager.axis.v201808.ImageDensity getImageDensity() {
return imageDensity;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ImageDensity",
"getImageDensity",
"(",
")",
"{",
"return",
"imageDensity",
";",
"}"
] | Gets the imageDensity value for this CreativeAsset.
@return imageDensity * The display density of the image. This is the ratio between
a dimension in pixels
of the image and the dimension in pixels that it should
occupy in device-independent pixels
when displayed. This attribute is optional and defaults
to ONE_TO_ON... | [
"Gets",
"the",
"imageDensity",
"value",
"for",
"this",
"CreativeAsset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeAsset.java#L310-L312 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeAsset.java | CreativeAsset.setImageDensity | public void setImageDensity(com.google.api.ads.admanager.axis.v201808.ImageDensity imageDensity) {
this.imageDensity = imageDensity;
} | java | public void setImageDensity(com.google.api.ads.admanager.axis.v201808.ImageDensity imageDensity) {
this.imageDensity = imageDensity;
} | [
"public",
"void",
"setImageDensity",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ImageDensity",
"imageDensity",
")",
"{",
"this",
".",
"imageDensity",
"=",
"imageDensity",
";",
"}"
] | Sets the imageDensity value for this CreativeAsset.
@param imageDensity * The display density of the image. This is the ratio between
a dimension in pixels
of the image and the dimension in pixels that it should
occupy in device-independent pixels
when displayed. This attribute is optional and defaults
to ONE_TO_ONE... | [
"Sets",
"the",
"imageDensity",
"value",
"for",
"this",
"CreativeAsset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CreativeAsset.java#L325-L327 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Selector.java | Selector.getDateRange | public com.google.api.ads.adwords.axis.v201809.cm.DateRange getDateRange() {
return dateRange;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DateRange getDateRange() {
return dateRange;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DateRange",
"getDateRange",
"(",
")",
"{",
"return",
"dateRange",
";",
"}"
] | Gets the dateRange value for this Selector.
@return dateRange * Range of dates for which you want to include data. If this
value is omitted,
results for all dates are returned.
<p class="note"><b>Note:</b> This field is only used
by the report download
service. For all other services, it is ignored.</p>
<span class=... | [
"Gets",
"the",
"dateRange",
"value",
"for",
"this",
"Selector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Selector.java#L202-L204 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Selector.java | Selector.getOrdering | public com.google.api.ads.adwords.axis.v201809.cm.OrderBy[] getOrdering() {
return ordering;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.OrderBy[] getOrdering() {
return ordering;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"OrderBy",
"[",
"]",
"getOrdering",
"(",
")",
"{",
"return",
"ordering",
";",
"}"
] | Gets the ordering value for this Selector.
@return ordering * The fields on which you want to sort, and the sort order. The
order in the list is
significant: The first element in the list indicates
the primary sort order, the next
specifies the secondary sort order and so on. | [
"Gets",
"the",
"ordering",
"value",
"for",
"this",
"Selector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Selector.java#L233-L235 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Selector.java | Selector.getPaging | public com.google.api.ads.adwords.axis.v201809.cm.Paging getPaging() {
return paging;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Paging getPaging() {
return paging;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Paging",
"getPaging",
"(",
")",
"{",
"return",
"paging",
";",
"}"
] | Gets the paging value for this Selector.
@return paging * Pagination information. | [
"Gets",
"the",
"paging",
"value",
"for",
"this",
"Selector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Selector.java#L265-L267 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DraftAsyncError.java | DraftAsyncError.getAsyncError | public com.google.api.ads.adwords.axis.v201809.cm.ApiError getAsyncError() {
return asyncError;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ApiError getAsyncError() {
return asyncError;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ApiError",
"getAsyncError",
"(",
")",
"{",
"return",
"asyncError",
";",
"}"
] | Gets the asyncError value for this DraftAsyncError.
@return asyncError * The error that occurred while promoting the draft.
<span class="constraint Selectable">This field can
be selected using the value "AsyncError".</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to th... | [
"Gets",
"the",
"asyncError",
"value",
"for",
"this",
"DraftAsyncError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DraftAsyncError.java#L230-L232 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItem.java | RuleItem.getDateRuleItem | public com.google.api.ads.adwords.axis.v201809.rm.DateRuleItem getDateRuleItem() {
return dateRuleItem;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.DateRuleItem getDateRuleItem() {
return dateRuleItem;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"DateRuleItem",
"getDateRuleItem",
"(",
")",
"{",
"return",
"dateRuleItem",
";",
"}"
] | Gets the dateRuleItem value for this RuleItem.
@return dateRuleItem | [
"Gets",
"the",
"dateRuleItem",
"value",
"for",
"this",
"RuleItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItem.java#L62-L64 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItem.java | RuleItem.getNumberRuleItem | public com.google.api.ads.adwords.axis.v201809.rm.NumberRuleItem getNumberRuleItem() {
return numberRuleItem;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.NumberRuleItem getNumberRuleItem() {
return numberRuleItem;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"NumberRuleItem",
"getNumberRuleItem",
"(",
")",
"{",
"return",
"numberRuleItem",
";",
"}"
] | Gets the numberRuleItem value for this RuleItem.
@return numberRuleItem | [
"Gets",
"the",
"numberRuleItem",
"value",
"for",
"this",
"RuleItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItem.java#L82-L84 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItem.java | RuleItem.getStringRuleItem | public com.google.api.ads.adwords.axis.v201809.rm.StringRuleItem getStringRuleItem() {
return stringRuleItem;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.StringRuleItem getStringRuleItem() {
return stringRuleItem;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"StringRuleItem",
"getStringRuleItem",
"(",
")",
"{",
"return",
"stringRuleItem",
";",
"}"
] | Gets the stringRuleItem value for this RuleItem.
@return stringRuleItem | [
"Gets",
"the",
"stringRuleItem",
"value",
"for",
"this",
"RuleItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItem.java#L102-L104 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUploadError.java | OfflineDataUploadError.getReason | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadErrorReason getReason() {
return reason;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadErrorReason getReason() {
return reason;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"OfflineDataUploadErrorReason",
"getReason",
"(",
")",
"{",
"return",
"reason",
";",
"}"
] | Gets the reason value for this OfflineDataUploadError.
@return reason | [
"Gets",
"the",
"reason",
"value",
"for",
"this",
"OfflineDataUploadError",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUploadError.java#L68-L70 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceManufacturerTargeting.java | DeviceManufacturerTargeting.getDeviceManufacturers | public com.google.api.ads.admanager.axis.v201808.Technology[] getDeviceManufacturers() {
return deviceManufacturers;
} | java | public com.google.api.ads.admanager.axis.v201808.Technology[] getDeviceManufacturers() {
return deviceManufacturers;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"getDeviceManufacturers",
"(",
")",
"{",
"return",
"deviceManufacturers",
";",
"}"
] | Gets the deviceManufacturers value for this DeviceManufacturerTargeting.
@return deviceManufacturers * Device manufacturers that are being targeted or excluded by
the
{@link LineItem}. | [
"Gets",
"the",
"deviceManufacturers",
"value",
"for",
"this",
"DeviceManufacturerTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceManufacturerTargeting.java#L91-L93 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceManufacturerTargeting.java | DeviceManufacturerTargeting.setDeviceManufacturers | public void setDeviceManufacturers(com.google.api.ads.admanager.axis.v201808.Technology[] deviceManufacturers) {
this.deviceManufacturers = deviceManufacturers;
} | java | public void setDeviceManufacturers(com.google.api.ads.admanager.axis.v201808.Technology[] deviceManufacturers) {
this.deviceManufacturers = deviceManufacturers;
} | [
"public",
"void",
"setDeviceManufacturers",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"deviceManufacturers",
")",
"{",
"this",
".",
"deviceManufacturers",
"=",
"deviceManufact... | Sets the deviceManufacturers value for this DeviceManufacturerTargeting.
@param deviceManufacturers * Device manufacturers that are being targeted or excluded by
the
{@link LineItem}. | [
"Sets",
"the",
"deviceManufacturers",
"value",
"for",
"this",
"DeviceManufacturerTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceManufacturerTargeting.java#L103-L105 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DeviceCategoryTargeting.java | DeviceCategoryTargeting.setExcludedDeviceCategories | public void setExcludedDeviceCategories(com.google.api.ads.admanager.axis.v201805.Technology[] excludedDeviceCategories) {
this.excludedDeviceCategories = excludedDeviceCategories;
} | java | public void setExcludedDeviceCategories(com.google.api.ads.admanager.axis.v201805.Technology[] excludedDeviceCategories) {
this.excludedDeviceCategories = excludedDeviceCategories;
} | [
"public",
"void",
"setExcludedDeviceCategories",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Technology",
"[",
"]",
"excludedDeviceCategories",
")",
"{",
"this",
".",
"excludedDeviceCategories",
"=",
... | Sets the excludedDeviceCategories value for this DeviceCategoryTargeting.
@param excludedDeviceCategories * Device categories that are being excluded by the {@link LineItem}. | [
"Sets",
"the",
"excludedDeviceCategories",
"value",
"for",
"this",
"DeviceCategoryTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DeviceCategoryTargeting.java#L98-L100 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/ExpressionRuleUserList.java | ExpressionRuleUserList.getRule | public com.google.api.ads.adwords.axis.v201809.rm.Rule getRule() {
return rule;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.Rule getRule() {
return rule;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"Rule",
"getRule",
"(",
")",
"{",
"return",
"rule",
";",
"}"
] | Gets the rule value for this ExpressionRuleUserList.
@return rule * Boolean rule that defines this user list. The rule consists
of a list of rule item groups and
each rule item group consists of a list of rule
items.
All the rule item groups are ORed together for
evaluation before version V201705.
Starting from vers... | [
"Gets",
"the",
"rule",
"value",
"for",
"this",
"ExpressionRuleUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/ExpressionRuleUserList.java#L138-L140 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/AdWordsServicesWithRateLimiter.java | AdWordsServicesWithRateLimiter.get | @Override
public <T> T get(AdWordsSession session, Class<T> interfaceClass) {
T originalInterfaceObject = adWordsServices.get(session, interfaceClass);
return getProxyObject(originalInterfaceObject, session, interfaceClass, false);
} | java | @Override
public <T> T get(AdWordsSession session, Class<T> interfaceClass) {
T originalInterfaceObject = adWordsServices.get(session, interfaceClass);
return getProxyObject(originalInterfaceObject, session, interfaceClass, false);
} | [
"@",
"Override",
"public",
"<",
"T",
">",
"T",
"get",
"(",
"AdWordsSession",
"session",
",",
"Class",
"<",
"T",
">",
"interfaceClass",
")",
"{",
"T",
"originalInterfaceObject",
"=",
"adWordsServices",
".",
"get",
"(",
"session",
",",
"interfaceClass",
")",
... | Gets a rate-limit-aware client for the service represented by the interface with a reference to
the session.
<p>The objects returned by this method are not thread-safe.
@param <T> the service type
@param session your current session
@param interfaceClass the service interface class. This is a class representing a SOA... | [
"Gets",
"a",
"rate",
"-",
"limit",
"-",
"aware",
"client",
"for",
"the",
"service",
"represented",
"by",
"the",
"interface",
"with",
"a",
"reference",
"to",
"the",
"session",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/AdWordsServicesWithRateLimiter.java#L44-L48 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/AdWordsServicesWithRateLimiter.java | AdWordsServicesWithRateLimiter.getUtility | @Override
public <T> T getUtility(AdWordsSession session, Class<T> utilityClass) {
T originalUtilityObject = adWordsServices.getUtility(session, utilityClass);
return getProxyObject(originalUtilityObject, session, utilityClass, true);
} | java | @Override
public <T> T getUtility(AdWordsSession session, Class<T> utilityClass) {
T originalUtilityObject = adWordsServices.getUtility(session, utilityClass);
return getProxyObject(originalUtilityObject, session, utilityClass, true);
} | [
"@",
"Override",
"public",
"<",
"T",
">",
"T",
"getUtility",
"(",
"AdWordsSession",
"session",
",",
"Class",
"<",
"T",
">",
"utilityClass",
")",
"{",
"T",
"originalUtilityObject",
"=",
"adWordsServices",
".",
"getUtility",
"(",
"session",
",",
"utilityClass",
... | Gets a rate-limit-aware instance of the utility represented by the utilityClass with a
reference to the session.
<p>The objects returned by this method are not thread-safe.
@param <T> the service type
@param session your current session
@param utilityClass the AdWords utility class
@return the rate-limit-aware client... | [
"Gets",
"a",
"rate",
"-",
"limit",
"-",
"aware",
"instance",
"of",
"the",
"utility",
"represented",
"by",
"the",
"utilityClass",
"with",
"a",
"reference",
"to",
"the",
"session",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/AdWordsServicesWithRateLimiter.java#L61-L65 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignCriterion.java | CampaignCriterion.setCampaignCriterionStatus | public void setCampaignCriterionStatus(com.google.api.ads.adwords.axis.v201809.cm.CampaignCriterionCampaignCriterionStatus campaignCriterionStatus) {
this.campaignCriterionStatus = campaignCriterionStatus;
} | java | public void setCampaignCriterionStatus(com.google.api.ads.adwords.axis.v201809.cm.CampaignCriterionCampaignCriterionStatus campaignCriterionStatus) {
this.campaignCriterionStatus = campaignCriterionStatus;
} | [
"public",
"void",
"setCampaignCriterionStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CampaignCriterionCampaignCriterionStatus",
"campaignCriterionStatus",
")",
"{",
"this",
".",
"campaignC... | Sets the campaignCriterionStatus value for this CampaignCriterion.
@param campaignCriterionStatus * The status for criteria. | [
"Sets",
"the",
"campaignCriterionStatus",
"value",
"for",
"this",
"CampaignCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignCriterion.java#L236-L238 | train |
googleads/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201808/Pql.java | Pql.getColumnLabels | public static List<String> getColumnLabels(ResultSet resultSet) {
return Lists.transform(
Lists.newArrayList(resultSet.getColumnTypes()), new Function<ColumnType, String>() {
public String apply(ColumnType input) {
return input.getLabelName();
}
});
} | java | public static List<String> getColumnLabels(ResultSet resultSet) {
return Lists.transform(
Lists.newArrayList(resultSet.getColumnTypes()), new Function<ColumnType, String>() {
public String apply(ColumnType input) {
return input.getLabelName();
}
});
} | [
"public",
"static",
"List",
"<",
"String",
">",
"getColumnLabels",
"(",
"ResultSet",
"resultSet",
")",
"{",
"return",
"Lists",
".",
"transform",
"(",
"Lists",
".",
"newArrayList",
"(",
"resultSet",
".",
"getColumnTypes",
"(",
")",
")",
",",
"new",
"Function"... | Gets the column labels for the result set.
@param resultSet the result set to get the column labels for
@return the string list of column labels | [
"Gets",
"the",
"column",
"labels",
"for",
"the",
"result",
"set",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201808/Pql.java#L421-L428 | train |
googleads/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201808/Pql.java | Pql.getRowStringValues | public static List<String> getRowStringValues(Row row) {
return Lists.transform(Lists.newArrayList(row.getValues()), new Function<Value, String>() {
public String apply(Value input) {
return Pql.toString(input);
}
});
} | java | public static List<String> getRowStringValues(Row row) {
return Lists.transform(Lists.newArrayList(row.getValues()), new Function<Value, String>() {
public String apply(Value input) {
return Pql.toString(input);
}
});
} | [
"public",
"static",
"List",
"<",
"String",
">",
"getRowStringValues",
"(",
"Row",
"row",
")",
"{",
"return",
"Lists",
".",
"transform",
"(",
"Lists",
".",
"newArrayList",
"(",
"row",
".",
"getValues",
"(",
")",
")",
",",
"new",
"Function",
"<",
"Value",
... | Gets the values in a row of the result set in the form of a string
list.
@param row the row to get the values for
@return the string list of the row values | [
"Gets",
"the",
"values",
"in",
"a",
"row",
"of",
"the",
"result",
"set",
"in",
"the",
"form",
"of",
"a",
"string",
"list",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201808/Pql.java#L437-L443 | train |
googleads/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201808/Pql.java | Pql.combineResultSets | public static ResultSet combineResultSets(ResultSet first, ResultSet second) {
Function<ColumnType, String> columnTypeToString = new Function<ColumnType, String>() {
public String apply(ColumnType input) {
return input.getLabelName();
}
};
List<String> firstColumns =
Lists.transf... | java | public static ResultSet combineResultSets(ResultSet first, ResultSet second) {
Function<ColumnType, String> columnTypeToString = new Function<ColumnType, String>() {
public String apply(ColumnType input) {
return input.getLabelName();
}
};
List<String> firstColumns =
Lists.transf... | [
"public",
"static",
"ResultSet",
"combineResultSets",
"(",
"ResultSet",
"first",
",",
"ResultSet",
"second",
")",
"{",
"Function",
"<",
"ColumnType",
",",
"String",
">",
"columnTypeToString",
"=",
"new",
"Function",
"<",
"ColumnType",
",",
"String",
">",
"(",
... | Combines the first and second result sets, if and only if, the columns
of both result sets match.
@throws IllegalArgumentException if the columns of the first result set
don't match the second | [
"Combines",
"the",
"first",
"and",
"second",
"result",
"sets",
"if",
"and",
"only",
"if",
"the",
"columns",
"of",
"both",
"result",
"sets",
"match",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201808/Pql.java#L452-L476 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/DateTimeRange.java | DateTimeRange.setStartDateTime | public void setStartDateTime(com.google.api.ads.admanager.axis.v201811.DateTime startDateTime) {
this.startDateTime = startDateTime;
} | java | public void setStartDateTime(com.google.api.ads.admanager.axis.v201811.DateTime startDateTime) {
this.startDateTime = startDateTime;
} | [
"public",
"void",
"setStartDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DateTime",
"startDateTime",
")",
"{",
"this",
".",
"startDateTime",
"=",
"startDateTime",
";",
"}"
] | Sets the startDateTime value for this DateTimeRange.
@param startDateTime * The start date time of this range. This field is optional and
if it is not set then there is no
lower bound on the date time range. If this field
is not set then {@code endDateTime} must be
specified. | [
"Sets",
"the",
"startDateTime",
"value",
"for",
"this",
"DateTimeRange",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/DateTimeRange.java#L86-L88 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterionLimitExceeded.java | AdGroupCriterionLimitExceeded.getLimitType | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterionLimitExceededCriteriaLimitType getLimitType() {
return limitType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterionLimitExceededCriteriaLimitType getLimitType() {
return limitType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupCriterionLimitExceededCriteriaLimitType",
"getLimitType",
"(",
")",
"{",
"return",
"limitType",
";",
"}"
] | Gets the limitType value for this AdGroupCriterionLimitExceeded.
@return limitType | [
"Gets",
"the",
"limitType",
"value",
"for",
"this",
"AdGroupCriterionLimitExceeded",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterionLimitExceeded.java#L83-L85 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/MoneyWithCurrency.java | MoneyWithCurrency.getMoney | public com.google.api.ads.adwords.axis.v201809.cm.Money getMoney() {
return money;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getMoney() {
return money;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getMoney",
"(",
")",
"{",
"return",
"money",
";",
"}"
] | Gets the money value for this MoneyWithCurrency.
@return money * The amount of money.
<span class="constraint InRange">This field must
be greater than or equal to 0.</span> | [
"Gets",
"the",
"money",
"value",
"for",
"this",
"MoneyWithCurrency",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/MoneyWithCurrency.java#L69-L71 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/optimization/EstimateKeywordTraffic.java | EstimateKeywordTraffic.calculateMean | private static Double calculateMean(Number min, Number max) {
if (min == null || max == null) {
return null;
}
return (min.doubleValue() + max.doubleValue()) / 2;
} | java | private static Double calculateMean(Number min, Number max) {
if (min == null || max == null) {
return null;
}
return (min.doubleValue() + max.doubleValue()) / 2;
} | [
"private",
"static",
"Double",
"calculateMean",
"(",
"Number",
"min",
",",
"Number",
"max",
")",
"{",
"if",
"(",
"min",
"==",
"null",
"||",
"max",
"==",
"null",
")",
"{",
"return",
"null",
";",
"}",
"return",
"(",
"min",
".",
"doubleValue",
"(",
")",... | Returns the mean of the two Number values if neither is null, else returns null. | [
"Returns",
"the",
"mean",
"of",
"the",
"two",
"Number",
"values",
"if",
"neither",
"is",
"null",
"else",
"returns",
"null",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/optimization/EstimateKeywordTraffic.java#L293-L298 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OrderBy.java | OrderBy.getSortOrder | public com.google.api.ads.adwords.axis.v201809.cm.SortOrder getSortOrder() {
return sortOrder;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.SortOrder getSortOrder() {
return sortOrder;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SortOrder",
"getSortOrder",
"(",
")",
"{",
"return",
"sortOrder",
";",
"}"
] | Gets the sortOrder value for this OrderBy.
@return sortOrder * The order to sort the results on. The default sort order is
{@link SortOrder#ASCENDING}. | [
"Gets",
"the",
"sortOrder",
"value",
"for",
"this",
"OrderBy",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OrderBy.java#L87-L89 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItemBaseRate.java | ProductPackageItemBaseRate.getRate | public com.google.api.ads.admanager.axis.v201805.Money getRate() {
return rate;
} | java | public com.google.api.ads.admanager.axis.v201805.Money getRate() {
return rate;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"getRate",
"(",
")",
"{",
"return",
"rate",
";",
"}"
] | Gets the rate value for this ProductPackageItemBaseRate.
@return rate * The rate value of {@link ProductPackageItem}.
<p>This attribute is required and the currency
code is read-only. | [
"Gets",
"the",
"rate",
"value",
"for",
"this",
"ProductPackageItemBaseRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItemBaseRate.java#L104-L106 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItemBaseRate.java | ProductPackageItemBaseRate.setRate | public void setRate(com.google.api.ads.admanager.axis.v201805.Money rate) {
this.rate = rate;
} | java | public void setRate(com.google.api.ads.admanager.axis.v201805.Money rate) {
this.rate = rate;
} | [
"public",
"void",
"setRate",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Money",
"rate",
")",
"{",
"this",
".",
"rate",
"=",
"rate",
";",
"}"
] | Sets the rate value for this ProductPackageItemBaseRate.
@param rate * The rate value of {@link ProductPackageItem}.
<p>This attribute is required and the currency
code is read-only. | [
"Sets",
"the",
"rate",
"value",
"for",
"this",
"ProductPackageItemBaseRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItemBaseRate.java#L117-L119 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java | GmailAd.getTeaser | public com.google.api.ads.adwords.axis.v201809.cm.GmailTeaser getTeaser() {
return teaser;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.GmailTeaser getTeaser() {
return teaser;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"GmailTeaser",
"getTeaser",
"(",
")",
"{",
"return",
"teaser",
";",
"}"
] | Gets the teaser value for this GmailAd.
@return teaser * Gmail teaser info.
<span class="constraint Required">This field is
required and should not be {@code null} when it is contained within
{@link Operator}s : ADD.</span> | [
"Gets",
"the",
"teaser",
"value",
"for",
"this",
"GmailAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java#L197-L199 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java | GmailAd.getHeaderImage | public com.google.api.ads.adwords.axis.v201809.cm.Image getHeaderImage() {
return headerImage;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Image getHeaderImage() {
return headerImage;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Image",
"getHeaderImage",
"(",
")",
"{",
"return",
"headerImage",
";",
"}"
] | Gets the headerImage value for this GmailAd.
@return headerImage * Header image. An image must first be created using the MediaService,
and Image.mediaId must be
populated when creating a {@link "GmailAd"}. Valid
image types are GIF, JPEG, and PNG. The
minimum size is 300x100 and the aspect ratio must
be in 3:1 to 5... | [
"Gets",
"the",
"headerImage",
"value",
"for",
"this",
"GmailAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java#L227-L229 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java | GmailAd.getMarketingImage | public com.google.api.ads.adwords.axis.v201809.cm.Image getMarketingImage() {
return marketingImage;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Image getMarketingImage() {
return marketingImage;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Image",
"getMarketingImage",
"(",
")",
"{",
"return",
"marketingImage",
";",
"}"
] | Gets the marketingImage value for this GmailAd.
@return marketingImage * Marketing image. An image must first be created using the MediaService,
and Image.mediaId must
be populated when creating a {@link "GmailAd"}.Valid
image types are GIF, JPEG, and PNG. The
minimum size is 600x314 and the aspect ratio must
be 600... | [
"Gets",
"the",
"marketingImage",
"value",
"for",
"this",
"GmailAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java#L264-L266 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java | GmailAd.getMarketingImageDisplayCallToAction | public com.google.api.ads.adwords.axis.v201809.cm.DisplayCallToAction getMarketingImageDisplayCallToAction() {
return marketingImageDisplayCallToAction;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DisplayCallToAction getMarketingImageDisplayCallToAction() {
return marketingImageDisplayCallToAction;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DisplayCallToAction",
"getMarketingImageDisplayCallToAction",
"(",
")",
"{",
"return",
"marketingImageDisplayCallToAction",
";",
"}"
] | Gets the marketingImageDisplayCallToAction value for this GmailAd.
@return marketingImageDisplayCallToAction * Display-call-to-action of the marketing image. The DisplayCallToAction.urlId
field cannot be
set when setting this field. | [
"Gets",
"the",
"marketingImageDisplayCallToAction",
"value",
"for",
"this",
"GmailAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java#L364-L366 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java | GmailAd.getProductImages | public com.google.api.ads.adwords.axis.v201809.cm.ProductImage[] getProductImages() {
return productImages;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProductImage[] getProductImages() {
return productImages;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductImage",
"[",
"]",
"getProductImages",
"(",
")",
"{",
"return",
"productImages",
";",
"}"
] | Gets the productImages value for this GmailAd.
@return productImages * Product images. Support up to 15 product images.
<span class="constraint Selectable">This field
can be selected using the value "ProductImages".</span> | [
"Gets",
"the",
"productImages",
"value",
"for",
"this",
"GmailAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java#L388-L390 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java | GmailAd.getProductVideoList | public com.google.api.ads.adwords.axis.v201809.cm.Video[] getProductVideoList() {
return productVideoList;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Video[] getProductVideoList() {
return productVideoList;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Video",
"[",
"]",
"getProductVideoList",
"(",
")",
"{",
"return",
"productVideoList",
";",
"}"
] | Gets the productVideoList value for this GmailAd.
@return productVideoList * Product Videos. Either productVideoList or marketingImage must
be specified. Supports up to 7
product videos. It must be a YouTube hosted video
and mediaId must be populated. The YouTube
hosted video can be added to AdWords through either
t... | [
"Gets",
"the",
"productVideoList",
"value",
"for",
"this",
"GmailAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/GmailAd.java#L426-L428 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEvidence.java | PolicyTopicEvidence.setPolicyTopicEvidenceType | public void setPolicyTopicEvidenceType(com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEvidenceType policyTopicEvidenceType) {
this.policyTopicEvidenceType = policyTopicEvidenceType;
} | java | public void setPolicyTopicEvidenceType(com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEvidenceType policyTopicEvidenceType) {
this.policyTopicEvidenceType = policyTopicEvidenceType;
} | [
"public",
"void",
"setPolicyTopicEvidenceType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicEvidenceType",
"policyTopicEvidenceType",
")",
"{",
"this",
".",
"policyTopicEvidenceType",
... | Sets the policyTopicEvidenceType value for this PolicyTopicEvidence.
@param policyTopicEvidenceType * The type of evidence for the policy topic. | [
"Sets",
"the",
"policyTopicEvidenceType",
"value",
"for",
"this",
"PolicyTopicEvidence",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEvidence.java#L87-L89 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEvidence.java | PolicyTopicEvidence.getPolicyTopicEvidenceDestinationMismatchUrlTypes | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEvidenceDestinationMismatchUrlType[] getPolicyTopicEvidenceDestinationMismatchUrlTypes() {
return policyTopicEvidenceDestinationMismatchUrlTypes;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PolicyTopicEvidenceDestinationMismatchUrlType[] getPolicyTopicEvidenceDestinationMismatchUrlTypes() {
return policyTopicEvidenceDestinationMismatchUrlTypes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PolicyTopicEvidenceDestinationMismatchUrlType",
"[",
"]",
"getPolicyTopicEvidenceDestinationMismatchUrlTypes",
"(",
")",
"{",
"return",
"policyTopic... | Gets the policyTopicEvidenceDestinationMismatchUrlTypes value for this PolicyTopicEvidence.
@return policyTopicEvidenceDestinationMismatchUrlTypes * The url types that triggered this policy topic to be reported.
This field is associated with
the policyTopicEvidenceType and will only be populated
when it has value of... | [
"Gets",
"the",
"policyTopicEvidenceDestinationMismatchUrlTypes",
"value",
"for",
"this",
"PolicyTopicEvidence",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PolicyTopicEvidence.java#L141-L143 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportDownloadOptions.java | ReportDownloadOptions.getExportFormat | public com.google.api.ads.admanager.axis.v201902.ExportFormat getExportFormat() {
return exportFormat;
} | java | public com.google.api.ads.admanager.axis.v201902.ExportFormat getExportFormat() {
return exportFormat;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ExportFormat",
"getExportFormat",
"(",
")",
"{",
"return",
"exportFormat",
";",
"}"
] | Gets the exportFormat value for this ReportDownloadOptions.
@return exportFormat * The {@link ExportFormat} used to generate the report.
Default value is {@link ExportFormat#CSV_DUMP}. | [
"Gets",
"the",
"exportFormat",
"value",
"for",
"this",
"ReportDownloadOptions",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportDownloadOptions.java#L82-L84 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportDownloadOptions.java | ReportDownloadOptions.setExportFormat | public void setExportFormat(com.google.api.ads.admanager.axis.v201902.ExportFormat exportFormat) {
this.exportFormat = exportFormat;
} | java | public void setExportFormat(com.google.api.ads.admanager.axis.v201902.ExportFormat exportFormat) {
this.exportFormat = exportFormat;
} | [
"public",
"void",
"setExportFormat",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ExportFormat",
"exportFormat",
")",
"{",
"this",
".",
"exportFormat",
"=",
"exportFormat",
";",
"}"
] | Sets the exportFormat value for this ReportDownloadOptions.
@param exportFormat * The {@link ExportFormat} used to generate the report.
Default value is {@link ExportFormat#CSV_DUMP}. | [
"Sets",
"the",
"exportFormat",
"value",
"for",
"this",
"ReportDownloadOptions",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReportDownloadOptions.java#L93-L95 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppPaymentModel.java | AppPaymentModel.getAppPaymentModelType | public com.google.api.ads.adwords.axis.v201809.cm.AppPaymentModelAppPaymentModelType getAppPaymentModelType() {
return appPaymentModelType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AppPaymentModelAppPaymentModelType getAppPaymentModelType() {
return appPaymentModelType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AppPaymentModelAppPaymentModelType",
"getAppPaymentModelType",
"(",
")",
"{",
"return",
"appPaymentModelType",
";",
"}"
] | Gets the appPaymentModelType value for this AppPaymentModel.
@return appPaymentModelType * <span class="constraint ReadOnly">This field is read only and
will be ignored when sent to the API.</span> | [
"Gets",
"the",
"appPaymentModelType",
"value",
"for",
"this",
"AppPaymentModel",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AppPaymentModel.java#L70-L72 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/MutateMembersReturnValue.java | MutateMembersReturnValue.getUserLists | public com.google.api.ads.adwords.axis.v201809.rm.UserList[] getUserLists() {
return userLists;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.UserList[] getUserLists() {
return userLists;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserList",
"[",
"]",
"getUserLists",
"(",
")",
"{",
"return",
"userLists",
";",
"}"
] | Gets the userLists value for this MutateMembersReturnValue.
@return userLists * The user lists associated in mutate members operations. | [
"Gets",
"the",
"userLists",
"value",
"for",
"this",
"MutateMembersReturnValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/MutateMembersReturnValue.java#L54-L56 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseFlashCreative.java | BaseFlashCreative.setSslManualOverride | public void setSslManualOverride(com.google.api.ads.admanager.axis.v201805.SslManualOverride sslManualOverride) {
this.sslManualOverride = sslManualOverride;
} | java | public void setSslManualOverride(com.google.api.ads.admanager.axis.v201805.SslManualOverride sslManualOverride) {
this.sslManualOverride = sslManualOverride;
} | [
"public",
"void",
"setSslManualOverride",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"SslManualOverride",
"sslManualOverride",
")",
"{",
"this",
".",
"sslManualOverride",
"=",
"sslManualOverride",
";",
... | Sets the sslManualOverride value for this BaseFlashCreative.
@param sslManualOverride * The manual override for the SSL compatibility of this creative.
<p>This attribute is optional and defaults to
{@link SslManualOverride#NO_OVERRIDE}. | [
"Sets",
"the",
"sslManualOverride",
"value",
"for",
"this",
"BaseFlashCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseFlashCreative.java#L223-L225 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseFlashCreative.java | BaseFlashCreative.getFlashAsset | public com.google.api.ads.admanager.axis.v201805.CreativeAsset getFlashAsset() {
return flashAsset;
} | java | public com.google.api.ads.admanager.axis.v201805.CreativeAsset getFlashAsset() {
return flashAsset;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"CreativeAsset",
"getFlashAsset",
"(",
")",
"{",
"return",
"flashAsset",
";",
"}"
] | Gets the flashAsset value for this BaseFlashCreative.
@return flashAsset * The flash asset. This attribute is required. To view the Flash
image, use the
{@link CreativeAsset#assetUrl}. | [
"Gets",
"the",
"flashAsset",
"value",
"for",
"this",
"BaseFlashCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseFlashCreative.java#L235-L237 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseFlashCreative.java | BaseFlashCreative.setFlashAsset | public void setFlashAsset(com.google.api.ads.admanager.axis.v201805.CreativeAsset flashAsset) {
this.flashAsset = flashAsset;
} | java | public void setFlashAsset(com.google.api.ads.admanager.axis.v201805.CreativeAsset flashAsset) {
this.flashAsset = flashAsset;
} | [
"public",
"void",
"setFlashAsset",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"CreativeAsset",
"flashAsset",
")",
"{",
"this",
".",
"flashAsset",
"=",
"flashAsset",
";",
"}"
] | Sets the flashAsset value for this BaseFlashCreative.
@param flashAsset * The flash asset. This attribute is required. To view the Flash
image, use the
{@link CreativeAsset#assetUrl}. | [
"Sets",
"the",
"flashAsset",
"value",
"for",
"this",
"BaseFlashCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseFlashCreative.java#L247-L249 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ThirdPartyRedirectAd.java | ThirdPartyRedirectAd.getVideoTypes | public com.google.api.ads.adwords.axis.v201809.cm.VideoType[] getVideoTypes() {
return videoTypes;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.VideoType[] getVideoTypes() {
return videoTypes;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"VideoType",
"[",
"]",
"getVideoTypes",
"(",
")",
"{",
"return",
"videoTypes",
";",
"}"
] | Gets the videoTypes value for this ThirdPartyRedirectAd.
@return videoTypes * Video Types of the ad. (RealMedia, Quick Time etc.)
<span class="constraint Selectable">This field
can be selected using the value "VideoTypes".</span> | [
"Gets",
"the",
"videoTypes",
"value",
"for",
"this",
"ThirdPartyRedirectAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ThirdPartyRedirectAd.java#L265-L267 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ThirdPartyRedirectAd.java | ThirdPartyRedirectAd.getExpandingDirections | public com.google.api.ads.adwords.axis.v201809.cm.ThirdPartyRedirectAdExpandingDirection[] getExpandingDirections() {
return expandingDirections;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ThirdPartyRedirectAdExpandingDirection[] getExpandingDirections() {
return expandingDirections;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ThirdPartyRedirectAdExpandingDirection",
"[",
"]",
"getExpandingDirections",
"(",
")",
"{",
"return",
"expandingDirections",
";",
"}"
] | Gets the expandingDirections value for this ThirdPartyRedirectAd.
@return expandingDirections * Allowed expanding directions. These directions are used to
match
publishers' ad slots. For example, if a slot allows
expansion toward the
right, only ads with EXPANDING_RIGHT specified
will show up there.
<span class="con... | [
"Gets",
"the",
"expandingDirections",
"value",
"for",
"this",
"ThirdPartyRedirectAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ThirdPartyRedirectAd.java#L302-L304 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java | ReconciliationLineItemReport.getGrossRate | public com.google.api.ads.admanager.axis.v201811.Money getGrossRate() {
return grossRate;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getGrossRate() {
return grossRate;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getGrossRate",
"(",
")",
"{",
"return",
"grossRate",
";",
"}"
] | Gets the grossRate value for this ReconciliationLineItemReport.
@return grossRate * If this reconciliation data is for a {@link ProposalLineItem}
and the {@link #pricingModel}
is {@link PricingModel#GROSS}, then this contains
the {@link Money gross rate} of
the proposal line item. Otherwise, the value of this
field ... | [
"Gets",
"the",
"grossRate",
"value",
"for",
"this",
"ReconciliationLineItemReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java#L528-L530 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java | ReconciliationLineItemReport.setGrossRate | public void setGrossRate(com.google.api.ads.admanager.axis.v201811.Money grossRate) {
this.grossRate = grossRate;
} | java | public void setGrossRate(com.google.api.ads.admanager.axis.v201811.Money grossRate) {
this.grossRate = grossRate;
} | [
"public",
"void",
"setGrossRate",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"grossRate",
")",
"{",
"this",
".",
"grossRate",
"=",
"grossRate",
";",
"}"
] | Sets the grossRate value for this ReconciliationLineItemReport.
@param grossRate * If this reconciliation data is for a {@link ProposalLineItem}
and the {@link #pricingModel}
is {@link PricingModel#GROSS}, then this contains
the {@link Money gross rate} of
the proposal line item. Otherwise, the value of this
field w... | [
"Sets",
"the",
"grossRate",
"value",
"for",
"this",
"ReconciliationLineItemReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java#L545-L547 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java | ReconciliationLineItemReport.setPricingModel | public void setPricingModel(com.google.api.ads.admanager.axis.v201811.PricingModel pricingModel) {
this.pricingModel = pricingModel;
} | java | public void setPricingModel(com.google.api.ads.admanager.axis.v201811.PricingModel pricingModel) {
this.pricingModel = pricingModel;
} | [
"public",
"void",
"setPricingModel",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"PricingModel",
"pricingModel",
")",
"{",
"this",
".",
"pricingModel",
"=",
"pricingModel",
";",
"}"
] | Sets the pricingModel value for this ReconciliationLineItemReport.
@param pricingModel * If this reconciliation data is for a {@link ProposalLineItem},
then this contains that proposal line item's proposal's pricing model.
Otherwise, the value of this field will be {@link PricingModel#NET}.
This value is read-only. | [
"Sets",
"the",
"pricingModel",
"value",
"for",
"this",
"ReconciliationLineItemReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java#L571-L573 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java | ReconciliationLineItemReport.getNetBillableRevenue | public com.google.api.ads.admanager.axis.v201811.Money getNetBillableRevenue() {
return netBillableRevenue;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getNetBillableRevenue() {
return netBillableRevenue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getNetBillableRevenue",
"(",
")",
"{",
"return",
"netBillableRevenue",
";",
"}"
] | Gets the netBillableRevenue value for this ReconciliationLineItemReport.
@return netBillableRevenue * The net billable revenue. If this reconciliation data is for
a {@link ProposalLineItem},
this is calculated from the {@link #netRate}, {@link
#billableVolume}, and the proposal line
item's billing settings. This may... | [
"Gets",
"the",
"netBillableRevenue",
"value",
"for",
"this",
"ReconciliationLineItemReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationLineItemReport.java#L921-L923 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignInfo.java | UniversalAppCampaignInfo.getBiddingStrategyGoalType | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppBiddingStrategyGoalType getBiddingStrategyGoalType() {
return biddingStrategyGoalType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppBiddingStrategyGoalType getBiddingStrategyGoalType() {
return biddingStrategyGoalType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UniversalAppBiddingStrategyGoalType",
"getBiddingStrategyGoalType",
"(",
")",
"{",
"return",
"biddingStrategyGoalType",
";",
"}"
] | Gets the biddingStrategyGoalType value for this UniversalAppCampaignInfo.
@return biddingStrategyGoalType * Represents the goal which the bidding strategy of this app
campaign should optimize towards.
<span class="constraint Required">This field is required
and should not be {@code null} when it is contained within ... | [
"Gets",
"the",
"biddingStrategyGoalType",
"value",
"for",
"this",
"UniversalAppCampaignInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignInfo.java#L80-L82 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignInfo.java | UniversalAppCampaignInfo.getAppVendor | public com.google.api.ads.adwords.axis.v201809.cm.MobileApplicationVendor getAppVendor() {
return appVendor;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.MobileApplicationVendor getAppVendor() {
return appVendor;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"MobileApplicationVendor",
"getAppVendor",
"(",
")",
"{",
"return",
"appVendor",
";",
"}"
] | Gets the appVendor value for this UniversalAppCampaignInfo.
@return appVendor * The vendor, i.e. application store that distributes this specific
app.
<span class="constraint Required">This field is required
and should not be {@code null} when it is contained within {@link
Operator}s : ADD.</span> | [
"Gets",
"the",
"appVendor",
"value",
"for",
"this",
"UniversalAppCampaignInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignInfo.java#L134-L136 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.setCreativeFormat | public void setCreativeFormat(com.google.api.ads.admanager.axis.v201902.RichMediaStudioCreativeFormat creativeFormat) {
this.creativeFormat = creativeFormat;
} | java | public void setCreativeFormat(com.google.api.ads.admanager.axis.v201902.RichMediaStudioCreativeFormat creativeFormat) {
this.creativeFormat = creativeFormat;
} | [
"public",
"void",
"setCreativeFormat",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RichMediaStudioCreativeFormat",
"creativeFormat",
")",
"{",
"this",
".",
"creativeFormat",
"=",
"creativeFormat",
";",
... | Sets the creativeFormat value for this BaseRichMediaStudioCreative.
@param creativeFormat * The creative format of the Rich Media Studio creative. This
attribute is readonly. | [
"Sets",
"the",
"creativeFormat",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BaseRichMediaStudioCreative.java#L242-L244 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.getArtworkType | public com.google.api.ads.admanager.axis.v201902.RichMediaStudioCreativeArtworkType getArtworkType() {
return artworkType;
} | java | public com.google.api.ads.admanager.axis.v201902.RichMediaStudioCreativeArtworkType getArtworkType() {
return artworkType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RichMediaStudioCreativeArtworkType",
"getArtworkType",
"(",
")",
"{",
"return",
"artworkType",
";",
"}"
] | Gets the artworkType value for this BaseRichMediaStudioCreative.
@return artworkType * The type of artwork used in this creative. This attribute is
readonly. | [
"Gets",
"the",
"artworkType",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BaseRichMediaStudioCreative.java#L253-L255 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.getRichMediaStudioChildAssetProperties | public com.google.api.ads.admanager.axis.v201902.RichMediaStudioChildAssetProperty[] getRichMediaStudioChildAssetProperties() {
return richMediaStudioChildAssetProperties;
} | java | public com.google.api.ads.admanager.axis.v201902.RichMediaStudioChildAssetProperty[] getRichMediaStudioChildAssetProperties() {
return richMediaStudioChildAssetProperties;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"RichMediaStudioChildAssetProperty",
"[",
"]",
"getRichMediaStudioChildAssetProperties",
"(",
")",
"{",
"return",
"richMediaStudioChildAssetProperties",
";",
... | Gets the richMediaStudioChildAssetProperties value for this BaseRichMediaStudioCreative.
@return richMediaStudioChildAssetProperties * The list of child assets associated with this creative. This
attribute is read only. | [
"Gets",
"the",
"richMediaStudioChildAssetProperties",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BaseRichMediaStudioCreative.java#L553-L555 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxInfo.java | SetTopBoxInfo.getSyncStatus | public com.google.api.ads.admanager.axis.v201808.SetTopBoxSyncStatus getSyncStatus() {
return syncStatus;
} | java | public com.google.api.ads.admanager.axis.v201808.SetTopBoxSyncStatus getSyncStatus() {
return syncStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"SetTopBoxSyncStatus",
"getSyncStatus",
"(",
")",
"{",
"return",
"syncStatus",
";",
"}"
] | Gets the syncStatus value for this SetTopBoxInfo.
@return syncStatus * Indicates if the line item is ready to be synced with Canoe
or if there are changes on this
line item that are waiting to be pushed on the next
sync with Canoe. This attribute is
read-only. | [
"Gets",
"the",
"syncStatus",
"value",
"for",
"this",
"SetTopBoxInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SetTopBoxInfo.java#L83-L85 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProposalLineItemPremium.java | ProposalLineItemPremium.getPremiumRateValue | public com.google.api.ads.admanager.axis.v201805.PremiumRateValue getPremiumRateValue() {
return premiumRateValue;
} | java | public com.google.api.ads.admanager.axis.v201805.PremiumRateValue getPremiumRateValue() {
return premiumRateValue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"PremiumRateValue",
"getPremiumRateValue",
"(",
")",
"{",
"return",
"premiumRateValue",
";",
"}"
] | Gets the premiumRateValue value for this ProposalLineItemPremium.
@return premiumRateValue * The {@link PremiumRateValue} triggered by the {@link ProposalLineItem}.
This attribute is
required. | [
"Gets",
"the",
"premiumRateValue",
"value",
"for",
"this",
"ProposalLineItemPremium",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProposalLineItemPremium.java#L64-L66 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProposalLineItemPremium.java | ProposalLineItemPremium.setPremiumRateValue | public void setPremiumRateValue(com.google.api.ads.admanager.axis.v201805.PremiumRateValue premiumRateValue) {
this.premiumRateValue = premiumRateValue;
} | java | public void setPremiumRateValue(com.google.api.ads.admanager.axis.v201805.PremiumRateValue premiumRateValue) {
this.premiumRateValue = premiumRateValue;
} | [
"public",
"void",
"setPremiumRateValue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"PremiumRateValue",
"premiumRateValue",
")",
"{",
"this",
".",
"premiumRateValue",
"=",
"premiumRateValue",
";",
"}"... | Sets the premiumRateValue value for this ProposalLineItemPremium.
@param premiumRateValue * The {@link PremiumRateValue} triggered by the {@link ProposalLineItem}.
This attribute is
required. | [
"Sets",
"the",
"premiumRateValue",
"value",
"for",
"this",
"ProposalLineItemPremium",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProposalLineItemPremium.java#L76-L78 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveSearchAd.java | ResponsiveSearchAd.setHeadlines | public void setHeadlines(com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] headlines) {
this.headlines = headlines;
} | java | public void setHeadlines(com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] headlines) {
this.headlines = headlines;
} | [
"public",
"void",
"setHeadlines",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"headlines",
")",
"{",
"this",
".",
"headlines",
"=",
"headlines",
";",
"}"
] | Sets the headlines value for this ResponsiveSearchAd.
@param headlines * Headlines. When the Ad serves, the headlines will be selected
from this list.
<span class="constraint Selectable">This field
can be selected using the value "ResponsiveSearchAdHeadlines".</span>
<span class="constraint Required">This field is r... | [
"Sets",
"the",
"headlines",
"value",
"for",
"this",
"ResponsiveSearchAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveSearchAd.java#L217-L219 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveSearchAd.java | ResponsiveSearchAd.getDescriptions | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getDescriptions() {
return descriptions;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getDescriptions() {
return descriptions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"getDescriptions",
"(",
")",
"{",
"return",
"descriptions",
";",
"}"
] | Gets the descriptions value for this ResponsiveSearchAd.
@return descriptions * Descriptions. When the Ad serves, the descriptions will be
selected from this list.
<span class="constraint Selectable">This field
can be selected using the value "ResponsiveSearchAdDescriptions".</span>
<span class="constraint Required"... | [
"Gets",
"the",
"descriptions",
"value",
"for",
"this",
"ResponsiveSearchAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveSearchAd.java#L241-L243 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BuyerRfp.java | BuyerRfp.getBudget | public com.google.api.ads.admanager.axis.v201902.Money getBudget() {
return budget;
} | java | public com.google.api.ads.admanager.axis.v201902.Money getBudget() {
return budget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Money",
"getBudget",
"(",
")",
"{",
"return",
"budget",
";",
"}"
] | Gets the budget value for this BuyerRfp.
@return budget * Total amount of {@link Money} available to spend on this deal.
In the case of Preferred
Deal, the budget is equal to the maximum amount of
money a buyer is willing to spend on a given
{@link Proposal}, even though the budget might not
be spent entirely, as im... | [
"Gets",
"the",
"budget",
"value",
"for",
"this",
"BuyerRfp",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BuyerRfp.java#L271-L273 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BuyerRfp.java | BuyerRfp.setCreativePlaceholders | public void setCreativePlaceholders(com.google.api.ads.admanager.axis.v201902.CreativePlaceholder[] creativePlaceholders) {
this.creativePlaceholders = creativePlaceholders;
} | java | public void setCreativePlaceholders(com.google.api.ads.admanager.axis.v201902.CreativePlaceholder[] creativePlaceholders) {
this.creativePlaceholders = creativePlaceholders;
} | [
"public",
"void",
"setCreativePlaceholders",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"CreativePlaceholder",
"[",
"]",
"creativePlaceholders",
")",
"{",
"this",
".",
"creativePlaceholders",
"=",
"cr... | Sets the creativePlaceholders value for this BuyerRfp.
@param creativePlaceholders * A list of inventory sizes in which creatives will be eventually
served.
<span class="constraint ReadOnly">This attribute is
read-only when:<ul><li>using programmatic guaranteed, not using sales
management.</li><li>using preferred de... | [
"Sets",
"the",
"creativePlaceholders",
"value",
"for",
"this",
"BuyerRfp",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BuyerRfp.java#L430-L432 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BuyerRfp.java | BuyerRfp.setAdExchangeEnvironment | public void setAdExchangeEnvironment(com.google.api.ads.admanager.axis.v201902.AdExchangeEnvironment adExchangeEnvironment) {
this.adExchangeEnvironment = adExchangeEnvironment;
} | java | public void setAdExchangeEnvironment(com.google.api.ads.admanager.axis.v201902.AdExchangeEnvironment adExchangeEnvironment) {
this.adExchangeEnvironment = adExchangeEnvironment;
} | [
"public",
"void",
"setAdExchangeEnvironment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"AdExchangeEnvironment",
"adExchangeEnvironment",
")",
"{",
"this",
".",
"adExchangeEnvironment",
"=",
"adExchangeE... | Sets the adExchangeEnvironment value for this BuyerRfp.
@param adExchangeEnvironment * Identifies the format of the inventory or "channel" through
which the ad serves. Environments
currently supported include {@link AdExchangeEnvironment#DISPLAY},
{@link AdExchangeEnvironment#VIDEO}, and {@link AdExchangeEnvironment... | [
"Sets",
"the",
"adExchangeEnvironment",
"value",
"for",
"this",
"BuyerRfp",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/BuyerRfp.java#L546-L548 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Content.java | Content.getStatusDefinedBy | public com.google.api.ads.admanager.axis.v201902.ContentStatusDefinedBy getStatusDefinedBy() {
return statusDefinedBy;
} | java | public com.google.api.ads.admanager.axis.v201902.ContentStatusDefinedBy getStatusDefinedBy() {
return statusDefinedBy;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ContentStatusDefinedBy",
"getStatusDefinedBy",
"(",
")",
"{",
"return",
"statusDefinedBy",
";",
"}"
] | Gets the statusDefinedBy value for this Content.
@return 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. | [
"Gets",
"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/v201902/Content.java#L252-L254 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Content.java | Content.setHlsIngestErrors | public void setHlsIngestErrors(com.google.api.ads.admanager.axis.v201902.DaiIngestError[] hlsIngestErrors) {
this.hlsIngestErrors = hlsIngestErrors;
} | java | public void setHlsIngestErrors(com.google.api.ads.admanager.axis.v201902.DaiIngestError[] hlsIngestErrors) {
this.hlsIngestErrors = hlsIngestErrors;
} | [
"public",
"void",
"setHlsIngestErrors",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DaiIngestError",
"[",
"]",
"hlsIngestErrors",
")",
"{",
"this",
".",
"hlsIngestErrors",
"=",
"hlsIngestErrors",
";... | Sets the hlsIngestErrors value for this Content.
@param 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 not... | [
"Sets",
"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/v201902/Content.java#L325-L327 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Content.java | Content.getLastHlsIngestDateTime | public com.google.api.ads.admanager.axis.v201902.DateTime getLastHlsIngestDateTime() {
return lastHlsIngestDateTime;
} | java | public com.google.api.ads.admanager.axis.v201902.DateTime getLastHlsIngestDateTime() {
return lastHlsIngestDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateTime",
"getLastHlsIngestDateTime",
"(",
")",
"{",
"return",
"lastHlsIngestDateTime",
";",
"}"
] | Gets the lastHlsIngestDateTime value for this Content.
@return 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. | [
"Gets",
"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/v201902/Content.java#L347-L349 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Content.java | Content.setDashIngestErrors | public void setDashIngestErrors(com.google.api.ads.admanager.axis.v201902.DaiIngestError[] dashIngestErrors) {
this.dashIngestErrors = dashIngestErrors;
} | java | public void setDashIngestErrors(com.google.api.ads.admanager.axis.v201902.DaiIngestError[] dashIngestErrors) {
this.dashIngestErrors = dashIngestErrors;
} | [
"public",
"void",
"setDashIngestErrors",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DaiIngestError",
"[",
"]",
"dashIngestErrors",
")",
"{",
"this",
".",
"dashIngestErrors",
"=",
"dashIngestErrors",
... | Sets the dashIngestErrors value for this Content.
@param dashIngestErrors * The list of any errors that occurred during the most recent
DAI ingestion process of the DASH
media. This attribute is read-only and will be null
if the {@link #hlsIngestStatus} is {@link
DaiIngestStatus#STATUS_SUCCESS} or if the content
is ... | [
"Sets",
"the",
"dashIngestErrors",
"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/v201902/Content.java#L421-L423 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Content.java | Content.getLastDashIngestDateTime | public com.google.api.ads.admanager.axis.v201902.DateTime getLastDashIngestDateTime() {
return lastDashIngestDateTime;
} | java | public com.google.api.ads.admanager.axis.v201902.DateTime getLastDashIngestDateTime() {
return lastDashIngestDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateTime",
"getLastDashIngestDateTime",
"(",
")",
"{",
"return",
"lastDashIngestDateTime",
";",
"}"
] | Gets the lastDashIngestDateTime value for this Content.
@return 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. | [
"Gets",
"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/v201902/Content.java#L443-L445 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Content.java | Content.setLastModifiedDateTime | public void setLastModifiedDateTime(com.google.api.ads.admanager.axis.v201902.DateTime lastModifiedDateTime) {
this.lastModifiedDateTime = lastModifiedDateTime;
} | java | public void setLastModifiedDateTime(com.google.api.ads.admanager.axis.v201902.DateTime lastModifiedDateTime) {
this.lastModifiedDateTime = lastModifiedDateTime;
} | [
"public",
"void",
"setLastModifiedDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DateTime",
"lastModifiedDateTime",
")",
"{",
"this",
".",
"lastModifiedDateTime",
"=",
"lastModifiedDateTime",
";... | Sets the lastModifiedDateTime value for this Content.
@param lastModifiedDateTime * The date and time at which this content was last modified.
This attribute is read-only. | [
"Sets",
"the",
"lastModifiedDateTime",
"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/v201902/Content.java#L501-L503 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java | UserList.setStatus | public void setStatus(com.google.api.ads.adwords.axis.v201809.rm.UserListMembershipStatus status) {
this.status = status;
} | java | public void setStatus(com.google.api.ads.adwords.axis.v201809.rm.UserListMembershipStatus status) {
this.status = status;
} | [
"public",
"void",
"setStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserListMembershipStatus",
"status",
")",
"{",
"this",
".",
"status",
"=",
"status",
";",
"}"
] | Sets the status value for this UserList.
@param status * Membership status of this user list. Indicates whether a user
list is open
or active. Only open user lists can accumulate more
users and can be targeted to.
<span class="constraint Selectable">This field can
be selected using the value "Status".</span><span cl... | [
"Sets",
"the",
"status",
"value",
"for",
"this",
"UserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L405-L407 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java | UserList.getAccessReason | public com.google.api.ads.adwords.axis.v201809.rm.AccessReason getAccessReason() {
return accessReason;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.AccessReason getAccessReason() {
return accessReason;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"AccessReason",
"getAccessReason",
"(",
")",
"{",
"return",
"accessReason",
";",
"}"
] | Gets the accessReason value for this UserList.
@return accessReason * Indicates the reason this account has been granted access to
the list. The reason can be
Shared, Owned, Licensed or Subscribed.
<span class="constraint Selectable">This field can
be selected using the value "AccessReason".</span><span class="const... | [
"Gets",
"the",
"accessReason",
"value",
"for",
"this",
"UserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L452-L454 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java | UserList.getAccountUserListStatus | public com.google.api.ads.adwords.axis.v201809.rm.AccountUserListStatus getAccountUserListStatus() {
return accountUserListStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.AccountUserListStatus getAccountUserListStatus() {
return accountUserListStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"AccountUserListStatus",
"getAccountUserListStatus",
"(",
")",
"{",
"return",
"accountUserListStatus",
";",
"}"
] | Gets the accountUserListStatus value for this UserList.
@return accountUserListStatus * Indicates if this share is still active. When a UserList is
shared with the user
this field is set to Active. Later the userList owner
can decide to revoke the
share and make it Inactive. The default value of this
field is set to... | [
"Gets",
"the",
"accountUserListStatus",
"value",
"for",
"this",
"UserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L487-L489 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java | UserList.getSizeRange | public com.google.api.ads.adwords.axis.v201809.rm.SizeRange getSizeRange() {
return sizeRange;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.SizeRange getSizeRange() {
return sizeRange;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"SizeRange",
"getSizeRange",
"(",
")",
"{",
"return",
"sizeRange",
";",
"}"
] | Gets the sizeRange value for this UserList.
@return sizeRange * Size range in terms of number of users of the UserList.
<span class="constraint Selectable">This field can
be selected using the value "SizeRange".</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API... | [
"Gets",
"the",
"sizeRange",
"value",
"for",
"this",
"UserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L593-L595 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java | UserList.getSizeRangeForSearch | public com.google.api.ads.adwords.axis.v201809.rm.SizeRange getSizeRangeForSearch() {
return sizeRangeForSearch;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.SizeRange getSizeRangeForSearch() {
return sizeRangeForSearch;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"SizeRange",
"getSizeRangeForSearch",
"(",
")",
"{",
"return",
"sizeRangeForSearch",
";",
"}"
] | Gets the sizeRangeForSearch value for this UserList.
@return sizeRangeForSearch * Size range in terms of number of users of the UserList, for
Search ads.
<span class="constraint Selectable">This field can
be selected using the value "SizeRangeForSearch".</span>
<span class="constraint ReadOnly">This field is read
on... | [
"Gets",
"the",
"sizeRangeForSearch",
"value",
"for",
"this",
"UserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L662-L664 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java | UserList.setListType | public void setListType(com.google.api.ads.adwords.axis.v201809.rm.UserListType listType) {
this.listType = listType;
} | java | public void setListType(com.google.api.ads.adwords.axis.v201809.rm.UserListType listType) {
this.listType = listType;
} | [
"public",
"void",
"setListType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserListType",
"listType",
")",
"{",
"this",
".",
"listType",
"=",
"listType",
";",
"}"
] | Sets the listType value for this UserList.
@param listType * Type of this list: remarketing/logical/external remarketing.
<span class="constraint Selectable">This field can be selected using
the value "ListType".</span><span class="constraint Filterable">This
field can be filtered on.</span>
<span class="constraint ... | [
"Sets",
"the",
"listType",
"value",
"for",
"this",
"UserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L707-L709 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.