repo stringlengths 7 58 | path stringlengths 12 218 | func_name stringlengths 3 140 | original_string stringlengths 73 34.1k | language stringclasses 1
value | code stringlengths 73 34.1k | code_tokens list | docstring stringlengths 3 16k | docstring_tokens list | sha stringlengths 40 40 | url stringlengths 105 339 | partition stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/AccountLabelReturnValue.java | AccountLabelReturnValue.getLabels | public com.google.api.ads.adwords.axis.v201809.mcm.AccountLabel[] getLabels() {
return labels;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.AccountLabel[] getLabels() {
return labels;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"AccountLabel",
"[",
"]",
"getLabels",
"(",
")",
"{",
"return",
"labels",
";",
"}"
] | Gets the labels value for this AccountLabelReturnValue.
@return labels * List of account labels. | [
"Gets",
"the",
"labels",
"value",
"for",
"this",
"AccountLabelReturnValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/AccountLabelReturnValue.java#L53-L55 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomer.java | ManagedCustomer.getAccountLabels | public com.google.api.ads.adwords.axis.v201809.mcm.AccountLabel[] getAccountLabels() {
return accountLabels;
} | java | public com.google.api.ads.adwords.axis.v201809.mcm.AccountLabel[] getAccountLabels() {
return accountLabels;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"mcm",
".",
"AccountLabel",
"[",
"]",
"getAccountLabels",
"(",
")",
"{",
"return",
"accountLabels",
";",
"}"
] | Gets the accountLabels value for this ManagedCustomer.
@return accountLabels * The list of account labels associated with this customer. Only
labels owned by the requesting
manager will be returned. To change the list of labels
applied to this customer, see
{@link ManagedCustomerService#mutateLabels}.
<span class="c... | [
"Gets",
"the",
"accountLabels",
"value",
"for",
"this",
"ManagedCustomer",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomer.java#L365-L367 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java | AssetLink.getAsset | public com.google.api.ads.adwords.axis.v201809.cm.Asset getAsset() {
return asset;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Asset getAsset() {
return asset;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Asset",
"getAsset",
"(",
")",
"{",
"return",
"asset",
";",
"}"
] | Gets the asset value for this AssetLink.
@return asset * Asset contained in this AssetLink.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"asset",
"value",
"for",
"this",
"AssetLink",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java#L88-L90 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java | AssetLink.getPinnedField | public com.google.api.ads.adwords.axis.v201809.cm.ServedAssetFieldType getPinnedField() {
return pinnedField;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ServedAssetFieldType getPinnedField() {
return pinnedField;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ServedAssetFieldType",
"getPinnedField",
"(",
")",
"{",
"return",
"pinnedField",
";",
"}"
] | Gets the pinnedField value for this AssetLink.
@return pinnedField * The pinned field of the Asset.
This restricts the Asset to only serve within this
field.
Multiple Assets can be pinned to the same field.
An Asset that is unpinned or pinned to a different
field will not serve in a field that has
at least one asset... | [
"Gets",
"the",
"pinnedField",
"value",
"for",
"this",
"AssetLink",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java#L117-L119 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java | AssetLink.getAssetPolicySummaryInfo | public com.google.api.ads.adwords.axis.v201809.cm.AssetPolicySummaryInfo getAssetPolicySummaryInfo() {
return assetPolicySummaryInfo;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetPolicySummaryInfo getAssetPolicySummaryInfo() {
return assetPolicySummaryInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetPolicySummaryInfo",
"getAssetPolicySummaryInfo",
"(",
")",
"{",
"return",
"assetPolicySummaryInfo",
";",
"}"
] | Gets the assetPolicySummaryInfo value for this AssetLink.
@return assetPolicySummaryInfo * Approval information contained in this AssetLink.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"assetPolicySummaryInfo",
"value",
"for",
"this",
"AssetLink",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java#L146-L148 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java | AssetLink.getAssetPerformanceLabel | public com.google.api.ads.adwords.axis.v201809.cm.AssetPerformanceLabel getAssetPerformanceLabel() {
return assetPerformanceLabel;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetPerformanceLabel getAssetPerformanceLabel() {
return assetPerformanceLabel;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetPerformanceLabel",
"getAssetPerformanceLabel",
"(",
")",
"{",
"return",
"assetPerformanceLabel",
";",
"}"
] | Gets the assetPerformanceLabel value for this AssetLink.
@return assetPerformanceLabel * Performance label for the asset.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"assetPerformanceLabel",
"value",
"for",
"this",
"AssetLink",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AssetLink.java#L170-L172 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TechnologyTargeting.java | TechnologyTargeting.getBandwidthGroupTargeting | public com.google.api.ads.admanager.axis.v201902.BandwidthGroupTargeting getBandwidthGroupTargeting() {
return bandwidthGroupTargeting;
} | java | public com.google.api.ads.admanager.axis.v201902.BandwidthGroupTargeting getBandwidthGroupTargeting() {
return bandwidthGroupTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BandwidthGroupTargeting",
"getBandwidthGroupTargeting",
"(",
")",
"{",
"return",
"bandwidthGroupTargeting",
";",
"}"
] | Gets the bandwidthGroupTargeting value for this TechnologyTargeting.
@return bandwidthGroupTargeting * The bandwidth groups being targeted by the {@link LineItem}. | [
"Gets",
"the",
"bandwidthGroupTargeting",
"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/v201902/TechnologyTargeting.java#L115-L117 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TechnologyTargeting.java | TechnologyTargeting.setBandwidthGroupTargeting | public void setBandwidthGroupTargeting(com.google.api.ads.admanager.axis.v201902.BandwidthGroupTargeting bandwidthGroupTargeting) {
this.bandwidthGroupTargeting = bandwidthGroupTargeting;
} | java | public void setBandwidthGroupTargeting(com.google.api.ads.admanager.axis.v201902.BandwidthGroupTargeting bandwidthGroupTargeting) {
this.bandwidthGroupTargeting = bandwidthGroupTargeting;
} | [
"public",
"void",
"setBandwidthGroupTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BandwidthGroupTargeting",
"bandwidthGroupTargeting",
")",
"{",
"this",
".",
"bandwidthGroupTargeting",
"=",
"ban... | Sets the bandwidthGroupTargeting value for this TechnologyTargeting.
@param bandwidthGroupTargeting * The bandwidth groups being targeted by the {@link LineItem}. | [
"Sets",
"the",
"bandwidthGroupTargeting",
"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/v201902/TechnologyTargeting.java#L125-L127 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TechnologyTargeting.java | TechnologyTargeting.getDeviceCategoryTargeting | public com.google.api.ads.admanager.axis.v201902.DeviceCategoryTargeting getDeviceCategoryTargeting() {
return deviceCategoryTargeting;
} | java | public com.google.api.ads.admanager.axis.v201902.DeviceCategoryTargeting getDeviceCategoryTargeting() {
return deviceCategoryTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DeviceCategoryTargeting",
"getDeviceCategoryTargeting",
"(",
")",
"{",
"return",
"deviceCategoryTargeting",
";",
"}"
] | Gets the deviceCategoryTargeting value for this TechnologyTargeting.
@return deviceCategoryTargeting * The device categories being targeted by the {@link LineItem}. | [
"Gets",
"the",
"deviceCategoryTargeting",
"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/v201902/TechnologyTargeting.java#L195-L197 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TechnologyTargeting.java | TechnologyTargeting.setDeviceCategoryTargeting | public void setDeviceCategoryTargeting(com.google.api.ads.admanager.axis.v201902.DeviceCategoryTargeting deviceCategoryTargeting) {
this.deviceCategoryTargeting = deviceCategoryTargeting;
} | java | public void setDeviceCategoryTargeting(com.google.api.ads.admanager.axis.v201902.DeviceCategoryTargeting deviceCategoryTargeting) {
this.deviceCategoryTargeting = deviceCategoryTargeting;
} | [
"public",
"void",
"setDeviceCategoryTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"DeviceCategoryTargeting",
"deviceCategoryTargeting",
")",
"{",
"this",
".",
"deviceCategoryTargeting",
"=",
"dev... | Sets the deviceCategoryTargeting value for this TechnologyTargeting.
@param deviceCategoryTargeting * The device categories being targeted by the {@link LineItem}. | [
"Sets",
"the",
"deviceCategoryTargeting",
"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/v201902/TechnologyTargeting.java#L205-L207 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TechnologyTargeting.java | TechnologyTargeting.getMobileDeviceSubmodelTargeting | public com.google.api.ads.admanager.axis.v201902.MobileDeviceSubmodelTargeting getMobileDeviceSubmodelTargeting() {
return mobileDeviceSubmodelTargeting;
} | java | public com.google.api.ads.admanager.axis.v201902.MobileDeviceSubmodelTargeting getMobileDeviceSubmodelTargeting() {
return mobileDeviceSubmodelTargeting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MobileDeviceSubmodelTargeting",
"getMobileDeviceSubmodelTargeting",
"(",
")",
"{",
"return",
"mobileDeviceSubmodelTargeting",
";",
"}"
] | Gets the mobileDeviceSubmodelTargeting value for this TechnologyTargeting.
@return mobileDeviceSubmodelTargeting * The mobile device submodels being targeted by the {@link LineItem}. | [
"Gets",
"the",
"mobileDeviceSubmodelTargeting",
"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/v201902/TechnologyTargeting.java#L275-L277 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TechnologyTargeting.java | TechnologyTargeting.setMobileDeviceSubmodelTargeting | public void setMobileDeviceSubmodelTargeting(com.google.api.ads.admanager.axis.v201902.MobileDeviceSubmodelTargeting mobileDeviceSubmodelTargeting) {
this.mobileDeviceSubmodelTargeting = mobileDeviceSubmodelTargeting;
} | java | public void setMobileDeviceSubmodelTargeting(com.google.api.ads.admanager.axis.v201902.MobileDeviceSubmodelTargeting mobileDeviceSubmodelTargeting) {
this.mobileDeviceSubmodelTargeting = mobileDeviceSubmodelTargeting;
} | [
"public",
"void",
"setMobileDeviceSubmodelTargeting",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MobileDeviceSubmodelTargeting",
"mobileDeviceSubmodelTargeting",
")",
"{",
"this",
".",
"mobileDeviceSubmodelT... | Sets the mobileDeviceSubmodelTargeting value for this TechnologyTargeting.
@param mobileDeviceSubmodelTargeting * The mobile device submodels being targeted by the {@link LineItem}. | [
"Sets",
"the",
"mobileDeviceSubmodelTargeting",
"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/v201902/TechnologyTargeting.java#L285-L287 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java | ApiServicesRetryStrategy.updateTokenWaitTime | private void updateTokenWaitTime(long waitForMillis) {
final long newTime = millisFromNow(waitForMillis);
boolean done;
do {
long oldTime = tokenWaitUntil.get();
// If the new wait until time exceeds current one, update it; otherwise just skip the loop.
if (oldTime < newTime) {
do... | java | private void updateTokenWaitTime(long waitForMillis) {
final long newTime = millisFromNow(waitForMillis);
boolean done;
do {
long oldTime = tokenWaitUntil.get();
// If the new wait until time exceeds current one, update it; otherwise just skip the loop.
if (oldTime < newTime) {
do... | [
"private",
"void",
"updateTokenWaitTime",
"(",
"long",
"waitForMillis",
")",
"{",
"final",
"long",
"newTime",
"=",
"millisFromNow",
"(",
"waitForMillis",
")",
";",
"boolean",
"done",
";",
"do",
"{",
"long",
"oldTime",
"=",
"tokenWaitUntil",
".",
"get",
"(",
... | Update the wait time for TOKEN scope.
@param waitForMillis the wait time in milliseconds | [
"Update",
"the",
"wait",
"time",
"for",
"TOKEN",
"scope",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java#L122-L135 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java | ApiServicesRetryStrategy.updateAccountWaitTime | private void updateAccountWaitTime(long clientCustomerId, long waitForMillis) {
final long minWaitTime = millisFromNow(waitForMillis);
// Here we are assuming that the AtomicLong reference isn't changed once inserted. Therefore,
// the content of this map grows with the number of account rate limits encoun... | java | private void updateAccountWaitTime(long clientCustomerId, long waitForMillis) {
final long minWaitTime = millisFromNow(waitForMillis);
// Here we are assuming that the AtomicLong reference isn't changed once inserted. Therefore,
// the content of this map grows with the number of account rate limits encoun... | [
"private",
"void",
"updateAccountWaitTime",
"(",
"long",
"clientCustomerId",
",",
"long",
"waitForMillis",
")",
"{",
"final",
"long",
"minWaitTime",
"=",
"millisFromNow",
"(",
"waitForMillis",
")",
";",
"// Here we are assuming that the AtomicLong reference isn't changed once... | Update the wait time for ACCOUNT scope.
@param clientCustomerId the client customer ID
@param waitForMillis the wait time in milliseconds | [
"Update",
"the",
"wait",
"time",
"for",
"ACCOUNT",
"scope",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java#L143-L174 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java | ApiServicesRetryStrategy.checkRateExceededErrorAndUpdateWaitTime | private boolean checkRateExceededErrorAndUpdateWaitTime(
long clientCustomerId, Throwable throwable) {
if (ReflectionUtil.isInstanceOf(throwable, "ApiException")) {
try {
Object[] errors = (Object[]) ReflectionUtil.invokeNoArgMethod(throwable, "getErrors");
if (errors == null) {
... | java | private boolean checkRateExceededErrorAndUpdateWaitTime(
long clientCustomerId, Throwable throwable) {
if (ReflectionUtil.isInstanceOf(throwable, "ApiException")) {
try {
Object[] errors = (Object[]) ReflectionUtil.invokeNoArgMethod(throwable, "getErrors");
if (errors == null) {
... | [
"private",
"boolean",
"checkRateExceededErrorAndUpdateWaitTime",
"(",
"long",
"clientCustomerId",
",",
"Throwable",
"throwable",
")",
"{",
"if",
"(",
"ReflectionUtil",
".",
"isInstanceOf",
"(",
"throwable",
",",
"\"ApiException\"",
")",
")",
"{",
"try",
"{",
"Object... | Check whether the invocation causes RateExceededError, and update wait time accordingly. | [
"Check",
"whether",
"the",
"invocation",
"causes",
"RateExceededError",
"and",
"update",
"wait",
"time",
"accordingly",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java#L196-L235 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java | ApiServicesRetryStrategy.getWaitUntilMillis | private long getWaitUntilMillis(int retryAfterSeconds) {
double multiplier = waitTimeNoiseFactor.get().nextDouble();
multiplier =
multiplier * (MAX_WAIT_TIME_MULTIPLIER - MIN_WAIT_TIME_MULTIPLIER)
+ MIN_WAIT_TIME_MULTIPLIER;
double result = SECONDS.toMillis(retryAfterSeconds) * multiplie... | java | private long getWaitUntilMillis(int retryAfterSeconds) {
double multiplier = waitTimeNoiseFactor.get().nextDouble();
multiplier =
multiplier * (MAX_WAIT_TIME_MULTIPLIER - MIN_WAIT_TIME_MULTIPLIER)
+ MIN_WAIT_TIME_MULTIPLIER;
double result = SECONDS.toMillis(retryAfterSeconds) * multiplie... | [
"private",
"long",
"getWaitUntilMillis",
"(",
"int",
"retryAfterSeconds",
")",
"{",
"double",
"multiplier",
"=",
"waitTimeNoiseFactor",
".",
"get",
"(",
")",
".",
"nextDouble",
"(",
")",
";",
"multiplier",
"=",
"multiplier",
"*",
"(",
"MAX_WAIT_TIME_MULTIPLIER",
... | Decides the actual wait time in milliseconds, by applying a random multiplier to
retryAfterSeconds. | [
"Decides",
"the",
"actual",
"wait",
"time",
"in",
"milliseconds",
"by",
"applying",
"a",
"random",
"multiplier",
"to",
"retryAfterSeconds",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/ApiServicesRetryStrategy.java#L241-L248 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItemGroup.java | RuleItemGroup.getItems | public com.google.api.ads.adwords.axis.v201809.rm.RuleItem[] getItems() {
return items;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.RuleItem[] getItems() {
return items;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"RuleItem",
"[",
"]",
"getItems",
"(",
")",
"{",
"return",
"items",
";",
"}"
] | Gets the items value for this RuleItemGroup.
@return items * Before version V201705, rule items are ANDed together.
Starting from version V201705, rule items will be
grouped together based on
{@link Rule#getRuleType()}.
<span class="constraint CollectionSize">The minimum
size of this collection is 1. The maximum siz... | [
"Gets",
"the",
"items",
"value",
"for",
"this",
"RuleItemGroup",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/RuleItemGroup.java#L80-L82 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/MobileApplication.java | MobileApplication.getAppStore | public com.google.api.ads.admanager.axis.v201811.MobileApplicationStore getAppStore() {
return appStore;
} | java | public com.google.api.ads.admanager.axis.v201811.MobileApplicationStore getAppStore() {
return appStore;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileApplicationStore",
"getAppStore",
"(",
")",
"{",
"return",
"appStore",
";",
"}"
] | Gets the appStore value for this MobileApplication.
@return appStore * The app store the mobile application belongs to. This attribute
is required for
creation and then is read-only. | [
"Gets",
"the",
"appStore",
"value",
"for",
"this",
"MobileApplication",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/MobileApplication.java#L203-L205 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/MobileApplication.java | MobileApplication.setAppStore | public void setAppStore(com.google.api.ads.admanager.axis.v201811.MobileApplicationStore appStore) {
this.appStore = appStore;
} | java | public void setAppStore(com.google.api.ads.admanager.axis.v201811.MobileApplicationStore appStore) {
this.appStore = appStore;
} | [
"public",
"void",
"setAppStore",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileApplicationStore",
"appStore",
")",
"{",
"this",
".",
"appStore",
"=",
"appStore",
";",
"}"
] | Sets the appStore value for this MobileApplication.
@param appStore * The app store the mobile application belongs to. This attribute
is required for
creation and then is read-only. | [
"Sets",
"the",
"appStore",
"value",
"for",
"this",
"MobileApplication",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/MobileApplication.java#L215-L217 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/MobileApplication.java | MobileApplication.getPlatform | public com.google.api.ads.admanager.axis.v201811.MobileApplicationPlatform getPlatform() {
return platform;
} | java | public com.google.api.ads.admanager.axis.v201811.MobileApplicationPlatform getPlatform() {
return platform;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MobileApplicationPlatform",
"getPlatform",
"(",
")",
"{",
"return",
"platform",
";",
"}"
] | Gets the platform value for this MobileApplication.
@return platform * The platform the mobile application runs on. This attribute
is read-only
and populated by Google. | [
"Gets",
"the",
"platform",
"value",
"for",
"this",
"MobileApplication",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/MobileApplication.java#L297-L299 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdRule.java | AdRule.setPreroll | public void setPreroll(com.google.api.ads.admanager.axis.v201811.BaseAdRuleSlot preroll) {
this.preroll = preroll;
} | java | public void setPreroll(com.google.api.ads.admanager.axis.v201811.BaseAdRuleSlot preroll) {
this.preroll = preroll;
} | [
"public",
"void",
"setPreroll",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BaseAdRuleSlot",
"preroll",
")",
"{",
"this",
".",
"preroll",
"=",
"preroll",
";",
"}"
] | Sets the preroll value for this AdRule.
@param preroll * This {@link AdRule} object's pre-roll slot. This attribute
is required. | [
"Sets",
"the",
"preroll",
"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/v201811/AdRule.java#L495-L497 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdRule.java | AdRule.setMidroll | public void setMidroll(com.google.api.ads.admanager.axis.v201811.BaseAdRuleSlot midroll) {
this.midroll = midroll;
} | java | public void setMidroll(com.google.api.ads.admanager.axis.v201811.BaseAdRuleSlot midroll) {
this.midroll = midroll;
} | [
"public",
"void",
"setMidroll",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BaseAdRuleSlot",
"midroll",
")",
"{",
"this",
".",
"midroll",
"=",
"midroll",
";",
"}"
] | Sets the midroll value for this AdRule.
@param midroll * This {@link AdRule} object's mid-roll slot. This attribute
is required. | [
"Sets",
"the",
"midroll",
"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/v201811/AdRule.java#L517-L519 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/AdRule.java | AdRule.setPostroll | public void setPostroll(com.google.api.ads.admanager.axis.v201811.BaseAdRuleSlot postroll) {
this.postroll = postroll;
} | java | public void setPostroll(com.google.api.ads.admanager.axis.v201811.BaseAdRuleSlot postroll) {
this.postroll = postroll;
} | [
"public",
"void",
"setPostroll",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"BaseAdRuleSlot",
"postroll",
")",
"{",
"this",
".",
"postroll",
"=",
"postroll",
";",
"}"
] | Sets the postroll value for this AdRule.
@param postroll * This {@link AdRule} object's post-roll slot. This attribute
is required. | [
"Sets",
"the",
"postroll",
"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/v201811/AdRule.java#L539-L541 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemScheduling.java | FeedItemScheduling.getFeedItemSchedules | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemSchedule[] getFeedItemSchedules() {
return feedItemSchedules;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemSchedule[] getFeedItemSchedules() {
return feedItemSchedules;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemSchedule",
"[",
"]",
"getFeedItemSchedules",
"(",
")",
"{",
"return",
"feedItemSchedules",
";",
"}"
] | Gets the feedItemSchedules value for this FeedItemScheduling.
@return feedItemSchedules * List of non-overlapping feed item schedules indicating when
the feed item may serve.
There can be a maximum of 6 FeedItemSchedules per
day.
If empty, the scheduling will be cleared of all FeedItemSchedules
indicating the feed i... | [
"Gets",
"the",
"feedItemSchedules",
"value",
"for",
"this",
"FeedItemScheduling",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemScheduling.java#L69-L71 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationLineItemReport.java | ReconciliationLineItemReport.getReconciliationSource | public com.google.api.ads.admanager.axis.v201902.BillFrom getReconciliationSource() {
return reconciliationSource;
} | java | public com.google.api.ads.admanager.axis.v201902.BillFrom getReconciliationSource() {
return reconciliationSource;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BillFrom",
"getReconciliationSource",
"(",
")",
"{",
"return",
"reconciliationSource",
";",
"}"
] | Gets the reconciliationSource value for this ReconciliationLineItemReport.
@return reconciliationSource * Specifies which of {@link #dfpVolume}, {@link #thirdPartyVolume},
or {@link #manualVolume}
should be used as the {@link #reconciledVolume}.
The value is optional. If this reconciliation data
is for a {@link Prop... | [
"Gets",
"the",
"reconciliationSource",
"value",
"for",
"this",
"ReconciliationLineItemReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationLineItemReport.java#L696-L698 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationLineItemReport.java | ReconciliationLineItemReport.setBillableRevenueOverrides | public void setBillableRevenueOverrides(com.google.api.ads.admanager.axis.v201902.BillableRevenueOverrides billableRevenueOverrides) {
this.billableRevenueOverrides = billableRevenueOverrides;
} | java | public void setBillableRevenueOverrides(com.google.api.ads.admanager.axis.v201902.BillableRevenueOverrides billableRevenueOverrides) {
this.billableRevenueOverrides = billableRevenueOverrides;
} | [
"public",
"void",
"setBillableRevenueOverrides",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BillableRevenueOverrides",
"billableRevenueOverrides",
")",
"{",
"this",
".",
"billableRevenueOverrides",
"=",
... | Sets the billableRevenueOverrides value for this ReconciliationLineItemReport.
@param billableRevenueOverrides * Manual overrides for the Google calculated billable revenue
fields. If set, it indicates that
these values should be used as the final billable
revenue instead of the Google calculated
ones.
This value is... | [
"Sets",
"the",
"billableRevenueOverrides",
"value",
"for",
"this",
"ReconciliationLineItemReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationLineItemReport.java#L1007-L1009 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/AdUnit.java | AdUnit.getParentPath | public com.google.api.ads.admanager.axis.v201805.AdUnitParent[] getParentPath() {
return parentPath;
} | java | public com.google.api.ads.admanager.axis.v201805.AdUnitParent[] getParentPath() {
return parentPath;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"AdUnitParent",
"[",
"]",
"getParentPath",
"(",
")",
"{",
"return",
"parentPath",
";",
"}"
] | Gets the parentPath value for this AdUnit.
@return parentPath * The path to this ad unit in the ad unit hierarchy represented
as a list from the root to this
ad unit's parent. For root ad units, this list is
empty. This attribute is read-only and is
populated by Google. | [
"Gets",
"the",
"parentPath",
"value",
"for",
"this",
"AdUnit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/AdUnit.java#L377-L379 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemTarget.java | FeedItemTarget.getTargetType | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemTargetType getTargetType() {
return targetType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemTargetType getTargetType() {
return targetType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemTargetType",
"getTargetType",
"(",
")",
"{",
"return",
"targetType",
";",
"}"
] | Gets the targetType value for this FeedItemTarget.
@return targetType * Concrete subtype of FeedItemTarget.
<span class="constraint Selectable">This field can
be selected using the value "TargetType".</span><span class="constraint
Filterable">This field can be filtered on.</span>
<span class="constraint ReadOnly">Th... | [
"Gets",
"the",
"targetType",
"value",
"for",
"this",
"FeedItemTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemTarget.java#L165-L167 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Function.java | Function.getLhsOperand | public com.google.api.ads.adwords.axis.v201809.cm.FunctionArgumentOperand[] getLhsOperand() {
return lhsOperand;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FunctionArgumentOperand[] getLhsOperand() {
return lhsOperand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FunctionArgumentOperand",
"[",
"]",
"getLhsOperand",
"(",
")",
"{",
"return",
"lhsOperand",
";",
"}"
] | Gets the lhsOperand value for this Function.
@return lhsOperand * Operand on the LHS in the equation. This is also the operand
to be used for
single operand expressions such as NOT.
<span class="constraint CollectionSize">The minimum
size of this collection is 1.</span> | [
"Gets",
"the",
"lhsOperand",
"value",
"for",
"this",
"Function",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Function.java#L156-L158 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Function.java | Function.getRhsOperand | public com.google.api.ads.adwords.axis.v201809.cm.FunctionArgumentOperand[] getRhsOperand() {
return rhsOperand;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FunctionArgumentOperand[] getRhsOperand() {
return rhsOperand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FunctionArgumentOperand",
"[",
"]",
"getRhsOperand",
"(",
")",
"{",
"return",
"rhsOperand",
";",
"}"
] | Gets the rhsOperand value for this Function.
@return rhsOperand * Operand on the RHS of the equation. | [
"Gets",
"the",
"rhsOperand",
"value",
"for",
"this",
"Function",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Function.java#L188-L190 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OfflineConversionAdjustmentFeed.java | OfflineConversionAdjustmentFeed.getAdjustmentType | public com.google.api.ads.adwords.axis.v201809.cm.OfflineConversionAdjustmentType getAdjustmentType() {
return adjustmentType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.OfflineConversionAdjustmentType getAdjustmentType() {
return adjustmentType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"OfflineConversionAdjustmentType",
"getAdjustmentType",
"(",
")",
"{",
"return",
"adjustmentType",
";",
"}"
] | Gets the adjustmentType value for this OfflineConversionAdjustmentFeed.
@return adjustmentType * The adjustment type.
(RETRACT, RESTATE)
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"adjustmentType",
"value",
"for",
"this",
"OfflineConversionAdjustmentFeed",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OfflineConversionAdjustmentFeed.java#L181-L183 | train |
googleads/googleads-java-lib | modules/ads_lib_axis/src/main/java/com/google/api/ads/common/lib/soap/axis/AxisHandler.java | AxisHandler.setHeaderChild | public void setHeaderChild(Stub soapClient, String parentHeaderName, String childName,
Object childValue) {
SOAPHeaderElement headerElement = (SOAPHeaderElement) getHeader(soapClient, parentHeaderName);
Object headerObject = Preconditions.checkNotNull(headerElement,
"Parent header named %s does no... | java | public void setHeaderChild(Stub soapClient, String parentHeaderName, String childName,
Object childValue) {
SOAPHeaderElement headerElement = (SOAPHeaderElement) getHeader(soapClient, parentHeaderName);
Object headerObject = Preconditions.checkNotNull(headerElement,
"Parent header named %s does no... | [
"public",
"void",
"setHeaderChild",
"(",
"Stub",
"soapClient",
",",
"String",
"parentHeaderName",
",",
"String",
"childName",
",",
"Object",
"childValue",
")",
"{",
"SOAPHeaderElement",
"headerElement",
"=",
"(",
"SOAPHeaderElement",
")",
"getHeader",
"(",
"soapClie... | Updates the child attribute of headerName named childName to childValue.
@param soapClient the stub
@param parentHeaderName the name of the parent header
@param childName the name of the child
@param childValue the value for the child
@throws NullPointerException if no header exists named parentHeaderName | [
"Updates",
"the",
"child",
"attribute",
"of",
"headerName",
"named",
"childName",
"to",
"childValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib_axis/src/main/java/com/google/api/ads/common/lib/soap/axis/AxisHandler.java#L140-L152 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ImageCreative.java | ImageCreative.setSecondaryImageAssets | public void setSecondaryImageAssets(com.google.api.ads.admanager.axis.v201811.CreativeAsset[] secondaryImageAssets) {
this.secondaryImageAssets = secondaryImageAssets;
} | java | public void setSecondaryImageAssets(com.google.api.ads.admanager.axis.v201811.CreativeAsset[] secondaryImageAssets) {
this.secondaryImageAssets = secondaryImageAssets;
} | [
"public",
"void",
"setSecondaryImageAssets",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CreativeAsset",
"[",
"]",
"secondaryImageAssets",
")",
"{",
"this",
".",
"secondaryImageAssets",
"=",
"secondar... | Sets the secondaryImageAssets value for this ImageCreative.
@param secondaryImageAssets * The list of secondary image assets associated with this creative.
This attribute is optional.
<p>Secondary image assets can be used to store
different resolution versions of the
primary asset for use on non-standard density
sc... | [
"Sets",
"the",
"secondaryImageAssets",
"value",
"for",
"this",
"ImageCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ImageCreative.java#L194-L196 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/SourceContentConfiguration.java | SourceContentConfiguration.setIngestSettings | public void setIngestSettings(com.google.api.ads.admanager.axis.v201805.MediaLocationSettings ingestSettings) {
this.ingestSettings = ingestSettings;
} | java | public void setIngestSettings(com.google.api.ads.admanager.axis.v201805.MediaLocationSettings ingestSettings) {
this.ingestSettings = ingestSettings;
} | [
"public",
"void",
"setIngestSettings",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MediaLocationSettings",
"ingestSettings",
")",
"{",
"this",
".",
"ingestSettings",
"=",
"ingestSettings",
";",
"}"
] | Sets the ingestSettings value for this SourceContentConfiguration.
@param 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 do... | [
"Sets",
"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/v201805/SourceContentConfiguration.java#L99-L101 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/SourceContentConfiguration.java | SourceContentConfiguration.getDefaultDeliverySettings | public com.google.api.ads.admanager.axis.v201805.MediaLocationSettings getDefaultDeliverySettings() {
return defaultDeliverySettings;
} | java | public com.google.api.ads.admanager.axis.v201805.MediaLocationSettings getDefaultDeliverySettings() {
return defaultDeliverySettings;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MediaLocationSettings",
"getDefaultDeliverySettings",
"(",
")",
"{",
"return",
"defaultDeliverySettings",
";",
"}"
] | Gets the defaultDeliverySettings value for this SourceContentConfiguration.
@return defaultDeliverySettings * Default configuration for how DAI should deliver the non-modified
media segments. At delivery
time, we replace the ingest location's url prefix
with the delivery location's URL prefix and
use the security po... | [
"Gets",
"the",
"defaultDeliverySettings",
"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/v201805/SourceContentConfiguration.java#L117-L119 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/SourceContentConfiguration.java | SourceContentConfiguration.setDefaultDeliverySettings | public void setDefaultDeliverySettings(com.google.api.ads.admanager.axis.v201805.MediaLocationSettings defaultDeliverySettings) {
this.defaultDeliverySettings = defaultDeliverySettings;
} | java | public void setDefaultDeliverySettings(com.google.api.ads.admanager.axis.v201805.MediaLocationSettings defaultDeliverySettings) {
this.defaultDeliverySettings = defaultDeliverySettings;
} | [
"public",
"void",
"setDefaultDeliverySettings",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MediaLocationSettings",
"defaultDeliverySettings",
")",
"{",
"this",
".",
"defaultDeliverySettings",
"=",
"defau... | Sets the defaultDeliverySettings value for this SourceContentConfiguration.
@param defaultDeliverySettings * Default configuration for how DAI should deliver the non-modified
media segments. At delivery
time, we replace the ingest location's url prefix
with the delivery location's URL prefix and
use the security pol... | [
"Sets",
"the",
"defaultDeliverySettings",
"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/v201805/SourceContentConfiguration.java#L135-L137 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HlsSettings.java | HlsSettings.getMasterPlaylistSettings | public com.google.api.ads.admanager.axis.v201902.MasterPlaylistSettings getMasterPlaylistSettings() {
return masterPlaylistSettings;
} | java | public com.google.api.ads.admanager.axis.v201902.MasterPlaylistSettings getMasterPlaylistSettings() {
return masterPlaylistSettings;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MasterPlaylistSettings",
"getMasterPlaylistSettings",
"(",
")",
"{",
"return",
"masterPlaylistSettings",
";",
"}"
] | Gets the masterPlaylistSettings value for this HlsSettings.
@return masterPlaylistSettings * The settings for the master playlist. This field is optional
and if it is not set will default
to a {@link MasterPlaylistSettings} with a refresh
type of {@link RefreshType#AUTOMATIC}. | [
"Gets",
"the",
"masterPlaylistSettings",
"value",
"for",
"this",
"HlsSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HlsSettings.java#L98-L100 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HlsSettings.java | HlsSettings.setMasterPlaylistSettings | public void setMasterPlaylistSettings(com.google.api.ads.admanager.axis.v201902.MasterPlaylistSettings masterPlaylistSettings) {
this.masterPlaylistSettings = masterPlaylistSettings;
} | java | public void setMasterPlaylistSettings(com.google.api.ads.admanager.axis.v201902.MasterPlaylistSettings masterPlaylistSettings) {
this.masterPlaylistSettings = masterPlaylistSettings;
} | [
"public",
"void",
"setMasterPlaylistSettings",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"MasterPlaylistSettings",
"masterPlaylistSettings",
")",
"{",
"this",
".",
"masterPlaylistSettings",
"=",
"masterP... | Sets the masterPlaylistSettings value for this HlsSettings.
@param masterPlaylistSettings * The settings for the master playlist. This field is optional
and if it is not set will default
to a {@link MasterPlaylistSettings} with a refresh
type of {@link RefreshType#AUTOMATIC}. | [
"Sets",
"the",
"masterPlaylistSettings",
"value",
"for",
"this",
"HlsSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/HlsSettings.java#L111-L113 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/KeywordEstimateRequest.java | KeywordEstimateRequest.setKeyword | public void setKeyword(com.google.api.ads.adwords.axis.v201809.cm.Keyword keyword) {
this.keyword = keyword;
} | java | public void setKeyword(com.google.api.ads.adwords.axis.v201809.cm.Keyword keyword) {
this.keyword = keyword;
} | [
"public",
"void",
"setKeyword",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Keyword",
"keyword",
")",
"{",
"this",
".",
"keyword",
"=",
"keyword",
";",
"}"
] | Sets the keyword value for this KeywordEstimateRequest.
@param keyword * The {@link Keyword} to estimate. The keyword text is required
regardless
of whether the keyword ID is included. The keyword
ID is optional and has
the following characteristics:
<ul>
<li>When omitted, the ID indicates a new keyword
to be estima... | [
"Sets",
"the",
"keyword",
"value",
"for",
"this",
"KeywordEstimateRequest",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/KeywordEstimateRequest.java#L159-L161 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/KeywordEstimateRequest.java | KeywordEstimateRequest.getMaxCpc | public com.google.api.ads.adwords.axis.v201809.cm.Money getMaxCpc() {
return maxCpc;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getMaxCpc() {
return maxCpc;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getMaxCpc",
"(",
")",
"{",
"return",
"maxCpc",
";",
"}"
] | Gets the maxCpc value for this KeywordEstimateRequest.
@return maxCpc * The max CPC bid for this keyword.
In general, the {@code maxCpc} of a {@link KeywordEstimateRequest}
is
optional, since there is usually another {@code
maxCpc} that can be used,
such as the {@code maxCpc} on an existing keyword,
an existing or
... | [
"Gets",
"the",
"maxCpc",
"value",
"for",
"this",
"KeywordEstimateRequest",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/KeywordEstimateRequest.java#L185-L187 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNodeAdapter.java | ProductPartitionNodeAdapter.createCriterionForRemove | static AdGroupCriterion createCriterionForRemove(ProductPartitionNode node,
long adGroupId) {
Preconditions.checkNotNull(node, "Null node");
AdGroupCriterion adGroupCriterion = new AdGroupCriterion();
adGroupCriterion.setAdGroupId(adGroupId);
adGroupCriterion.setCriterion(new ProductPartition());... | java | static AdGroupCriterion createCriterionForRemove(ProductPartitionNode node,
long adGroupId) {
Preconditions.checkNotNull(node, "Null node");
AdGroupCriterion adGroupCriterion = new AdGroupCriterion();
adGroupCriterion.setAdGroupId(adGroupId);
adGroupCriterion.setCriterion(new ProductPartition());... | [
"static",
"AdGroupCriterion",
"createCriterionForRemove",
"(",
"ProductPartitionNode",
"node",
",",
"long",
"adGroupId",
")",
"{",
"Preconditions",
".",
"checkNotNull",
"(",
"node",
",",
"\"Null node\"",
")",
";",
"AdGroupCriterion",
"adGroupCriterion",
"=",
"new",
"A... | Returns a new AdGroupCriterion configured for a REMOVE operation.
@param node the node whose criterion should be removed
@param adGroupId the ad group ID of the criterion | [
"Returns",
"a",
"new",
"AdGroupCriterion",
"configured",
"for",
"a",
"REMOVE",
"operation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNodeAdapter.java#L50-L60 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNodeAdapter.java | ProductPartitionNodeAdapter.createCriterionForAdd | static AdGroupCriterion createCriterionForAdd(ProductPartitionNode node, long adGroupId,
BiddingStrategyConfiguration biddingConfig) {
Preconditions.checkNotNull(node, "Null node");
Preconditions.checkNotNull(biddingConfig, "Null bidding configuration");
AdGroupCriterion adGroupCriterion;
if (nod... | java | static AdGroupCriterion createCriterionForAdd(ProductPartitionNode node, long adGroupId,
BiddingStrategyConfiguration biddingConfig) {
Preconditions.checkNotNull(node, "Null node");
Preconditions.checkNotNull(biddingConfig, "Null bidding configuration");
AdGroupCriterion adGroupCriterion;
if (nod... | [
"static",
"AdGroupCriterion",
"createCriterionForAdd",
"(",
"ProductPartitionNode",
"node",
",",
"long",
"adGroupId",
",",
"BiddingStrategyConfiguration",
"biddingConfig",
")",
"{",
"Preconditions",
".",
"checkNotNull",
"(",
"node",
",",
"\"Null node\"",
")",
";",
"Prec... | Returns a new AdGroupCriterion configured for an ADD operation.
@param node the node whose criterion should be added
@param adGroupId the ad group ID of the criterion
@param biddingConfig the bidding strategy configuration of the criterion | [
"Returns",
"a",
"new",
"AdGroupCriterion",
"configured",
"for",
"an",
"ADD",
"operation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNodeAdapter.java#L69-L110 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNodeAdapter.java | ProductPartitionNodeAdapter.createCriterionForSetBiddableUnit | static AdGroupCriterion createCriterionForSetBiddableUnit(
ProductPartitionNode node, long adGroupId, BiddingStrategyConfiguration biddingConfig) {
Preconditions.checkNotNull(node, "Null node");
Preconditions.checkNotNull(biddingConfig, "Null bidding configuration");
Preconditions.checkArgument(node.i... | java | static AdGroupCriterion createCriterionForSetBiddableUnit(
ProductPartitionNode node, long adGroupId, BiddingStrategyConfiguration biddingConfig) {
Preconditions.checkNotNull(node, "Null node");
Preconditions.checkNotNull(biddingConfig, "Null bidding configuration");
Preconditions.checkArgument(node.i... | [
"static",
"AdGroupCriterion",
"createCriterionForSetBiddableUnit",
"(",
"ProductPartitionNode",
"node",
",",
"long",
"adGroupId",
",",
"BiddingStrategyConfiguration",
"biddingConfig",
")",
"{",
"Preconditions",
".",
"checkNotNull",
"(",
"node",
",",
"\"Null node\"",
")",
... | Returns a new AdGroupCriterion configured for a SET operation that will set the criterion's
bid, tracking template, and custom parameters.
@param node the node whose criterion should be updated
@param adGroupId the ad group ID of the criterion
@param biddingConfig the bidding strategy configuration of the criterion | [
"Returns",
"a",
"new",
"AdGroupCriterion",
"configured",
"for",
"a",
"SET",
"operation",
"that",
"will",
"set",
"the",
"criterion",
"s",
"bid",
"tracking",
"template",
"and",
"custom",
"parameters",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNodeAdapter.java#L120-L158 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignFeed.java | CampaignFeed.getMatchingFunction | public com.google.api.ads.adwords.axis.v201809.cm.Function getMatchingFunction() {
return matchingFunction;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Function getMatchingFunction() {
return matchingFunction;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Function",
"getMatchingFunction",
"(",
")",
"{",
"return",
"matchingFunction",
";",
"}"
] | Gets the matchingFunction value for this CampaignFeed.
@return matchingFunction * Matching function associated with the CampaignFeed.
The matching function will return true/false indicating
which feed items may serve.
<span class="constraint Selectable">This field can
be selected using the value "MatchingFunction".<... | [
"Gets",
"the",
"matchingFunction",
"value",
"for",
"this",
"CampaignFeed",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignFeed.java#L190-L192 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CombinedRuleUserList.java | CombinedRuleUserList.getLeftOperand | public com.google.api.ads.adwords.axis.v201809.rm.Rule getLeftOperand() {
return leftOperand;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.Rule getLeftOperand() {
return leftOperand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"Rule",
"getLeftOperand",
"(",
")",
"{",
"return",
"leftOperand",
";",
"}"
] | Gets the leftOperand value for this CombinedRuleUserList.
@return leftOperand * <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",
"leftOperand",
"value",
"for",
"this",
"CombinedRuleUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CombinedRuleUserList.java#L135-L137 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CombinedRuleUserList.java | CombinedRuleUserList.getRightOperand | public com.google.api.ads.adwords.axis.v201809.rm.Rule getRightOperand() {
return rightOperand;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.Rule getRightOperand() {
return rightOperand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"Rule",
"getRightOperand",
"(",
")",
"{",
"return",
"rightOperand",
";",
"}"
] | Gets the rightOperand value for this CombinedRuleUserList.
@return rightOperand * <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",
"rightOperand",
"value",
"for",
"this",
"CombinedRuleUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CombinedRuleUserList.java#L159-L161 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CombinedRuleUserList.java | CombinedRuleUserList.getRuleOperator | public com.google.api.ads.adwords.axis.v201809.rm.CombinedRuleUserListRuleOperator getRuleOperator() {
return ruleOperator;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.CombinedRuleUserListRuleOperator getRuleOperator() {
return ruleOperator;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"CombinedRuleUserListRuleOperator",
"getRuleOperator",
"(",
")",
"{",
"return",
"ruleOperator",
";",
"}"
] | Gets the ruleOperator value for this CombinedRuleUserList.
@return ruleOperator * <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",
"ruleOperator",
"value",
"for",
"this",
"CombinedRuleUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CombinedRuleUserList.java#L183-L185 | train |
googleads/googleads-java-lib | examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java | GetAdUnitHierarchy.getAllAdUnits | private static List<AdUnit> getAllAdUnits(
AdManagerServices adManagerServices, AdManagerSession session) throws RemoteException {
List<AdUnit> adUnits = new ArrayList<>();
// Get the InventoryService.
InventoryServiceInterface inventoryService =
adManagerServices.get(session, InventoryServic... | java | private static List<AdUnit> getAllAdUnits(
AdManagerServices adManagerServices, AdManagerSession session) throws RemoteException {
List<AdUnit> adUnits = new ArrayList<>();
// Get the InventoryService.
InventoryServiceInterface inventoryService =
adManagerServices.get(session, InventoryServic... | [
"private",
"static",
"List",
"<",
"AdUnit",
">",
"getAllAdUnits",
"(",
"AdManagerServices",
"adManagerServices",
",",
"AdManagerSession",
"session",
")",
"throws",
"RemoteException",
"{",
"List",
"<",
"AdUnit",
">",
"adUnits",
"=",
"new",
"ArrayList",
"<>",
"(",
... | Get all ad units. | [
"Get",
"all",
"ad",
"units",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java#L92-L120 | train |
googleads/googleads-java-lib | examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java | GetAdUnitHierarchy.buildAndDisplayAdUnitTree | private static void buildAndDisplayAdUnitTree(AdUnit root, List<AdUnit> adUnits) {
Map<String, List<AdUnit>> treeMap = new HashMap<String, List<AdUnit>>();
for (AdUnit adUnit : adUnits) {
if (adUnit.getParentId() != null) {
if (treeMap.get(adUnit.getParentId()) == null) {
treeMap.put(ad... | java | private static void buildAndDisplayAdUnitTree(AdUnit root, List<AdUnit> adUnits) {
Map<String, List<AdUnit>> treeMap = new HashMap<String, List<AdUnit>>();
for (AdUnit adUnit : adUnits) {
if (adUnit.getParentId() != null) {
if (treeMap.get(adUnit.getParentId()) == null) {
treeMap.put(ad... | [
"private",
"static",
"void",
"buildAndDisplayAdUnitTree",
"(",
"AdUnit",
"root",
",",
"List",
"<",
"AdUnit",
">",
"adUnits",
")",
"{",
"Map",
"<",
"String",
",",
"List",
"<",
"AdUnit",
">",
">",
"treeMap",
"=",
"new",
"HashMap",
"<",
"String",
",",
"List... | Builds and displays an ad unit tree from ad units underneath the root ad unit.
@param root the root ad unit to build the tree under
@param adUnits the ad units. | [
"Builds",
"and",
"displays",
"an",
"ad",
"unit",
"tree",
"from",
"ad",
"units",
"underneath",
"the",
"root",
"ad",
"unit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java#L128-L146 | train |
googleads/googleads-java-lib | examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java | GetAdUnitHierarchy.displayInventoryTree | private static void displayInventoryTree(AdUnit root, Map<String, List<AdUnit>> treeMap) {
displayInventoryTreeHelper(root, treeMap, 0);
} | java | private static void displayInventoryTree(AdUnit root, Map<String, List<AdUnit>> treeMap) {
displayInventoryTreeHelper(root, treeMap, 0);
} | [
"private",
"static",
"void",
"displayInventoryTree",
"(",
"AdUnit",
"root",
",",
"Map",
"<",
"String",
",",
"List",
"<",
"AdUnit",
">",
">",
"treeMap",
")",
"{",
"displayInventoryTreeHelper",
"(",
"root",
",",
"treeMap",
",",
"0",
")",
";",
"}"
] | Displays the ad unit tree beginning at the root ad unit.
@param root the root ad unit
@param treeMap the map of id to {@code List} of ad units | [
"Displays",
"the",
"ad",
"unit",
"tree",
"beginning",
"at",
"the",
"root",
"ad",
"unit",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java#L154-L156 | train |
googleads/googleads-java-lib | examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java | GetAdUnitHierarchy.displayInventoryTreeHelper | private static void displayInventoryTreeHelper(
AdUnit root, Map<String, List<AdUnit>> treeMap, int depth) {
System.out.println(generateTab(depth) + root.getName() + " (" + root.getId() + ")");
if (treeMap.get(root.getId()) != null) {
for (AdUnit child : treeMap.get(root.getId())) {
display... | java | private static void displayInventoryTreeHelper(
AdUnit root, Map<String, List<AdUnit>> treeMap, int depth) {
System.out.println(generateTab(depth) + root.getName() + " (" + root.getId() + ")");
if (treeMap.get(root.getId()) != null) {
for (AdUnit child : treeMap.get(root.getId())) {
display... | [
"private",
"static",
"void",
"displayInventoryTreeHelper",
"(",
"AdUnit",
"root",
",",
"Map",
"<",
"String",
",",
"List",
"<",
"AdUnit",
">",
">",
"treeMap",
",",
"int",
"depth",
")",
"{",
"System",
".",
"out",
".",
"println",
"(",
"generateTab",
"(",
"d... | Helper for displaying inventory units.
@param root the root inventory unit
@param treeMap the map of id to {@code List} of inventory units
@param depth the depth the tree has reached | [
"Helper",
"for",
"displaying",
"inventory",
"units",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/admanager_axis/src/main/java/admanager/axis/v201902/inventoryservice/GetAdUnitHierarchy.java#L165-L174 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java | ReconciliationReportRow.getLineItemCostPerUnit | public com.google.api.ads.admanager.axis.v201811.Money getLineItemCostPerUnit() {
return lineItemCostPerUnit;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getLineItemCostPerUnit() {
return lineItemCostPerUnit;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getLineItemCostPerUnit",
"(",
")",
"{",
"return",
"lineItemCostPerUnit",
";",
"}"
] | Gets the lineItemCostPerUnit value for this ReconciliationReportRow.
@return lineItemCostPerUnit * The {@link LineItem#costPerUnit} of the line item this row
represents.
This attribute is read-only. | [
"Gets",
"the",
"lineItemCostPerUnit",
"value",
"for",
"this",
"ReconciliationReportRow",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java#L521-L523 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java | ReconciliationReportRow.getContractedRevenue | public com.google.api.ads.admanager.axis.v201811.Money getContractedRevenue() {
return contractedRevenue;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getContractedRevenue() {
return contractedRevenue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getContractedRevenue",
"(",
")",
"{",
"return",
"contractedRevenue",
";",
"}"
] | Gets the contractedRevenue value for this ReconciliationReportRow.
@return contractedRevenue * The revenue calculated based on the {@link #contractedGoal}
and {@link #costPerUnit}.
This attribute is calculated by Google and is read-only. | [
"Gets",
"the",
"contractedRevenue",
"value",
"for",
"this",
"ReconciliationReportRow",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java#L755-L757 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java | ReconciliationReportRow.setManualRevenue | public void setManualRevenue(com.google.api.ads.admanager.axis.v201811.Money manualRevenue) {
this.manualRevenue = manualRevenue;
} | java | public void setManualRevenue(com.google.api.ads.admanager.axis.v201811.Money manualRevenue) {
this.manualRevenue = manualRevenue;
} | [
"public",
"void",
"setManualRevenue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"manualRevenue",
")",
"{",
"this",
".",
"manualRevenue",
"=",
"manualRevenue",
";",
"}"
] | Sets the manualRevenue value for this ReconciliationReportRow.
@param manualRevenue * The revenue calculated based on the {@link #costPerUnit}, {@link
#costType},
{@link #manualClicks}, {@link #manualImpressions}
and {@link #manualLineItemDays}.
This attribute is calculated by Google and is read-only. | [
"Sets",
"the",
"manualRevenue",
"value",
"for",
"this",
"ReconciliationReportRow",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java#L851-L853 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java | ReconciliationReportRow.getReconciledRevenue | public com.google.api.ads.admanager.axis.v201811.Money getReconciledRevenue() {
return reconciledRevenue;
} | java | public com.google.api.ads.admanager.axis.v201811.Money getReconciledRevenue() {
return reconciledRevenue;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Money",
"getReconciledRevenue",
"(",
")",
"{",
"return",
"reconciledRevenue",
";",
"}"
] | Gets the reconciledRevenue value for this ReconciliationReportRow.
@return reconciledRevenue * The revenue calculated based on the {@link #billFrom}, {@link
#contractedRevenue},
{@link #dfpRevenue}, {@link #thirdPartyRevenue} and
{@link #manualRevenue}.
This attribute is calculated by Google and is read-only. | [
"Gets",
"the",
"reconciledRevenue",
"value",
"for",
"this",
"ReconciliationReportRow",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReconciliationReportRow.java#L865-L867 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/utils/DateTimesHelper.java | DateTimesHelper.dateToString | public String dateToString(D date) {
try {
return String.format(DATE_PATTERN,
(Integer) PropertyUtils.getProperty(date, "year"),
(Integer) PropertyUtils.getProperty(date, "month"),
(Integer) PropertyUtils.getProperty(date, "day"));
} catch (IllegalAccessException e) {
t... | java | public String dateToString(D date) {
try {
return String.format(DATE_PATTERN,
(Integer) PropertyUtils.getProperty(date, "year"),
(Integer) PropertyUtils.getProperty(date, "month"),
(Integer) PropertyUtils.getProperty(date, "day"));
} catch (IllegalAccessException e) {
t... | [
"public",
"String",
"dateToString",
"(",
"D",
"date",
")",
"{",
"try",
"{",
"return",
"String",
".",
"format",
"(",
"DATE_PATTERN",
",",
"(",
"Integer",
")",
"PropertyUtils",
".",
"getProperty",
"(",
"date",
",",
"\"year\"",
")",
",",
"(",
"Integer",
")"... | Returns string representation of this date.
@param date the date to stringify
@return a string representation of the {@code Date} in {@code yyyy-MM-dd} | [
"Returns",
"string",
"representation",
"of",
"this",
"date",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/admanager/lib/utils/DateTimesHelper.java#L129-L142 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/CdnConfiguration.java | CdnConfiguration.getSourceContentConfiguration | public com.google.api.ads.admanager.axis.v201805.SourceContentConfiguration getSourceContentConfiguration() {
return sourceContentConfiguration;
} | java | public com.google.api.ads.admanager.axis.v201805.SourceContentConfiguration getSourceContentConfiguration() {
return sourceContentConfiguration;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"SourceContentConfiguration",
"getSourceContentConfiguration",
"(",
")",
"{",
"return",
"sourceContentConfiguration",
";",
"}"
] | Gets the sourceContentConfiguration value for this CdnConfiguration.
@return sourceContentConfiguration * Parameters about this CDN configuration as a source of content.
This facilitates fetching the
original content for conditioning and delivering the
original content as part of a modified
stream. | [
"Gets",
"the",
"sourceContentConfiguration",
"value",
"for",
"this",
"CdnConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/CdnConfiguration.java#L165-L167 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java | Product.setNameSource | public void setNameSource(com.google.api.ads.admanager.axis.v201808.ValueSourceType nameSource) {
this.nameSource = nameSource;
} | java | public void setNameSource(com.google.api.ads.admanager.axis.v201808.ValueSourceType nameSource) {
this.nameSource = nameSource;
} | [
"public",
"void",
"setNameSource",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ValueSourceType",
"nameSource",
")",
"{",
"this",
".",
"nameSource",
"=",
"nameSource",
";",
"}"
] | Sets the nameSource value for this Product.
@param nameSource * Specifies the source of the {@link Product#name} value.
To revert an overridden value to its default, set
this field to {@link ValueSourceType#PARENT}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guar... | [
"Sets",
"the",
"nameSource",
"value",
"for",
"this",
"Product",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java#L394-L396 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java | Product.getRoadblockingType | public com.google.api.ads.admanager.axis.v201808.RoadblockingType getRoadblockingType() {
return roadblockingType;
} | java | public com.google.api.ads.admanager.axis.v201808.RoadblockingType getRoadblockingType() {
return roadblockingType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"RoadblockingType",
"getRoadblockingType",
"(",
")",
"{",
"return",
"roadblockingType",
";",
"}"
] | Gets the roadblockingType value for this Product.
@return roadblockingType * The strategy for serving roadblocked creatives, i.e. instances
where
multiple creatives must be served together on a single
web page.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guarantee... | [
"Gets",
"the",
"roadblockingType",
"value",
"for",
"this",
"Product",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java#L639-L641 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java | Product.getProductMarketplaceInfo | public com.google.api.ads.admanager.axis.v201808.ProductMarketplaceInfo getProductMarketplaceInfo() {
return productMarketplaceInfo;
} | java | public com.google.api.ads.admanager.axis.v201808.ProductMarketplaceInfo getProductMarketplaceInfo() {
return productMarketplaceInfo;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ProductMarketplaceInfo",
"getProductMarketplaceInfo",
"(",
")",
"{",
"return",
"productMarketplaceInfo",
";",
"}"
] | Gets the productMarketplaceInfo value for this Product.
@return productMarketplaceInfo * Marketplace information of this {@code Product}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li></ul></span>
<span class="constraint Requi... | [
"Gets",
"the",
"productMarketplaceInfo",
"value",
"for",
"this",
"Product",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java#L1073-L1075 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java | Product.setProductMarketplaceInfo | public void setProductMarketplaceInfo(com.google.api.ads.admanager.axis.v201808.ProductMarketplaceInfo productMarketplaceInfo) {
this.productMarketplaceInfo = productMarketplaceInfo;
} | java | public void setProductMarketplaceInfo(com.google.api.ads.admanager.axis.v201808.ProductMarketplaceInfo productMarketplaceInfo) {
this.productMarketplaceInfo = productMarketplaceInfo;
} | [
"public",
"void",
"setProductMarketplaceInfo",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ProductMarketplaceInfo",
"productMarketplaceInfo",
")",
"{",
"this",
".",
"productMarketplaceInfo",
"=",
"product... | Sets the productMarketplaceInfo value for this Product.
@param productMarketplaceInfo * Marketplace information of this {@code Product}.
<span class="constraint Applicable">This attribute
is applicable when:<ul><li>using programmatic guaranteed, using sales
management.</li></ul></span>
<span class="constraint Requir... | [
"Sets",
"the",
"productMarketplaceInfo",
"value",
"for",
"this",
"Product",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Product.java#L1088-L1090 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSchedule.java | AdSchedule.getDayOfWeek | public com.google.api.ads.adwords.axis.v201809.cm.DayOfWeek getDayOfWeek() {
return dayOfWeek;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DayOfWeek getDayOfWeek() {
return dayOfWeek;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DayOfWeek",
"getDayOfWeek",
"(",
")",
"{",
"return",
"dayOfWeek",
";",
"}"
] | Gets the dayOfWeek value for this AdSchedule.
@return dayOfWeek * Day of the week the schedule applies to.
<span class="constraint Selectable">This field
can be selected using the value "DayOfWeek".</span>
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API for the foll... | [
"Gets",
"the",
"dayOfWeek",
"value",
"for",
"this",
"AdSchedule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSchedule.java#L150-L152 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSchedule.java | AdSchedule.getStartMinute | public com.google.api.ads.adwords.axis.v201809.cm.MinuteOfHour getStartMinute() {
return startMinute;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.MinuteOfHour getStartMinute() {
return startMinute;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"MinuteOfHour",
"getStartMinute",
"(",
")",
"{",
"return",
"startMinute",
";",
"}"
] | Gets the startMinute value for this AdSchedule.
@return startMinute * Interval starts these minutes after the starting hour.
The value can be 0, 15, 30, and 45.
<span class="constraint Selectable">This field
can be selected using the value "StartMinute".</span>
<span class="constraint ReadOnly">This field is
read on... | [
"Gets",
"the",
"startMinute",
"value",
"for",
"this",
"AdSchedule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSchedule.java#L227-L229 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSchedule.java | AdSchedule.getEndMinute | public com.google.api.ads.adwords.axis.v201809.cm.MinuteOfHour getEndMinute() {
return endMinute;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.MinuteOfHour getEndMinute() {
return endMinute;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"MinuteOfHour",
"getEndMinute",
"(",
")",
"{",
"return",
"endMinute",
";",
"}"
] | Gets the endMinute value for this AdSchedule.
@return endMinute * Interval ends these minutes after the ending hour.
The value can be 0, 15, 30, and 45.
<span class="constraint Selectable">This field
can be selected using the value "EndMinute".</span>
<span class="constraint ReadOnly">This field is
read only and wil... | [
"Gets",
"the",
"endMinute",
"value",
"for",
"this",
"AdSchedule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSchedule.java#L307-L309 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CustomAffinityToken.java | CustomAffinityToken.getTokenType | public com.google.api.ads.adwords.axis.v201809.rm.CustomAffinityTokenTokenType getTokenType() {
return tokenType;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.CustomAffinityTokenTokenType getTokenType() {
return tokenType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"CustomAffinityTokenTokenType",
"getTokenType",
"(",
")",
"{",
"return",
"tokenType",
";",
"}"
] | Gets the tokenType value for this CustomAffinityToken.
@return tokenType * The type of custom affinity token, KEYWORD or URL.
<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",
"tokenType",
"value",
"for",
"this",
"CustomAffinityToken",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CustomAffinityToken.java#L149-L151 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomCreative.java | CustomCreative.getCustomCreativeAssets | public com.google.api.ads.admanager.axis.v201902.CustomCreativeAsset[] getCustomCreativeAssets() {
return customCreativeAssets;
} | java | public com.google.api.ads.admanager.axis.v201902.CustomCreativeAsset[] getCustomCreativeAssets() {
return customCreativeAssets;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"CustomCreativeAsset",
"[",
"]",
"getCustomCreativeAssets",
"(",
")",
"{",
"return",
"customCreativeAssets",
";",
"}"
] | Gets the customCreativeAssets value for this CustomCreative.
@return customCreativeAssets * A list of file assets that are associated with this creative,
and can be
referenced in the snippet. | [
"Gets",
"the",
"customCreativeAssets",
"value",
"for",
"this",
"CustomCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomCreative.java#L171-L173 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomCreative.java | CustomCreative.getLockedOrientation | public com.google.api.ads.admanager.axis.v201902.LockedOrientation getLockedOrientation() {
return lockedOrientation;
} | java | public com.google.api.ads.admanager.axis.v201902.LockedOrientation getLockedOrientation() {
return lockedOrientation;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"LockedOrientation",
"getLockedOrientation",
"(",
")",
"{",
"return",
"lockedOrientation",
";",
"}"
] | Gets the lockedOrientation value for this CustomCreative.
@return lockedOrientation * A locked orientation for this creative to be displayed in. | [
"Gets",
"the",
"lockedOrientation",
"value",
"for",
"this",
"CustomCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomCreative.java#L227-L229 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Budget.java | Budget.getAmount | public com.google.api.ads.adwords.axis.v201809.cm.Money getAmount() {
return amount;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Money getAmount() {
return amount;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Money",
"getAmount",
"(",
")",
"{",
"return",
"amount",
";",
"}"
] | Gets the amount value for this Budget.
@return amount * Amount of budget in the local currency for the account.
This value represents an average daily budget amount;
the actual daily costs might
vary. See <a href="https://support.google.com/adwords/answer/1704443">Charges
and your daily budget</a>.
<span class="con... | [
"Gets",
"the",
"amount",
"value",
"for",
"this",
"Budget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Budget.java#L240-L242 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Budget.java | Budget.getDeliveryMethod | public com.google.api.ads.adwords.axis.v201809.cm.BudgetBudgetDeliveryMethod getDeliveryMethod() {
return deliveryMethod;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.BudgetBudgetDeliveryMethod getDeliveryMethod() {
return deliveryMethod;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"BudgetBudgetDeliveryMethod",
"getDeliveryMethod",
"(",
")",
"{",
"return",
"deliveryMethod",
";",
"}"
] | Gets the deliveryMethod value for this Budget.
@return deliveryMethod * Delivery method for the Budget which determines the rate at
which the
Budget is spent. Defaults to STANDARD and can be changed
through
BudgetService ADD or SET operations.
<span class="constraint ReadOnly">This field is read
only and will be ign... | [
"Gets",
"the",
"deliveryMethod",
"value",
"for",
"this",
"Budget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Budget.java#L277-L279 | train |
googleads/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/AdManagerJaxWsHeaderHandler.java | AdManagerJaxWsHeaderHandler.readHeaderElements | private Map<String, Object> readHeaderElements(AdManagerSession adManagerSession) {
// The order here must match the order of the SoapRequestHeader elements in the WSDL.
Map<String, Object> mapToFill = Maps.newLinkedHashMap();
mapToFill.put("networkCode", adManagerSession.getNetworkCode());
mapToFill.pu... | java | private Map<String, Object> readHeaderElements(AdManagerSession adManagerSession) {
// The order here must match the order of the SoapRequestHeader elements in the WSDL.
Map<String, Object> mapToFill = Maps.newLinkedHashMap();
mapToFill.put("networkCode", adManagerSession.getNetworkCode());
mapToFill.pu... | [
"private",
"Map",
"<",
"String",
",",
"Object",
">",
"readHeaderElements",
"(",
"AdManagerSession",
"adManagerSession",
")",
"{",
"// The order here must match the order of the SoapRequestHeader elements in the WSDL.",
"Map",
"<",
"String",
",",
"Object",
">",
"mapToFill",
... | Creates a map with data from the user's service session which is needed to set Ad Manager SOAP
headers.
@param adManagerSession the user's session object
@return a map of HTTP header names to values | [
"Creates",
"a",
"map",
"with",
"data",
"from",
"the",
"user",
"s",
"service",
"session",
"which",
"is",
"needed",
"to",
"set",
"Ad",
"Manager",
"SOAP",
"headers",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/AdManagerJaxWsHeaderHandler.java#L120-L127 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAdGroupAdLabel | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAdLabel getAdGroupAdLabel() {
return adGroupAdLabel;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAdLabel getAdGroupAdLabel() {
return adGroupAdLabel;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupAdLabel",
"getAdGroupAdLabel",
"(",
")",
"{",
"return",
"adGroupAdLabel",
";",
"}"
] | Gets the adGroupAdLabel value for this Operand.
@return adGroupAdLabel | [
"Gets",
"the",
"adGroupAdLabel",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L168-L170 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAdGroupAd | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAd getAdGroupAd() {
return adGroupAd;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupAd getAdGroupAd() {
return adGroupAd;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupAd",
"getAdGroupAd",
"(",
")",
"{",
"return",
"adGroupAd",
";",
"}"
] | Gets the adGroupAd value for this Operand.
@return adGroupAd | [
"Gets",
"the",
"adGroupAd",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L188-L190 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.setAdGroupBidModifier | public void setAdGroupBidModifier(com.google.api.ads.adwords.axis.v201809.cm.AdGroupBidModifier adGroupBidModifier) {
this.adGroupBidModifier = adGroupBidModifier;
} | java | public void setAdGroupBidModifier(com.google.api.ads.adwords.axis.v201809.cm.AdGroupBidModifier adGroupBidModifier) {
this.adGroupBidModifier = adGroupBidModifier;
} | [
"public",
"void",
"setAdGroupBidModifier",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupBidModifier",
"adGroupBidModifier",
")",
"{",
"this",
".",
"adGroupBidModifier",
"=",
"adGroupBid... | Sets the adGroupBidModifier value for this Operand.
@param adGroupBidModifier | [
"Sets",
"the",
"adGroupBidModifier",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L218-L220 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAdGroupCriterionLabel | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterionLabel getAdGroupCriterionLabel() {
return adGroupCriterionLabel;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterionLabel getAdGroupCriterionLabel() {
return adGroupCriterionLabel;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupCriterionLabel",
"getAdGroupCriterionLabel",
"(",
")",
"{",
"return",
"adGroupCriterionLabel",
";",
"}"
] | Gets the adGroupCriterionLabel value for this Operand.
@return adGroupCriterionLabel | [
"Gets",
"the",
"adGroupCriterionLabel",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L228-L230 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAdGroupCriterion | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterion getAdGroupCriterion() {
return adGroupCriterion;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterion getAdGroupCriterion() {
return adGroupCriterion;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupCriterion",
"getAdGroupCriterion",
"(",
")",
"{",
"return",
"adGroupCriterion",
";",
"}"
] | Gets the adGroupCriterion value for this Operand.
@return adGroupCriterion | [
"Gets",
"the",
"adGroupCriterion",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L248-L250 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAdGroupExtensionSetting | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupExtensionSetting getAdGroupExtensionSetting() {
return adGroupExtensionSetting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroupExtensionSetting getAdGroupExtensionSetting() {
return adGroupExtensionSetting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupExtensionSetting",
"getAdGroupExtensionSetting",
"(",
")",
"{",
"return",
"adGroupExtensionSetting",
";",
"}"
] | Gets the adGroupExtensionSetting value for this Operand.
@return adGroupExtensionSetting | [
"Gets",
"the",
"adGroupExtensionSetting",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L268-L270 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.setAdGroupLabel | public void setAdGroupLabel(com.google.api.ads.adwords.axis.v201809.cm.AdGroupLabel adGroupLabel) {
this.adGroupLabel = adGroupLabel;
} | java | public void setAdGroupLabel(com.google.api.ads.adwords.axis.v201809.cm.AdGroupLabel adGroupLabel) {
this.adGroupLabel = adGroupLabel;
} | [
"public",
"void",
"setAdGroupLabel",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroupLabel",
"adGroupLabel",
")",
"{",
"this",
".",
"adGroupLabel",
"=",
"adGroupLabel",
";",
"}"
] | Sets the adGroupLabel value for this Operand.
@param adGroupLabel | [
"Sets",
"the",
"adGroupLabel",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L298-L300 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAdGroup | public com.google.api.ads.adwords.axis.v201809.cm.AdGroup getAdGroup() {
return adGroup;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdGroup getAdGroup() {
return adGroup;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdGroup",
"getAdGroup",
"(",
")",
"{",
"return",
"adGroup",
";",
"}"
] | Gets the adGroup value for this Operand.
@return adGroup | [
"Gets",
"the",
"adGroup",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L308-L310 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getAd | public com.google.api.ads.adwords.axis.v201809.cm.Ad getAd() {
return ad;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Ad getAd() {
return ad;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Ad",
"getAd",
"(",
")",
"{",
"return",
"ad",
";",
"}"
] | Gets the ad value for this Operand.
@return ad | [
"Gets",
"the",
"ad",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L328-L330 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getBudget | public com.google.api.ads.adwords.axis.v201809.cm.Budget getBudget() {
return budget;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Budget getBudget() {
return budget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Budget",
"getBudget",
"(",
")",
"{",
"return",
"budget",
";",
"}"
] | Gets the budget value for this Operand.
@return budget | [
"Gets",
"the",
"budget",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L368-L370 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.setCampaignCriterion | public void setCampaignCriterion(com.google.api.ads.adwords.axis.v201809.cm.CampaignCriterion campaignCriterion) {
this.campaignCriterion = campaignCriterion;
} | java | public void setCampaignCriterion(com.google.api.ads.adwords.axis.v201809.cm.CampaignCriterion campaignCriterion) {
this.campaignCriterion = campaignCriterion;
} | [
"public",
"void",
"setCampaignCriterion",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CampaignCriterion",
"campaignCriterion",
")",
"{",
"this",
".",
"campaignCriterion",
"=",
"campaignCriter... | Sets the campaignCriterion value for this Operand.
@param campaignCriterion | [
"Sets",
"the",
"campaignCriterion",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L398-L400 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getCampaignExtensionSetting | public com.google.api.ads.adwords.axis.v201809.cm.CampaignExtensionSetting getCampaignExtensionSetting() {
return campaignExtensionSetting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CampaignExtensionSetting getCampaignExtensionSetting() {
return campaignExtensionSetting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CampaignExtensionSetting",
"getCampaignExtensionSetting",
"(",
")",
"{",
"return",
"campaignExtensionSetting",
";",
"}"
] | Gets the campaignExtensionSetting value for this Operand.
@return campaignExtensionSetting | [
"Gets",
"the",
"campaignExtensionSetting",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L408-L410 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getCampaignLabel | public com.google.api.ads.adwords.axis.v201809.cm.CampaignLabel getCampaignLabel() {
return campaignLabel;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CampaignLabel getCampaignLabel() {
return campaignLabel;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CampaignLabel",
"getCampaignLabel",
"(",
")",
"{",
"return",
"campaignLabel",
";",
"}"
] | Gets the campaignLabel value for this Operand.
@return campaignLabel | [
"Gets",
"the",
"campaignLabel",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L428-L430 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getCampaignSharedSet | public com.google.api.ads.adwords.axis.v201809.cm.CampaignSharedSet getCampaignSharedSet() {
return campaignSharedSet;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CampaignSharedSet getCampaignSharedSet() {
return campaignSharedSet;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CampaignSharedSet",
"getCampaignSharedSet",
"(",
")",
"{",
"return",
"campaignSharedSet",
";",
"}"
] | Gets the campaignSharedSet value for this Operand.
@return campaignSharedSet | [
"Gets",
"the",
"campaignSharedSet",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L448-L450 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.setCampaign | public void setCampaign(com.google.api.ads.adwords.axis.v201809.cm.Campaign campaign) {
this.campaign = campaign;
} | java | public void setCampaign(com.google.api.ads.adwords.axis.v201809.cm.Campaign campaign) {
this.campaign = campaign;
} | [
"public",
"void",
"setCampaign",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Campaign",
"campaign",
")",
"{",
"this",
".",
"campaign",
"=",
"campaign",
";",
"}"
] | Sets the campaign value for this Operand.
@param campaign | [
"Sets",
"the",
"campaign",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L478-L480 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getCustomerExtensionSetting | public com.google.api.ads.adwords.axis.v201809.cm.CustomerExtensionSetting getCustomerExtensionSetting() {
return customerExtensionSetting;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CustomerExtensionSetting getCustomerExtensionSetting() {
return customerExtensionSetting;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CustomerExtensionSetting",
"getCustomerExtensionSetting",
"(",
")",
"{",
"return",
"customerExtensionSetting",
";",
"}"
] | Gets the customerExtensionSetting value for this Operand.
@return customerExtensionSetting | [
"Gets",
"the",
"customerExtensionSetting",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L488-L490 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getExtensionFeedItem | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionFeedItem getExtensionFeedItem() {
return extensionFeedItem;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ExtensionFeedItem getExtensionFeedItem() {
return extensionFeedItem;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ExtensionFeedItem",
"getExtensionFeedItem",
"(",
")",
"{",
"return",
"extensionFeedItem",
";",
"}"
] | Gets the extensionFeedItem value for this Operand.
@return extensionFeedItem | [
"Gets",
"the",
"extensionFeedItem",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L508-L510 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getFeedItemTarget | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemTarget getFeedItemTarget() {
return feedItemTarget;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.FeedItemTarget getFeedItemTarget() {
return feedItemTarget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItemTarget",
"getFeedItemTarget",
"(",
")",
"{",
"return",
"feedItemTarget",
";",
"}"
] | Gets the feedItemTarget value for this Operand.
@return feedItemTarget | [
"Gets",
"the",
"feedItemTarget",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L528-L530 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.setFeedItem | public void setFeedItem(com.google.api.ads.adwords.axis.v201809.cm.FeedItem feedItem) {
this.feedItem = feedItem;
} | java | public void setFeedItem(com.google.api.ads.adwords.axis.v201809.cm.FeedItem feedItem) {
this.feedItem = feedItem;
} | [
"public",
"void",
"setFeedItem",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"FeedItem",
"feedItem",
")",
"{",
"this",
".",
"feedItem",
"=",
"feedItem",
";",
"}"
] | Sets the feedItem value for this Operand.
@param feedItem | [
"Sets",
"the",
"feedItem",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L558-L560 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getLabel | public com.google.api.ads.adwords.axis.v201809.cm.Label getLabel() {
return label;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Label getLabel() {
return label;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Label",
"getLabel",
"(",
")",
"{",
"return",
"label",
";",
"}"
] | Gets the label value for this Operand.
@return label | [
"Gets",
"the",
"label",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L568-L570 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getMedia | public com.google.api.ads.adwords.axis.v201809.cm.Media getMedia() {
return media;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Media getMedia() {
return media;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Media",
"getMedia",
"(",
")",
"{",
"return",
"media",
";",
"}"
] | Gets the media value for this Operand.
@return media | [
"Gets",
"the",
"media",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L588-L590 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.getSharedCriterion | public com.google.api.ads.adwords.axis.v201809.cm.SharedCriterion getSharedCriterion() {
return sharedCriterion;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.SharedCriterion getSharedCriterion() {
return sharedCriterion;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SharedCriterion",
"getSharedCriterion",
"(",
")",
"{",
"return",
"sharedCriterion",
";",
"}"
] | Gets the sharedCriterion value for this Operand.
@return sharedCriterion | [
"Gets",
"the",
"sharedCriterion",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L608-L610 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java | Operand.setSharedSet | public void setSharedSet(com.google.api.ads.adwords.axis.v201809.cm.SharedSet sharedSet) {
this.sharedSet = sharedSet;
} | java | public void setSharedSet(com.google.api.ads.adwords.axis.v201809.cm.SharedSet sharedSet) {
this.sharedSet = sharedSet;
} | [
"public",
"void",
"setSharedSet",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"SharedSet",
"sharedSet",
")",
"{",
"this",
".",
"sharedSet",
"=",
"sharedSet",
";",
"}"
] | Sets the sharedSet value for this Operand.
@param sharedSet | [
"Sets",
"the",
"sharedSet",
"value",
"for",
"this",
"Operand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Operand.java#L638-L640 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ImageAd.java | ImageAd.getImage | public com.google.api.ads.adwords.axis.v201809.cm.Image getImage() {
return image;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Image getImage() {
return image;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Image",
"getImage",
"(",
")",
"{",
"return",
"image",
";",
"}"
] | Gets the image value for this ImageAd.
@return image * The image data for the ad. | [
"Gets",
"the",
"image",
"value",
"for",
"this",
"ImageAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ImageAd.java#L127-L129 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Team.java | Team.getTeamAccessType | public com.google.api.ads.admanager.axis.v201902.TeamAccessType getTeamAccessType() {
return teamAccessType;
} | java | public com.google.api.ads.admanager.axis.v201902.TeamAccessType getTeamAccessType() {
return teamAccessType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TeamAccessType",
"getTeamAccessType",
"(",
")",
"{",
"return",
"teamAccessType",
";",
"}"
] | Gets the teamAccessType value for this Team.
@return teamAccessType * The default access to orders, for users on this team. | [
"Gets",
"the",
"teamAccessType",
"value",
"for",
"this",
"Team",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Team.java#L254-L256 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Team.java | Team.setTeamAccessType | public void setTeamAccessType(com.google.api.ads.admanager.axis.v201902.TeamAccessType teamAccessType) {
this.teamAccessType = teamAccessType;
} | java | public void setTeamAccessType(com.google.api.ads.admanager.axis.v201902.TeamAccessType teamAccessType) {
this.teamAccessType = teamAccessType;
} | [
"public",
"void",
"setTeamAccessType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"TeamAccessType",
"teamAccessType",
")",
"{",
"this",
".",
"teamAccessType",
"=",
"teamAccessType",
";",
"}"
] | Sets the teamAccessType value for this Team.
@param teamAccessType * The default access to orders, for users on this team. | [
"Sets",
"the",
"teamAccessType",
"value",
"for",
"this",
"Team",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Team.java#L264-L266 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterionOperation.java | AdGroupCriterionOperation.getExemptionRequests | public com.google.api.ads.adwords.axis.v201809.cm.ExemptionRequest[] getExemptionRequests() {
return exemptionRequests;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ExemptionRequest[] getExemptionRequests() {
return exemptionRequests;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ExemptionRequest",
"[",
"]",
"getExemptionRequests",
"(",
")",
"{",
"return",
"exemptionRequests",
";",
"}"
] | Gets the exemptionRequests value for this AdGroupCriterionOperation.
@return exemptionRequests * List of exemption requests for policy violations flagged by
this criterion.
<p>Only set this field when adding criteria that
trigger policy violations
for which you wish to get exemptions for. | [
"Gets",
"the",
"exemptionRequests",
"value",
"for",
"this",
"AdGroupCriterionOperation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdGroupCriterionOperation.java#L106-L108 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TimeOfDay.java | TimeOfDay.setMinute | public void setMinute(com.google.api.ads.admanager.axis.v201811.MinuteOfHour minute) {
this.minute = minute;
} | java | public void setMinute(com.google.api.ads.admanager.axis.v201811.MinuteOfHour minute) {
this.minute = minute;
} | [
"public",
"void",
"setMinute",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"MinuteOfHour",
"minute",
")",
"{",
"this",
".",
"minute",
"=",
"minute",
";",
"}"
] | Sets the minute value for this TimeOfDay.
@param minute * Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported.
This
field is required. | [
"Sets",
"the",
"minute",
"value",
"for",
"this",
"TimeOfDay",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/TimeOfDay.java#L101-L103 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/MutateMembersOperand.java | MutateMembersOperand.getMembersList | public com.google.api.ads.adwords.axis.v201809.rm.Member[] getMembersList() {
return membersList;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.Member[] getMembersList() {
return membersList;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"Member",
"[",
"]",
"getMembersList",
"(",
")",
"{",
"return",
"membersList",
";",
"}"
] | Gets the membersList value for this MutateMembersOperand.
@return membersList * A list of members to be added or removed.
<p>If {@link #removeAll} is {@code true}, this list
must be {@code null} or empty. Otherwise,
this field is required and there must be at least
one member.
<span class="constraint CollectionSize... | [
"Gets",
"the",
"membersList",
"value",
"for",
"this",
"MutateMembersOperand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/MutateMembersOperand.java#L141-L143 | train |
googleads/googleads-java-lib | examples/admanager_axis/src/main/java/admanager/axis/v201902/customtargetingservice/GetAllCustomTargetingKeysAndValues.java | GetAllCustomTargetingKeysAndValues.getAllCustomTargetingKeyIds | private static List<Long> getAllCustomTargetingKeyIds(
AdManagerServices adManagerServices, AdManagerSession session) throws RemoteException {
List<Long> customTargetingKeyIds = new ArrayList<>();
// Get the CustomTargetingService.
CustomTargetingServiceInterface customTargetingService =
adMa... | java | private static List<Long> getAllCustomTargetingKeyIds(
AdManagerServices adManagerServices, AdManagerSession session) throws RemoteException {
List<Long> customTargetingKeyIds = new ArrayList<>();
// Get the CustomTargetingService.
CustomTargetingServiceInterface customTargetingService =
adMa... | [
"private",
"static",
"List",
"<",
"Long",
">",
"getAllCustomTargetingKeyIds",
"(",
"AdManagerServices",
"adManagerServices",
",",
"AdManagerSession",
"session",
")",
"throws",
"RemoteException",
"{",
"List",
"<",
"Long",
">",
"customTargetingKeyIds",
"=",
"new",
"Arra... | Gets all custom targeting key IDs. | [
"Gets",
"all",
"custom",
"targeting",
"key",
"IDs",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/admanager_axis/src/main/java/admanager/axis/v201902/customtargetingservice/GetAllCustomTargetingKeysAndValues.java#L111-L150 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.