repo
stringlengths
7
58
path
stringlengths
12
218
func_name
stringlengths
3
140
original_string
stringlengths
73
34.1k
language
stringclasses
1 value
code
stringlengths
73
34.1k
code_tokens
list
docstring
stringlengths
3
16k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
105
339
partition
stringclasses
1 value
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java
Targeting.setInventoryTargeting
public void setInventoryTargeting(com.google.api.ads.admanager.axis.v201805.InventoryTargeting inventoryTargeting) { this.inventoryTargeting = inventoryTargeting; }
java
public void setInventoryTargeting(com.google.api.ads.admanager.axis.v201805.InventoryTargeting inventoryTargeting) { this.inventoryTargeting = inventoryTargeting; }
[ "public", "void", "setInventoryTargeting", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "InventoryTargeting", "inventoryTargeting", ")", "{", "this", ".", "inventoryTargeting", "=", "inventoryTargeting", ...
Sets the inventoryTargeting value for this Targeting. @param inventoryTargeting * Specifies what inventory is targeted by the {@link LineItem}. This attribute is required. The line item must target at least one ad unit or placement.
[ "Sets", "the", "inventoryTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java#L193-L195
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java
Targeting.getDayPartTargeting
public com.google.api.ads.admanager.axis.v201805.DayPartTargeting getDayPartTargeting() { return dayPartTargeting; }
java
public com.google.api.ads.admanager.axis.v201805.DayPartTargeting getDayPartTargeting() { return dayPartTargeting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "DayPartTargeting", "getDayPartTargeting", "(", ")", "{", "return", "dayPartTargeting", ";", "}" ]
Gets the dayPartTargeting value for this Targeting. @return dayPartTargeting * Specifies the days of the week and times that are targeted by the {@link LineItem}. This attribute is optional.
[ "Gets", "the", "dayPartTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java#L205-L207
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java
Targeting.setDayPartTargeting
public void setDayPartTargeting(com.google.api.ads.admanager.axis.v201805.DayPartTargeting dayPartTargeting) { this.dayPartTargeting = dayPartTargeting; }
java
public void setDayPartTargeting(com.google.api.ads.admanager.axis.v201805.DayPartTargeting dayPartTargeting) { this.dayPartTargeting = dayPartTargeting; }
[ "public", "void", "setDayPartTargeting", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "DayPartTargeting", "dayPartTargeting", ")", "{", "this", ".", "dayPartTargeting", "=", "dayPartTargeting", ";", "}"...
Sets the dayPartTargeting value for this Targeting. @param dayPartTargeting * Specifies the days of the week and times that are targeted by the {@link LineItem}. This attribute is optional.
[ "Sets", "the", "dayPartTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java#L217-L219
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java
Targeting.getUserDomainTargeting
public com.google.api.ads.admanager.axis.v201805.UserDomainTargeting getUserDomainTargeting() { return userDomainTargeting; }
java
public com.google.api.ads.admanager.axis.v201805.UserDomainTargeting getUserDomainTargeting() { return userDomainTargeting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "UserDomainTargeting", "getUserDomainTargeting", "(", ")", "{", "return", "userDomainTargeting", ";", "}" ]
Gets the userDomainTargeting value for this Targeting. @return userDomainTargeting * Specifies the domains or subdomains that are targeted or excluded by the {@link LineItem}. Users visiting from an IP address associated with those domains will be targeted or excluded. This attribute is optional.
[ "Gets", "the", "userDomainTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java#L352-L354
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java
Targeting.setUserDomainTargeting
public void setUserDomainTargeting(com.google.api.ads.admanager.axis.v201805.UserDomainTargeting userDomainTargeting) { this.userDomainTargeting = userDomainTargeting; }
java
public void setUserDomainTargeting(com.google.api.ads.admanager.axis.v201805.UserDomainTargeting userDomainTargeting) { this.userDomainTargeting = userDomainTargeting; }
[ "public", "void", "setUserDomainTargeting", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "UserDomainTargeting", "userDomainTargeting", ")", "{", "this", ".", "userDomainTargeting", "=", "userDomainTargeting...
Sets the userDomainTargeting value for this Targeting. @param userDomainTargeting * Specifies the domains or subdomains that are targeted or excluded by the {@link LineItem}. Users visiting from an IP address associated with those domains will be targeted or excluded. This attribute is optional.
[ "Sets", "the", "userDomainTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java#L367-L369
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java
Targeting.getContentTargeting
public com.google.api.ads.admanager.axis.v201805.ContentTargeting getContentTargeting() { return contentTargeting; }
java
public com.google.api.ads.admanager.axis.v201805.ContentTargeting getContentTargeting() { return contentTargeting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "ContentTargeting", "getContentTargeting", "(", ")", "{", "return", "contentTargeting", ";", "}" ]
Gets the contentTargeting value for this Targeting. @return contentTargeting * Specifies the video categories and individual videos targeted by the {@link LineItem}.
[ "Gets", "the", "contentTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Targeting.java#L379-L381
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerServiceError.java
ManagedCustomerServiceError.getReason
public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomerServiceErrorReason getReason() { return reason; }
java
public com.google.api.ads.adwords.axis.v201809.mcm.ManagedCustomerServiceErrorReason getReason() { return reason; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "mcm", ".", "ManagedCustomerServiceErrorReason", "getReason", "(", ")", "{", "return", "reason", ";", "}" ]
Gets the reason value for this ManagedCustomerServiceError. @return reason
[ "Gets", "the", "reason", "value", "for", "this", "ManagedCustomerServiceError", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ManagedCustomerServiceError.java#L74-L76
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CmsMetadataValue.java
CmsMetadataValue.setKey
public void setKey(com.google.api.ads.admanager.axis.v201902.CmsMetadataKey key) { this.key = key; }
java
public void setKey(com.google.api.ads.admanager.axis.v201902.CmsMetadataKey key) { this.key = key; }
[ "public", "void", "setKey", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CmsMetadataKey", "key", ")", "{", "this", ".", "key", "=", "key", ";", "}" ]
Sets the key value for this CmsMetadataValue. @param key
[ "Sets", "the", "key", "value", "for", "this", "CmsMetadataValue", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CmsMetadataValue.java#L121-L123
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItem.java
ProductPackageItem.getArchiveStatus
public com.google.api.ads.admanager.axis.v201805.ArchiveStatus getArchiveStatus() { return archiveStatus; }
java
public com.google.api.ads.admanager.axis.v201805.ArchiveStatus getArchiveStatus() { return archiveStatus; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "ArchiveStatus", "getArchiveStatus", "(", ")", "{", "return", "archiveStatus", ";", "}" ]
Gets the archiveStatus value for this ProductPackageItem. @return archiveStatus * The archival status of the {@link ProductPackageItem}. <p>This attribute is read-only.
[ "Gets", "the", "archiveStatus", "value", "for", "this", "ProductPackageItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItem.java#L221-L223
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItem.java
ProductPackageItem.setArchiveStatus
public void setArchiveStatus(com.google.api.ads.admanager.axis.v201805.ArchiveStatus archiveStatus) { this.archiveStatus = archiveStatus; }
java
public void setArchiveStatus(com.google.api.ads.admanager.axis.v201805.ArchiveStatus archiveStatus) { this.archiveStatus = archiveStatus; }
[ "public", "void", "setArchiveStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "ArchiveStatus", "archiveStatus", ")", "{", "this", ".", "archiveStatus", "=", "archiveStatus", ";", "}" ]
Sets the archiveStatus value for this ProductPackageItem. @param archiveStatus * The archival status of the {@link ProductPackageItem}. <p>This attribute is read-only.
[ "Sets", "the", "archiveStatus", "value", "for", "this", "ProductPackageItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductPackageItem.java#L233-L235
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/SelectiveOptimization.java
SelectiveOptimization.getConversionTypeIdsOps
public com.google.api.ads.adwords.axis.v201809.cm.ListOperations getConversionTypeIdsOps() { return conversionTypeIdsOps; }
java
public com.google.api.ads.adwords.axis.v201809.cm.ListOperations getConversionTypeIdsOps() { return conversionTypeIdsOps; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "ListOperations", "getConversionTypeIdsOps", "(", ")", "{", "return", "conversionTypeIdsOps", ";", "}" ]
Gets the conversionTypeIdsOps value for this SelectiveOptimization. @return conversionTypeIdsOps * The selected conversion ids ops for selective optimization.
[ "Gets", "the", "conversionTypeIdsOps", "value", "for", "this", "SelectiveOptimization", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/SelectiveOptimization.java#L91-L93
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Targeting.java
Targeting.getTechnologyTargeting
public com.google.api.ads.admanager.axis.v201808.TechnologyTargeting getTechnologyTargeting() { return technologyTargeting; }
java
public com.google.api.ads.admanager.axis.v201808.TechnologyTargeting getTechnologyTargeting() { return technologyTargeting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "TechnologyTargeting", "getTechnologyTargeting", "(", ")", "{", "return", "technologyTargeting", ";", "}" ]
Gets the technologyTargeting value for this Targeting. @return technologyTargeting * Specifies the browsing technologies that are targeted by the {@link LineItem}. This attribute is optional.
[ "Gets", "the", "technologyTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Targeting.java#L242-L244
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Targeting.java
Targeting.getVideoPositionTargeting
public com.google.api.ads.admanager.axis.v201808.VideoPositionTargeting getVideoPositionTargeting() { return videoPositionTargeting; }
java
public com.google.api.ads.admanager.axis.v201808.VideoPositionTargeting getVideoPositionTargeting() { return videoPositionTargeting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "VideoPositionTargeting", "getVideoPositionTargeting", "(", ")", "{", "return", "videoPositionTargeting", ";", "}" ]
Gets the videoPositionTargeting value for this Targeting. @return videoPositionTargeting * Specifies targeting against video position types.
[ "Gets", "the", "videoPositionTargeting", "value", "for", "this", "Targeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Targeting.java#L415-L417
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProgressRule.java
ProgressRule.getEvaluationTime
public com.google.api.ads.admanager.axis.v201808.DateTime getEvaluationTime() { return evaluationTime; }
java
public com.google.api.ads.admanager.axis.v201808.DateTime getEvaluationTime() { return evaluationTime; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "DateTime", "getEvaluationTime", "(", ")", "{", "return", "evaluationTime", ";", "}" ]
Gets the evaluationTime value for this ProgressRule. @return evaluationTime * The {@link DateTime} this rule was evaluated.
[ "Gets", "the", "evaluationTime", "value", "for", "this", "ProgressRule", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProgressRule.java#L145-L147
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProgressRule.java
ProgressRule.setEvaluationTime
public void setEvaluationTime(com.google.api.ads.admanager.axis.v201808.DateTime evaluationTime) { this.evaluationTime = evaluationTime; }
java
public void setEvaluationTime(com.google.api.ads.admanager.axis.v201808.DateTime evaluationTime) { this.evaluationTime = evaluationTime; }
[ "public", "void", "setEvaluationTime", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "DateTime", "evaluationTime", ")", "{", "this", ".", "evaluationTime", "=", "evaluationTime", ";", "}" ]
Sets the evaluationTime value for this ProgressRule. @param evaluationTime * The {@link DateTime} this rule was evaluated.
[ "Sets", "the", "evaluationTime", "value", "for", "this", "ProgressRule", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ProgressRule.java#L155-L157
train
googleads/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/ReportDownloadResponse.java
ReportDownloadResponse.getAsString
public String getAsString() throws IOException { InputStream inputStream = isGzipped() ? new GZIPInputStream(getInputStream()) : getInputStream(); return Streams.readAll(inputStream, rawResponse.getCharset()); }
java
public String getAsString() throws IOException { InputStream inputStream = isGzipped() ? new GZIPInputStream(getInputStream()) : getInputStream(); return Streams.readAll(inputStream, rawResponse.getCharset()); }
[ "public", "String", "getAsString", "(", ")", "throws", "IOException", "{", "InputStream", "inputStream", "=", "isGzipped", "(", ")", "?", "new", "GZIPInputStream", "(", "getInputStream", "(", ")", ")", ":", "getInputStream", "(", ")", ";", "return", "Streams",...
Returns the contents of the response as a String. Inflates the response if it is in one of the gzip formats. @throws IOException if unable to read the response contents
[ "Returns", "the", "contents", "of", "the", "response", "as", "a", "String", ".", "Inflates", "the", "response", "if", "it", "is", "in", "one", "of", "the", "gzip", "formats", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/ReportDownloadResponse.java#L71-L76
train
googleads/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/ReportDownloadResponse.java
ReportDownloadResponse.saveToFile
public void saveToFile(String outputFile) throws FileNotFoundException, IOException { Streams.copy(getInputStream(), new BufferedOutputStream(new FileOutputStream(outputFile))); }
java
public void saveToFile(String outputFile) throws FileNotFoundException, IOException { Streams.copy(getInputStream(), new BufferedOutputStream(new FileOutputStream(outputFile))); }
[ "public", "void", "saveToFile", "(", "String", "outputFile", ")", "throws", "FileNotFoundException", ",", "IOException", "{", "Streams", ".", "copy", "(", "getInputStream", "(", ")", ",", "new", "BufferedOutputStream", "(", "new", "FileOutputStream", "(", "outputF...
Writes the contents of the response to the specified File. @param outputFile the output file to write to @throws FileNotFoundException if unable to write to {@code outputFile} @throws IOException if unable to read the response contents
[ "Writes", "the", "contents", "of", "the", "response", "to", "the", "specified", "File", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/ReportDownloadResponse.java#L85-L87
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomField.java
CustomField.getDataType
public com.google.api.ads.admanager.axis.v201902.CustomFieldDataType getDataType() { return dataType; }
java
public com.google.api.ads.admanager.axis.v201902.CustomFieldDataType getDataType() { return dataType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CustomFieldDataType", "getDataType", "(", ")", "{", "return", "dataType", ";", "}" ]
Gets the dataType value for this CustomField. @return dataType * The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
[ "Gets", "the", "dataType", "value", "for", "this", "CustomField", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomField.java#L225-L227
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomField.java
CustomField.setDataType
public void setDataType(com.google.api.ads.admanager.axis.v201902.CustomFieldDataType dataType) { this.dataType = dataType; }
java
public void setDataType(com.google.api.ads.admanager.axis.v201902.CustomFieldDataType dataType) { this.dataType = dataType; }
[ "public", "void", "setDataType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CustomFieldDataType", "dataType", ")", "{", "this", ".", "dataType", "=", "dataType", ";", "}" ]
Sets the dataType value for this CustomField. @param dataType * The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
[ "Sets", "the", "dataType", "value", "for", "this", "CustomField", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CustomField.java#L238-L240
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/DataUploadResult.java
DataUploadResult.setUploadStatus
public void setUploadStatus(com.google.api.ads.adwords.axis.v201809.rm.UserListUploadStatus uploadStatus) { this.uploadStatus = uploadStatus; }
java
public void setUploadStatus(com.google.api.ads.adwords.axis.v201809.rm.UserListUploadStatus uploadStatus) { this.uploadStatus = uploadStatus; }
[ "public", "void", "setUploadStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "UserListUploadStatus", "uploadStatus", ")", "{", "this", ".", "uploadStatus", "=", "uploadStatus", ";", "}...
Sets the uploadStatus value for this DataUploadResult. @param uploadStatus * Indicates status of the upload operation. Upload operation is triggered when {@link MutateMembersOperand#removeAll removeAll} is not set to true and {@link Operator operator} is "ADD" or "REMOVE".
[ "Sets", "the", "uploadStatus", "value", "for", "this", "DataUploadResult", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/DataUploadResult.java#L84-L86
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/DataUploadResult.java
DataUploadResult.getRemoveAllStatus
public com.google.api.ads.adwords.axis.v201809.rm.UserListUploadStatus getRemoveAllStatus() { return removeAllStatus; }
java
public com.google.api.ads.adwords.axis.v201809.rm.UserListUploadStatus getRemoveAllStatus() { return removeAllStatus; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "UserListUploadStatus", "getRemoveAllStatus", "(", ")", "{", "return", "removeAllStatus", ";", "}" ]
Gets the removeAllStatus value for this DataUploadResult. @return removeAllStatus * Indicates status of the remove-all operation. Remove-all operation is triggered when {@link MutateMembersOperand#removeAll removeAll} is set to true and {@link Operator operator} is "REMOVE".
[ "Gets", "the", "removeAllStatus", "value", "for", "this", "DataUploadResult", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/DataUploadResult.java#L97-L99
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/MobileApplication.java
MobileApplication.setPlatform
public void setPlatform(com.google.api.ads.admanager.axis.v201805.MobileApplicationPlatform platform) { this.platform = platform; }
java
public void setPlatform(com.google.api.ads.admanager.axis.v201805.MobileApplicationPlatform platform) { this.platform = platform; }
[ "public", "void", "setPlatform", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "MobileApplicationPlatform", "platform", ")", "{", "this", ".", "platform", "=", "platform", ";", "}" ]
Sets the platform value for this MobileApplication. @param platform * The platform the mobile application runs on. This attribute is read-only and populated by Google.
[ "Sets", "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/v201805/MobileApplication.java#L309-L311
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CreativePreviewError.java
CreativePreviewError.getReason
public com.google.api.ads.admanager.axis.v201902.CreativePreviewErrorReason getReason() { return reason; }
java
public com.google.api.ads.admanager.axis.v201902.CreativePreviewErrorReason getReason() { return reason; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CreativePreviewErrorReason", "getReason", "(", ")", "{", "return", "reason", ";", "}" ]
Gets the reason value for this CreativePreviewError. @return reason
[ "Gets", "the", "reason", "value", "for", "this", "CreativePreviewError", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CreativePreviewError.java#L65-L67
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CreativePreviewError.java
CreativePreviewError.setReason
public void setReason(com.google.api.ads.admanager.axis.v201902.CreativePreviewErrorReason reason) { this.reason = reason; }
java
public void setReason(com.google.api.ads.admanager.axis.v201902.CreativePreviewErrorReason reason) { this.reason = reason; }
[ "public", "void", "setReason", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CreativePreviewErrorReason", "reason", ")", "{", "this", ".", "reason", "=", "reason", ";", "}" ]
Sets the reason value for this CreativePreviewError. @param reason
[ "Sets", "the", "reason", "value", "for", "this", "CreativePreviewError", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/CreativePreviewError.java#L75-L77
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Feed.java
Feed.getOrigin
public com.google.api.ads.adwords.axis.v201809.cm.FeedOrigin getOrigin() { return origin; }
java
public com.google.api.ads.adwords.axis.v201809.cm.FeedOrigin getOrigin() { return origin; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "FeedOrigin", "getOrigin", "(", ")", "{", "return", "origin", ";", "}" ]
Gets the origin value for this Feed. @return origin * Specifies who manages the {@link FeedAttribute}s for the {@link Feed}. <span class="constraint Selectable">This field can be selected using the value "Origin".</span><span class="constraint Filterable">This field can be filtered on.</span>
[ "Gets", "the", "origin", "value", "for", "this", "Feed", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Feed.java#L283-L285
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Feed.java
Feed.getSystemFeedGenerationData
public com.google.api.ads.adwords.axis.v201809.cm.SystemFeedGenerationData getSystemFeedGenerationData() { return systemFeedGenerationData; }
java
public com.google.api.ads.adwords.axis.v201809.cm.SystemFeedGenerationData getSystemFeedGenerationData() { return systemFeedGenerationData; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "SystemFeedGenerationData", "getSystemFeedGenerationData", "(", ")", "{", "return", "systemFeedGenerationData", ";", "}" ]
Gets the systemFeedGenerationData value for this Feed. @return systemFeedGenerationData * The system data for the Feed. This data specifies information for generating the feed items of the system generated feed. <span class="constraint Selectable">This field can be selected using the value "SystemFeedGenerationData"...
[ "Gets", "the", "systemFeedGenerationData", "value", "for", "this", "Feed", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Feed.java#L311-L313
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.getStartDateTimeType
public com.google.api.ads.admanager.axis.v201902.StartDateTimeType getStartDateTimeType() { return startDateTimeType; }
java
public com.google.api.ads.admanager.axis.v201902.StartDateTimeType getStartDateTimeType() { return startDateTimeType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "StartDateTimeType", "getStartDateTimeType", "(", ")", "{", "return", "startDateTimeType", ";", "}" ]
Gets the startDateTimeType value for this LineItemSummary. @return startDateTimeType * Specifies whether to start serving to the {@code LineItem} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
[ "Gets", "the", "startDateTimeType", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L897-L899
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setStartDateTimeType
public void setStartDateTimeType(com.google.api.ads.admanager.axis.v201902.StartDateTimeType startDateTimeType) { this.startDateTimeType = startDateTimeType; }
java
public void setStartDateTimeType(com.google.api.ads.admanager.axis.v201902.StartDateTimeType startDateTimeType) { this.startDateTimeType = startDateTimeType; }
[ "public", "void", "setStartDateTimeType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "StartDateTimeType", "startDateTimeType", ")", "{", "this", ".", "startDateTimeType", "=", "startDateTimeType", ";", ...
Sets the startDateTimeType value for this LineItemSummary. @param startDateTimeType * Specifies whether to start serving to the {@code LineItem} right away, in an hour, etc. This attribute is optional and defaults to {@link StartDateTimeType#USE_START_DATE_TIME}.
[ "Sets", "the", "startDateTimeType", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L911-L913
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.getDeliveryForecastSource
public com.google.api.ads.admanager.axis.v201902.DeliveryForecastSource getDeliveryForecastSource() { return deliveryForecastSource; }
java
public com.google.api.ads.admanager.axis.v201902.DeliveryForecastSource getDeliveryForecastSource() { return deliveryForecastSource; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "DeliveryForecastSource", "getDeliveryForecastSource", "(", ")", "{", "return", "deliveryForecastSource", ";", "}" ]
Gets the deliveryForecastSource value for this LineItemSummary. @return deliveryForecastSource * Strategy for choosing forecasted traffic shapes to pace line items. This field is optional and defaults to {@link DeliveryForecastSource#HISTORICAL}.
[ "Gets", "the", "deliveryForecastSource", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L1071-L1073
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setDeliveryForecastSource
public void setDeliveryForecastSource(com.google.api.ads.admanager.axis.v201902.DeliveryForecastSource deliveryForecastSource) { this.deliveryForecastSource = deliveryForecastSource; }
java
public void setDeliveryForecastSource(com.google.api.ads.admanager.axis.v201902.DeliveryForecastSource deliveryForecastSource) { this.deliveryForecastSource = deliveryForecastSource; }
[ "public", "void", "setDeliveryForecastSource", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "DeliveryForecastSource", "deliveryForecastSource", ")", "{", "this", ".", "deliveryForecastSource", "=", "deliver...
Sets the deliveryForecastSource value for this LineItemSummary. @param deliveryForecastSource * Strategy for choosing forecasted traffic shapes to pace line items. This field is optional and defaults to {@link DeliveryForecastSource#HISTORICAL}.
[ "Sets", "the", "deliveryForecastSource", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L1083-L1085
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setValueCostPerUnit
public void setValueCostPerUnit(com.google.api.ads.admanager.axis.v201902.Money valueCostPerUnit) { this.valueCostPerUnit = valueCostPerUnit; }
java
public void setValueCostPerUnit(com.google.api.ads.admanager.axis.v201902.Money valueCostPerUnit) { this.valueCostPerUnit = valueCostPerUnit; }
[ "public", "void", "setValueCostPerUnit", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "Money", "valueCostPerUnit", ")", "{", "this", ".", "valueCostPerUnit", "=", "valueCostPerUnit", ";", "}" ]
Sets the valueCostPerUnit value for this LineItemSummary. @param valueCostPerUnit * An amount to help the adserver rank inventory. {@link LineItem#valueCostPerUnit} artificially raises the value of inventory over the {@link LineItem#costPerUnit} but avoids raising the actual {@link LineItem#costPerUnit}. This attrib...
[ "Sets", "the", "valueCostPerUnit", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L1373-L1375
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setCostType
public void setCostType(com.google.api.ads.admanager.axis.v201902.CostType costType) { this.costType = costType; }
java
public void setCostType(com.google.api.ads.admanager.axis.v201902.CostType costType) { this.costType = costType; }
[ "public", "void", "setCostType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CostType", "costType", ")", "{", "this", ".", "costType", "=", "costType", ";", "}" ]
Sets the costType value for this LineItemSummary. @param costType * The method used for billing this {@code LineItem}. This attribute is required.
[ "Sets", "the", "costType", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L1397-L1399
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.getDiscountType
public com.google.api.ads.admanager.axis.v201902.LineItemDiscountType getDiscountType() { return discountType; }
java
public com.google.api.ads.admanager.axis.v201902.LineItemDiscountType getDiscountType() { return discountType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "LineItemDiscountType", "getDiscountType", "(", ")", "{", "return", "discountType", ";", "}" ]
Gets the discountType value for this LineItemSummary. @return discountType * The type of discount being applied to a {@code LineItem}, either percentage based or absolute. This attribute is optional and defaults to {@link LineItemDiscountType#PERCENTAGE}.
[ "Gets", "the", "discountType", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L1411-L1413
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setSetTopBoxDisplayInfo
public void setSetTopBoxDisplayInfo(com.google.api.ads.admanager.axis.v201902.SetTopBoxInfo setTopBoxDisplayInfo) { this.setTopBoxDisplayInfo = setTopBoxDisplayInfo; }
java
public void setSetTopBoxDisplayInfo(com.google.api.ads.admanager.axis.v201902.SetTopBoxInfo setTopBoxDisplayInfo) { this.setTopBoxDisplayInfo = setTopBoxDisplayInfo; }
[ "public", "void", "setSetTopBoxDisplayInfo", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "SetTopBoxInfo", "setTopBoxDisplayInfo", ")", "{", "this", ".", "setTopBoxDisplayInfo", "=", "setTopBoxDisplayInfo",...
Sets the setTopBoxDisplayInfo value for this LineItemSummary. @param setTopBoxDisplayInfo * Additional information for set-top box enabled line items. This attribute is optional and only meaningful when {@link #isSetTopBoxEnabled} is {@code true}.
[ "Sets", "the", "setTopBoxDisplayInfo", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L2445-L2447
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.getPrimaryGoal
public com.google.api.ads.admanager.axis.v201902.Goal getPrimaryGoal() { return primaryGoal; }
java
public com.google.api.ads.admanager.axis.v201902.Goal getPrimaryGoal() { return primaryGoal; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "Goal", "getPrimaryGoal", "(", ")", "{", "return", "primaryGoal", ";", "}" ]
Gets the primaryGoal value for this LineItemSummary. @return primaryGoal * The primary goal that this {@code LineItem} is associated with, which is used in its pacing and budgeting.
[ "Gets", "the", "primaryGoal", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L2511-L2513
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setGrpSettings
public void setGrpSettings(com.google.api.ads.admanager.axis.v201902.GrpSettings grpSettings) { this.grpSettings = grpSettings; }
java
public void setGrpSettings(com.google.api.ads.admanager.axis.v201902.GrpSettings grpSettings) { this.grpSettings = grpSettings; }
[ "public", "void", "setGrpSettings", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "GrpSettings", "grpSettings", ")", "{", "this", ".", "grpSettings", "=", "grpSettings", ";", "}" ]
Sets the grpSettings value for this LineItemSummary. @param grpSettings * Contains the information for a line item which has a target GRP demographic.
[ "Sets", "the", "grpSettings", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L2585-L2587
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.getChildContentEligibility
public com.google.api.ads.admanager.axis.v201902.ChildContentEligibility getChildContentEligibility() { return childContentEligibility; }
java
public com.google.api.ads.admanager.axis.v201902.ChildContentEligibility getChildContentEligibility() { return childContentEligibility; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ChildContentEligibility", "getChildContentEligibility", "(", ")", "{", "return", "childContentEligibility", ";", "}" ]
Gets the childContentEligibility value for this LineItemSummary. @return childContentEligibility * Child content eligibility designation for this line item. <p>This field is optional and defaults to {@link ChildContentEligibility#DISALLOWED}.
[ "Gets", "the", "childContentEligibility", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L2663-L2665
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java
LineItemSummary.setChildContentEligibility
public void setChildContentEligibility(com.google.api.ads.admanager.axis.v201902.ChildContentEligibility childContentEligibility) { this.childContentEligibility = childContentEligibility; }
java
public void setChildContentEligibility(com.google.api.ads.admanager.axis.v201902.ChildContentEligibility childContentEligibility) { this.childContentEligibility = childContentEligibility; }
[ "public", "void", "setChildContentEligibility", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ChildContentEligibility", "childContentEligibility", ")", "{", "this", ".", "childContentEligibility", "=", "chi...
Sets the childContentEligibility value for this LineItemSummary. @param childContentEligibility * Child content eligibility designation for this line item. <p>This field is optional and defaults to {@link ChildContentEligibility#DISALLOWED}.
[ "Sets", "the", "childContentEligibility", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/LineItemSummary.java#L2675-L2677
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignAdsPolicyDecisions.java
UniversalAppCampaignAdsPolicyDecisions.getUniversalAppCampaignAsset
public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppCampaignAsset getUniversalAppCampaignAsset() { return universalAppCampaignAsset; }
java
public com.google.api.ads.adwords.axis.v201809.cm.UniversalAppCampaignAsset getUniversalAppCampaignAsset() { return universalAppCampaignAsset; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "UniversalAppCampaignAsset", "getUniversalAppCampaignAsset", "(", ")", "{", "return", "universalAppCampaignAsset", ";", "}" ]
Gets the universalAppCampaignAsset value for this UniversalAppCampaignAdsPolicyDecisions. @return universalAppCampaignAsset * Used to identify assets that are associated with the Ads Policy decisions.
[ "Gets", "the", "universalAppCampaignAsset", "value", "for", "this", "UniversalAppCampaignAdsPolicyDecisions", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/UniversalAppCampaignAdsPolicyDecisions.java#L75-L77
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSharingError.java
AdSharingError.getSharedAdError
public com.google.api.ads.adwords.axis.v201809.cm.ApiError getSharedAdError() { return sharedAdError; }
java
public com.google.api.ads.adwords.axis.v201809.cm.ApiError getSharedAdError() { return sharedAdError; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "ApiError", "getSharedAdError", "(", ")", "{", "return", "sharedAdError", ";", "}" ]
Gets the sharedAdError value for this AdSharingError. @return sharedAdError
[ "Gets", "the", "sharedAdError", "value", "for", "this", "AdSharingError", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdSharingError.java#L95-L97
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/BandwidthGroupTargeting.java
BandwidthGroupTargeting.getBandwidthGroups
public com.google.api.ads.admanager.axis.v201808.Technology[] getBandwidthGroups() { return bandwidthGroups; }
java
public com.google.api.ads.admanager.axis.v201808.Technology[] getBandwidthGroups() { return bandwidthGroups; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "Technology", "[", "]", "getBandwidthGroups", "(", ")", "{", "return", "bandwidthGroups", ";", "}" ]
Gets the bandwidthGroups value for this BandwidthGroupTargeting. @return bandwidthGroups * The bandwidth groups that are being targeted or excluded by the {@link LineItem}.
[ "Gets", "the", "bandwidthGroups", "value", "for", "this", "BandwidthGroupTargeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/BandwidthGroupTargeting.java#L91-L93
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/BandwidthGroupTargeting.java
BandwidthGroupTargeting.setBandwidthGroups
public void setBandwidthGroups(com.google.api.ads.admanager.axis.v201808.Technology[] bandwidthGroups) { this.bandwidthGroups = bandwidthGroups; }
java
public void setBandwidthGroups(com.google.api.ads.admanager.axis.v201808.Technology[] bandwidthGroups) { this.bandwidthGroups = bandwidthGroups; }
[ "public", "void", "setBandwidthGroups", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "Technology", "[", "]", "bandwidthGroups", ")", "{", "this", ".", "bandwidthGroups", "=", "bandwidthGroups", ";", ...
Sets the bandwidthGroups value for this BandwidthGroupTargeting. @param bandwidthGroups * The bandwidth groups that are being targeted or excluded by the {@link LineItem}.
[ "Sets", "the", "bandwidthGroups", "value", "for", "this", "BandwidthGroupTargeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/BandwidthGroupTargeting.java#L103-L105
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CreativeTemplate.java
CreativeTemplate.getVariables
public com.google.api.ads.admanager.axis.v201811.CreativeTemplateVariable[] getVariables() { return variables; }
java
public com.google.api.ads.admanager.axis.v201811.CreativeTemplateVariable[] getVariables() { return variables; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CreativeTemplateVariable", "[", "]", "getVariables", "(", ")", "{", "return", "variables", ";", "}" ]
Gets the variables value for this CreativeTemplate. @return variables * The list of creative template variables. This attribute is required.
[ "Gets", "the", "variables", "value", "for", "this", "CreativeTemplate", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CreativeTemplate.java#L199-L201
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdWordsConversionTracker.java
AdWordsConversionTracker.getTrackingCodeType
public com.google.api.ads.adwords.axis.v201809.cm.AdWordsConversionTrackerTrackingCodeType getTrackingCodeType() { return trackingCodeType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.AdWordsConversionTrackerTrackingCodeType getTrackingCodeType() { return trackingCodeType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "AdWordsConversionTrackerTrackingCodeType", "getTrackingCodeType", "(", ")", "{", "return", "trackingCodeType", ";", "}" ]
Gets the trackingCodeType value for this AdWordsConversionTracker. @return trackingCodeType * Tracking code to use for the conversion type. <span class="constraint Selectable">This field can be selected using the value "TrackingCodeType".</span><span class="constraint Filterable">This field can be filtered on.</span...
[ "Gets", "the", "trackingCodeType", "value", "for", "this", "AdWordsConversionTracker", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdWordsConversionTracker.java#L120-L122
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MobileDevice.java
MobileDevice.getDeviceType
public com.google.api.ads.adwords.axis.v201809.cm.MobileDeviceDeviceType getDeviceType() { return deviceType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.MobileDeviceDeviceType getDeviceType() { return deviceType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "MobileDeviceDeviceType", "getDeviceType", "(", ")", "{", "return", "deviceType", ";", "}" ]
Gets the deviceType value for this MobileDevice. @return deviceType * <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "deviceType", "value", "for", "this", "MobileDevice", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/MobileDevice.java#L136-L138
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CmsMetadataCriteria.java
CmsMetadataCriteria.getOperator
public com.google.api.ads.admanager.axis.v201811.CmsMetadataCriteriaComparisonOperator getOperator() { return operator; }
java
public com.google.api.ads.admanager.axis.v201811.CmsMetadataCriteriaComparisonOperator getOperator() { return operator; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CmsMetadataCriteriaComparisonOperator", "getOperator", "(", ")", "{", "return", "operator", ";", "}" ]
Gets the operator value for this CmsMetadataCriteria. @return operator * The comparison operator. This attribute is required.
[ "Gets", "the", "operator", "value", "for", "this", "CmsMetadataCriteria", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CmsMetadataCriteria.java#L62-L64
train
googleads/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/AdsUtilityRegistry.java
AdsUtilityRegistry.popRegisteredUtilities
public Set<AdsUtility> popRegisteredUtilities() { // Detach and return, so we don't have to make a copy. Set<AdsUtility> result = Collections.unmodifiableSet(adsUtilities); adsUtilities = Collections.newSetFromMap(new ConcurrentHashMap<AdsUtility, Boolean>()); return result; }
java
public Set<AdsUtility> popRegisteredUtilities() { // Detach and return, so we don't have to make a copy. Set<AdsUtility> result = Collections.unmodifiableSet(adsUtilities); adsUtilities = Collections.newSetFromMap(new ConcurrentHashMap<AdsUtility, Boolean>()); return result; }
[ "public", "Set", "<", "AdsUtility", ">", "popRegisteredUtilities", "(", ")", "{", "// Detach and return, so we don't have to make a copy.", "Set", "<", "AdsUtility", ">", "result", "=", "Collections", ".", "unmodifiableSet", "(", "adsUtilities", ")", ";", "adsUtilities"...
Returns all utilities in the registry and clears the registry.
[ "Returns", "all", "utilities", "in", "the", "registry", "and", "clears", "the", "registry", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/AdsUtilityRegistry.java#L56-L61
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpcBid.java
CpcBid.getBid
public com.google.api.ads.adwords.axis.v201809.cm.Money getBid() { return bid; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Money getBid() { return bid; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Money", "getBid", "(", ")", "{", "return", "bid", ";", "}" ]
Gets the bid value for this CpcBid. @return bid * Max CPC (cost per click) bid. At the ad group level, this represents the default bid applicable for <ul><li>keyword targeting on search network.</li> <li>keywords & placements for content targeting.</li></ul> At the ad group criteria level, this is the max cpc bid.
[ "Gets", "the", "bid", "value", "for", "this", "CpcBid", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpcBid.java#L79-L81
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpcBid.java
CpcBid.getCpcBidSource
public com.google.api.ads.adwords.axis.v201809.cm.BidSource getCpcBidSource() { return cpcBidSource; }
java
public com.google.api.ads.adwords.axis.v201809.cm.BidSource getCpcBidSource() { return cpcBidSource; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "BidSource", "getCpcBidSource", "(", ")", "{", "return", "cpcBidSource", ";", "}" ]
Gets the cpcBidSource value for this CpcBid. @return cpcBidSource * The level (ad group or criterion) at which the bid was set. This is applicable only at the criteria level. <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "cpcBidSource", "value", "for", "this", "CpcBid", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CpcBid.java#L109-L111
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItemConstraints.java
ProposalLineItemConstraints.getBuiltInCreativeRotationType
public com.google.api.ads.admanager.axis.v201811.CreativeRotationType getBuiltInCreativeRotationType() { return builtInCreativeRotationType; }
java
public com.google.api.ads.admanager.axis.v201811.CreativeRotationType getBuiltInCreativeRotationType() { return builtInCreativeRotationType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CreativeRotationType", "getBuiltInCreativeRotationType", "(", ")", "{", "return", "builtInCreativeRotationType", ";", "}" ]
Gets the builtInCreativeRotationType value for this ProposalLineItemConstraints. @return builtInCreativeRotationType * The built-in creative rotation type for the created {@link ProposalLineItem}. <p>This attribute is read-only.
[ "Gets", "the", "builtInCreativeRotationType", "value", "for", "this", "ProposalLineItemConstraints", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItemConstraints.java#L246-L248
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItemConstraints.java
ProposalLineItemConstraints.getProductBuiltInTargeting
public com.google.api.ads.admanager.axis.v201811.Targeting getProductBuiltInTargeting() { return productBuiltInTargeting; }
java
public com.google.api.ads.admanager.axis.v201811.Targeting getProductBuiltInTargeting() { return productBuiltInTargeting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "Targeting", "getProductBuiltInTargeting", "(", ")", "{", "return", "productBuiltInTargeting", ";", "}" ]
Gets the productBuiltInTargeting value for this ProposalLineItemConstraints. @return productBuiltInTargeting * Built-in targeting for the created {@link ProposalLineItem}. <p>This attribute is read-only.
[ "Gets", "the", "productBuiltInTargeting", "value", "for", "this", "ProposalLineItemConstraints", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItemConstraints.java#L329-L331
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItemConstraints.java
ProposalLineItemConstraints.setCustomizableAttributes
public void setCustomizableAttributes(com.google.api.ads.admanager.axis.v201811.CustomizableAttributes customizableAttributes) { this.customizableAttributes = customizableAttributes; }
java
public void setCustomizableAttributes(com.google.api.ads.admanager.axis.v201811.CustomizableAttributes customizableAttributes) { this.customizableAttributes = customizableAttributes; }
[ "public", "void", "setCustomizableAttributes", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CustomizableAttributes", "customizableAttributes", ")", "{", "this", ".", "customizableAttributes", "=", "customi...
Sets the customizableAttributes value for this ProposalLineItemConstraints. @param customizableAttributes * Specifies what targeting or attributes for the created {@link ProposalLineItem} are customizable. <p>This attribute is read-only.
[ "Sets", "the", "customizableAttributes", "value", "for", "this", "ProposalLineItemConstraints", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ProposalLineItemConstraints.java#L369-L371
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.setCostPerUnit
public void setCostPerUnit(com.google.api.ads.admanager.axis.v201805.Money costPerUnit) { this.costPerUnit = costPerUnit; }
java
public void setCostPerUnit(com.google.api.ads.admanager.axis.v201805.Money costPerUnit) { this.costPerUnit = costPerUnit; }
[ "public", "void", "setCostPerUnit", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "Money", "costPerUnit", ")", "{", "this", ".", "costPerUnit", "=", "costPerUnit", ";", "}" ]
Sets the costPerUnit value for this LineItemSummary. @param costPerUnit * The amount of money to spend per impression or click. This attribute is required for creating a {@code LineItem}.
[ "Sets", "the", "costPerUnit", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L1297-L1299
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.getCostType
public com.google.api.ads.admanager.axis.v201805.CostType getCostType() { return costType; }
java
public com.google.api.ads.admanager.axis.v201805.CostType getCostType() { return costType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "CostType", "getCostType", "(", ")", "{", "return", "costType", ";", "}" ]
Gets the costType value for this LineItemSummary. @return costType * The method used for billing this {@code LineItem}. This attribute is required.
[ "Gets", "the", "costType", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L1345-L1347
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.setActivityAssociations
public void setActivityAssociations(com.google.api.ads.admanager.axis.v201805.LineItemActivityAssociation[] activityAssociations) { this.activityAssociations = activityAssociations; }
java
public void setActivityAssociations(com.google.api.ads.admanager.axis.v201805.LineItemActivityAssociation[] activityAssociations) { this.activityAssociations = activityAssociations; }
[ "public", "void", "setActivityAssociations", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "LineItemActivityAssociation", "[", "]", "activityAssociations", ")", "{", "this", ".", "activityAssociations", "=...
Sets the activityAssociations value for this LineItemSummary. @param activityAssociations * This attribute is required and meaningful only if the {@link LineItem#costType} is {@link CostType.CPA}.
[ "Sets", "the", "activityAssociations", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L1535-L1537
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.getStats
public com.google.api.ads.admanager.axis.v201805.Stats getStats() { return stats; }
java
public com.google.api.ads.admanager.axis.v201805.Stats getStats() { return stats; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "Stats", "getStats", "(", ")", "{", "return", "stats", ";", "}" ]
Gets the stats value for this LineItemSummary. @return stats * Contains trafficking statistics for the line item. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for a line item yet.
[ "Gets", "the", "stats", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L1783-L1785
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.setStats
public void setStats(com.google.api.ads.admanager.axis.v201805.Stats stats) { this.stats = stats; }
java
public void setStats(com.google.api.ads.admanager.axis.v201805.Stats stats) { this.stats = stats; }
[ "public", "void", "setStats", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "Stats", "stats", ")", "{", "this", ".", "stats", "=", "stats", ";", "}" ]
Sets the stats value for this LineItemSummary. @param stats * Contains trafficking statistics for the line item. This attribute is readonly and is populated by Google. This will be {@code null} in case there are no statistics for a line item yet.
[ "Sets", "the", "stats", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L1797-L1799
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.setSecondaryGoals
public void setSecondaryGoals(com.google.api.ads.admanager.axis.v201805.Goal[] secondaryGoals) { this.secondaryGoals = secondaryGoals; }
java
public void setSecondaryGoals(com.google.api.ads.admanager.axis.v201805.Goal[] secondaryGoals) { this.secondaryGoals = secondaryGoals; }
[ "public", "void", "setSecondaryGoals", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "Goal", "[", "]", "secondaryGoals", ")", "{", "this", ".", "secondaryGoals", "=", "secondaryGoals", ";", "}" ]
Sets the secondaryGoals value for this LineItemSummary. @param secondaryGoals * The secondary goals that this {@code LineItem} is associated with. It is required and meaningful only if the {@link LineItem#costType} is {@link CostType.CPA} or if the {@link LineItem#lineItemType} is {@link LineItemType#SPONSORSHIP} an...
[ "Sets", "the", "secondaryGoals", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L2515-L2517
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java
LineItemSummary.getGrpSettings
public com.google.api.ads.admanager.axis.v201805.GrpSettings getGrpSettings() { return grpSettings; }
java
public com.google.api.ads.admanager.axis.v201805.GrpSettings getGrpSettings() { return grpSettings; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "GrpSettings", "getGrpSettings", "(", ")", "{", "return", "grpSettings", ";", "}" ]
Gets the grpSettings value for this LineItemSummary. @return grpSettings * Contains the information for a line item which has a target GRP demographic.
[ "Gets", "the", "grpSettings", "value", "for", "this", "LineItemSummary", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemSummary.java#L2534-L2536
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/IncomeOperand.java
IncomeOperand.getTier
public com.google.api.ads.adwords.axis.v201809.cm.IncomeTier getTier() { return tier; }
java
public com.google.api.ads.adwords.axis.v201809.cm.IncomeTier getTier() { return tier; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "IncomeTier", "getTier", "(", ")", "{", "return", "tier", ";", "}" ]
Gets the tier value for this IncomeOperand. @return tier * Income tier specifying an income bracket that a household falls under. Tier 1 belongs to the highest income bracket. <span class="constraint Required">This field is required and should not be {@code null}.</span>
[ "Gets", "the", "tier", "value", "for", "this", "IncomeOperand", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/IncomeOperand.java#L65-L67
train
googleads/googleads-java-lib
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/utils/v201809/ServiceQuery.java
ServiceQuery.getTotalLandscapePointsInPage
private int getTotalLandscapePointsInPage(AdGroupBidLandscapePage page) { int totalLandscapePointsInPage = 0; for (AdGroupBidLandscape adGroupBidLandscape : page.getEntries()) { totalLandscapePointsInPage += adGroupBidLandscape.getLandscapePoints().size(); } return totalLandscapePointsInPage; }
java
private int getTotalLandscapePointsInPage(AdGroupBidLandscapePage page) { int totalLandscapePointsInPage = 0; for (AdGroupBidLandscape adGroupBidLandscape : page.getEntries()) { totalLandscapePointsInPage += adGroupBidLandscape.getLandscapePoints().size(); } return totalLandscapePointsInPage; }
[ "private", "int", "getTotalLandscapePointsInPage", "(", "AdGroupBidLandscapePage", "page", ")", "{", "int", "totalLandscapePointsInPage", "=", "0", ";", "for", "(", "AdGroupBidLandscape", "adGroupBidLandscape", ":", "page", ".", "getEntries", "(", ")", ")", "{", "to...
Returns the total number of inner landscape points in the ad group bid landscape page.
[ "Returns", "the", "total", "number", "of", "inner", "landscape", "points", "in", "the", "ad", "group", "bid", "landscape", "page", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/utils/v201809/ServiceQuery.java#L178-L184
train
googleads/googleads-java-lib
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/utils/v201809/ServiceQuery.java
ServiceQuery.getTotalLandscapePointsInPage
private int getTotalLandscapePointsInPage(CriterionBidLandscapePage page) { int totalLandscapePointsInPage = 0; for (CriterionBidLandscape criterionBidLandscape : page.getEntries()) { totalLandscapePointsInPage += criterionBidLandscape.getLandscapePoints().size(); } return totalLandscapePointsInPa...
java
private int getTotalLandscapePointsInPage(CriterionBidLandscapePage page) { int totalLandscapePointsInPage = 0; for (CriterionBidLandscape criterionBidLandscape : page.getEntries()) { totalLandscapePointsInPage += criterionBidLandscape.getLandscapePoints().size(); } return totalLandscapePointsInPa...
[ "private", "int", "getTotalLandscapePointsInPage", "(", "CriterionBidLandscapePage", "page", ")", "{", "int", "totalLandscapePointsInPage", "=", "0", ";", "for", "(", "CriterionBidLandscape", "criterionBidLandscape", ":", "page", ".", "getEntries", "(", ")", ")", "{",...
Returns the total number of inner landscape points in the criterion bid landscape page.
[ "Returns", "the", "total", "number", "of", "inner", "landscape", "points", "in", "the", "criterion", "bid", "landscape", "page", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/utils/v201809/ServiceQuery.java#L189-L195
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java
BiddingStrategyConfiguration.setBiddingStrategyType
public void setBiddingStrategyType(com.google.api.ads.adwords.axis.v201809.cm.BiddingStrategyType biddingStrategyType) { this.biddingStrategyType = biddingStrategyType; }
java
public void setBiddingStrategyType(com.google.api.ads.adwords.axis.v201809.cm.BiddingStrategyType biddingStrategyType) { this.biddingStrategyType = biddingStrategyType; }
[ "public", "void", "setBiddingStrategyType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "BiddingStrategyType", "biddingStrategyType", ")", "{", "this", ".", "biddingStrategyType", "=", "biddin...
Sets the biddingStrategyType value for this BiddingStrategyConfiguration. @param biddingStrategyType * The type of the bidding strategy to be attached. <p>For details on portfolio vs. standard availability, see the <a href="https://developers.google.com/adwords/api/docs/guides/bidding">bidding guide</a>. <p>Starti...
[ "Sets", "the", "biddingStrategyType", "value", "for", "this", "BiddingStrategyConfiguration", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java#L272-L274
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java
BiddingStrategyConfiguration.getBiddingStrategySource
public com.google.api.ads.adwords.axis.v201809.cm.BiddingStrategySource getBiddingStrategySource() { return biddingStrategySource; }
java
public com.google.api.ads.adwords.axis.v201809.cm.BiddingStrategySource getBiddingStrategySource() { return biddingStrategySource; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "BiddingStrategySource", "getBiddingStrategySource", "(", ")", "{", "return", "biddingStrategySource", ";", "}" ]
Gets the biddingStrategySource value for this BiddingStrategyConfiguration. @return biddingStrategySource * Indicates where the bidding strategy is associated i.e. campaign, ad group or ad group criterion. <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "biddingStrategySource", "value", "for", "this", "BiddingStrategyConfiguration", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java#L286-L288
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java
BiddingStrategyConfiguration.getBiddingScheme
public com.google.api.ads.adwords.axis.v201809.cm.BiddingScheme getBiddingScheme() { return biddingScheme; }
java
public com.google.api.ads.adwords.axis.v201809.cm.BiddingScheme getBiddingScheme() { return biddingScheme; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "BiddingScheme", "getBiddingScheme", "(", ")", "{", "return", "biddingScheme", ";", "}" ]
Gets the biddingScheme value for this BiddingStrategyConfiguration. @return biddingScheme * The bidding strategy metadata. Bidding strategy can be associated using the {@linkplain BiddingStrategyConfiguration#biddingStrategyType} or the bidding scheme. <p>For details on portfolio vs. standard availability, see the ...
[ "Gets", "the", "biddingScheme", "value", "for", "this", "BiddingStrategyConfiguration", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java#L321-L323
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java
BiddingStrategyConfiguration.getBids
public com.google.api.ads.adwords.axis.v201809.cm.Bids[] getBids() { return bids; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Bids[] getBids() { return bids; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Bids", "[", "]", "getBids", "(", ")", "{", "return", "bids", ";", "}" ]
Gets the bids value for this BiddingStrategyConfiguration. @return bids * Specifies the bids. Bids can be set only on ad groups and ad group criteria. Bids cannot be set on campaign. Default CPC and CPM bid values will be set if they are not provided during {@linkplain AdGroup} creation. Default CPC and CPM values ...
[ "Gets", "the", "bids", "value", "for", "this", "BiddingStrategyConfiguration", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/BiddingStrategyConfiguration.java#L361-L363
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/StatsEstimate.java
StatsEstimate.getAverageCpc
public com.google.api.ads.adwords.axis.v201809.cm.Money getAverageCpc() { return averageCpc; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Money getAverageCpc() { return averageCpc; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Money", "getAverageCpc", "(", ")", "{", "return", "averageCpc", ";", "}" ]
Gets the averageCpc value for this StatsEstimate. @return averageCpc * The estimated average CPC.
[ "Gets", "the", "averageCpc", "value", "for", "this", "StatsEstimate", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/StatsEstimate.java#L89-L91
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/StatsEstimate.java
StatsEstimate.getTotalCost
public com.google.api.ads.adwords.axis.v201809.cm.Money getTotalCost() { return totalCost; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Money getTotalCost() { return totalCost; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Money", "getTotalCost", "(", ")", "{", "return", "totalCost", ";", "}" ]
Gets the totalCost value for this StatsEstimate. @return totalCost * The estimated total cost.
[ "Gets", "the", "totalCost", "value", "for", "this", "StatsEstimate", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/StatsEstimate.java#L189-L191
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemCreativeAssociationStats.java
LineItemCreativeAssociationStats.getCostInOrderCurrency
public com.google.api.ads.admanager.axis.v201805.Money getCostInOrderCurrency() { return costInOrderCurrency; }
java
public com.google.api.ads.admanager.axis.v201805.Money getCostInOrderCurrency() { return costInOrderCurrency; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "Money", "getCostInOrderCurrency", "(", ")", "{", "return", "costInOrderCurrency", ";", "}" ]
Gets the costInOrderCurrency value for this LineItemCreativeAssociationStats. @return costInOrderCurrency * The revenue generated thus far by the creative from its association with the particular line item in the publisher's currency.
[ "Gets", "the", "costInOrderCurrency", "value", "for", "this", "LineItemCreativeAssociationStats", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItemCreativeAssociationStats.java#L133-L135
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DayPart.java
DayPart.getDayOfWeek
public com.google.api.ads.admanager.axis.v201808.DayOfWeek getDayOfWeek() { return dayOfWeek; }
java
public com.google.api.ads.admanager.axis.v201808.DayOfWeek getDayOfWeek() { return dayOfWeek; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "DayOfWeek", "getDayOfWeek", "(", ")", "{", "return", "dayOfWeek", ";", "}" ]
Gets the dayOfWeek value for this DayPart. @return dayOfWeek * Day of the week the target applies to. This field is required.
[ "Gets", "the", "dayOfWeek", "value", "for", "this", "DayPart", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DayPart.java#L67-L69
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DayPart.java
DayPart.setDayOfWeek
public void setDayOfWeek(com.google.api.ads.admanager.axis.v201808.DayOfWeek dayOfWeek) { this.dayOfWeek = dayOfWeek; }
java
public void setDayOfWeek(com.google.api.ads.admanager.axis.v201808.DayOfWeek dayOfWeek) { this.dayOfWeek = dayOfWeek; }
[ "public", "void", "setDayOfWeek", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "DayOfWeek", "dayOfWeek", ")", "{", "this", ".", "dayOfWeek", "=", "dayOfWeek", ";", "}" ]
Sets the dayOfWeek value for this DayPart. @param dayOfWeek * Day of the week the target applies to. This field is required.
[ "Sets", "the", "dayOfWeek", "value", "for", "this", "DayPart", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DayPart.java#L77-L79
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdUnit.java
AdUnit.setAdSenseSettingsSource
public void setAdSenseSettingsSource(com.google.api.ads.admanager.axis.v201808.ValueSourceType adSenseSettingsSource) { this.adSenseSettingsSource = adSenseSettingsSource; }
java
public void setAdSenseSettingsSource(com.google.api.ads.admanager.axis.v201808.ValueSourceType adSenseSettingsSource) { this.adSenseSettingsSource = adSenseSettingsSource; }
[ "public", "void", "setAdSenseSettingsSource", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "ValueSourceType", "adSenseSettingsSource", ")", "{", "this", ".", "adSenseSettingsSource", "=", "adSenseSettingsSo...
Sets the adSenseSettingsSource value for this AdUnit. @param adSenseSettingsSource * Specifies the source of {@link #adSenseSettings} value. To revert an overridden value to its default, set this field to {@link PropertySourceType#PARENT}.
[ "Sets", "the", "adSenseSettingsSource", "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/v201808/AdUnit.java#L713-L715
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdUnit.java
AdUnit.getAppliedLabelFrequencyCaps
public com.google.api.ads.admanager.axis.v201808.LabelFrequencyCap[] getAppliedLabelFrequencyCaps() { return appliedLabelFrequencyCaps; }
java
public com.google.api.ads.admanager.axis.v201808.LabelFrequencyCap[] getAppliedLabelFrequencyCaps() { return appliedLabelFrequencyCaps; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "LabelFrequencyCap", "[", "]", "getAppliedLabelFrequencyCaps", "(", ")", "{", "return", "appliedLabelFrequencyCaps", ";", "}" ]
Gets the appliedLabelFrequencyCaps value for this AdUnit. @return appliedLabelFrequencyCaps * The set of label frequency caps applied directly to this ad unit. There is a limit of 10 label frequency caps per ad unit.
[ "Gets", "the", "appliedLabelFrequencyCaps", "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/v201808/AdUnit.java#L725-L727
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/LogicalUserListOperand.java
LogicalUserListOperand.setUserList
public void setUserList(com.google.api.ads.adwords.axis.v201809.rm.UserList userList) { this.userList = userList; }
java
public void setUserList(com.google.api.ads.adwords.axis.v201809.rm.UserList userList) { this.userList = userList; }
[ "public", "void", "setUserList", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "UserList", "userList", ")", "{", "this", ".", "userList", "=", "userList", ";", "}" ]
Sets the userList value for this LogicalUserListOperand. @param userList
[ "Sets", "the", "userList", "value", "for", "this", "LogicalUserListOperand", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/LogicalUserListOperand.java#L66-L68
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Goal.java
Goal.getGoalType
public com.google.api.ads.admanager.axis.v201808.GoalType getGoalType() { return goalType; }
java
public com.google.api.ads.admanager.axis.v201808.GoalType getGoalType() { return goalType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "GoalType", "getGoalType", "(", ")", "{", "return", "goalType", ";", "}" ]
Gets the goalType value for this Goal. @return goalType * The type of the goal for the {@code LineItem}. It defines the period over which the goal for {@code LineItem} should be reached.
[ "Gets", "the", "goalType", "value", "for", "this", "Goal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Goal.java#L90-L92
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Goal.java
Goal.setGoalType
public void setGoalType(com.google.api.ads.admanager.axis.v201808.GoalType goalType) { this.goalType = goalType; }
java
public void setGoalType(com.google.api.ads.admanager.axis.v201808.GoalType goalType) { this.goalType = goalType; }
[ "public", "void", "setGoalType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "GoalType", "goalType", ")", "{", "this", ".", "goalType", "=", "goalType", ";", "}" ]
Sets the goalType value for this Goal. @param goalType * The type of the goal for the {@code LineItem}. It defines the period over which the goal for {@code LineItem} should be reached.
[ "Sets", "the", "goalType", "value", "for", "this", "Goal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Goal.java#L102-L104
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/AdSenseSettings.java
AdSenseSettings.getFontFamily
public com.google.api.ads.admanager.axis.v201805.AdSenseSettingsFontFamily getFontFamily() { return fontFamily; }
java
public com.google.api.ads.admanager.axis.v201805.AdSenseSettingsFontFamily getFontFamily() { return fontFamily; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "AdSenseSettingsFontFamily", "getFontFamily", "(", ")", "{", "return", "fontFamily", ";", "}" ]
Gets the fontFamily value for this AdSenseSettings. @return fontFamily * Specifies the font family of the {@link AdUnit}. This attribute is optional and defaults to the ad unit's parent or ancestor's setting if one has been set. If no ancestor of the ad unit has set {@code fontFamily}, the attribute is defaulted to ...
[ "Gets", "the", "fontFamily", "value", "for", "this", "AdSenseSettings", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/AdSenseSettings.java#L468-L470
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProgressRule.java
ProgressRule.setActions
public void setActions(com.google.api.ads.admanager.axis.v201902.ProgressAction[] actions) { this.actions = actions; }
java
public void setActions(com.google.api.ads.admanager.axis.v201902.ProgressAction[] actions) { this.actions = actions; }
[ "public", "void", "setActions", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ProgressAction", "[", "]", "actions", ")", "{", "this", ".", "actions", "=", "actions", ";", "}" ]
Sets the actions value for this ProgressRule. @param actions * Pending or completed actions for this rule.
[ "Sets", "the", "actions", "value", "for", "this", "ProgressRule", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProgressRule.java#L87-L89
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/AdManagerAxisHeaderHandler.java
AdManagerAxisHeaderHandler.createSoapHeader
private Object createSoapHeader(AdManagerServiceDescriptor adsServiceDescriptor) throws InstantiationException, IllegalAccessException, ClassNotFoundException { return Class.forName( adsServiceDescriptor.getInterfaceClass().getPackage().getName() + ".SoapRequestHeader") .newInstance(); }
java
private Object createSoapHeader(AdManagerServiceDescriptor adsServiceDescriptor) throws InstantiationException, IllegalAccessException, ClassNotFoundException { return Class.forName( adsServiceDescriptor.getInterfaceClass().getPackage().getName() + ".SoapRequestHeader") .newInstance(); }
[ "private", "Object", "createSoapHeader", "(", "AdManagerServiceDescriptor", "adsServiceDescriptor", ")", "throws", "InstantiationException", ",", "IllegalAccessException", ",", "ClassNotFoundException", "{", "return", "Class", ".", "forName", "(", "adsServiceDescriptor", ".",...
Creates a SOAP header. @param adsServiceDescriptor the ads service descriptor @return the instantiated SOAP header @throws ClassNotFoundException if the SOAP header class could not be found @throws IllegalAccessException if the SOAP header class could not be created @throws InstantiationException if the SOAP header cl...
[ "Creates", "a", "SOAP", "header", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/AdManagerAxisHeaderHandler.java#L143-L148
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FrequencyCap.java
FrequencyCap.getLevel
public com.google.api.ads.adwords.axis.v201809.cm.Level getLevel() { return level; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Level getLevel() { return level; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Level", "getLevel", "(", ")", "{", "return", "level", ";", "}" ]
Gets the level value for this FrequencyCap. @return level * The level on which the cap is to be applied (creative/adgroup). Cap is applied to all the entities of this level in the campaign.
[ "Gets", "the", "level", "value", "for", "this", "FrequencyCap", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FrequencyCap.java#L121-L123
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Creative.java
Creative.setPolicyViolations
public void setPolicyViolations(com.google.api.ads.admanager.axis.v201811.CreativePolicyViolation[] policyViolations) { this.policyViolations = policyViolations; }
java
public void setPolicyViolations(com.google.api.ads.admanager.axis.v201811.CreativePolicyViolation[] policyViolations) { this.policyViolations = policyViolations; }
[ "public", "void", "setPolicyViolations", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CreativePolicyViolation", "[", "]", "policyViolations", ")", "{", "this", ".", "policyViolations", "=", "policyViol...
Sets the policyViolations value for this Creative. @param policyViolations * Set of policy violations detected for this creative. This attribute is read-only.
[ "Sets", "the", "policyViolations", "value", "for", "this", "Creative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Creative.java#L257-L259
train
googleads/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201805/StatementBuilder.java
StatementBuilder.withBindVariableValue
public StatementBuilder withBindVariableValue(String key, Value value) { queryBuilder.withBindVariableValue(key, value); return this; }
java
public StatementBuilder withBindVariableValue(String key, Value value) { queryBuilder.withBindVariableValue(key, value); return this; }
[ "public", "StatementBuilder", "withBindVariableValue", "(", "String", "key", ",", "Value", "value", ")", "{", "queryBuilder", ".", "withBindVariableValue", "(", "key", ",", "value", ")", ";", "return", "this", ";", "}" ]
Adds a bind variable value to the statement. @param key the value key @param value the bind variable value @return a reference to this object
[ "Adds", "a", "bind", "variable", "value", "to", "the", "statement", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/utils/v201805/StatementBuilder.java#L87-L90
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConstantOperand.java
ConstantOperand.getUnit
public com.google.api.ads.adwords.axis.v201809.cm.ConstantOperandUnit getUnit() { return unit; }
java
public com.google.api.ads.adwords.axis.v201809.cm.ConstantOperandUnit getUnit() { return unit; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "ConstantOperandUnit", "getUnit", "(", ")", "{", "return", "unit", ";", "}" ]
Gets the unit value for this ConstantOperand. @return unit * Units of constant in this operand.
[ "Gets", "the", "unit", "value", "for", "this", "ConstantOperand", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ConstantOperand.java#L113-L115
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/LineItemCreativeAssociationStats.java
LineItemCreativeAssociationStats.setCostInOrderCurrency
public void setCostInOrderCurrency(com.google.api.ads.admanager.axis.v201811.Money costInOrderCurrency) { this.costInOrderCurrency = costInOrderCurrency; }
java
public void setCostInOrderCurrency(com.google.api.ads.admanager.axis.v201811.Money costInOrderCurrency) { this.costInOrderCurrency = costInOrderCurrency; }
[ "public", "void", "setCostInOrderCurrency", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "Money", "costInOrderCurrency", ")", "{", "this", ".", "costInOrderCurrency", "=", "costInOrderCurrency", ";", "}...
Sets the costInOrderCurrency value for this LineItemCreativeAssociationStats. @param costInOrderCurrency * The revenue generated thus far by the creative from its association with the particular line item in the publisher's currency.
[ "Sets", "the", "costInOrderCurrency", "value", "for", "this", "LineItemCreativeAssociationStats", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/LineItemCreativeAssociationStats.java#L145-L147
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java
ResponsiveDisplayAd.setLogoImage
public void setLogoImage(com.google.api.ads.adwords.axis.v201809.cm.Image logoImage) { this.logoImage = logoImage; }
java
public void setLogoImage(com.google.api.ads.adwords.axis.v201809.cm.Image logoImage) { this.logoImage = logoImage; }
[ "public", "void", "setLogoImage", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Image", "logoImage", ")", "{", "this", ".", "logoImage", "=", "logoImage", ";", "}" ]
Sets the logoImage value for this ResponsiveDisplayAd. @param logoImage * Logo image to be used in the ad. This ad format does not allow the creation of an image using the Image.data field. An image must first be created using the MediaService, and Image.mediaId must be populated when creating a {@link "ResponsiveDi...
[ "Sets", "the", "logoImage", "value", "for", "this", "ResponsiveDisplayAd", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java#L341-L343
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java
ResponsiveDisplayAd.getSquareMarketingImage
public com.google.api.ads.adwords.axis.v201809.cm.Image getSquareMarketingImage() { return squareMarketingImage; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Image getSquareMarketingImage() { return squareMarketingImage; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Image", "getSquareMarketingImage", "(", ")", "{", "return", "squareMarketingImage", ";", "}" ]
Gets the squareMarketingImage value for this ResponsiveDisplayAd. @return squareMarketingImage * Square marketing image to be used in the ad. This image may be used when a square aspect ratio is more appropriate than the aspect ratio of the {@link #marketingImage} image. This ad format does not allow the creation of...
[ "Gets", "the", "squareMarketingImage", "value", "for", "this", "ResponsiveDisplayAd", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java#L363-L365
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java
ResponsiveDisplayAd.setDynamicDisplayAdSettings
public void setDynamicDisplayAdSettings(com.google.api.ads.adwords.axis.v201809.cm.DynamicSettings dynamicDisplayAdSettings) { this.dynamicDisplayAdSettings = dynamicDisplayAdSettings; }
java
public void setDynamicDisplayAdSettings(com.google.api.ads.adwords.axis.v201809.cm.DynamicSettings dynamicDisplayAdSettings) { this.dynamicDisplayAdSettings = dynamicDisplayAdSettings; }
[ "public", "void", "setDynamicDisplayAdSettings", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "DynamicSettings", "dynamicDisplayAdSettings", ")", "{", "this", ".", "dynamicDisplayAdSettings", "="...
Sets the dynamicDisplayAdSettings value for this ResponsiveDisplayAd. @param dynamicDisplayAdSettings * Settings for serving dynamic ResponsiveDisplayAd.
[ "Sets", "the", "dynamicDisplayAdSettings", "value", "for", "this", "ResponsiveDisplayAd", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java#L661-L663
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java
ResponsiveDisplayAd.getFormatSetting
public com.google.api.ads.adwords.axis.v201809.cm.DisplayAdFormatSetting getFormatSetting() { return formatSetting; }
java
public com.google.api.ads.adwords.axis.v201809.cm.DisplayAdFormatSetting getFormatSetting() { return formatSetting; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "DisplayAdFormatSetting", "getFormatSetting", "(", ")", "{", "return", "formatSetting", ";", "}" ]
Gets the formatSetting value for this ResponsiveDisplayAd. @return formatSetting * Specifies which format the ad will be served in. The default value is ALL_FORMATS. <span class="constraint Selectable">This field can be selected using the value "FormatSetting".</span><span class="constraint Filterable">This field ca...
[ "Gets", "the", "formatSetting", "value", "for", "this", "ResponsiveDisplayAd", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ResponsiveDisplayAd.java#L675-L677
train
googleads/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/common/lib/auth/AuthorizationHeaderProvider.java
AuthorizationHeaderProvider.getOAuth2Header
private String getOAuth2Header(OAuth2Compatible oAuth2Compatible) throws OAuthException { if (adsLibConfiguration.isAutoRefreshOAuth2TokenEnabled()) { try { oAuth2Helper.refreshCredential(oAuth2Compatible.getOAuth2Credential()); } catch (IOException e) { throw new OAuthException("OAuth2 ...
java
private String getOAuth2Header(OAuth2Compatible oAuth2Compatible) throws OAuthException { if (adsLibConfiguration.isAutoRefreshOAuth2TokenEnabled()) { try { oAuth2Helper.refreshCredential(oAuth2Compatible.getOAuth2Credential()); } catch (IOException e) { throw new OAuthException("OAuth2 ...
[ "private", "String", "getOAuth2Header", "(", "OAuth2Compatible", "oAuth2Compatible", ")", "throws", "OAuthException", "{", "if", "(", "adsLibConfiguration", ".", "isAutoRefreshOAuth2TokenEnabled", "(", ")", ")", "{", "try", "{", "oAuth2Helper", ".", "refreshCredential",...
Gets the OAuth2 header. @throws OAuthException if the OAuth2 token could not be refreshed.
[ "Gets", "the", "OAuth2", "header", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/auth/AuthorizationHeaderProvider.java#L86-L96
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java
Label.getAdCategory
public com.google.api.ads.admanager.axis.v201902.AdCategoryDto getAdCategory() { return adCategory; }
java
public com.google.api.ads.admanager.axis.v201902.AdCategoryDto getAdCategory() { return adCategory; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "AdCategoryDto", "getAdCategory", "(", ")", "{", "return", "adCategory", ";", "}" ]
Gets the adCategory value for this Label. @return adCategory * Indicates the Ad Category associated with the label.
[ "Gets", "the", "adCategory", "value", "for", "this", "Label", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java#L185-L187
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java
Label.setAdCategory
public void setAdCategory(com.google.api.ads.admanager.axis.v201902.AdCategoryDto adCategory) { this.adCategory = adCategory; }
java
public void setAdCategory(com.google.api.ads.admanager.axis.v201902.AdCategoryDto adCategory) { this.adCategory = adCategory; }
[ "public", "void", "setAdCategory", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "AdCategoryDto", "adCategory", ")", "{", "this", ".", "adCategory", "=", "adCategory", ";", "}" ]
Sets the adCategory value for this Label. @param adCategory * Indicates the Ad Category associated with the label.
[ "Sets", "the", "adCategory", "value", "for", "this", "Label", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java#L195-L197
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java
Label.getTypes
public com.google.api.ads.admanager.axis.v201902.LabelType[] getTypes() { return types; }
java
public com.google.api.ads.admanager.axis.v201902.LabelType[] getTypes() { return types; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "LabelType", "[", "]", "getTypes", "(", ")", "{", "return", "types", ";", "}" ]
Gets the types value for this Label. @return types * The types of the {@code Label}.
[ "Gets", "the", "types", "value", "for", "this", "Label", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java#L205-L207
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java
Label.setTypes
public void setTypes(com.google.api.ads.admanager.axis.v201902.LabelType[] types) { this.types = types; }
java
public void setTypes(com.google.api.ads.admanager.axis.v201902.LabelType[] types) { this.types = types; }
[ "public", "void", "setTypes", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "LabelType", "[", "]", "types", ")", "{", "this", ".", "types", "=", "types", ";", "}" ]
Sets the types value for this Label. @param types * The types of the {@code Label}.
[ "Sets", "the", "types", "value", "for", "this", "Label", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/Label.java#L215-L217
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/AdRule.java
AdRule.getPreroll
public com.google.api.ads.admanager.axis.v201805.BaseAdRuleSlot getPreroll() { return preroll; }
java
public com.google.api.ads.admanager.axis.v201805.BaseAdRuleSlot getPreroll() { return preroll; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "BaseAdRuleSlot", "getPreroll", "(", ")", "{", "return", "preroll", ";", "}" ]
Gets the preroll value for this AdRule. @return preroll * This {@link AdRule} object's pre-roll slot. This attribute is required.
[ "Gets", "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/v201805/AdRule.java#L484-L486
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseVideoCreative.java
BaseVideoCreative.getSkippableAdType
public com.google.api.ads.admanager.axis.v201805.SkippableAdType getSkippableAdType() { return skippableAdType; }
java
public com.google.api.ads.admanager.axis.v201805.SkippableAdType getSkippableAdType() { return skippableAdType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "SkippableAdType", "getSkippableAdType", "(", ")", "{", "return", "skippableAdType", ";", "}" ]
Gets the skippableAdType value for this BaseVideoCreative. @return skippableAdType * The type of skippable ad.
[ "Gets", "the", "skippableAdType", "value", "for", "this", "BaseVideoCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseVideoCreative.java#L289-L291
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseVideoCreative.java
BaseVideoCreative.setSkippableAdType
public void setSkippableAdType(com.google.api.ads.admanager.axis.v201805.SkippableAdType skippableAdType) { this.skippableAdType = skippableAdType; }
java
public void setSkippableAdType(com.google.api.ads.admanager.axis.v201805.SkippableAdType skippableAdType) { this.skippableAdType = skippableAdType; }
[ "public", "void", "setSkippableAdType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "SkippableAdType", "skippableAdType", ")", "{", "this", ".", "skippableAdType", "=", "skippableAdType", ";", "}" ]
Sets the skippableAdType value for this BaseVideoCreative. @param skippableAdType * The type of skippable ad.
[ "Sets", "the", "skippableAdType", "value", "for", "this", "BaseVideoCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseVideoCreative.java#L299-L301
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationOrderReport.java
ReconciliationOrderReport.setSubmissionDateTime
public void setSubmissionDateTime(com.google.api.ads.admanager.axis.v201902.DateTime submissionDateTime) { this.submissionDateTime = submissionDateTime; }
java
public void setSubmissionDateTime(com.google.api.ads.admanager.axis.v201902.DateTime submissionDateTime) { this.submissionDateTime = submissionDateTime; }
[ "public", "void", "setSubmissionDateTime", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "DateTime", "submissionDateTime", ")", "{", "this", ".", "submissionDateTime", "=", "submissionDateTime", ";", "}"...
Sets the submissionDateTime value for this ReconciliationOrderReport. @param submissionDateTime * The time when this order report is submitted. This value is read-only.
[ "Sets", "the", "submissionDateTime", "value", "for", "this", "ReconciliationOrderReport", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ReconciliationOrderReport.java#L254-L256
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/SwiffyFallbackAsset.java
SwiffyFallbackAsset.setHtml5Features
public void setHtml5Features(com.google.api.ads.admanager.axis.v201902.Html5Feature[] html5Features) { this.html5Features = html5Features; }
java
public void setHtml5Features(com.google.api.ads.admanager.axis.v201902.Html5Feature[] html5Features) { this.html5Features = html5Features; }
[ "public", "void", "setHtml5Features", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "Html5Feature", "[", "]", "html5Features", ")", "{", "this", ".", "html5Features", "=", "html5Features", ";", "}" ]
Sets the html5Features value for this SwiffyFallbackAsset. @param html5Features * A list of {@link Html5Feature HTML5 features} required to play this Swiffy fallback asset correctly.
[ "Sets", "the", "html5Features", "value", "for", "this", "SwiffyFallbackAsset", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/SwiffyFallbackAsset.java#L103-L105
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderReturnValue.java
BudgetOrderReturnValue.getValue
public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrder[] getValue() { return value; }
java
public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrder[] getValue() { return value; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "billing", ".", "BudgetOrder", "[", "]", "getValue", "(", ")", "{", "return", "value", ";", "}" ]
Gets the value value for this BudgetOrderReturnValue. @return value * List of {@link BudgetOrder}s affected by the mutate call.
[ "Gets", "the", "value", "value", "for", "this", "BudgetOrderReturnValue", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderReturnValue.java#L58-L60
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CampaignChangeData.java
CampaignChangeData.getCampaignChangeStatus
public com.google.api.ads.adwords.axis.v201809.ch.ChangeStatus getCampaignChangeStatus() { return campaignChangeStatus; }
java
public com.google.api.ads.adwords.axis.v201809.ch.ChangeStatus getCampaignChangeStatus() { return campaignChangeStatus; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "ch", ".", "ChangeStatus", "getCampaignChangeStatus", "(", ")", "{", "return", "campaignChangeStatus", ";", "}" ]
Gets the campaignChangeStatus value for this CampaignChangeData. @return campaignChangeStatus * Whether or not the fields of this campaign have changed. Changes to campaign level criteria and ad extensions are enumerated in their respective lists and will not be reflected in this status.
[ "Gets", "the", "campaignChangeStatus", "value", "for", "this", "CampaignChangeData", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/CampaignChangeData.java#L127-L129
train