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/DayPartTargeting.java | DayPartTargeting.setDayParts | public void setDayParts(com.google.api.ads.admanager.axis.v201805.DayPart[] dayParts) {
this.dayParts = dayParts;
} | java | public void setDayParts(com.google.api.ads.admanager.axis.v201805.DayPart[] dayParts) {
this.dayParts = dayParts;
} | [
"public",
"void",
"setDayParts",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DayPart",
"[",
"]",
"dayParts",
")",
"{",
"this",
".",
"dayParts",
"=",
"dayParts",
";",
"}"
] | Sets the dayParts value for this DayPartTargeting.
@param dayParts * Specifies days of the week and times at which a {@code LineItem}
will be
delivered.
<p>
If targeting all days and times, this value will be
ignored. | [
"Sets",
"the",
"dayParts",
"value",
"for",
"this",
"DayPartTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java#L92-L94 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java | DayPartTargeting.getTimeZone | public com.google.api.ads.admanager.axis.v201805.DeliveryTimeZone getTimeZone() {
return timeZone;
} | java | public com.google.api.ads.admanager.axis.v201805.DeliveryTimeZone getTimeZone() {
return timeZone;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DeliveryTimeZone",
"getTimeZone",
"(",
")",
"{",
"return",
"timeZone",
";",
"}"
] | Gets the timeZone value for this DayPartTargeting.
@return timeZone * Specifies the time zone to be used for delivering {@link LineItem}
objects.
This attribute is optional and defaults to
{@link DeliveryTimeZone#BROWSER}.
<p>
Setting this has no effect if targeting all days and
times. | [
"Gets",
"the",
"timeZone",
"value",
"for",
"this",
"DayPartTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java#L116-L118 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java | DayPartTargeting.setTimeZone | public void setTimeZone(com.google.api.ads.admanager.axis.v201805.DeliveryTimeZone timeZone) {
this.timeZone = timeZone;
} | java | public void setTimeZone(com.google.api.ads.admanager.axis.v201805.DeliveryTimeZone timeZone) {
this.timeZone = timeZone;
} | [
"public",
"void",
"setTimeZone",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DeliveryTimeZone",
"timeZone",
")",
"{",
"this",
".",
"timeZone",
"=",
"timeZone",
";",
"}"
] | Sets the timeZone value for this DayPartTargeting.
@param timeZone * Specifies the time zone to be used for delivering {@link LineItem}
objects.
This attribute is optional and defaults to
{@link DeliveryTimeZone#BROWSER}.
<p>
Setting this has no effect if targeting all days and
times. | [
"Sets",
"the",
"timeZone",
"value",
"for",
"this",
"DayPartTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java#L132-L134 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ContentLabel.java | ContentLabel.getContentLabelType | public com.google.api.ads.adwords.axis.v201809.cm.ContentLabelType getContentLabelType() {
return contentLabelType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ContentLabelType getContentLabelType() {
return contentLabelType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ContentLabelType",
"getContentLabelType",
"(",
")",
"{",
"return",
"contentLabelType",
";",
"}"
] | Gets the contentLabelType value for this ContentLabel.
@return contentLabelType * Content label type
<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",
"contentLabelType",
"value",
"for",
"this",
"ContentLabel",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ContentLabel.java#L71-L73 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppAd.java | UniversalAppAd.getMandatoryAdText | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink getMandatoryAdText() {
return mandatoryAdText;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink getMandatoryAdText() {
return mandatoryAdText;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"getMandatoryAdText",
"(",
")",
"{",
"return",
"mandatoryAdText",
";",
"}"
] | Gets the mandatoryAdText value for this UniversalAppAd.
@return mandatoryAdText * Ad text that must be displayed when the ad is served.
<span class="constraint Selectable">This field
can be selected using the value "UniversalAppAdMandatoryAdText".</span> | [
"Gets",
"the",
"mandatoryAdText",
"value",
"for",
"this",
"UniversalAppAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppAd.java#L239-L241 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppAd.java | UniversalAppAd.getVideos | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getVideos() {
return videos;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetLink[] getVideos() {
return videos;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetLink",
"[",
"]",
"getVideos",
"(",
")",
"{",
"return",
"videos",
";",
"}"
] | Gets the videos value for this UniversalAppAd.
@return videos * YouTube videos to attach to the ad
<span class="constraint Selectable">This field
can be selected using the value "UniversalAppAdYouTubeVideos".</span> | [
"Gets",
"the",
"videos",
"value",
"for",
"this",
"UniversalAppAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppAd.java#L295-L297 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/GeoTargeting.java | GeoTargeting.getExcludedLocations | public com.google.api.ads.admanager.axis.v201902.Location[] getExcludedLocations() {
return excludedLocations;
} | java | public com.google.api.ads.admanager.axis.v201902.Location[] getExcludedLocations() {
return excludedLocations;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Location",
"[",
"]",
"getExcludedLocations",
"(",
")",
"{",
"return",
"excludedLocations",
";",
"}"
] | Gets the excludedLocations value for this GeoTargeting.
@return excludedLocations * The geographical locations being excluded by the {@link LineItem}. | [
"Gets",
"the",
"excludedLocations",
"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/v201902/GeoTargeting.java#L116-L118 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/GeoTargeting.java | GeoTargeting.setExcludedLocations | public void setExcludedLocations(com.google.api.ads.admanager.axis.v201902.Location[] excludedLocations) {
this.excludedLocations = excludedLocations;
} | java | public void setExcludedLocations(com.google.api.ads.admanager.axis.v201902.Location[] excludedLocations) {
this.excludedLocations = excludedLocations;
} | [
"public",
"void",
"setExcludedLocations",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Location",
"[",
"]",
"excludedLocations",
")",
"{",
"this",
".",
"excludedLocations",
"=",
"excludedLocations",
... | Sets the excludedLocations value for this GeoTargeting.
@param excludedLocations * The geographical locations being excluded by the {@link LineItem}. | [
"Sets",
"the",
"excludedLocations",
"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/v201902/GeoTargeting.java#L126-L128 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/client/AdWordsServiceDescriptor.java | AdWordsServiceDescriptor.getPackageGroup | public String getPackageGroup() {
String packageName = interfaceClass.getPackage().getName();
String[] parts = packageName.split("\\.");
return parts[parts.length - 1];
} | java | public String getPackageGroup() {
String packageName = interfaceClass.getPackage().getName();
String[] parts = packageName.split("\\.");
return parts[parts.length - 1];
} | [
"public",
"String",
"getPackageGroup",
"(",
")",
"{",
"String",
"packageName",
"=",
"interfaceClass",
".",
"getPackage",
"(",
")",
".",
"getName",
"(",
")",
";",
"String",
"[",
"]",
"parts",
"=",
"packageName",
".",
"split",
"(",
"\"\\\\.\"",
")",
";",
"... | Gets the package group that the service is in i.e. "cm", "o", etc... | [
"Gets",
"the",
"package",
"group",
"that",
"the",
"service",
"is",
"in",
"i",
".",
"e",
".",
"cm",
"o",
"etc",
"..."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/client/AdWordsServiceDescriptor.java#L119-L123 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportJob.java | ReportJob.getReportQuery | public com.google.api.ads.admanager.axis.v201811.ReportQuery getReportQuery() {
return reportQuery;
} | java | public com.google.api.ads.admanager.axis.v201811.ReportQuery getReportQuery() {
return reportQuery;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ReportQuery",
"getReportQuery",
"(",
")",
"{",
"return",
"reportQuery",
";",
"}"
] | Gets the reportQuery value for this ReportJob.
@return reportQuery * Holds the filtering criteria. | [
"Gets",
"the",
"reportQuery",
"value",
"for",
"this",
"ReportJob",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportJob.java#L88-L90 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportJob.java | ReportJob.setReportQuery | public void setReportQuery(com.google.api.ads.admanager.axis.v201811.ReportQuery reportQuery) {
this.reportQuery = reportQuery;
} | java | public void setReportQuery(com.google.api.ads.admanager.axis.v201811.ReportQuery reportQuery) {
this.reportQuery = reportQuery;
} | [
"public",
"void",
"setReportQuery",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ReportQuery",
"reportQuery",
")",
"{",
"this",
".",
"reportQuery",
"=",
"reportQuery",
";",
"}"
] | Sets the reportQuery value for this ReportJob.
@param reportQuery * Holds the filtering criteria. | [
"Sets",
"the",
"reportQuery",
"value",
"for",
"this",
"ReportJob",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportJob.java#L98-L100 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderOperation.java | BudgetOrderOperation.getOperand | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrder getOperand() {
return operand;
} | java | public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrder getOperand() {
return operand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"billing",
".",
"BudgetOrder",
"getOperand",
"(",
")",
"{",
"return",
"operand",
";",
"}"
] | Gets the operand value for this BudgetOrderOperation.
@return operand * <span class="constraint Required">This field is required and
should not be {@code null}.</span> | [
"Gets",
"the",
"operand",
"value",
"for",
"this",
"BudgetOrderOperation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderOperation.java#L62-L64 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProgressStep.java | ProgressStep.getRules | public com.google.api.ads.admanager.axis.v201805.ProgressRule[] getRules() {
return rules;
} | java | public com.google.api.ads.admanager.axis.v201805.ProgressRule[] getRules() {
return rules;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ProgressRule",
"[",
"]",
"getRules",
"(",
")",
"{",
"return",
"rules",
";",
"}"
] | Gets the rules value for this ProgressStep.
@return rules * The rules in this step. | [
"Gets",
"the",
"rules",
"value",
"for",
"this",
"ProgressStep",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProgressStep.java#L59-L61 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CustomerChangeData.java | CustomerChangeData.getChangedFeeds | public com.google.api.ads.adwords.axis.v201809.ch.FeedChangeData[] getChangedFeeds() {
return changedFeeds;
} | java | public com.google.api.ads.adwords.axis.v201809.ch.FeedChangeData[] getChangedFeeds() {
return changedFeeds;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"ch",
".",
"FeedChangeData",
"[",
"]",
"getChangedFeeds",
"(",
")",
"{",
"return",
"changedFeeds",
";",
"}"
] | Gets the changedFeeds value for this CustomerChangeData.
@return changedFeeds * A list of feed changes for the customer as specified in the
selector. If a feed is included in
the selector then it will be included in this list,
even if the feed did not change. | [
"Gets",
"the",
"changedFeeds",
"value",
"for",
"this",
"CustomerChangeData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CustomerChangeData.java#L111-L113 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ForecastBreakdownOptions.java | ForecastBreakdownOptions.getTargets | public com.google.api.ads.admanager.axis.v201902.ForecastBreakdownTarget[] getTargets() {
return targets;
} | java | public com.google.api.ads.admanager.axis.v201902.ForecastBreakdownTarget[] getTargets() {
return targets;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ForecastBreakdownTarget",
"[",
"]",
"getTargets",
"(",
")",
"{",
"return",
"targets",
";",
"}"
] | Gets the targets value for this ForecastBreakdownOptions.
@return targets * For each time window, these are the breakdown targets.
If none specified, the targeting of the forecasted
{@link LineItem} is assumed. | [
"Gets",
"the",
"targets",
"value",
"for",
"this",
"ForecastBreakdownOptions",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ForecastBreakdownOptions.java#L121-L123 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ForecastBreakdownOptions.java | ForecastBreakdownOptions.setTargets | public void setTargets(com.google.api.ads.admanager.axis.v201902.ForecastBreakdownTarget[] targets) {
this.targets = targets;
} | java | public void setTargets(com.google.api.ads.admanager.axis.v201902.ForecastBreakdownTarget[] targets) {
this.targets = targets;
} | [
"public",
"void",
"setTargets",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ForecastBreakdownTarget",
"[",
"]",
"targets",
")",
"{",
"this",
".",
"targets",
"=",
"targets",
";",
"}"
] | Sets the targets value for this ForecastBreakdownOptions.
@param targets * For each time window, these are the breakdown targets.
If none specified, the targeting of the forecasted
{@link LineItem} is assumed. | [
"Sets",
"the",
"targets",
"value",
"for",
"this",
"ForecastBreakdownOptions",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ForecastBreakdownOptions.java#L133-L135 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/SharedSet.java | SharedSet.getType | public com.google.api.ads.adwords.axis.v201809.cm.SharedSetType getType() {
return type;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.SharedSetType getType() {
return type;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SharedSetType",
"getType",
"(",
")",
"{",
"return",
"type",
";",
"}"
] | Gets the type value for this SharedSet.
@return type * <span class="constraint ReadOnly">This field is read only and
will be ignored when sent to the API for the following {@link Operator}s:
REMOVE and SET.</span>
<span class="constraint Required">This field is required
and should not be {@code null} when it is cont... | [
"Gets",
"the",
"type",
"value",
"for",
"this",
"SharedSet",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/SharedSet.java#L167-L169 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/SharedSet.java | SharedSet.getStatus | public com.google.api.ads.adwords.axis.v201809.cm.SharedSetStatus getStatus() {
return status;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.SharedSetStatus getStatus() {
return status;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SharedSetStatus",
"getStatus",
"(",
")",
"{",
"return",
"status",
";",
"}"
] | Gets the status value for this SharedSet.
@return status * The status of the shared set.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"status",
"value",
"for",
"this",
"SharedSet",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/SharedSet.java#L242-L244 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/AdGroupEstimateRequest.java | AdGroupEstimateRequest.getKeywordEstimateRequests | public com.google.api.ads.adwords.axis.v201809.o.KeywordEstimateRequest[] getKeywordEstimateRequests() {
return keywordEstimateRequests;
} | java | public com.google.api.ads.adwords.axis.v201809.o.KeywordEstimateRequest[] getKeywordEstimateRequests() {
return keywordEstimateRequests;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"KeywordEstimateRequest",
"[",
"]",
"getKeywordEstimateRequests",
"(",
")",
"{",
"return",
"keywordEstimateRequests",
";",
"}"
] | Gets the keywordEstimateRequests value for this AdGroupEstimateRequest.
@return keywordEstimateRequests * The keywords to estimate.
<span class="constraint ContentsDistinct">This
field must contain distinct elements.</span>
<span class="constraint ContentsNotNull">This
field must not contain {@code null} elements.</... | [
"Gets",
"the",
"keywordEstimateRequests",
"value",
"for",
"this",
"AdGroupEstimateRequest",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/AdGroupEstimateRequest.java#L131-L133 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HasDestinationUrlCreative.java | HasDestinationUrlCreative.getDestinationUrlType | public com.google.api.ads.admanager.axis.v201902.DestinationUrlType getDestinationUrlType() {
return destinationUrlType;
} | java | public com.google.api.ads.admanager.axis.v201902.DestinationUrlType getDestinationUrlType() {
return destinationUrlType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DestinationUrlType",
"getDestinationUrlType",
"(",
")",
"{",
"return",
"destinationUrlType",
";",
"}"
] | Gets the destinationUrlType value for this HasDestinationUrlCreative.
@return destinationUrlType * The action that should be performed if the user clicks on the
creative.
This attribute is optional and defaults to {@link
DestinationUrlType#CLICK_TO_WEB}. | [
"Gets",
"the",
"destinationUrlType",
"value",
"for",
"this",
"HasDestinationUrlCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HasDestinationUrlCreative.java#L125-L127 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HasDestinationUrlCreative.java | HasDestinationUrlCreative.setDestinationUrlType | public void setDestinationUrlType(com.google.api.ads.admanager.axis.v201902.DestinationUrlType destinationUrlType) {
this.destinationUrlType = destinationUrlType;
} | java | public void setDestinationUrlType(com.google.api.ads.admanager.axis.v201902.DestinationUrlType destinationUrlType) {
this.destinationUrlType = destinationUrlType;
} | [
"public",
"void",
"setDestinationUrlType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DestinationUrlType",
"destinationUrlType",
")",
"{",
"this",
".",
"destinationUrlType",
"=",
"destinationUrlType",
... | Sets the destinationUrlType value for this HasDestinationUrlCreative.
@param destinationUrlType * The action that should be performed if the user clicks on the
creative.
This attribute is optional and defaults to {@link
DestinationUrlType#CLICK_TO_WEB}. | [
"Sets",
"the",
"destinationUrlType",
"value",
"for",
"this",
"HasDestinationUrlCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HasDestinationUrlCreative.java#L138-L140 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getPlacementSegment | public com.google.api.ads.admanager.axis.v201811.PlacementTargeting getPlacementSegment() {
return placementSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.PlacementTargeting getPlacementSegment() {
return placementSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"PlacementTargeting",
"getPlacementSegment",
"(",
")",
"{",
"return",
"placementSegment",
";",
"}"
] | Gets the placementSegment value for this ProductSegmentation.
@return placementSegment * The placement targeting segmentation.
<p>This attribute is optional. | [
"Gets",
"the",
"placementSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L291-L293 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getUserDomainSegment | public com.google.api.ads.admanager.axis.v201811.UserDomainTargeting getUserDomainSegment() {
return userDomainSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.UserDomainTargeting getUserDomainSegment() {
return userDomainSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"UserDomainTargeting",
"getUserDomainSegment",
"(",
")",
"{",
"return",
"userDomainSegment",
";",
"}"
] | Gets the userDomainSegment value for this ProductSegmentation.
@return userDomainSegment * The user domain segmentation. {@link UserDomainTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Gets",
"the",
"userDomainSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L348-L350 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getBandwidthSegment | public com.google.api.ads.admanager.axis.v201811.BandwidthGroupTargeting getBandwidthSegment() {
return bandwidthSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.BandwidthGroupTargeting getBandwidthSegment() {
return bandwidthSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BandwidthGroupTargeting",
"getBandwidthSegment",
"(",
")",
"{",
"return",
"bandwidthSegment",
";",
"}"
] | Gets the bandwidthSegment value for this ProductSegmentation.
@return bandwidthSegment * The bandwidth segmentation. {@link BandwidthGroupTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Gets",
"the",
"bandwidthSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L374-L376 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getOperatingSystemSegment | public com.google.api.ads.admanager.axis.v201811.OperatingSystemTargeting getOperatingSystemSegment() {
return operatingSystemSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.OperatingSystemTargeting getOperatingSystemSegment() {
return operatingSystemSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"OperatingSystemTargeting",
"getOperatingSystemSegment",
"(",
")",
"{",
"return",
"operatingSystemSegment",
";",
"}"
] | Gets the operatingSystemSegment value for this ProductSegmentation.
@return operatingSystemSegment * The operating system segmentation. {@link OperatingSystemTargeting#isTargeted}
must be {@code true}.
We only allow segment by Operating_System, not Operating_System_Version
(will be ignored).
<p>This attribute is op... | [
"Gets",
"the",
"operatingSystemSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L454-L456 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getOperatingSystemVersionSegment | public com.google.api.ads.admanager.axis.v201811.OperatingSystemVersionTargeting getOperatingSystemVersionSegment() {
return operatingSystemVersionSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.OperatingSystemVersionTargeting getOperatingSystemVersionSegment() {
return operatingSystemVersionSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"OperatingSystemVersionTargeting",
"getOperatingSystemVersionSegment",
"(",
")",
"{",
"return",
"operatingSystemVersionSegment",
";",
"}"
] | Gets the operatingSystemVersionSegment value for this ProductSegmentation.
@return operatingSystemVersionSegment * The operating system version segmentation. {@link OperatingSystemVersionTargeting#isTargeted}
must be {@code true}.
<p>This attribute is optional. | [
"Gets",
"the",
"operatingSystemVersionSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L482-L484 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getDeviceCategorySegment | public com.google.api.ads.admanager.axis.v201811.DeviceCategoryTargeting getDeviceCategorySegment() {
return deviceCategorySegment;
} | java | public com.google.api.ads.admanager.axis.v201811.DeviceCategoryTargeting getDeviceCategorySegment() {
return deviceCategorySegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DeviceCategoryTargeting",
"getDeviceCategorySegment",
"(",
")",
"{",
"return",
"deviceCategorySegment",
";",
"}"
] | Gets the deviceCategorySegment value for this ProductSegmentation.
@return deviceCategorySegment * The device category segmentation. {@link DeviceCategoryTargeting#excludedDeviceCategories}
must
be empty or null.
<p>This attribute is optional. | [
"Gets",
"the",
"deviceCategorySegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L565-L567 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getDeviceManufacturerSegment | public com.google.api.ads.admanager.axis.v201811.DeviceManufacturerTargeting getDeviceManufacturerSegment() {
return deviceManufacturerSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.DeviceManufacturerTargeting getDeviceManufacturerSegment() {
return deviceManufacturerSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DeviceManufacturerTargeting",
"getDeviceManufacturerSegment",
"(",
")",
"{",
"return",
"deviceManufacturerSegment",
";",
"}"
] | Gets the deviceManufacturerSegment value for this ProductSegmentation.
@return deviceManufacturerSegment * The device manufacturer segmentation. {@link DeviceFamilyTargeting#isTargeted}
must be {@code
true}.
<p>This attribute is optional. | [
"Gets",
"the",
"deviceManufacturerSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L593-L595 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.setMobileDeviceSubmodelSegment | public void setMobileDeviceSubmodelSegment(com.google.api.ads.admanager.axis.v201811.MobileDeviceSubmodelTargeting mobileDeviceSubmodelSegment) {
this.mobileDeviceSubmodelSegment = mobileDeviceSubmodelSegment;
} | java | public void setMobileDeviceSubmodelSegment(com.google.api.ads.admanager.axis.v201811.MobileDeviceSubmodelTargeting mobileDeviceSubmodelSegment) {
this.mobileDeviceSubmodelSegment = mobileDeviceSubmodelSegment;
} | [
"public",
"void",
"setMobileDeviceSubmodelSegment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileDeviceSubmodelTargeting",
"mobileDeviceSubmodelSegment",
")",
"{",
"this",
".",
"mobileDeviceSubmodelSegme... | Sets the mobileDeviceSubmodelSegment value for this ProductSegmentation.
@param mobileDeviceSubmodelSegment * The mobile device submodel segmentation. {@link
MobileDeviceSubmodelTargeting#excludedMobileDeviceSubmodels}
must be empty or null. | [
"Sets",
"the",
"mobileDeviceSubmodelSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L659-L661 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java | ProductSegmentation.getSizeSegment | public com.google.api.ads.admanager.axis.v201811.CreativePlaceholder[] getSizeSegment() {
return sizeSegment;
} | java | public com.google.api.ads.admanager.axis.v201811.CreativePlaceholder[] getSizeSegment() {
return sizeSegment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativePlaceholder",
"[",
"]",
"getSizeSegment",
"(",
")",
"{",
"return",
"sizeSegment",
";",
"}"
] | Gets the sizeSegment value for this ProductSegmentation.
@return sizeSegment * The creative size segmentation.
<p>This attribute is optional. | [
"Gets",
"the",
"sizeSegment",
"value",
"for",
"this",
"ProductSegmentation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProductSegmentation.java#L671-L673 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/SimilarUserList.java | SimilarUserList.setSeedUserListStatus | public void setSeedUserListStatus(com.google.api.ads.adwords.axis.v201809.rm.UserListMembershipStatus seedUserListStatus) {
this.seedUserListStatus = seedUserListStatus;
} | java | public void setSeedUserListStatus(com.google.api.ads.adwords.axis.v201809.rm.UserListMembershipStatus seedUserListStatus) {
this.seedUserListStatus = seedUserListStatus;
} | [
"public",
"void",
"setSeedUserListStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserListMembershipStatus",
"seedUserListStatus",
")",
"{",
"this",
".",
"seedUserListStatus",
"=",
"seed... | Sets the seedUserListStatus value for this SimilarUserList.
@param seedUserListStatus * Membership status of this seed user list.
<span class="constraint Selectable">This field
can be selected using the value "SeedUserListStatus".</span>
<span class="constraint ReadOnly">This field is
read only and will be ignored w... | [
"Sets",
"the",
"seedUserListStatus",
"value",
"for",
"this",
"SimilarUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/SimilarUserList.java#L275-L277 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/RuleBasedFirstPartyAudienceSegment.java | RuleBasedFirstPartyAudienceSegment.getRule | public com.google.api.ads.admanager.axis.v201808.FirstPartyAudienceSegmentRule getRule() {
return rule;
} | java | public com.google.api.ads.admanager.axis.v201808.FirstPartyAudienceSegmentRule getRule() {
return rule;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"FirstPartyAudienceSegmentRule",
"getRule",
"(",
")",
"{",
"return",
"rule",
";",
"}"
] | Gets the rule value for this RuleBasedFirstPartyAudienceSegment.
@return rule * Specifies the rule of the segment which determines user's eligibility
criteria to be part of
the segment. This attribute is required. | [
"Gets",
"the",
"rule",
"value",
"for",
"this",
"RuleBasedFirstPartyAudienceSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/RuleBasedFirstPartyAudienceSegment.java#L105-L107 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/RuleBasedFirstPartyAudienceSegment.java | RuleBasedFirstPartyAudienceSegment.setRule | public void setRule(com.google.api.ads.admanager.axis.v201808.FirstPartyAudienceSegmentRule rule) {
this.rule = rule;
} | java | public void setRule(com.google.api.ads.admanager.axis.v201808.FirstPartyAudienceSegmentRule rule) {
this.rule = rule;
} | [
"public",
"void",
"setRule",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"FirstPartyAudienceSegmentRule",
"rule",
")",
"{",
"this",
".",
"rule",
"=",
"rule",
";",
"}"
] | Sets the rule value for this RuleBasedFirstPartyAudienceSegment.
@param rule * Specifies the rule of the segment which determines user's eligibility
criteria to be part of
the segment. This attribute is required. | [
"Sets",
"the",
"rule",
"value",
"for",
"this",
"RuleBasedFirstPartyAudienceSegment",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/RuleBasedFirstPartyAudienceSegment.java#L117-L119 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SourceContentConfiguration.java | SourceContentConfiguration.getIngestSettings | public com.google.api.ads.admanager.axis.v201808.MediaLocationSettings getIngestSettings() {
return ingestSettings;
} | java | public com.google.api.ads.admanager.axis.v201808.MediaLocationSettings getIngestSettings() {
return ingestSettings;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"MediaLocationSettings",
"getIngestSettings",
"(",
")",
"{",
"return",
"ingestSettings",
";",
"}"
] | Gets the ingestSettings value for this SourceContentConfiguration.
@return ingestSettings * Configuration for how DAI should ingest media. At ingest time,
we match the url prefix of media
in a stream's playlist with an ingest location and
use the authentication credentials from the
corresponding ingest settings to d... | [
"Gets",
"the",
"ingestSettings",
"value",
"for",
"this",
"SourceContentConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SourceContentConfiguration.java#L83-L85 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ExchangeRate.java | ExchangeRate.getRefreshRate | public com.google.api.ads.admanager.axis.v201902.ExchangeRateRefreshRate getRefreshRate() {
return refreshRate;
} | java | public com.google.api.ads.admanager.axis.v201902.ExchangeRateRefreshRate getRefreshRate() {
return refreshRate;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ExchangeRateRefreshRate",
"getRefreshRate",
"(",
")",
"{",
"return",
"refreshRate",
";",
"}"
] | Gets the refreshRate value for this ExchangeRate.
@return refreshRate * The refresh rate at which the exchange rate is updated. This
attribute is required. | [
"Gets",
"the",
"refreshRate",
"value",
"for",
"this",
"ExchangeRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ExchangeRate.java#L153-L155 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ExchangeRate.java | ExchangeRate.setRefreshRate | public void setRefreshRate(com.google.api.ads.admanager.axis.v201902.ExchangeRateRefreshRate refreshRate) {
this.refreshRate = refreshRate;
} | java | public void setRefreshRate(com.google.api.ads.admanager.axis.v201902.ExchangeRateRefreshRate refreshRate) {
this.refreshRate = refreshRate;
} | [
"public",
"void",
"setRefreshRate",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ExchangeRateRefreshRate",
"refreshRate",
")",
"{",
"this",
".",
"refreshRate",
"=",
"refreshRate",
";",
"}"
] | Sets the refreshRate value for this ExchangeRate.
@param refreshRate * The refresh rate at which the exchange rate is updated. This
attribute is required. | [
"Sets",
"the",
"refreshRate",
"value",
"for",
"this",
"ExchangeRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ExchangeRate.java#L164-L166 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ExchangeRate.java | ExchangeRate.setDirection | public void setDirection(com.google.api.ads.admanager.axis.v201902.ExchangeRateDirection direction) {
this.direction = direction;
} | java | public void setDirection(com.google.api.ads.admanager.axis.v201902.ExchangeRateDirection direction) {
this.direction = direction;
} | [
"public",
"void",
"setDirection",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ExchangeRateDirection",
"direction",
")",
"{",
"this",
".",
"direction",
"=",
"direction",
";",
"}"
] | Sets the direction value for this ExchangeRate.
@param direction * The direction that the {@link #exchangeRate} is in. It determines
whether the
{@link #exchangeRate} is from {@link #currencyCode}
to {@link Network#currencyCode}, or from
{@link Network#currencyCode} to {@link #currencyCode}.
This attribute is requir... | [
"Sets",
"the",
"direction",
"value",
"for",
"this",
"ExchangeRate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ExchangeRate.java#L194-L196 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/Rule.java | Rule.setGroups | public void setGroups(com.google.api.ads.adwords.axis.v201809.rm.RuleItemGroup[] groups) {
this.groups = groups;
} | java | public void setGroups(com.google.api.ads.adwords.axis.v201809.rm.RuleItemGroup[] groups) {
this.groups = groups;
} | [
"public",
"void",
"setGroups",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"RuleItemGroup",
"[",
"]",
"groups",
")",
"{",
"this",
".",
"groups",
"=",
"groups",
";",
"}"
] | Sets the groups value for this Rule.
@param groups * List of rule item groups that defines this rule.
Rule item groups are ORed together for evaluation
before version V201705.
Starting from version V201705, rule item groups are
grouped together based on
{@link #getRuleType()} for evaluation.
<span class="constraint ... | [
"Sets",
"the",
"groups",
"value",
"for",
"this",
"Rule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/Rule.java#L116-L118 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/Rule.java | Rule.getRuleType | public com.google.api.ads.adwords.axis.v201809.rm.UserListRuleTypeEnumsEnum getRuleType() {
return ruleType;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.UserListRuleTypeEnumsEnum getRuleType() {
return ruleType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserListRuleTypeEnumsEnum",
"getRuleType",
"(",
")",
"{",
"return",
"ruleType",
";",
"}"
] | Gets the ruleType value for this Rule.
@return ruleType * Rule type is used to determine how to group rule item groups
and rule items inside rule item
group. Currently, conjunctive normal form (AND of
ORs) is only supported for
ExpressionRuleUserList. If no ruleType is specified,
it will be treated as disjunctive no... | [
"Gets",
"the",
"ruleType",
"value",
"for",
"this",
"Rule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/Rule.java#L142-L144 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/PremiumRateValue.java | PremiumRateValue.getAdjustmentType | public com.google.api.ads.admanager.axis.v201808.PremiumAdjustmentType getAdjustmentType() {
return adjustmentType;
} | java | public com.google.api.ads.admanager.axis.v201808.PremiumAdjustmentType getAdjustmentType() {
return adjustmentType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"PremiumAdjustmentType",
"getAdjustmentType",
"(",
")",
"{",
"return",
"adjustmentType",
";",
"}"
] | Gets the adjustmentType value for this PremiumRateValue.
@return adjustmentType * Whether the premium rate value is a percentage or absolute
value to the
product rate.
This attribute is required. | [
"Gets",
"the",
"adjustmentType",
"value",
"for",
"this",
"PremiumRateValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/PremiumRateValue.java#L181-L183 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/campaignmanagement/AddCampaignGroupsAndPerformanceTargets.java | AddCampaignGroupsAndPerformanceTargets.createCampaignGroup | private static CampaignGroup createCampaignGroup(
AdWordsServicesInterface adWordsServices, AdWordsSession session)
throws RemoteException {
// Get the CampaignGroupService.
CampaignGroupServiceInterface campaignGroupService =
adWordsServices.get(session, CampaignGroupServiceInterface.class)... | java | private static CampaignGroup createCampaignGroup(
AdWordsServicesInterface adWordsServices, AdWordsSession session)
throws RemoteException {
// Get the CampaignGroupService.
CampaignGroupServiceInterface campaignGroupService =
adWordsServices.get(session, CampaignGroupServiceInterface.class)... | [
"private",
"static",
"CampaignGroup",
"createCampaignGroup",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
")",
"throws",
"RemoteException",
"{",
"// Get the CampaignGroupService.",
"CampaignGroupServiceInterface",
"campaignGroupService",
"="... | Creates a campaign group. | [
"Creates",
"a",
"campaign",
"group",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/campaignmanagement/AddCampaignGroupsAndPerformanceTargets.java#L151-L174 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/campaignmanagement/AddCampaignGroupsAndPerformanceTargets.java | AddCampaignGroupsAndPerformanceTargets.addCampaignsToGroup | private static void addCampaignsToGroup(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
CampaignGroup campaignGroup,
List<Long> campaignIds)
throws ApiException, RemoteException {
// Get the CampaignService.
CampaignServiceInterface campaignService =
adWo... | java | private static void addCampaignsToGroup(
AdWordsServicesInterface adWordsServices,
AdWordsSession session,
CampaignGroup campaignGroup,
List<Long> campaignIds)
throws ApiException, RemoteException {
// Get the CampaignService.
CampaignServiceInterface campaignService =
adWo... | [
"private",
"static",
"void",
"addCampaignsToGroup",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"CampaignGroup",
"campaignGroup",
",",
"List",
"<",
"Long",
">",
"campaignIds",
")",
"throws",
"ApiException",
",",
"RemoteExce... | Adds multiple campaigns to a campaign group. | [
"Adds",
"multiple",
"campaigns",
"to",
"a",
"campaign",
"group",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/campaignmanagement/AddCampaignGroupsAndPerformanceTargets.java#L177-L207 | train |
googleads/googleads-java-lib | examples/adwords_axis/src/main/java/adwords/axis/v201809/campaignmanagement/AddCampaignGroupsAndPerformanceTargets.java | AddCampaignGroupsAndPerformanceTargets.createPerformanceTarget | private static void createPerformanceTarget(
AdWordsServicesInterface adWordsServices, AdWordsSession session, CampaignGroup campaignGroup)
throws ApiException, RemoteException {
// Get the CampaignGroupPerformanceTargetService.
CampaignGroupPerformanceTargetServiceInterface campaignGroupPerformance... | java | private static void createPerformanceTarget(
AdWordsServicesInterface adWordsServices, AdWordsSession session, CampaignGroup campaignGroup)
throws ApiException, RemoteException {
// Get the CampaignGroupPerformanceTargetService.
CampaignGroupPerformanceTargetServiceInterface campaignGroupPerformance... | [
"private",
"static",
"void",
"createPerformanceTarget",
"(",
"AdWordsServicesInterface",
"adWordsServices",
",",
"AdWordsSession",
"session",
",",
"CampaignGroup",
"campaignGroup",
")",
"throws",
"ApiException",
",",
"RemoteException",
"{",
"// Get the CampaignGroupPerformanceT... | Creates a performance target for the campaign group. | [
"Creates",
"a",
"performance",
"target",
"for",
"the",
"campaign",
"group",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/campaignmanagement/AddCampaignGroupsAndPerformanceTargets.java#L210-L262 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java | BatchJob.getProgressStats | public com.google.api.ads.adwords.axis.v201809.cm.ProgressStats getProgressStats() {
return progressStats;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProgressStats getProgressStats() {
return progressStats;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProgressStats",
"getProgressStats",
"(",
")",
"{",
"return",
"progressStats",
";",
"}"
] | Gets the progressStats value for this BatchJob.
@return progressStats * Statistics related to the progress of this job.
<span class="constraint Selectable">This field can
be selected using the value "ProgressStats".</span>
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the... | [
"Gets",
"the",
"progressStats",
"value",
"for",
"this",
"BatchJob",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java#L216-L218 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java | BatchJob.getUploadUrl | public com.google.api.ads.adwords.axis.v201809.cm.TemporaryUrl getUploadUrl() {
return uploadUrl;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.TemporaryUrl getUploadUrl() {
return uploadUrl;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"TemporaryUrl",
"getUploadUrl",
"(",
")",
"{",
"return",
"uploadUrl",
";",
"}"
] | Gets the uploadUrl value for this BatchJob.
@return uploadUrl * The URL to use in upload operations for this job. The URL is
unique to this
job and will expire one week after the job was created.
This field is only
returned when calling {@link BatchJobService#mutate}
with an {@code ADD}
operation.
<p>To upload a fi... | [
"Gets",
"the",
"uploadUrl",
"value",
"for",
"this",
"BatchJob",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java#L257-L259 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java | BatchJob.getDownloadUrl | public com.google.api.ads.adwords.axis.v201809.cm.TemporaryUrl getDownloadUrl() {
return downloadUrl;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.TemporaryUrl getDownloadUrl() {
return downloadUrl;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"TemporaryUrl",
"getDownloadUrl",
"(",
")",
"{",
"return",
"downloadUrl",
";",
"}"
] | Gets the downloadUrl value for this BatchJob.
@return downloadUrl * The URL to use to download results for this job. Results will
be available
for 30 days after job completion. This field is only
returned once
{@link #status} is either {@code DONE} or {@code CANCELED}.
<span class="constraint Selectable">This field ... | [
"Gets",
"the",
"downloadUrl",
"value",
"for",
"this",
"BatchJob",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java#L302-L304 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java | BatchJob.getProcessingErrors | public com.google.api.ads.adwords.axis.v201809.cm.BatchJobProcessingError[] getProcessingErrors() {
return processingErrors;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.BatchJobProcessingError[] getProcessingErrors() {
return processingErrors;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"BatchJobProcessingError",
"[",
"]",
"getProcessingErrors",
"(",
")",
"{",
"return",
"processingErrors",
";",
"}"
] | Gets the processingErrors value for this BatchJob.
@return processingErrors * A list of any errors that occurred during processing, not related
to specific
input operations, e.g. input file corruption errors.
<span class="constraint Selectable">This field can be selected using
the value "ProcessingErrors".</span>
<s... | [
"Gets",
"the",
"processingErrors",
"value",
"for",
"this",
"BatchJob",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BatchJob.java#L336-L338 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdRule.java | AdRule.getFrequencyCapBehavior | public com.google.api.ads.admanager.axis.v201808.FrequencyCapBehavior getFrequencyCapBehavior() {
return frequencyCapBehavior;
} | java | public com.google.api.ads.admanager.axis.v201808.FrequencyCapBehavior getFrequencyCapBehavior() {
return frequencyCapBehavior;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"FrequencyCapBehavior",
"getFrequencyCapBehavior",
"(",
")",
"{",
"return",
"frequencyCapBehavior",
";",
"}"
] | Gets the frequencyCapBehavior value for this AdRule.
@return frequencyCapBehavior * The {@link FrequencyCapBehavior} of the {@link AdRule}. This
attribute is
optional and defaults to {@link FrequencyCapBehavior#DEFER}. | [
"Gets",
"the",
"frequencyCapBehavior",
"value",
"for",
"this",
"AdRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdRule.java#L413-L415 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductScope.java | ProductScope.getDimensions | public com.google.api.ads.adwords.axis.v201809.cm.ProductDimension[] getDimensions() {
return dimensions;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProductDimension[] getDimensions() {
return dimensions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductDimension",
"[",
"]",
"getDimensions",
"(",
")",
"{",
"return",
"dimensions",
";",
"}"
] | Gets the dimensions value for this ProductScope.
@return dimensions * <span class="constraint NotEmptyForOperators">This field must
contain at least one element when it is contained within {@link Operator}s:
ADD.</span>
<span class="constraint Required">This field is
required and should not be {@code null} when it i... | [
"Gets",
"the",
"dimensions",
"value",
"for",
"this",
"ProductScope",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductScope.java#L86-L88 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java | OfflineDataUpload.getUploadType | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadType getUploadType() {
return uploadType;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadType getUploadType() {
return uploadType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"OfflineDataUploadType",
"getUploadType",
"(",
")",
"{",
"return",
"uploadType",
";",
"}"
] | Gets the uploadType value for this OfflineDataUpload.
@return uploadType * Type of this upload.
<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",
"uploadType",
"value",
"for",
"this",
"OfflineDataUpload",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java#L145-L147 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java | OfflineDataUpload.setUploadMetadata | public void setUploadMetadata(com.google.api.ads.adwords.axis.v201809.rm.UploadMetadata uploadMetadata) {
this.uploadMetadata = uploadMetadata;
} | java | public void setUploadMetadata(com.google.api.ads.adwords.axis.v201809.rm.UploadMetadata uploadMetadata) {
this.uploadMetadata = uploadMetadata;
} | [
"public",
"void",
"setUploadMetadata",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UploadMetadata",
"uploadMetadata",
")",
"{",
"this",
".",
"uploadMetadata",
"=",
"uploadMetadata",
";",
... | Sets the uploadMetadata value for this OfflineDataUpload.
@param uploadMetadata * Metadata for this upload. | [
"Sets",
"the",
"uploadMetadata",
"value",
"for",
"this",
"OfflineDataUpload",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java#L210-L212 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java | OfflineDataUpload.getOfflineDataList | public com.google.api.ads.adwords.axis.v201809.rm.OfflineData[] getOfflineDataList() {
return offlineDataList;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.OfflineData[] getOfflineDataList() {
return offlineDataList;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"OfflineData",
"[",
"]",
"getOfflineDataList",
"(",
")",
"{",
"return",
"offlineDataList",
";",
"}"
] | Gets the offlineDataList value for this OfflineDataUpload.
@return offlineDataList * List of offline data in this upload. For AdWords API, each
offlineDataList can have at most 50
OfflineData.
<span class="constraint Required">This field is required
and should not be {@code null} when it is contained within {@link
O... | [
"Gets",
"the",
"offlineDataList",
"value",
"for",
"this",
"OfflineDataUpload",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java#L225-L227 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java | OfflineDataUpload.getFailureReason | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadFailureReason getFailureReason() {
return failureReason;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadFailureReason getFailureReason() {
return failureReason;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"OfflineDataUploadFailureReason",
"getFailureReason",
"(",
")",
"{",
"return",
"failureReason",
";",
"}"
] | Gets the failureReason value for this OfflineDataUpload.
@return failureReason * Processing failure reason for get, if status is FAILURE. Used
for upload level failures.
<span class="constraint Selectable">This field can
be selected using the value "FailureReason".</span><span class="constraint
Filterable">This fiel... | [
"Gets",
"the",
"failureReason",
"value",
"for",
"this",
"OfflineDataUpload",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUpload.java#L265-L267 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemCreativeAssociationPage.java | LineItemCreativeAssociationPage.setResults | public void setResults(com.google.api.ads.admanager.axis.v201902.LineItemCreativeAssociation[] results) {
this.results = results;
} | java | public void setResults(com.google.api.ads.admanager.axis.v201902.LineItemCreativeAssociation[] results) {
this.results = results;
} | [
"public",
"void",
"setResults",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"LineItemCreativeAssociation",
"[",
"]",
"results",
")",
"{",
"this",
".",
"results",
"=",
"results",
";",
"}"
] | Sets the results value for this LineItemCreativeAssociationPage.
@param results * The collection of line item creative associations contained
within this
page. | [
"Sets",
"the",
"results",
"value",
"for",
"this",
"LineItemCreativeAssociationPage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemCreativeAssociationPage.java#L125-L127 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/InventoryTargeting.java | InventoryTargeting.setExcludedAdUnits | public void setExcludedAdUnits(com.google.api.ads.admanager.axis.v201811.AdUnitTargeting[] excludedAdUnits) {
this.excludedAdUnits = excludedAdUnits;
} | java | public void setExcludedAdUnits(com.google.api.ads.admanager.axis.v201811.AdUnitTargeting[] excludedAdUnits) {
this.excludedAdUnits = excludedAdUnits;
} | [
"public",
"void",
"setExcludedAdUnits",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdUnitTargeting",
"[",
"]",
"excludedAdUnits",
")",
"{",
"this",
".",
"excludedAdUnits",
"=",
"excludedAdUnits",
"... | Sets the excludedAdUnits value for this InventoryTargeting.
@param excludedAdUnits * A list of excluded {@link AdUnitTargeting}. | [
"Sets",
"the",
"excludedAdUnits",
"value",
"for",
"this",
"InventoryTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/InventoryTargeting.java#L103-L105 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerOperation.java | ManagedCustomerOperation.getOperand | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer getOperand() {
return operand;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomer getOperand() {
return operand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"ManagedCustomer",
"getOperand",
"(",
")",
"{",
"return",
"operand",
";",
"}"
] | Gets the operand value for this ManagedCustomerOperation.
@return operand * <span class="constraint Required">This field is required and
should not be {@code null}.</span> | [
"Gets",
"the",
"operand",
"value",
"for",
"this",
"ManagedCustomerOperation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerOperation.java#L96-L98 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerOperation.java | ManagedCustomerOperation.getInviteeRole | public com.google.api.ads.adwords.axis.v201809.mcm.AccessRole getInviteeRole() {
return inviteeRole;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.AccessRole getInviteeRole() {
return inviteeRole;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"AccessRole",
"getInviteeRole",
"(",
")",
"{",
"return",
"inviteeRole",
";",
"}"
] | Gets the inviteeRole value for this ManagedCustomerOperation.
@return inviteeRole * Email invitee role.
<p>The proposed role of
@{code inviteeEmail} on the created managed customer. Accessible to
whitelisted customers only.
<p class="note"><b>Note:</b> This is only supported
for {@code ADD} operator.
<span class="... | [
"Gets",
"the",
"inviteeRole",
"value",
"for",
"this",
"ManagedCustomerOperation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerOperation.java#L167-L169 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LineItemCreativeAssociationStats.java | LineItemCreativeAssociationStats.setCreativeSetStats | public void setCreativeSetStats(com.google.api.ads.admanager.axis.v201808.Long_StatsMapEntry[] creativeSetStats) {
this.creativeSetStats = creativeSetStats;
} | java | public void setCreativeSetStats(com.google.api.ads.admanager.axis.v201808.Long_StatsMapEntry[] creativeSetStats) {
this.creativeSetStats = creativeSetStats;
} | [
"public",
"void",
"setCreativeSetStats",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Long_StatsMapEntry",
"[",
"]",
"creativeSetStats",
")",
"{",
"this",
".",
"creativeSetStats",
"=",
"creativeSetStat... | Sets the creativeSetStats value for this LineItemCreativeAssociationStats.
@param creativeSetStats * A map containing {@link Stats} objects for each creative belonging
to
a creative set, {@code null} for non creative set
associations. | [
"Sets",
"the",
"creativeSetStats",
"value",
"for",
"this",
"LineItemCreativeAssociationStats",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LineItemCreativeAssociationStats.java#L113-L115 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateElementField.java | TemplateElementField.getFieldMedia | public com.google.api.ads.adwords.axis.v201809.cm.Media getFieldMedia() {
return fieldMedia;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Media getFieldMedia() {
return fieldMedia;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Media",
"getFieldMedia",
"(",
")",
"{",
"return",
"fieldMedia",
";",
"}"
] | Gets the fieldMedia value for this TemplateElementField.
@return fieldMedia * Media value for non-text field types. Null if a text field.
This
fields must be specified if fieldText is null. | [
"Gets",
"the",
"fieldMedia",
"value",
"for",
"this",
"TemplateElementField",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateElementField.java#L174-L176 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java | Proposal.getAdvertiser | public com.google.api.ads.admanager.axis.v201811.ProposalCompanyAssociation getAdvertiser() {
return advertiser;
} | java | public com.google.api.ads.admanager.axis.v201811.ProposalCompanyAssociation getAdvertiser() {
return advertiser;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ProposalCompanyAssociation",
"getAdvertiser",
"(",
")",
"{",
"return",
"advertiser",
";",
"}"
] | Gets the advertiser value for this Proposal.
@return advertiser * The advertiser, to which this {@code Proposal} belongs, and
a set of
{@link Contact} objects associated with the advertiser.
The
{@link ProposalCompanyAssociation#type} of this attribute
should be
{@link ProposalCompanyAssociationType#ADVERTISER}.
Thi... | [
"Gets",
"the",
"advertiser",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java#L1044-L1046 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java | Proposal.getPrimarySalesperson | public com.google.api.ads.admanager.axis.v201811.SalespersonSplit getPrimarySalesperson() {
return primarySalesperson;
} | java | public com.google.api.ads.admanager.axis.v201811.SalespersonSplit getPrimarySalesperson() {
return primarySalesperson;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"SalespersonSplit",
"getPrimarySalesperson",
"(",
")",
"{",
"return",
"primarySalesperson",
";",
"}"
] | Gets the primarySalesperson value for this Proposal.
@return primarySalesperson * The primary salesperson who brokered the transaction with the
{@link #advertiser}.
This attribute is required when the proposal turns
into an order.
This attribute can be configured as editable after
the proposal has been submitted.
Pl... | [
"Gets",
"the",
"primarySalesperson",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java#L1475-L1477 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java | Proposal.setWorkflowProgress | public void setWorkflowProgress(com.google.api.ads.admanager.axis.v201811.WorkflowProgress workflowProgress) {
this.workflowProgress = workflowProgress;
} | java | public void setWorkflowProgress(com.google.api.ads.admanager.axis.v201811.WorkflowProgress workflowProgress) {
this.workflowProgress = workflowProgress;
} | [
"public",
"void",
"setWorkflowProgress",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"WorkflowProgress",
"workflowProgress",
")",
"{",
"this",
".",
"workflowProgress",
"=",
"workflowProgress",
";",
"}"... | Sets the workflowProgress value for this Proposal.
@param workflowProgress * The progress report for the workflow applied on the {@code
Proposal}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li><li>not using programmatic, using... | [
"Sets",
"the",
"workflowProgress",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java#L2188-L2190 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java | Proposal.getResources | public com.google.api.ads.admanager.axis.v201811.ProposalLink[] getResources() {
return resources;
} | java | public com.google.api.ads.admanager.axis.v201811.ProposalLink[] getResources() {
return resources;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ProposalLink",
"[",
"]",
"getResources",
"(",
")",
"{",
"return",
"resources",
";",
"}"
] | Gets the resources value for this Proposal.
@return resources * The list of resources on this {@code Proposal}. This attribute
is optional.
This attribute can be configured as editable after
the proposal has been submitted.
Please check with your network administrator for editable
fields configuration.
<span class="... | [
"Gets",
"the",
"resources",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java#L2227-L2229 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java | Proposal.setExpectedExpiryTime | public void setExpectedExpiryTime(com.google.api.ads.admanager.axis.v201811.DateTime expectedExpiryTime) {
this.expectedExpiryTime = expectedExpiryTime;
} | java | public void setExpectedExpiryTime(com.google.api.ads.admanager.axis.v201811.DateTime expectedExpiryTime) {
this.expectedExpiryTime = expectedExpiryTime;
} | [
"public",
"void",
"setExpectedExpiryTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DateTime",
"expectedExpiryTime",
")",
"{",
"this",
".",
"expectedExpiryTime",
"=",
"expectedExpiryTime",
";",
"}"... | Sets the expectedExpiryTime value for this Proposal.
@param expectedExpiryTime * The expected date and time at which the inventory reserved
by the {@link Proposal} will expire.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li><li... | [
"Sets",
"the",
"expectedExpiryTime",
"value",
"for",
"this",
"Proposal",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Proposal.java#L2320-L2322 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java | ForecastBreakdown.getEndTime | public com.google.api.ads.admanager.axis.v201808.DateTime getEndTime() {
return endTime;
} | java | public com.google.api.ads.admanager.axis.v201808.DateTime getEndTime() {
return endTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"getEndTime",
"(",
")",
"{",
"return",
"endTime",
";",
"}"
] | Gets the endTime value for this ForecastBreakdown.
@return endTime * The end time of the represented breakdown. | [
"Gets",
"the",
"endTime",
"value",
"for",
"this",
"ForecastBreakdown",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java#L87-L89 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java | ForecastBreakdown.setEndTime | public void setEndTime(com.google.api.ads.admanager.axis.v201808.DateTime endTime) {
this.endTime = endTime;
} | java | public void setEndTime(com.google.api.ads.admanager.axis.v201808.DateTime endTime) {
this.endTime = endTime;
} | [
"public",
"void",
"setEndTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"endTime",
")",
"{",
"this",
".",
"endTime",
"=",
"endTime",
";",
"}"
] | Sets the endTime value for this ForecastBreakdown.
@param endTime * The end time of the represented breakdown. | [
"Sets",
"the",
"endTime",
"value",
"for",
"this",
"ForecastBreakdown",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java#L97-L99 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java | ForecastBreakdown.getBreakdownEntries | public com.google.api.ads.admanager.axis.v201808.ForecastBreakdownEntry[] getBreakdownEntries() {
return breakdownEntries;
} | java | public com.google.api.ads.admanager.axis.v201808.ForecastBreakdownEntry[] getBreakdownEntries() {
return breakdownEntries;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ForecastBreakdownEntry",
"[",
"]",
"getBreakdownEntries",
"(",
")",
"{",
"return",
"breakdownEntries",
";",
"}"
] | Gets the breakdownEntries value for this ForecastBreakdown.
@return breakdownEntries * The forecast breakdown entries in the same order as in the
{@link ForecastBreakdownOptions#targets} field. | [
"Gets",
"the",
"breakdownEntries",
"value",
"for",
"this",
"ForecastBreakdown",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java#L108-L110 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java | ForecastBreakdown.setBreakdownEntries | public void setBreakdownEntries(com.google.api.ads.admanager.axis.v201808.ForecastBreakdownEntry[] breakdownEntries) {
this.breakdownEntries = breakdownEntries;
} | java | public void setBreakdownEntries(com.google.api.ads.admanager.axis.v201808.ForecastBreakdownEntry[] breakdownEntries) {
this.breakdownEntries = breakdownEntries;
} | [
"public",
"void",
"setBreakdownEntries",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ForecastBreakdownEntry",
"[",
"]",
"breakdownEntries",
")",
"{",
"this",
".",
"breakdownEntries",
"=",
"breakdownEn... | Sets the breakdownEntries value for this ForecastBreakdown.
@param breakdownEntries * The forecast breakdown entries in the same order as in the
{@link ForecastBreakdownOptions#targets} field. | [
"Sets",
"the",
"breakdownEntries",
"value",
"for",
"this",
"ForecastBreakdown",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ForecastBreakdown.java#L119-L121 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CriterionUserList.java | CriterionUserList.getUserListMembershipStatus | public com.google.api.ads.adwords.axis.v201809.cm.CriterionUserListMembershipStatus getUserListMembershipStatus() {
return userListMembershipStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CriterionUserListMembershipStatus getUserListMembershipStatus() {
return userListMembershipStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CriterionUserListMembershipStatus",
"getUserListMembershipStatus",
"(",
")",
"{",
"return",
"userListMembershipStatus",
";",
"}"
] | Gets the userListMembershipStatus value for this CriterionUserList.
@return userListMembershipStatus * <span class="constraint Selectable">This field can be selected
using the value "UserListMembershipStatus".</span><span class="constraint
Filterable">This field can be filtered on.</span> | [
"Gets",
"the",
"userListMembershipStatus",
"value",
"for",
"this",
"CriterionUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CriterionUserList.java#L156-L158 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/LineItemActivityAssociation.java | LineItemActivityAssociation.getClickThroughConversionCost | public com.google.api.ads.admanager.axis.v201811.Money getClickThroughConversionCost() {
return clickThroughConversionCost;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getClickThroughConversionCost() {
return clickThroughConversionCost;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getClickThroughConversionCost",
"(",
")",
"{",
"return",
"clickThroughConversionCost",
";",
"}"
] | Gets the clickThroughConversionCost value for this LineItemActivityAssociation.
@return clickThroughConversionCost * The amount of money to attribute per click through conversion.
This attribute is
required for creating a {@code LineItemActivityAssociation}.
The currency code is readonly
and should match the {@link ... | [
"Gets",
"the",
"clickThroughConversionCost",
"value",
"for",
"this",
"LineItemActivityAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/LineItemActivityAssociation.java#L106-L108 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BrowserTargeting.java | BrowserTargeting.getBrowsers | public com.google.api.ads.admanager.axis.v201805.Technology[] getBrowsers() {
return browsers;
} | java | public com.google.api.ads.admanager.axis.v201805.Technology[] getBrowsers() {
return browsers;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Technology",
"[",
"]",
"getBrowsers",
"(",
")",
"{",
"return",
"browsers",
";",
"}"
] | Gets the browsers value for this BrowserTargeting.
@return browsers * Browsers that are being targeted or excluded by the {@link
LineItem}. | [
"Gets",
"the",
"browsers",
"value",
"for",
"this",
"BrowserTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BrowserTargeting.java#L88-L90 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BrowserTargeting.java | BrowserTargeting.setBrowsers | public void setBrowsers(com.google.api.ads.admanager.axis.v201805.Technology[] browsers) {
this.browsers = browsers;
} | java | public void setBrowsers(com.google.api.ads.admanager.axis.v201805.Technology[] browsers) {
this.browsers = browsers;
} | [
"public",
"void",
"setBrowsers",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"Technology",
"[",
"]",
"browsers",
")",
"{",
"this",
".",
"browsers",
"=",
"browsers",
";",
"}"
] | Sets the browsers value for this BrowserTargeting.
@param browsers * Browsers that are being targeted or excluded by the {@link
LineItem}. | [
"Sets",
"the",
"browsers",
"value",
"for",
"this",
"BrowserTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BrowserTargeting.java#L99-L101 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Order.java | Order.setTotalBudget | public void setTotalBudget(com.google.api.ads.admanager.axis.v201902.Money totalBudget) {
this.totalBudget = totalBudget;
} | java | public void setTotalBudget(com.google.api.ads.admanager.axis.v201902.Money totalBudget) {
this.totalBudget = totalBudget;
} | [
"public",
"void",
"setTotalBudget",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"Money",
"totalBudget",
")",
"{",
"this",
".",
"totalBudget",
"=",
"totalBudget",
";",
"}"
] | Sets the totalBudget value for this Order.
@param totalBudget * Total budget for all line items of this {@code Order}. This
value is a
readonly field assigned by Google and is calculated
from the associated
{@link LineItem#costPerUnit} values. | [
"Sets",
"the",
"totalBudget",
"value",
"for",
"this",
"Order",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Order.java#L920-L922 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java | LiveStreamEvent.getAdBreakFillType | public com.google.api.ads.admanager.axis.v201808.AdBreakFillType getAdBreakFillType() {
return adBreakFillType;
} | java | public com.google.api.ads.admanager.axis.v201808.AdBreakFillType getAdBreakFillType() {
return adBreakFillType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"AdBreakFillType",
"getAdBreakFillType",
"(",
")",
"{",
"return",
"adBreakFillType",
";",
"}"
] | Gets the adBreakFillType value for this LiveStreamEvent.
@return adBreakFillType * The type of content that should be used to fill an empty ad
break. This value is optional and
defaults to {@link AdBreakFillType#SLATE}. | [
"Gets",
"the",
"adBreakFillType",
"value",
"for",
"this",
"LiveStreamEvent",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java#L689-L691 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java | LiveStreamEvent.setAdBreakFillType | public void setAdBreakFillType(com.google.api.ads.admanager.axis.v201808.AdBreakFillType adBreakFillType) {
this.adBreakFillType = adBreakFillType;
} | java | public void setAdBreakFillType(com.google.api.ads.admanager.axis.v201808.AdBreakFillType adBreakFillType) {
this.adBreakFillType = adBreakFillType;
} | [
"public",
"void",
"setAdBreakFillType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"AdBreakFillType",
"adBreakFillType",
")",
"{",
"this",
".",
"adBreakFillType",
"=",
"adBreakFillType",
";",
"}"
] | Sets the adBreakFillType value for this LiveStreamEvent.
@param adBreakFillType * The type of content that should be used to fill an empty ad
break. This value is optional and
defaults to {@link AdBreakFillType#SLATE}. | [
"Sets",
"the",
"adBreakFillType",
"value",
"for",
"this",
"LiveStreamEvent",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java#L701-L703 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java | LiveStreamEvent.getHlsSettings | public com.google.api.ads.admanager.axis.v201808.HlsSettings getHlsSettings() {
return hlsSettings;
} | java | public com.google.api.ads.admanager.axis.v201808.HlsSettings getHlsSettings() {
return hlsSettings;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"HlsSettings",
"getHlsSettings",
"(",
")",
"{",
"return",
"hlsSettings",
";",
"}"
] | Gets the hlsSettings value for this LiveStreamEvent.
@return hlsSettings * The settings that are specific to HTTPS live streaming (HLS)
protocol. This field is optional
and if it is not set will use the default HLS settings. | [
"Gets",
"the",
"hlsSettings",
"value",
"for",
"this",
"LiveStreamEvent",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java#L861-L863 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java | LiveStreamEvent.setHlsSettings | public void setHlsSettings(com.google.api.ads.admanager.axis.v201808.HlsSettings hlsSettings) {
this.hlsSettings = hlsSettings;
} | java | public void setHlsSettings(com.google.api.ads.admanager.axis.v201808.HlsSettings hlsSettings) {
this.hlsSettings = hlsSettings;
} | [
"public",
"void",
"setHlsSettings",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"HlsSettings",
"hlsSettings",
")",
"{",
"this",
".",
"hlsSettings",
"=",
"hlsSettings",
";",
"}"
] | Sets the hlsSettings value for this LiveStreamEvent.
@param hlsSettings * The settings that are specific to HTTPS live streaming (HLS)
protocol. This field is optional
and if it is not set will use the default HLS settings. | [
"Sets",
"the",
"hlsSettings",
"value",
"for",
"this",
"LiveStreamEvent",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LiveStreamEvent.java#L873-L875 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java | UniversalAppCampaignSetting.getUniversalAppBiddingStrategyGoalType | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppBiddingStrategyGoalType getUniversalAppBiddingStrategyGoalType() {
return universalAppBiddingStrategyGoalType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppBiddingStrategyGoalType getUniversalAppBiddingStrategyGoalType() {
return universalAppBiddingStrategyGoalType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UniversalAppBiddingStrategyGoalType",
"getUniversalAppBiddingStrategyGoalType",
"(",
")",
"{",
"return",
"universalAppBiddingStrategyGoalType",
";",
... | Gets the universalAppBiddingStrategyGoalType value for this UniversalAppCampaignSetting.
@return universalAppBiddingStrategyGoalType * Represents the goal towards which the bidding strategy, of
this universal app campaign, should
optimize for. | [
"Gets",
"the",
"universalAppBiddingStrategyGoalType",
"value",
"for",
"this",
"UniversalAppCampaignSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java#L469-L471 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java | UniversalAppCampaignSetting.getYoutubeVideoMediaIdsOps | public com.google.api.ads.adwords.axis.v201809.cm.ListOperations getYoutubeVideoMediaIdsOps() {
return youtubeVideoMediaIdsOps;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ListOperations getYoutubeVideoMediaIdsOps() {
return youtubeVideoMediaIdsOps;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ListOperations",
"getYoutubeVideoMediaIdsOps",
"(",
")",
"{",
"return",
"youtubeVideoMediaIdsOps",
";",
"}"
] | Gets the youtubeVideoMediaIdsOps value for this UniversalAppCampaignSetting.
@return youtubeVideoMediaIdsOps * Operations for YouTube Video MediaIds. | [
"Gets",
"the",
"youtubeVideoMediaIdsOps",
"value",
"for",
"this",
"UniversalAppCampaignSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java#L491-L493 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java | UniversalAppCampaignSetting.getImageMediaIdsOps | public com.google.api.ads.adwords.axis.v201809.cm.ListOperations getImageMediaIdsOps() {
return imageMediaIdsOps;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ListOperations getImageMediaIdsOps() {
return imageMediaIdsOps;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ListOperations",
"getImageMediaIdsOps",
"(",
")",
"{",
"return",
"imageMediaIdsOps",
";",
"}"
] | Gets the imageMediaIdsOps value for this UniversalAppCampaignSetting.
@return imageMediaIdsOps * Operations for Image MediaIds. | [
"Gets",
"the",
"imageMediaIdsOps",
"value",
"for",
"this",
"UniversalAppCampaignSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java#L511-L513 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java | UniversalAppCampaignSetting.getAdsPolicyDecisions | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppCampaignAdsPolicyDecisions[] getAdsPolicyDecisions() {
return adsPolicyDecisions;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppCampaignAdsPolicyDecisions[] getAdsPolicyDecisions() {
return adsPolicyDecisions;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"UniversalAppCampaignAdsPolicyDecisions",
"[",
"]",
"getAdsPolicyDecisions",
"(",
")",
"{",
"return",
"adsPolicyDecisions",
";",
"}"
] | Gets the adsPolicyDecisions value for this UniversalAppCampaignSetting.
@return adsPolicyDecisions * Ads policy decisions associated with asset(s). | [
"Gets",
"the",
"adsPolicyDecisions",
"value",
"for",
"this",
"UniversalAppCampaignSetting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignSetting.java#L531-L533 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimate.java | CampaignEstimate.getAdGroupEstimates | public com.google.api.ads.adwords.axis.v201809.o.AdGroupEstimate[] getAdGroupEstimates() {
return adGroupEstimates;
} | java | public com.google.api.ads.adwords.axis.v201809.o.AdGroupEstimate[] getAdGroupEstimates() {
return adGroupEstimates;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"AdGroupEstimate",
"[",
"]",
"getAdGroupEstimates",
"(",
")",
"{",
"return",
"adGroupEstimates",
";",
"}"
] | Gets the adGroupEstimates value for this CampaignEstimate.
@return adGroupEstimates * The estimates for the ad groups belonging to this campaign
in the request.
They will be returned in the same order that they
were sent in the request. | [
"Gets",
"the",
"adGroupEstimates",
"value",
"for",
"this",
"CampaignEstimate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimate.java#L103-L105 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimate.java | CampaignEstimate.setPlatformEstimates | public void setPlatformEstimates(com.google.api.ads.adwords.axis.v201809.o.PlatformCampaignEstimate[] platformEstimates) {
this.platformEstimates = platformEstimates;
} | java | public void setPlatformEstimates(com.google.api.ads.adwords.axis.v201809.o.PlatformCampaignEstimate[] platformEstimates) {
this.platformEstimates = platformEstimates;
} | [
"public",
"void",
"setPlatformEstimates",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"PlatformCampaignEstimate",
"[",
"]",
"platformEstimates",
")",
"{",
"this",
".",
"platformEstimates",
"=... | Sets the platformEstimates value for this CampaignEstimate.
@param platformEstimates * Traffic estimates segmented by platform for this campaign. | [
"Sets",
"the",
"platformEstimates",
"value",
"for",
"this",
"CampaignEstimate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/CampaignEstimate.java#L145-L147 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/UserRecordTeamAssociation.java | UserRecordTeamAssociation.getDefaultTeamAccessType | public com.google.api.ads.admanager.axis.v201808.TeamAccessType getDefaultTeamAccessType() {
return defaultTeamAccessType;
} | java | public com.google.api.ads.admanager.axis.v201808.TeamAccessType getDefaultTeamAccessType() {
return defaultTeamAccessType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"TeamAccessType",
"getDefaultTeamAccessType",
"(",
")",
"{",
"return",
"defaultTeamAccessType",
";",
"}"
] | Gets the defaultTeamAccessType value for this UserRecordTeamAssociation.
@return defaultTeamAccessType * The default team access type {@link Team#teamAccessType}. This
field is
read-only and is populated by Google. | [
"Gets",
"the",
"defaultTeamAccessType",
"value",
"for",
"this",
"UserRecordTeamAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/UserRecordTeamAssociation.java#L117-L119 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/UserRecordTeamAssociation.java | UserRecordTeamAssociation.setDefaultTeamAccessType | public void setDefaultTeamAccessType(com.google.api.ads.admanager.axis.v201808.TeamAccessType defaultTeamAccessType) {
this.defaultTeamAccessType = defaultTeamAccessType;
} | java | public void setDefaultTeamAccessType(com.google.api.ads.admanager.axis.v201808.TeamAccessType defaultTeamAccessType) {
this.defaultTeamAccessType = defaultTeamAccessType;
} | [
"public",
"void",
"setDefaultTeamAccessType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"TeamAccessType",
"defaultTeamAccessType",
")",
"{",
"this",
".",
"defaultTeamAccessType",
"=",
"defaultTeamAccessT... | Sets the defaultTeamAccessType value for this UserRecordTeamAssociation.
@param defaultTeamAccessType * The default team access type {@link Team#teamAccessType}. This
field is
read-only and is populated by Google. | [
"Sets",
"the",
"defaultTeamAccessType",
"value",
"for",
"this",
"UserRecordTeamAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/UserRecordTeamAssociation.java#L129-L131 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/UserRecordTeamAssociation.java | UserRecordTeamAssociation.getOverriddenTeamAccessType | public com.google.api.ads.admanager.axis.v201805.TeamAccessType getOverriddenTeamAccessType() {
return overriddenTeamAccessType;
} | java | public com.google.api.ads.admanager.axis.v201805.TeamAccessType getOverriddenTeamAccessType() {
return overriddenTeamAccessType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"TeamAccessType",
"getOverriddenTeamAccessType",
"(",
")",
"{",
"return",
"overriddenTeamAccessType",
";",
"}"
] | Gets the overriddenTeamAccessType value for this UserRecordTeamAssociation.
@return overriddenTeamAccessType * The overridden team access type. This field is {@code null}
if team access
type is not overridden. | [
"Gets",
"the",
"overriddenTeamAccessType",
"value",
"for",
"this",
"UserRecordTeamAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/UserRecordTeamAssociation.java#L93-L95 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/UserRecordTeamAssociation.java | UserRecordTeamAssociation.setOverriddenTeamAccessType | public void setOverriddenTeamAccessType(com.google.api.ads.admanager.axis.v201805.TeamAccessType overriddenTeamAccessType) {
this.overriddenTeamAccessType = overriddenTeamAccessType;
} | java | public void setOverriddenTeamAccessType(com.google.api.ads.admanager.axis.v201805.TeamAccessType overriddenTeamAccessType) {
this.overriddenTeamAccessType = overriddenTeamAccessType;
} | [
"public",
"void",
"setOverriddenTeamAccessType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"TeamAccessType",
"overriddenTeamAccessType",
")",
"{",
"this",
".",
"overriddenTeamAccessType",
"=",
"overridde... | Sets the overriddenTeamAccessType value for this UserRecordTeamAssociation.
@param overriddenTeamAccessType * The overridden team access type. This field is {@code null}
if team access
type is not overridden. | [
"Sets",
"the",
"overriddenTeamAccessType",
"value",
"for",
"this",
"UserRecordTeamAssociation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/UserRecordTeamAssociation.java#L105-L107 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java | ConversionTracker.getCategory | public com.google.api.ads.adwords.axis.v201809.cm.ConversionTrackerCategory getCategory() {
return category;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ConversionTrackerCategory getCategory() {
return category;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ConversionTrackerCategory",
"getCategory",
"(",
")",
"{",
"return",
"category",
";",
"}"
] | Gets the category value for this ConversionTracker.
@return category * The category of conversion that is being tracked.
<span class="constraint Selectable">This field can
be selected using the value "Category".</span><span class="constraint
Filterable">This field can be filtered on.</span> | [
"Gets",
"the",
"category",
"value",
"for",
"this",
"ConversionTracker",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java#L534-L536 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java | ConversionTracker.getDataDrivenModelStatus | public com.google.api.ads.adwords.axis.v201809.cm.DataDrivenModelStatus getDataDrivenModelStatus() {
return dataDrivenModelStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DataDrivenModelStatus getDataDrivenModelStatus() {
return dataDrivenModelStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DataDrivenModelStatus",
"getDataDrivenModelStatus",
"(",
")",
"{",
"return",
"dataDrivenModelStatus",
";",
"}"
] | Gets the dataDrivenModelStatus value for this ConversionTracker.
@return dataDrivenModelStatus * The status of the data-driven attribution model for the conversion
type.
<span class="constraint Selectable">This field can
be selected using the value "DataDrivenModelStatus".</span><span class="constraint
Filterable">T... | [
"Gets",
"the",
"dataDrivenModelStatus",
"value",
"for",
"this",
"ConversionTracker",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java#L639-L641 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java | ConversionTracker.getCountingType | public com.google.api.ads.adwords.axis.v201809.cm.ConversionDeduplicationMode getCountingType() {
return countingType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ConversionDeduplicationMode getCountingType() {
return countingType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ConversionDeduplicationMode",
"getCountingType",
"(",
")",
"{",
"return",
"countingType",
";",
"}"
] | Gets the countingType value for this ConversionTracker.
@return countingType * How to count events for this conversion tracker.
If countingType is MANY_PER_CLICK, then all conversion
events are counted.
If countingType is ONE_PER_CLICK, then only the first
conversion event of this type
following a given click will b... | [
"Gets",
"the",
"countingType",
"value",
"for",
"this",
"ConversionTracker",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java#L802-L804 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java | ConversionTracker.getAttributionModelType | public com.google.api.ads.adwords.axis.v201809.cm.AttributionModelType getAttributionModelType() {
return attributionModelType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AttributionModelType getAttributionModelType() {
return attributionModelType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AttributionModelType",
"getAttributionModelType",
"(",
")",
"{",
"return",
"attributionModelType",
";",
"}"
] | Gets the attributionModelType value for this ConversionTracker.
@return attributionModelType * Attribution models describing how to distribute credit for
a particular conversion across
potentially many prior interactions. See https://support.google.com/adwords/answer/6259715
for
more information about attribution mo... | [
"Gets",
"the",
"attributionModelType",
"value",
"for",
"this",
"ConversionTracker",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConversionTracker.java#L1045-L1047 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProspectiveLineItem.java | ProspectiveLineItem.getProposalLineItem | public com.google.api.ads.admanager.axis.v201811.ProposalLineItem getProposalLineItem() {
return proposalLineItem;
} | java | public com.google.api.ads.admanager.axis.v201811.ProposalLineItem getProposalLineItem() {
return proposalLineItem;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ProposalLineItem",
"getProposalLineItem",
"(",
")",
"{",
"return",
"proposalLineItem",
";",
"}"
] | Gets the proposalLineItem value for this ProspectiveLineItem.
@return proposalLineItem * The target of the forecast if this prospective line item is
a proposal line item.
<p>If {@link ProposalLineItem#id} is null or no proposal
line item exists with that ID,
then a forecast is computed for the subject, predicting
w... | [
"Gets",
"the",
"proposalLineItem",
"value",
"for",
"this",
"ProspectiveLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProspectiveLineItem.java#L153-L155 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProspectiveLineItem.java | ProspectiveLineItem.setProposalLineItem | public void setProposalLineItem(com.google.api.ads.admanager.axis.v201811.ProposalLineItem proposalLineItem) {
this.proposalLineItem = proposalLineItem;
} | java | public void setProposalLineItem(com.google.api.ads.admanager.axis.v201811.ProposalLineItem proposalLineItem) {
this.proposalLineItem = proposalLineItem;
} | [
"public",
"void",
"setProposalLineItem",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ProposalLineItem",
"proposalLineItem",
")",
"{",
"this",
".",
"proposalLineItem",
"=",
"proposalLineItem",
";",
"}"... | Sets the proposalLineItem value for this ProspectiveLineItem.
@param proposalLineItem * The target of the forecast if this prospective line item is
a proposal line item.
<p>If {@link ProposalLineItem#id} is null or no proposal
line item exists with that ID,
then a forecast is computed for the subject, predicting
wh... | [
"Sets",
"the",
"proposalLineItem",
"value",
"for",
"this",
"ProspectiveLineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProspectiveLineItem.java#L183-L185 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.getCreativeFormat | public com.google.api.ads.admanager.axis.v201808.RichMediaStudioCreativeFormat getCreativeFormat() {
return creativeFormat;
} | java | public com.google.api.ads.admanager.axis.v201808.RichMediaStudioCreativeFormat getCreativeFormat() {
return creativeFormat;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"RichMediaStudioCreativeFormat",
"getCreativeFormat",
"(",
")",
"{",
"return",
"creativeFormat",
";",
"}"
] | Gets the creativeFormat value for this BaseRichMediaStudioCreative.
@return creativeFormat * The creative format of the Rich Media Studio creative. This
attribute is readonly. | [
"Gets",
"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/v201808/BaseRichMediaStudioCreative.java#L231-L233 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.getBrowserTargeting | public com.google.api.ads.admanager.axis.v201811.BrowserTargeting getBrowserTargeting() {
return browserTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.BrowserTargeting getBrowserTargeting() {
return browserTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BrowserTargeting",
"getBrowserTargeting",
"(",
")",
"{",
"return",
"browserTargeting",
";",
"}"
] | Gets the browserTargeting value for this TechnologyTargeting.
@return browserTargeting * The browsers being targeted by the {@link LineItem}. | [
"Gets",
"the",
"browserTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L135-L137 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.setBrowserTargeting | public void setBrowserTargeting(com.google.api.ads.admanager.axis.v201811.BrowserTargeting browserTargeting) {
this.browserTargeting = browserTargeting;
} | java | public void setBrowserTargeting(com.google.api.ads.admanager.axis.v201811.BrowserTargeting browserTargeting) {
this.browserTargeting = browserTargeting;
} | [
"public",
"void",
"setBrowserTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BrowserTargeting",
"browserTargeting",
")",
"{",
"this",
".",
"browserTargeting",
"=",
"browserTargeting",
";",
"}"... | Sets the browserTargeting value for this TechnologyTargeting.
@param browserTargeting * The browsers being targeted by the {@link LineItem}. | [
"Sets",
"the",
"browserTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L145-L147 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.getBrowserLanguageTargeting | public com.google.api.ads.admanager.axis.v201811.BrowserLanguageTargeting getBrowserLanguageTargeting() {
return browserLanguageTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.BrowserLanguageTargeting getBrowserLanguageTargeting() {
return browserLanguageTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BrowserLanguageTargeting",
"getBrowserLanguageTargeting",
"(",
")",
"{",
"return",
"browserLanguageTargeting",
";",
"}"
] | Gets the browserLanguageTargeting value for this TechnologyTargeting.
@return browserLanguageTargeting * The languages of browsers being targeted by the {@link LineItem}. | [
"Gets",
"the",
"browserLanguageTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L155-L157 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.getDeviceManufacturerTargeting | public com.google.api.ads.admanager.axis.v201811.DeviceManufacturerTargeting getDeviceManufacturerTargeting() {
return deviceManufacturerTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.DeviceManufacturerTargeting getDeviceManufacturerTargeting() {
return deviceManufacturerTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DeviceManufacturerTargeting",
"getDeviceManufacturerTargeting",
"(",
")",
"{",
"return",
"deviceManufacturerTargeting",
";",
"}"
] | Gets the deviceManufacturerTargeting value for this TechnologyTargeting.
@return deviceManufacturerTargeting * The device manufacturers being targeted by the {@link LineItem}. | [
"Gets",
"the",
"deviceManufacturerTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L215-L217 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.setDeviceManufacturerTargeting | public void setDeviceManufacturerTargeting(com.google.api.ads.admanager.axis.v201811.DeviceManufacturerTargeting deviceManufacturerTargeting) {
this.deviceManufacturerTargeting = deviceManufacturerTargeting;
} | java | public void setDeviceManufacturerTargeting(com.google.api.ads.admanager.axis.v201811.DeviceManufacturerTargeting deviceManufacturerTargeting) {
this.deviceManufacturerTargeting = deviceManufacturerTargeting;
} | [
"public",
"void",
"setDeviceManufacturerTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DeviceManufacturerTargeting",
"deviceManufacturerTargeting",
")",
"{",
"this",
".",
"deviceManufacturerTargeting... | Sets the deviceManufacturerTargeting value for this TechnologyTargeting.
@param deviceManufacturerTargeting * The device manufacturers being targeted by the {@link LineItem}. | [
"Sets",
"the",
"deviceManufacturerTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L225-L227 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java | TechnologyTargeting.getMobileCarrierTargeting | public com.google.api.ads.admanager.axis.v201811.MobileCarrierTargeting getMobileCarrierTargeting() {
return mobileCarrierTargeting;
} | java | public com.google.api.ads.admanager.axis.v201811.MobileCarrierTargeting getMobileCarrierTargeting() {
return mobileCarrierTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileCarrierTargeting",
"getMobileCarrierTargeting",
"(",
")",
"{",
"return",
"mobileCarrierTargeting",
";",
"}"
] | Gets the mobileCarrierTargeting value for this TechnologyTargeting.
@return mobileCarrierTargeting * The mobile carriers being targeted by the {@link LineItem}. | [
"Gets",
"the",
"mobileCarrierTargeting",
"value",
"for",
"this",
"TechnologyTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TechnologyTargeting.java#L235-L237 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.