repo
stringlengths
7
58
path
stringlengths
12
218
func_name
stringlengths
3
140
original_string
stringlengths
73
34.1k
language
stringclasses
1 value
code
stringlengths
73
34.1k
code_tokens
list
docstring
stringlengths
3
16k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
105
339
partition
stringclasses
1 value
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java
UserList.getClosingReason
public com.google.api.ads.adwords.axis.v201809.rm.UserListClosingReason getClosingReason() { return closingReason; }
java
public com.google.api.ads.adwords.axis.v201809.rm.UserListClosingReason getClosingReason() { return closingReason; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "UserListClosingReason", "getClosingReason", "(", ")", "{", "return", "closingReason", ";", "}" ]
Gets the closingReason value for this UserList. @return closingReason * Indicating the reason why this user list membership status is closed. It is only populated on lists that were automatically closed due to inactivity, and will be cleared once the list membership status becomes open. <span class="constraint Selec...
[ "Gets", "the", "closingReason", "value", "for", "this", "UserList", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserList.java#L784-L786
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MarketplaceComment.java
MarketplaceComment.getCreationTime
public com.google.api.ads.admanager.axis.v201902.DateTime getCreationTime() { return creationTime; }
java
public com.google.api.ads.admanager.axis.v201902.DateTime getCreationTime() { return creationTime; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "DateTime", "getCreationTime", "(", ")", "{", "return", "creationTime", ";", "}" ]
Gets the creationTime value for this MarketplaceComment. @return creationTime * The creation {@link DateTime} of this {@code MarketplaceComment}.
[ "Gets", "the", "creationTime", "value", "for", "this", "MarketplaceComment", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/MarketplaceComment.java#L113-L115
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/FlashOverlayCreative.java
FlashOverlayCreative.getApiFramework
public com.google.api.ads.admanager.axis.v201811.ApiFramework getApiFramework() { return apiFramework; }
java
public com.google.api.ads.admanager.axis.v201811.ApiFramework getApiFramework() { return apiFramework; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "ApiFramework", "getApiFramework", "(", ")", "{", "return", "apiFramework", ";", "}" ]
Gets the apiFramework value for this FlashOverlayCreative. @return apiFramework * The API framework of the asset. This attribute is optional.
[ "Gets", "the", "apiFramework", "value", "for", "this", "FlashOverlayCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/FlashOverlayCreative.java#L254-L256
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/FlashOverlayCreative.java
FlashOverlayCreative.setApiFramework
public void setApiFramework(com.google.api.ads.admanager.axis.v201811.ApiFramework apiFramework) { this.apiFramework = apiFramework; }
java
public void setApiFramework(com.google.api.ads.admanager.axis.v201811.ApiFramework apiFramework) { this.apiFramework = apiFramework; }
[ "public", "void", "setApiFramework", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "ApiFramework", "apiFramework", ")", "{", "this", ".", "apiFramework", "=", "apiFramework", ";", "}" ]
Sets the apiFramework value for this FlashOverlayCreative. @param apiFramework * The API framework of the asset. This attribute is optional.
[ "Sets", "the", "apiFramework", "value", "for", "this", "FlashOverlayCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/FlashOverlayCreative.java#L264-L266
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/FlashOverlayCreative.java
FlashOverlayCreative.setLockedOrientation
public void setLockedOrientation(com.google.api.ads.admanager.axis.v201811.LockedOrientation lockedOrientation) { this.lockedOrientation = lockedOrientation; }
java
public void setLockedOrientation(com.google.api.ads.admanager.axis.v201811.LockedOrientation lockedOrientation) { this.lockedOrientation = lockedOrientation; }
[ "public", "void", "setLockedOrientation", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "LockedOrientation", "lockedOrientation", ")", "{", "this", ".", "lockedOrientation", "=", "lockedOrientation", ";", ...
Sets the lockedOrientation value for this FlashOverlayCreative. @param lockedOrientation * A locked orientation for this creative to be displayed in.
[ "Sets", "the", "lockedOrientation", "value", "for", "this", "FlashOverlayCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/FlashOverlayCreative.java#L330-L332
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FirstPartyAudienceSegmentRule.java
FirstPartyAudienceSegmentRule.getCustomCriteriaRule
public com.google.api.ads.admanager.axis.v201902.CustomCriteriaSet getCustomCriteriaRule() { return customCriteriaRule; }
java
public com.google.api.ads.admanager.axis.v201902.CustomCriteriaSet getCustomCriteriaRule() { return customCriteriaRule; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CustomCriteriaSet", "getCustomCriteriaRule", "(", ")", "{", "return", "customCriteriaRule", ";", "}" ]
Gets the customCriteriaRule value for this FirstPartyAudienceSegmentRule. @return customCriteriaRule * Specifies the collection of custom criteria that are part of the rule of a {@link FirstPartyAudienceSegment}. <p> Once the {@link FirstPartyAudienceSegment} is updated or modified with custom criteria, the server ...
[ "Gets", "the", "customCriteriaRule", "value", "for", "this", "FirstPartyAudienceSegmentRule", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FirstPartyAudienceSegmentRule.java#L164-L166
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FirstPartyAudienceSegmentRule.java
FirstPartyAudienceSegmentRule.setCustomCriteriaRule
public void setCustomCriteriaRule(com.google.api.ads.admanager.axis.v201902.CustomCriteriaSet customCriteriaRule) { this.customCriteriaRule = customCriteriaRule; }
java
public void setCustomCriteriaRule(com.google.api.ads.admanager.axis.v201902.CustomCriteriaSet customCriteriaRule) { this.customCriteriaRule = customCriteriaRule; }
[ "public", "void", "setCustomCriteriaRule", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CustomCriteriaSet", "customCriteriaRule", ")", "{", "this", ".", "customCriteriaRule", "=", "customCriteriaRule", "...
Sets the customCriteriaRule value for this FirstPartyAudienceSegmentRule. @param customCriteriaRule * Specifies the collection of custom criteria that are part of the rule of a {@link FirstPartyAudienceSegment}. <p> Once the {@link FirstPartyAudienceSegment} is updated or modified with custom criteria, the server m...
[ "Sets", "the", "customCriteriaRule", "value", "for", "this", "FirstPartyAudienceSegmentRule", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/FirstPartyAudienceSegmentRule.java#L211-L213
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ResultSet.java
ResultSet.setColumnTypes
public void setColumnTypes(com.google.api.ads.admanager.axis.v201805.ColumnType[] columnTypes) { this.columnTypes = columnTypes; }
java
public void setColumnTypes(com.google.api.ads.admanager.axis.v201805.ColumnType[] columnTypes) { this.columnTypes = columnTypes; }
[ "public", "void", "setColumnTypes", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "ColumnType", "[", "]", "columnTypes", ")", "{", "this", ".", "columnTypes", "=", "columnTypes", ";", "}" ]
Sets the columnTypes value for this ResultSet. @param columnTypes * A collection of {@link ColumnType} objects.
[ "Sets", "the", "columnTypes", "value", "for", "this", "ResultSet", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ResultSet.java#L71-L73
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/DateRuleItem.java
DateRuleItem.getRelativeValue
public com.google.api.ads.adwords.axis.v201809.rm.RelativeDate getRelativeValue() { return relativeValue; }
java
public com.google.api.ads.adwords.axis.v201809.rm.RelativeDate getRelativeValue() { return relativeValue; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "RelativeDate", "getRelativeValue", "(", ")", "{", "return", "relativeValue", ";", "}" ]
Gets the relativeValue value for this DateRuleItem. @return relativeValue * The relative date value of the right hand side. The {@code value} field will override this field when both are present.
[ "Gets", "the", "relativeValue", "value", "for", "this", "DateRuleItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/DateRuleItem.java#L144-L146
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/WorkflowProgress.java
WorkflowProgress.getSubmissionTime
public com.google.api.ads.admanager.axis.v201902.DateTime getSubmissionTime() { return submissionTime; }
java
public com.google.api.ads.admanager.axis.v201902.DateTime getSubmissionTime() { return submissionTime; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "DateTime", "getSubmissionTime", "(", ")", "{", "return", "submissionTime", ";", "}" ]
Gets the submissionTime value for this WorkflowProgress. @return submissionTime * The {@link DateTime} the proposal was submitted.
[ "Gets", "the", "submissionTime", "value", "for", "this", "WorkflowProgress", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/WorkflowProgress.java#L154-L156
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ImageRedirectOverlayCreative.java
ImageRedirectOverlayCreative.setTrackingUrls
public void setTrackingUrls(com.google.api.ads.admanager.axis.v201902.ConversionEvent_TrackingUrlsMapEntry[] trackingUrls) { this.trackingUrls = trackingUrls; }
java
public void setTrackingUrls(com.google.api.ads.admanager.axis.v201902.ConversionEvent_TrackingUrlsMapEntry[] trackingUrls) { this.trackingUrls = trackingUrls; }
[ "public", "void", "setTrackingUrls", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ConversionEvent_TrackingUrlsMapEntry", "[", "]", "trackingUrls", ")", "{", "this", ".", "trackingUrls", "=", "trackingU...
Sets the trackingUrls value for this ImageRedirectOverlayCreative. @param trackingUrls * A map from {@code ConversionEvent} to a list of URLs that will be pinged when the event happens. This attribute is optional.
[ "Sets", "the", "trackingUrls", "value", "for", "this", "ImageRedirectOverlayCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ImageRedirectOverlayCreative.java#L235-L237
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUploadPage.java
OfflineDataUploadPage.getEntries
public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUpload[] getEntries() { return entries; }
java
public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUpload[] getEntries() { return entries; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "OfflineDataUpload", "[", "]", "getEntries", "(", ")", "{", "return", "entries", ";", "}" ]
Gets the entries value for this OfflineDataUploadPage. @return entries
[ "Gets", "the", "entries", "value", "for", "this", "OfflineDataUploadPage", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/OfflineDataUploadPage.java#L61-L63
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LabelFrequencyCap.java
LabelFrequencyCap.getFrequencyCap
public com.google.api.ads.admanager.axis.v201808.FrequencyCap getFrequencyCap() { return frequencyCap; }
java
public com.google.api.ads.admanager.axis.v201808.FrequencyCap getFrequencyCap() { return frequencyCap; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "FrequencyCap", "getFrequencyCap", "(", ")", "{", "return", "frequencyCap", ";", "}" ]
Gets the frequencyCap value for this LabelFrequencyCap. @return frequencyCap * The frequency cap to be applied with this label.
[ "Gets", "the", "frequencyCap", "value", "for", "this", "LabelFrequencyCap", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LabelFrequencyCap.java#L65-L67
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SwiffyFallbackAsset.java
SwiffyFallbackAsset.getAsset
public com.google.api.ads.admanager.axis.v201808.CreativeAsset getAsset() { return asset; }
java
public com.google.api.ads.admanager.axis.v201808.CreativeAsset getAsset() { return asset; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "CreativeAsset", "getAsset", "(", ")", "{", "return", "asset", ";", "}" ]
Gets the asset value for this SwiffyFallbackAsset. @return asset * The Swiffy asset.
[ "Gets", "the", "asset", "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/v201808/SwiffyFallbackAsset.java#L69-L71
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SwiffyFallbackAsset.java
SwiffyFallbackAsset.setAsset
public void setAsset(com.google.api.ads.admanager.axis.v201808.CreativeAsset asset) { this.asset = asset; }
java
public void setAsset(com.google.api.ads.admanager.axis.v201808.CreativeAsset asset) { this.asset = asset; }
[ "public", "void", "setAsset", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "CreativeAsset", "asset", ")", "{", "this", ".", "asset", "=", "asset", ";", "}" ]
Sets the asset value for this SwiffyFallbackAsset. @param asset * The Swiffy asset.
[ "Sets", "the", "asset", "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/v201808/SwiffyFallbackAsset.java#L79-L81
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SwiffyFallbackAsset.java
SwiffyFallbackAsset.getHtml5Features
public com.google.api.ads.admanager.axis.v201808.Html5Feature[] getHtml5Features() { return html5Features; }
java
public com.google.api.ads.admanager.axis.v201808.Html5Feature[] getHtml5Features() { return html5Features; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "Html5Feature", "[", "]", "getHtml5Features", "(", ")", "{", "return", "html5Features", ";", "}" ]
Gets the html5Features value for this SwiffyFallbackAsset. @return html5Features * A list of {@link Html5Feature HTML5 features} required to play this Swiffy fallback asset correctly.
[ "Gets", "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/v201808/SwiffyFallbackAsset.java#L91-L93
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LineItemCreativeAssociation.java
LineItemCreativeAssociation.getEndDateTime
public com.google.api.ads.admanager.axis.v201808.DateTime getEndDateTime() { return endDateTime; }
java
public com.google.api.ads.admanager.axis.v201808.DateTime getEndDateTime() { return endDateTime; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "DateTime", "getEndDateTime", "(", ")", "{", "return", "endDateTime", ";", "}" ]
Gets the endDateTime value for this LineItemCreativeAssociation. @return endDateTime * Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks.
[ "Gets", "the", "endDateTime", "value", "for", "this", "LineItemCreativeAssociation", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LineItemCreativeAssociation.java#L428-L430
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LineItemCreativeAssociation.java
LineItemCreativeAssociation.setEndDateTime
public void setEndDateTime(com.google.api.ads.admanager.axis.v201808.DateTime endDateTime) { this.endDateTime = endDateTime; }
java
public void setEndDateTime(com.google.api.ads.admanager.axis.v201808.DateTime endDateTime) { this.endDateTime = endDateTime; }
[ "public", "void", "setEndDateTime", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "DateTime", "endDateTime", ")", "{", "this", ".", "endDateTime", "=", "endDateTime", ";", "}" ]
Sets the endDateTime value for this LineItemCreativeAssociation. @param endDateTime * Overrides {@link LineItem#endDateTime}. This value is optional and is only valid for Ad Manager 360 networks.
[ "Sets", "the", "endDateTime", "value", "for", "this", "LineItemCreativeAssociation", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/LineItemCreativeAssociation.java#L440-L442
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SetTopBoxInfo.java
SetTopBoxInfo.setSyncStatus
public void setSyncStatus(com.google.api.ads.admanager.axis.v201811.SetTopBoxSyncStatus syncStatus) { this.syncStatus = syncStatus; }
java
public void setSyncStatus(com.google.api.ads.admanager.axis.v201811.SetTopBoxSyncStatus syncStatus) { this.syncStatus = syncStatus; }
[ "public", "void", "setSyncStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "SetTopBoxSyncStatus", "syncStatus", ")", "{", "this", ".", "syncStatus", "=", "syncStatus", ";", "}" ]
Sets the syncStatus value for this SetTopBoxInfo. @param syncStatus * Indicates if the line item is ready to be synced with Canoe or if there are changes on this line item that are waiting to be pushed on the next sync with Canoe. This attribute is read-only.
[ "Sets", "the", "syncStatus", "value", "for", "this", "SetTopBoxInfo", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SetTopBoxInfo.java#L97-L99
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SetTopBoxInfo.java
SetTopBoxInfo.getLastSyncResult
public com.google.api.ads.admanager.axis.v201811.CanoeSyncResult getLastSyncResult() { return lastSyncResult; }
java
public com.google.api.ads.admanager.axis.v201811.CanoeSyncResult getLastSyncResult() { return lastSyncResult; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CanoeSyncResult", "getLastSyncResult", "(", ")", "{", "return", "lastSyncResult", ";", "}" ]
Gets the lastSyncResult value for this SetTopBoxInfo. @return lastSyncResult * The result of the last sync attempt with Canoe. This attribute is read-only.
[ "Gets", "the", "lastSyncResult", "value", "for", "this", "SetTopBoxInfo", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SetTopBoxInfo.java#L108-L110
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SetTopBoxInfo.java
SetTopBoxInfo.setLastSyncResult
public void setLastSyncResult(com.google.api.ads.admanager.axis.v201811.CanoeSyncResult lastSyncResult) { this.lastSyncResult = lastSyncResult; }
java
public void setLastSyncResult(com.google.api.ads.admanager.axis.v201811.CanoeSyncResult lastSyncResult) { this.lastSyncResult = lastSyncResult; }
[ "public", "void", "setLastSyncResult", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "CanoeSyncResult", "lastSyncResult", ")", "{", "this", ".", "lastSyncResult", "=", "lastSyncResult", ";", "}" ]
Sets the lastSyncResult value for this SetTopBoxInfo. @param lastSyncResult * The result of the last sync attempt with Canoe. This attribute is read-only.
[ "Sets", "the", "lastSyncResult", "value", "for", "this", "SetTopBoxInfo", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SetTopBoxInfo.java#L119-L121
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SuggestedAdUnit.java
SuggestedAdUnit.getTargetWindow
public com.google.api.ads.admanager.axis.v201808.AdUnitTargetWindow getTargetWindow() { return targetWindow; }
java
public com.google.api.ads.admanager.axis.v201808.AdUnitTargetWindow getTargetWindow() { return targetWindow; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "AdUnitTargetWindow", "getTargetWindow", "(", ")", "{", "return", "targetWindow", ";", "}" ]
Gets the targetWindow value for this SuggestedAdUnit. @return targetWindow * The {@code target} attribute of the underlying ad tag, as defined in the {@link AdUnit}. This attribute is read-only and is populated by Google.
[ "Gets", "the", "targetWindow", "value", "for", "this", "SuggestedAdUnit", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SuggestedAdUnit.java#L278-L280
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SuggestedAdUnit.java
SuggestedAdUnit.getSuggestedAdUnitSizes
public com.google.api.ads.admanager.axis.v201808.AdUnitSize[] getSuggestedAdUnitSizes() { return suggestedAdUnitSizes; }
java
public com.google.api.ads.admanager.axis.v201808.AdUnitSize[] getSuggestedAdUnitSizes() { return suggestedAdUnitSizes; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "AdUnitSize", "[", "]", "getSuggestedAdUnitSizes", "(", ")", "{", "return", "suggestedAdUnitSizes", ";", "}" ]
Gets the suggestedAdUnitSizes value for this SuggestedAdUnit. @return suggestedAdUnitSizes * The target sizes associated with this {@code SuggestedAdUnit}. This attribute is read-only and is populated by Google.
[ "Gets", "the", "suggestedAdUnitSizes", "value", "for", "this", "SuggestedAdUnit", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/SuggestedAdUnit.java#L326-L328
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ServiceLink.java
ServiceLink.getServiceType
public com.google.api.ads.adwords.axis.v201809.mcm.ServiceType getServiceType() { return serviceType; }
java
public com.google.api.ads.adwords.axis.v201809.mcm.ServiceType getServiceType() { return serviceType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "mcm", ".", "ServiceType", "getServiceType", "(", ")", "{", "return", "serviceType", ";", "}" ]
Gets the serviceType value for this ServiceLink. @return serviceType * The service being linked. <span class="constraint Filterable">This field can be filtered on using the value "ServiceType".</span> <span class="constraint Required">This field is required and should not be {@code null}.</span>
[ "Gets", "the", "serviceType", "value", "for", "this", "ServiceLink", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ServiceLink.java#L90-L92
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ServiceLink.java
ServiceLink.setLinkStatus
public void setLinkStatus(com.google.api.ads.adwords.axis.v201809.mcm.ServiceLinkLinkStatus linkStatus) { this.linkStatus = linkStatus; }
java
public void setLinkStatus(com.google.api.ads.adwords.axis.v201809.mcm.ServiceLinkLinkStatus linkStatus) { this.linkStatus = linkStatus; }
[ "public", "void", "setLinkStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "mcm", ".", "ServiceLinkLinkStatus", "linkStatus", ")", "{", "this", ".", "linkStatus", "=", "linkStatus", ";", "}" ]
Sets the linkStatus value for this ServiceLink. @param linkStatus * Status of the link. <span class="constraint Required">This field is required and should not be {@code null} when it is contained within {@link Operator}s : SET.</span>
[ "Sets", "the", "linkStatus", "value", "for", "this", "ServiceLink", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/mcm/ServiceLink.java#L158-L160
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java
PriceTableRow.getFinalUrls
public com.google.api.ads.adwords.axis.v201809.cm.UrlList getFinalUrls() { return finalUrls; }
java
public com.google.api.ads.adwords.axis.v201809.cm.UrlList getFinalUrls() { return finalUrls; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "UrlList", "getFinalUrls", "(", ")", "{", "return", "finalUrls", ";", "}" ]
Gets the finalUrls value for this PriceTableRow. @return finalUrls * A list of possible final URLs after all cross domain redirects. Required.
[ "Gets", "the", "finalUrls", "value", "for", "this", "PriceTableRow", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java#L138-L140
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java
PriceTableRow.setFinalMobileUrls
public void setFinalMobileUrls(com.google.api.ads.adwords.axis.v201809.cm.UrlList finalMobileUrls) { this.finalMobileUrls = finalMobileUrls; }
java
public void setFinalMobileUrls(com.google.api.ads.adwords.axis.v201809.cm.UrlList finalMobileUrls) { this.finalMobileUrls = finalMobileUrls; }
[ "public", "void", "setFinalMobileUrls", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "UrlList", "finalMobileUrls", ")", "{", "this", ".", "finalMobileUrls", "=", "finalMobileUrls", ";", "}"...
Sets the finalMobileUrls value for this PriceTableRow. @param finalMobileUrls * A list of possible final mobile URLs after all cross domain redirects.
[ "Sets", "the", "finalMobileUrls", "value", "for", "this", "PriceTableRow", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java#L171-L173
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java
PriceTableRow.getPrice
public com.google.api.ads.adwords.axis.v201809.cm.MoneyWithCurrency getPrice() { return price; }
java
public com.google.api.ads.adwords.axis.v201809.cm.MoneyWithCurrency getPrice() { return price; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "MoneyWithCurrency", "getPrice", "(", ")", "{", "return", "price", ";", "}" ]
Gets the price value for this PriceTableRow. @return price * Price value of this row. Required.
[ "Gets", "the", "price", "value", "for", "this", "PriceTableRow", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java#L181-L183
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java
PriceTableRow.getPriceUnit
public com.google.api.ads.adwords.axis.v201809.cm.PriceExtensionPriceUnit getPriceUnit() { return priceUnit; }
java
public com.google.api.ads.adwords.axis.v201809.cm.PriceExtensionPriceUnit getPriceUnit() { return priceUnit; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "PriceExtensionPriceUnit", "getPriceUnit", "(", ")", "{", "return", "priceUnit", ";", "}" ]
Gets the priceUnit value for this PriceTableRow. @return priceUnit * Price unit for this row.
[ "Gets", "the", "priceUnit", "value", "for", "this", "PriceTableRow", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceTableRow.java#L201-L203
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderRequest.java
BudgetOrderRequest.getStatus
public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrderRequestStatus getStatus() { return status; }
java
public com.google.api.ads.adwords.axis.v201809.billing.BudgetOrderRequestStatus getStatus() { return status; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "billing", ".", "BudgetOrderRequestStatus", "getStatus", "(", ")", "{", "return", "status", ";", "}" ]
Gets the status value for this BudgetOrderRequest. @return status * Status of the last {@link BudgetOrder} change. <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "status", "value", "for", "this", "BudgetOrderRequest", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderRequest.java#L132-L134
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderRequest.java
BudgetOrderRequest.getSpendingLimit
public com.google.api.ads.adwords.axis.v201809.cm.Money getSpendingLimit() { return spendingLimit; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Money getSpendingLimit() { return spendingLimit; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Money", "getSpendingLimit", "(", ")", "{", "return", "spendingLimit", ";", "}" ]
Gets the spendingLimit value for this BudgetOrderRequest. @return spendingLimit * The spending limit in micros. To specify an unlimited budget, set spendingLimit to -1, otherwise spendingLimit must be greater than 0. <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.<...
[ "Gets", "the", "spendingLimit", "value", "for", "this", "BudgetOrderRequest", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/billing/BudgetOrderRequest.java#L270-L272
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdSenseSettings.java
AdSenseSettings.setAdType
public void setAdType(com.google.api.ads.admanager.axis.v201808.AdSenseSettingsAdType adType) { this.adType = adType; }
java
public void setAdType(com.google.api.ads.admanager.axis.v201808.AdSenseSettingsAdType adType) { this.adType = adType; }
[ "public", "void", "setAdType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "AdSenseSettingsAdType", "adType", ")", "{", "this", ".", "adType", "=", "adType", ";", "}" ]
Sets the adType value for this AdSenseSettings. @param adType * Specifies what kind of ad can be served by this {@link AdUnit} from the AdSense Content Network. 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 adTy...
[ "Sets", "the", "adType", "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/v201808/AdSenseSettings.java#L420-L422
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdSenseSettings.java
AdSenseSettings.getBorderStyle
public com.google.api.ads.admanager.axis.v201808.AdSenseSettingsBorderStyle getBorderStyle() { return borderStyle; }
java
public com.google.api.ads.admanager.axis.v201808.AdSenseSettingsBorderStyle getBorderStyle() { return borderStyle; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "AdSenseSettingsBorderStyle", "getBorderStyle", "(", ")", "{", "return", "borderStyle", ";", "}" ]
Gets the borderStyle value for this AdSenseSettings. @return borderStyle * Specifies the border-style of the {@link AdUnit}. This attribute is optional and defaults to the ad unit's parent or ancestor's setting if one has been set. If no ancestor of the ad unit has set {@code borderStyle}, the attribute is defaulted...
[ "Gets", "the", "borderStyle", "value", "for", "this", "AdSenseSettings", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AdSenseSettings.java#L436-L438
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Keyword.java
Keyword.getMatchType
public com.google.api.ads.adwords.axis.v201809.cm.KeywordMatchType getMatchType() { return matchType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.KeywordMatchType getMatchType() { return matchType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "KeywordMatchType", "getMatchType", "(", ")", "{", "return", "matchType", ";", "}" ]
Gets the matchType value for this Keyword. @return matchType * Match type of this keyword. <span class="constraint Selectable">This field can be selected using the value "KeywordMatchType".</span><span class="constraint Filterable">This field can be filtered on.</span> <span class="constraint Required">This field is...
[ "Gets", "the", "matchType", "value", "for", "this", "Keyword", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Keyword.java#L130-L132
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Company.java
Company.setCreditStatus
public void setCreditStatus(com.google.api.ads.admanager.axis.v201805.CompanyCreditStatus creditStatus) { this.creditStatus = creditStatus; }
java
public void setCreditStatus(com.google.api.ads.admanager.axis.v201805.CompanyCreditStatus creditStatus) { this.creditStatus = creditStatus; }
[ "public", "void", "setCreditStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "CompanyCreditStatus", "creditStatus", ")", "{", "this", ".", "creditStatus", "=", "creditStatus", ";", "}" ]
Sets the creditStatus value for this Company. @param creditStatus * Specifies the company's credit status. This attribute is optional and defaults to {@link CreditStatus#ACTIVE} when basic credit status settings are enabled, and {@link CreditStatus#ON_HOLD} when advanced credit status settings are enabled.
[ "Sets", "the", "creditStatus", "value", "for", "this", "Company", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/Company.java#L417-L419
train
googleads/googleads-java-lib
examples/adwords_axis/src/main/java/adwords/axis/v201809/targeting/LookupLocation.java
LookupLocation.getParentLocationString
public static String getParentLocationString(Location[] parents) { StringBuilder sb = new StringBuilder(); if (parents != null) { for (Location parent : parents) { if (sb.length() > 0) { sb.append(", "); } sb.append(String.format("%s (%s)", parent.getLocationName(), paren...
java
public static String getParentLocationString(Location[] parents) { StringBuilder sb = new StringBuilder(); if (parents != null) { for (Location parent : parents) { if (sb.length() > 0) { sb.append(", "); } sb.append(String.format("%s (%s)", parent.getLocationName(), paren...
[ "public", "static", "String", "getParentLocationString", "(", "Location", "[", "]", "parents", ")", "{", "StringBuilder", "sb", "=", "new", "StringBuilder", "(", ")", ";", "if", "(", "parents", "!=", "null", ")", "{", "for", "(", "Location", "parent", ":",...
Helper function to format a string for parent locations. @param parents List of parent locations. @return Formatted string representing parent locations.
[ "Helper", "function", "to", "format", "a", "string", "for", "parent", "locations", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/examples/adwords_axis/src/main/java/adwords/axis/v201809/targeting/LookupLocation.java#L51-L64
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/StoreSalesTransaction.java
StoreSalesTransaction.getUserIdentifiers
public com.google.api.ads.adwords.axis.v201809.rm.UserIdentifier[] getUserIdentifiers() { return userIdentifiers; }
java
public com.google.api.ads.adwords.axis.v201809.rm.UserIdentifier[] getUserIdentifiers() { return userIdentifiers; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "UserIdentifier", "[", "]", "getUserIdentifiers", "(", ")", "{", "return", "userIdentifiers", ";", "}" ]
Gets the userIdentifiers value for this StoreSalesTransaction. @return userIdentifiers * List of UserIdentifiers. <span class="constraint Required">This field is required and should not be {@code null}.</span>
[ "Gets", "the", "userIdentifiers", "value", "for", "this", "StoreSalesTransaction", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/StoreSalesTransaction.java#L83-L85
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/StoreSalesTransaction.java
StoreSalesTransaction.setTransactionAmount
public void setTransactionAmount(com.google.api.ads.adwords.axis.v201809.rm.MoneyWithCurrency transactionAmount) { this.transactionAmount = transactionAmount; }
java
public void setTransactionAmount(com.google.api.ads.adwords.axis.v201809.rm.MoneyWithCurrency transactionAmount) { this.transactionAmount = transactionAmount; }
[ "public", "void", "setTransactionAmount", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "rm", ".", "MoneyWithCurrency", "transactionAmount", ")", "{", "this", ".", "transactionAmount", "=", "transactionAmo...
Sets the transactionAmount value for this StoreSalesTransaction. @param transactionAmount * Transaction amount. We support the ISO 4217 3-character currency code. For example: USD, EUR. <span class="constraint Required">This field is required and should not be {@code null}.</span>
[ "Sets", "the", "transactionAmount", "value", "for", "this", "StoreSalesTransaction", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/StoreSalesTransaction.java#L153-L155
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AgeRange.java
AgeRange.getAgeRangeType
public com.google.api.ads.adwords.axis.v201809.cm.AgeRangeAgeRangeType getAgeRangeType() { return ageRangeType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.AgeRangeAgeRangeType getAgeRangeType() { return ageRangeType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "AgeRangeAgeRangeType", "getAgeRangeType", "(", ")", "{", "return", "ageRangeType", ";", "}" ]
Gets the ageRangeType value for this AgeRange. @return ageRangeType * <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "ageRangeType", "value", "for", "this", "AgeRange", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AgeRange.java#L69-L71
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TargetingCriteriaBreakdown.java
TargetingCriteriaBreakdown.getTargetingDimension
public com.google.api.ads.admanager.axis.v201902.TargetingDimension getTargetingDimension() { return targetingDimension; }
java
public com.google.api.ads.admanager.axis.v201902.TargetingDimension getTargetingDimension() { return targetingDimension; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "TargetingDimension", "getTargetingDimension", "(", ")", "{", "return", "targetingDimension", ";", "}" ]
Gets the targetingDimension value for this TargetingCriteriaBreakdown. @return targetingDimension * The dimension of this breakdown
[ "Gets", "the", "targetingDimension", "value", "for", "this", "TargetingCriteriaBreakdown", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/TargetingCriteriaBreakdown.java#L83-L85
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Trial.java
Trial.getTrafficSplitType
public com.google.api.ads.adwords.axis.v201809.cm.CampaignTrialTrafficSplitType getTrafficSplitType() { return trafficSplitType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.CampaignTrialTrafficSplitType getTrafficSplitType() { return trafficSplitType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "CampaignTrialTrafficSplitType", "getTrafficSplitType", "(", ")", "{", "return", "trafficSplitType", ";", "}" ]
Gets the trafficSplitType value for this Trial. @return trafficSplitType * Determines the behavior of the traffic split. <span class="constraint Selectable">This field can be selected using the value "TrafficSplitType".</span><span class="constraint Filterable">This field can be filtered on.</span> <span class="cons...
[ "Gets", "the", "trafficSplitType", "value", "for", "this", "Trial", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Trial.java#L536-L538
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CustomCreative.java
CustomCreative.getSslScanResult
public com.google.api.ads.admanager.axis.v201808.SslScanResult getSslScanResult() { return sslScanResult; }
java
public com.google.api.ads.admanager.axis.v201808.SslScanResult getSslScanResult() { return sslScanResult; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "SslScanResult", "getSslScanResult", "(", ")", "{", "return", "sslScanResult", ";", "}" ]
Gets the sslScanResult value for this CustomCreative. @return sslScanResult * The SSL compatibility scan result of this creative. <p>This attribute is read-only and determined by Google.
[ "Gets", "the", "sslScanResult", "value", "for", "this", "CustomCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CustomCreative.java#L250-L252
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VastRedirectCreative.java
VastRedirectCreative.setVastRedirectType
public void setVastRedirectType(com.google.api.ads.admanager.axis.v201811.VastRedirectType vastRedirectType) { this.vastRedirectType = vastRedirectType; }
java
public void setVastRedirectType(com.google.api.ads.admanager.axis.v201811.VastRedirectType vastRedirectType) { this.vastRedirectType = vastRedirectType; }
[ "public", "void", "setVastRedirectType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "VastRedirectType", "vastRedirectType", ")", "{", "this", ".", "vastRedirectType", "=", "vastRedirectType", ";", "}"...
Sets the vastRedirectType value for this VastRedirectCreative. @param vastRedirectType * The type of VAST ad that this redirects to. This attribute is required.
[ "Sets", "the", "vastRedirectType", "value", "for", "this", "VastRedirectCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VastRedirectCreative.java#L174-L176
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VastRedirectCreative.java
VastRedirectCreative.setSslScanResult
public void setSslScanResult(com.google.api.ads.admanager.axis.v201811.SslScanResult sslScanResult) { this.sslScanResult = sslScanResult; }
java
public void setSslScanResult(com.google.api.ads.admanager.axis.v201811.SslScanResult sslScanResult) { this.sslScanResult = sslScanResult; }
[ "public", "void", "setSslScanResult", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "SslScanResult", "sslScanResult", ")", "{", "this", ".", "sslScanResult", "=", "sslScanResult", ";", "}" ]
Sets the sslScanResult value for this VastRedirectCreative. @param sslScanResult * The SSL compatibility scan result for this creative. <p>This attribute is read-only and determined by Google.
[ "Sets", "the", "sslScanResult", "value", "for", "this", "VastRedirectCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VastRedirectCreative.java#L310-L312
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VastRedirectCreative.java
VastRedirectCreative.getSslManualOverride
public com.google.api.ads.admanager.axis.v201811.SslManualOverride getSslManualOverride() { return sslManualOverride; }
java
public com.google.api.ads.admanager.axis.v201811.SslManualOverride getSslManualOverride() { return sslManualOverride; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "SslManualOverride", "getSslManualOverride", "(", ")", "{", "return", "sslManualOverride", ";", "}" ]
Gets the sslManualOverride value for this VastRedirectCreative. @return sslManualOverride * The manual override for the SSL compatibility of this creative. <p>This attribute is optional and defaults to {@link SslManualOverride#NO_OVERRIDE}.
[ "Gets", "the", "sslManualOverride", "value", "for", "this", "VastRedirectCreative", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VastRedirectCreative.java#L323-L325
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java
SuggestedAdUnit.setTargetWindow
public void setTargetWindow(com.google.api.ads.admanager.axis.v201811.AdUnitTargetWindow targetWindow) { this.targetWindow = targetWindow; }
java
public void setTargetWindow(com.google.api.ads.admanager.axis.v201811.AdUnitTargetWindow targetWindow) { this.targetWindow = targetWindow; }
[ "public", "void", "setTargetWindow", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "AdUnitTargetWindow", "targetWindow", ")", "{", "this", ".", "targetWindow", "=", "targetWindow", ";", "}" ]
Sets the targetWindow value for this SuggestedAdUnit. @param targetWindow * The {@code target} attribute of the underlying ad tag, as defined in the {@link AdUnit}. This attribute is read-only and is populated by Google.
[ "Sets", "the", "targetWindow", "value", "for", "this", "SuggestedAdUnit", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java#L290-L292
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java
SuggestedAdUnit.getTargetPlatform
public com.google.api.ads.admanager.axis.v201811.TargetPlatform getTargetPlatform() { return targetPlatform; }
java
public com.google.api.ads.admanager.axis.v201811.TargetPlatform getTargetPlatform() { return targetPlatform; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "TargetPlatform", "getTargetPlatform", "(", ")", "{", "return", "targetPlatform", ";", "}" ]
Gets the targetPlatform value for this SuggestedAdUnit. @return targetPlatform * The target platform for the browser that clicked the underlying ad tag. This attribute is read-only and is populated by Google.
[ "Gets", "the", "targetPlatform", "value", "for", "this", "SuggestedAdUnit", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java#L302-L304
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java
SuggestedAdUnit.setTargetPlatform
public void setTargetPlatform(com.google.api.ads.admanager.axis.v201811.TargetPlatform targetPlatform) { this.targetPlatform = targetPlatform; }
java
public void setTargetPlatform(com.google.api.ads.admanager.axis.v201811.TargetPlatform targetPlatform) { this.targetPlatform = targetPlatform; }
[ "public", "void", "setTargetPlatform", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "TargetPlatform", "targetPlatform", ")", "{", "this", ".", "targetPlatform", "=", "targetPlatform", ";", "}" ]
Sets the targetPlatform value for this SuggestedAdUnit. @param targetPlatform * The target platform for the browser that clicked the underlying ad tag. This attribute is read-only and is populated by Google.
[ "Sets", "the", "targetPlatform", "value", "for", "this", "SuggestedAdUnit", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java#L314-L316
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java
SuggestedAdUnit.setSuggestedAdUnitSizes
public void setSuggestedAdUnitSizes(com.google.api.ads.admanager.axis.v201811.AdUnitSize[] suggestedAdUnitSizes) { this.suggestedAdUnitSizes = suggestedAdUnitSizes; }
java
public void setSuggestedAdUnitSizes(com.google.api.ads.admanager.axis.v201811.AdUnitSize[] suggestedAdUnitSizes) { this.suggestedAdUnitSizes = suggestedAdUnitSizes; }
[ "public", "void", "setSuggestedAdUnitSizes", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "AdUnitSize", "[", "]", "suggestedAdUnitSizes", ")", "{", "this", ".", "suggestedAdUnitSizes", "=", "suggestedAd...
Sets the suggestedAdUnitSizes value for this SuggestedAdUnit. @param suggestedAdUnitSizes * The target sizes associated with this {@code SuggestedAdUnit}. This attribute is read-only and is populated by Google.
[ "Sets", "the", "suggestedAdUnitSizes", "value", "for", "this", "SuggestedAdUnit", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/SuggestedAdUnit.java#L338-L340
train
googleads/googleads-java-lib
modules/ads_lib_appengine/src/main/java/com/google/api/ads/common/lib/soap/jaxws/JaxWsHandler.java
JaxWsHandler.setHeaderChildString
public void setHeaderChildString(BindingProvider soapClient, final String headerName, String childNamespace, String childName, String childValue) { // Find the parent header SOAPElement SOAPElement parentHeader = (SOAPElement) getHeader(soapClient, headerName); Preconditions.checkNotNull(parentHeader,...
java
public void setHeaderChildString(BindingProvider soapClient, final String headerName, String childNamespace, String childName, String childValue) { // Find the parent header SOAPElement SOAPElement parentHeader = (SOAPElement) getHeader(soapClient, headerName); Preconditions.checkNotNull(parentHeader,...
[ "public", "void", "setHeaderChildString", "(", "BindingProvider", "soapClient", ",", "final", "String", "headerName", ",", "String", "childNamespace", ",", "String", "childName", ",", "String", "childValue", ")", "{", "// Find the parent header SOAPElement", "SOAPElement"...
Adds a child text node named childName to the existing header named headerName. @param soapClient the binding provider @param headerName the name of the existing header @param childNamespace the namespace of the new child @param childName the name of the new child @param childValue the value of the new child @throws ...
[ "Adds", "a", "child", "text", "node", "named", "childName", "to", "the", "existing", "header", "named", "headerName", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib_appengine/src/main/java/com/google/api/ads/common/lib/soap/jaxws/JaxWsHandler.java#L134-L146
train
googleads/googleads-java-lib
modules/ads_lib_appengine/src/main/java/com/google/api/ads/common/lib/soap/jaxws/JaxWsHandler.java
JaxWsHandler.setRequestTimeout
@Override public void setRequestTimeout(BindingProvider bindingProvider, int timeout) { // Production App Engine bindingProvider.getRequestContext().put(PRODUCTION_REQUEST_TIMEOUT_KEY, timeout); // Dev App Engine bindingProvider.getRequestContext().put(DEVEL_REQUEST_TIMEOUT_KEY, timeout); }
java
@Override public void setRequestTimeout(BindingProvider bindingProvider, int timeout) { // Production App Engine bindingProvider.getRequestContext().put(PRODUCTION_REQUEST_TIMEOUT_KEY, timeout); // Dev App Engine bindingProvider.getRequestContext().put(DEVEL_REQUEST_TIMEOUT_KEY, timeout); }
[ "@", "Override", "public", "void", "setRequestTimeout", "(", "BindingProvider", "bindingProvider", ",", "int", "timeout", ")", "{", "// Production App Engine", "bindingProvider", ".", "getRequestContext", "(", ")", ".", "put", "(", "PRODUCTION_REQUEST_TIMEOUT_KEY", ",",...
Sets properties into the message context to alter the timeout on App Engine.
[ "Sets", "properties", "into", "the", "message", "context", "to", "alter", "the", "timeout", "on", "App", "Engine", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib_appengine/src/main/java/com/google/api/ads/common/lib/soap/jaxws/JaxWsHandler.java#L245-L251
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Ad.java
Ad.getUrlCustomParameters
public com.google.api.ads.adwords.axis.v201809.cm.CustomParameters getUrlCustomParameters() { return urlCustomParameters; }
java
public com.google.api.ads.adwords.axis.v201809.cm.CustomParameters getUrlCustomParameters() { return urlCustomParameters; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "CustomParameters", "getUrlCustomParameters", "(", ")", "{", "return", "urlCustomParameters", ";", "}" ]
Gets the urlCustomParameters value for this Ad. @return urlCustomParameters * A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. <p>This field is used for upgraded urls only, as described at: https://developers.google.com/adwords/ap...
[ "Gets", "the", "urlCustomParameters", "value", "for", "this", "Ad", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Ad.java#L520-L522
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Ad.java
Ad.getUrlData
public com.google.api.ads.adwords.axis.v201809.cm.UrlData[] getUrlData() { return urlData; }
java
public com.google.api.ads.adwords.axis.v201809.cm.UrlData[] getUrlData() { return urlData; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "UrlData", "[", "]", "getUrlData", "(", ")", "{", "return", "urlData", ";", "}" ]
Gets the urlData value for this Ad. @return urlData * Additional urls for the ad that are tagged with a unique identifier. Currently only used for TemplateAds for specific template IDs. For all other ad types, use finalUrls, finalMobileUrls and finalAppUrls instead. <span class="constraint Selectable">This field can...
[ "Gets", "the", "urlData", "value", "for", "this", "Ad", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Ad.java#L553-L555
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Ad.java
Ad.getSystemManagedEntitySource
public com.google.api.ads.adwords.axis.v201809.cm.SystemManagedEntitySource getSystemManagedEntitySource() { return systemManagedEntitySource; }
java
public com.google.api.ads.adwords.axis.v201809.cm.SystemManagedEntitySource getSystemManagedEntitySource() { return systemManagedEntitySource; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "SystemManagedEntitySource", "getSystemManagedEntitySource", "(", ")", "{", "return", "systemManagedEntitySource", ";", "}" ]
Gets the systemManagedEntitySource value for this Ad. @return systemManagedEntitySource * The source of this system-managed ad. <span class="constraint Selectable">This field can be selected using the value "SystemManagedEntitySource".</span><span class="constraint Filterable">This field can be filtered on.</span> <...
[ "Gets", "the", "systemManagedEntitySource", "value", "for", "this", "Ad", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Ad.java#L678-L680
train
googleads/googleads-java-lib
modules/ads_lib/src/main/java/com/google/api/ads/common/lib/auth/OfflineCredentials.java
OfflineCredentials.generateCredential
public Credential generateCredential() throws OAuthException { GoogleCredential credential = Strings.isNullOrEmpty(this.jsonKeyFilePath) ? generateCredentialFromClientSecrets() : generateCredentialFromKeyFile(); try { if (!oAuth2Helper.callRefreshToken(credential)) { throw new OAut...
java
public Credential generateCredential() throws OAuthException { GoogleCredential credential = Strings.isNullOrEmpty(this.jsonKeyFilePath) ? generateCredentialFromClientSecrets() : generateCredentialFromKeyFile(); try { if (!oAuth2Helper.callRefreshToken(credential)) { throw new OAut...
[ "public", "Credential", "generateCredential", "(", ")", "throws", "OAuthException", "{", "GoogleCredential", "credential", "=", "Strings", ".", "isNullOrEmpty", "(", "this", ".", "jsonKeyFilePath", ")", "?", "generateCredentialFromClientSecrets", "(", ")", ":", "gener...
Generates a new offline credential and immediately refreshes it. @return a newly refreshed offline credential. @throws OAuthException if the credential could not be refreshed.
[ "Generates", "a", "new", "offline", "credential", "and", "immediately", "refreshes", "it", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/auth/OfflineCredentials.java#L229-L243
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignSharedSet.java
CampaignSharedSet.getSharedSetType
public com.google.api.ads.adwords.axis.v201809.cm.SharedSetType getSharedSetType() { return sharedSetType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.SharedSetType getSharedSetType() { return sharedSetType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "SharedSetType", "getSharedSetType", "(", ")", "{", "return", "sharedSetType", ";", "}" ]
Gets the sharedSetType value for this CampaignSharedSet. @return sharedSetType * <span class="constraint CampaignType">This field may only be set to NEGATIVE_KEYWORDS for campaign channel type SHOPPING.</span> <span class="constraint CampaignType">This field may only be set to NEGATIVE_PLACEMENTS for campaign channe...
[ "Gets", "the", "sharedSetType", "value", "for", "this", "CampaignSharedSet", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CampaignSharedSet.java#L171-L173
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.getPricingModel
public com.google.api.ads.admanager.axis.v201808.PricingModel getPricingModel() { return pricingModel; }
java
public com.google.api.ads.admanager.axis.v201808.PricingModel getPricingModel() { return pricingModel; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "PricingModel", "getPricingModel", "(", ")", "{", "return", "pricingModel", ";", "}" ]
Gets the pricingModel value for this Proposal. @return pricingModel * The option to specify whether the {@code Proposal} uses the Net or Gross pricing model. This field is optional and defaults to {@link PricingModel#NET}. <span class="constraint Applicable">This attribute is applicable when:<ul><li>not using progra...
[ "Gets", "the", "pricingModel", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L850-L852
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setAgencies
public void setAgencies(com.google.api.ads.admanager.axis.v201808.ProposalCompanyAssociation[] agencies) { this.agencies = agencies; }
java
public void setAgencies(com.google.api.ads.admanager.axis.v201808.ProposalCompanyAssociation[] agencies) { this.agencies = agencies; }
[ "public", "void", "setAgencies", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "ProposalCompanyAssociation", "[", "]", "agencies", ")", "{", "this", ".", "agencies", "=", "agencies", ";", "}" ]
Sets the agencies value for this Proposal. @param agencies * List of agencies and the set of {@link Contact} objects associated with each agency. This attribute is optional. A {@code Proposal} only has at most one {@link Company} with {@link ProposalCompanyAssociationType#PRIMARY_AGENCY} type, but a {@link Company} ...
[ "Sets", "the", "agencies", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1114-L1116
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setBillingSchedule
public void setBillingSchedule(com.google.api.ads.admanager.axis.v201808.BillingSchedule billingSchedule) { this.billingSchedule = billingSchedule; }
java
public void setBillingSchedule(com.google.api.ads.admanager.axis.v201808.BillingSchedule billingSchedule) { this.billingSchedule = billingSchedule; }
[ "public", "void", "setBillingSchedule", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "BillingSchedule", "billingSchedule", ")", "{", "this", ".", "billingSchedule", "=", "billingSchedule", ";", "}" ]
Sets the billingSchedule value for this Proposal. @param billingSchedule * The billing schedule of this {@code Proposal}. This attribute is optional and default value is {@link BillingSchedule#PRORATED}. Either this attribute or {@link #billingCap} will be used, according to the {@link #billingSource}. This attribut...
[ "Sets", "the", "billingSchedule", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1248-L1250
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.getBillingSource
public com.google.api.ads.admanager.axis.v201808.BillingSource getBillingSource() { return billingSource; }
java
public com.google.api.ads.admanager.axis.v201808.BillingSource getBillingSource() { return billingSource; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "BillingSource", "getBillingSource", "(", ")", "{", "return", "billingSource", ";", "}" ]
Gets the billingSource value for this Proposal. @return billingSource * The billing source of this {@code Proposal}. This attribute is optional and default value is {@link BillingSource#THIRD_PARTY_VOLUME}. If the value is {@link BillingSource#CONTRACTED}, the {@link #billingSchedule} will be used for billing, other...
[ "Gets", "the", "billingSource", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1271-L1273
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setBillingSource
public void setBillingSource(com.google.api.ads.admanager.axis.v201808.BillingSource billingSource) { this.billingSource = billingSource; }
java
public void setBillingSource(com.google.api.ads.admanager.axis.v201808.BillingSource billingSource) { this.billingSource = billingSource; }
[ "public", "void", "setBillingSource", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "BillingSource", "billingSource", ")", "{", "this", ".", "billingSource", "=", "billingSource", ";", "}" ]
Sets the billingSource value for this Proposal. @param billingSource * The billing source of this {@code Proposal}. This attribute is optional and default value is {@link BillingSource#THIRD_PARTY_VOLUME}. If the value is {@link BillingSource#CONTRACTED}, the {@link #billingSchedule} will be used for billing, otherw...
[ "Sets", "the", "billingSource", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1294-L1296
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.getBillingBase
public com.google.api.ads.admanager.axis.v201808.BillingBase getBillingBase() { return billingBase; }
java
public com.google.api.ads.admanager.axis.v201808.BillingBase getBillingBase() { return billingBase; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "BillingBase", "getBillingBase", "(", ")", "{", "return", "billingBase", ";", "}" ]
Gets the billingBase value for this Proposal. @return billingBase * The billing base of this {@code Proposal}. For example, for a flat fee {@link BillingSource#CONTRACTED contracted} {@link #billingSource}, set this to {@link BillingBase#REVENUE}. This attribute is optional and defaults to {@link BillingBase#VOLUME}...
[ "Gets", "the", "billingBase", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1316-L1318
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setPrimarySalesperson
public void setPrimarySalesperson(com.google.api.ads.admanager.axis.v201808.SalespersonSplit primarySalesperson) { this.primarySalesperson = primarySalesperson; }
java
public void setPrimarySalesperson(com.google.api.ads.admanager.axis.v201808.SalespersonSplit primarySalesperson) { this.primarySalesperson = primarySalesperson; }
[ "public", "void", "setPrimarySalesperson", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "SalespersonSplit", "primarySalesperson", ")", "{", "this", ".", "primarySalesperson", "=", "primarySalesperson", ";...
Sets the primarySalesperson value for this Proposal. @param primarySalesperson * The primary salesperson who brokered the transaction with the {@link #advertiser}. This attribute is required when the proposal turns into an order. This attribute can be configured as editable after the proposal has been submitted. Ple...
[ "Sets", "the", "primarySalesperson", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1492-L1494
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.getEffectiveAppliedLabels
public com.google.api.ads.admanager.axis.v201808.AppliedLabel[] getEffectiveAppliedLabels() { return effectiveAppliedLabels; }
java
public com.google.api.ads.admanager.axis.v201808.AppliedLabel[] getEffectiveAppliedLabels() { return effectiveAppliedLabels; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "AppliedLabel", "[", "]", "getEffectiveAppliedLabels", "(", ")", "{", "return", "effectiveAppliedLabels", ";", "}" ]
Gets the effectiveAppliedLabels value for this Proposal. @return effectiveAppliedLabels * Contains the set of labels applied directly to the proposal as well as those inherited ones. If a label has been negated, only the negated label is returned. This attribute is read-only.
[ "Gets", "the", "effectiveAppliedLabels", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L1841-L1843
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setResources
public void setResources(com.google.api.ads.admanager.axis.v201808.ProposalLink[] resources) { this.resources = resources; }
java
public void setResources(com.google.api.ads.admanager.axis.v201808.ProposalLink[] resources) { this.resources = resources; }
[ "public", "void", "setResources", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "ProposalLink", "[", "]", "resources", ")", "{", "this", ".", "resources", "=", "resources", ";", "}" ]
Sets the resources value for this Proposal. @param resources * The list of resources on this {@code Proposal}. This attribute is optional. This attribute can be configured as editable after the proposal has been submitted. Please check with your network administrator for editable fields configuration. <span class="c...
[ "Sets", "the", "resources", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L2244-L2246
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setTermsAndConditions
public void setTermsAndConditions(com.google.api.ads.admanager.axis.v201808.ProposalTermsAndConditions[] termsAndConditions) { this.termsAndConditions = termsAndConditions; }
java
public void setTermsAndConditions(com.google.api.ads.admanager.axis.v201808.ProposalTermsAndConditions[] termsAndConditions) { this.termsAndConditions = termsAndConditions; }
[ "public", "void", "setTermsAndConditions", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "ProposalTermsAndConditions", "[", "]", "termsAndConditions", ")", "{", "this", ".", "termsAndConditions", "=", "t...
Sets the termsAndConditions value for this Proposal. @param termsAndConditions * A list of terms and conditions for this {@code Proposal}. This field is optional. <span class="constraint Applicable">This attribute is applicable when:<ul><li>not using programmatic, using sales management.</li></ul></span>
[ "Sets", "the", "termsAndConditions", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L2428-L2430
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java
Proposal.setOfflineErrors
public void setOfflineErrors(com.google.api.ads.admanager.axis.v201808.OfflineError[] offlineErrors) { this.offlineErrors = offlineErrors; }
java
public void setOfflineErrors(com.google.api.ads.admanager.axis.v201808.OfflineError[] offlineErrors) { this.offlineErrors = offlineErrors; }
[ "public", "void", "setOfflineErrors", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201808", ".", "OfflineError", "[", "]", "offlineErrors", ")", "{", "this", ".", "offlineErrors", "=", "offlineErrors", ";", "}" ]
Sets the offlineErrors value for this Proposal. @param offlineErrors * Errors that occurred during offline processes. If any errors occur during an offline process, such as reserving inventory, this field will be populated with those errors, otherwise this field will be null. This attribute is read-only.
[ "Sets", "the", "offlineErrors", "value", "for", "this", "Proposal", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Proposal.java#L2528-L2530
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/CreativeTemplate.java
CreativeTemplate.setVariables
public void setVariables(com.google.api.ads.admanager.axis.v201805.CreativeTemplateVariable[] variables) { this.variables = variables; }
java
public void setVariables(com.google.api.ads.admanager.axis.v201805.CreativeTemplateVariable[] variables) { this.variables = variables; }
[ "public", "void", "setVariables", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "CreativeTemplateVariable", "[", "]", "variables", ")", "{", "this", ".", "variables", "=", "variables", ";", "}" ]
Sets the variables value for this CreativeTemplate. @param variables * The list of creative template variables. This attribute is required.
[ "Sets", "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/v201805/CreativeTemplate.java#L210-L212
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setCreativeRotationType
public void setCreativeRotationType(com.google.api.ads.admanager.axis.v201902.CreativeRotationType creativeRotationType) { this.creativeRotationType = creativeRotationType; }
java
public void setCreativeRotationType(com.google.api.ads.admanager.axis.v201902.CreativeRotationType creativeRotationType) { this.creativeRotationType = creativeRotationType; }
[ "public", "void", "setCreativeRotationType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "CreativeRotationType", "creativeRotationType", ")", "{", "this", ".", "creativeRotationType", "=", "creativeRotatio...
Sets the creativeRotationType value for this ProposalLineItem. @param creativeRotationType * The strategy used for displaying multiple {@link Creative} objects that are associated with the {@code ProposalLineItem}. This attribute is optional and default value is {@link CreativeRotationType#OPTIMIZED}. <span class="c...
[ "Sets", "the", "creativeRotationType", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L1595-L1597
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.getFrequencyCaps
public com.google.api.ads.admanager.axis.v201902.FrequencyCap[] getFrequencyCaps() { return frequencyCaps; }
java
public com.google.api.ads.admanager.axis.v201902.FrequencyCap[] getFrequencyCaps() { return frequencyCaps; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "FrequencyCap", "[", "]", "getFrequencyCaps", "(", ")", "{", "return", "frequencyCaps", ";", "}" ]
Gets the frequencyCaps value for this ProposalLineItem. @return frequencyCaps * The set of frequency capping units for this {@code ProposalLineItem}. This attribute is optional during creation and defaults to the {@link Product#frequencyCaps product's frequency caps} if {@link Product#allowFrequencyCapsCustomization...
[ "Gets", "the", "frequencyCaps", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L1644-L1646
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setCustomFieldValues
public void setCustomFieldValues(com.google.api.ads.admanager.axis.v201902.BaseCustomFieldValue[] customFieldValues) { this.customFieldValues = customFieldValues; }
java
public void setCustomFieldValues(com.google.api.ads.admanager.axis.v201902.BaseCustomFieldValue[] customFieldValues) { this.customFieldValues = customFieldValues; }
[ "public", "void", "setCustomFieldValues", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "BaseCustomFieldValue", "[", "]", "customFieldValues", ")", "{", "this", ".", "customFieldValues", "=", "customFiel...
Sets the customFieldValues value for this ProposalLineItem. @param customFieldValues * The values of the custom fields associated with the {@code ProposalLineItem}. This attribute is optional. This attribute can be configured as editable after the proposal has been submitted. Please check with your network administr...
[ "Sets", "the", "customFieldValues", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L1897-L1899
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setEffectiveAppliedLabels
public void setEffectiveAppliedLabels(com.google.api.ads.admanager.axis.v201902.AppliedLabel[] effectiveAppliedLabels) { this.effectiveAppliedLabels = effectiveAppliedLabels; }
java
public void setEffectiveAppliedLabels(com.google.api.ads.admanager.axis.v201902.AppliedLabel[] effectiveAppliedLabels) { this.effectiveAppliedLabels = effectiveAppliedLabels; }
[ "public", "void", "setEffectiveAppliedLabels", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "AppliedLabel", "[", "]", "effectiveAppliedLabels", ")", "{", "this", ".", "effectiveAppliedLabels", "=", "eff...
Sets the effectiveAppliedLabels value for this ProposalLineItem. @param effectiveAppliedLabels * Contains the set of labels applied directly to the proposal as well as those inherited ones. If a label has been negated, only the negated label is returned. This attribute is read-only.
[ "Sets", "the", "effectiveAppliedLabels", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L1965-L1967
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setNetCost
public void setNetCost(com.google.api.ads.admanager.axis.v201902.Money netCost) { this.netCost = netCost; }
java
public void setNetCost(com.google.api.ads.admanager.axis.v201902.Money netCost) { this.netCost = netCost; }
[ "public", "void", "setNetCost", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "Money", "netCost", ")", "{", "this", ".", "netCost", "=", "netCost", ";", "}" ]
Sets the netCost value for this ProposalLineItem. @param netCost * The cost of the {@code ProposalLineItem} in proposal currency. It supports precision of 2 decimal places in terms of the fundamental currency unit, so the {@link Money#getAmountInMicros} must be multiples of 10000. It doesn't include agency commissio...
[ "Sets", "the", "netCost", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L2321-L2323
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setComputedStatus
public void setComputedStatus(com.google.api.ads.admanager.axis.v201902.ComputedStatus computedStatus) { this.computedStatus = computedStatus; }
java
public void setComputedStatus(com.google.api.ads.admanager.axis.v201902.ComputedStatus computedStatus) { this.computedStatus = computedStatus; }
[ "public", "void", "setComputedStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ComputedStatus", "computedStatus", ")", "{", "this", ".", "computedStatus", "=", "computedStatus", ";", "}" ]
Sets the computedStatus value for this ProposalLineItem. @param computedStatus * The status of the {@link LineItem} generated from this proposal line item. This will be {@code null} if the proposal line item has not pushed to Ad Manager. This attribute is read-only.
[ "Sets", "the", "computedStatus", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L2485-L2487
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setBillingBase
public void setBillingBase(com.google.api.ads.admanager.axis.v201902.BillingBase billingBase) { this.billingBase = billingBase; }
java
public void setBillingBase(com.google.api.ads.admanager.axis.v201902.BillingBase billingBase) { this.billingBase = billingBase; }
[ "public", "void", "setBillingBase", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "BillingBase", "billingBase", ")", "{", "this", ".", "billingBase", "=", "billingBase", ";", "}" ]
Sets the billingBase value for this ProposalLineItem. @param billingBase * Overrides the billing base of this {@code ProposalLineItem}. This attribute is optional. <p>If this field is overridden, then other required billing fields ({@link #billingCap}, {@link #billingSchedule}, or {@link #billingSource}) also need ...
[ "Sets", "the", "billingBase", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L2683-L2685
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setLinkStatus
public void setLinkStatus(com.google.api.ads.admanager.axis.v201902.LinkStatus linkStatus) { this.linkStatus = linkStatus; }
java
public void setLinkStatus(com.google.api.ads.admanager.axis.v201902.LinkStatus linkStatus) { this.linkStatus = linkStatus; }
[ "public", "void", "setLinkStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "LinkStatus", "linkStatus", ")", "{", "this", ".", "linkStatus", "=", "linkStatus", ";", "}" ]
Sets the linkStatus value for this ProposalLineItem. @param linkStatus * The status of the link between this {@code ProposalLineItem} and its {link Product}. <span class="constraint Applicable">This attribute is applicable when:<ul><li>using programmatic guaranteed, using sales management.</li><li>not using programm...
[ "Sets", "the", "linkStatus", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L2963-L2965
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.getMarketplaceInfo
public com.google.api.ads.admanager.axis.v201902.ProposalLineItemMarketplaceInfo getMarketplaceInfo() { return marketplaceInfo; }
java
public com.google.api.ads.admanager.axis.v201902.ProposalLineItemMarketplaceInfo getMarketplaceInfo() { return marketplaceInfo; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ProposalLineItemMarketplaceInfo", "getMarketplaceInfo", "(", ")", "{", "return", "marketplaceInfo", ";", "}" ]
Gets the marketplaceInfo value for this ProposalLineItem. @return marketplaceInfo * The marketplace info if this proposal line item is programmatic, null otherwise. <span class="constraint Applicable">This attribute is applicable when:<ul><li>using programmatic guaranteed, using sales management.</li><li>using progr...
[ "Gets", "the", "marketplaceInfo", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L2981-L2983
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java
ProposalLineItem.setMarketplaceInfo
public void setMarketplaceInfo(com.google.api.ads.admanager.axis.v201902.ProposalLineItemMarketplaceInfo marketplaceInfo) { this.marketplaceInfo = marketplaceInfo; }
java
public void setMarketplaceInfo(com.google.api.ads.admanager.axis.v201902.ProposalLineItemMarketplaceInfo marketplaceInfo) { this.marketplaceInfo = marketplaceInfo; }
[ "public", "void", "setMarketplaceInfo", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201902", ".", "ProposalLineItemMarketplaceInfo", "marketplaceInfo", ")", "{", "this", ".", "marketplaceInfo", "=", "marketplaceInfo", ...
Sets the marketplaceInfo value for this ProposalLineItem. @param marketplaceInfo * The marketplace info if this proposal line item is programmatic, null otherwise. <span class="constraint Applicable">This attribute is applicable when:<ul><li>using programmatic guaranteed, using sales management.</li><li>using progra...
[ "Sets", "the", "marketplaceInfo", "value", "for", "this", "ProposalLineItem", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/ProposalLineItem.java#L2999-L3001
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ConversionEvent_TrackingUrlsMapEntry.java
ConversionEvent_TrackingUrlsMapEntry.getKey
public com.google.api.ads.admanager.axis.v201811.ConversionEvent getKey() { return key; }
java
public com.google.api.ads.admanager.axis.v201811.ConversionEvent getKey() { return key; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "ConversionEvent", "getKey", "(", ")", "{", "return", "key", ";", "}" ]
Gets the key value for this ConversionEvent_TrackingUrlsMapEntry. @return key
[ "Gets", "the", "key", "value", "for", "this", "ConversionEvent_TrackingUrlsMapEntry", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ConversionEvent_TrackingUrlsMapEntry.java#L58-L60
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ConversionEvent_TrackingUrlsMapEntry.java
ConversionEvent_TrackingUrlsMapEntry.getValue
public com.google.api.ads.admanager.axis.v201811.TrackingUrls getValue() { return value; }
java
public com.google.api.ads.admanager.axis.v201811.TrackingUrls getValue() { return value; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "TrackingUrls", "getValue", "(", ")", "{", "return", "value", ";", "}" ]
Gets the value value for this ConversionEvent_TrackingUrlsMapEntry. @return value
[ "Gets", "the", "value", "value", "for", "this", "ConversionEvent_TrackingUrlsMapEntry", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ConversionEvent_TrackingUrlsMapEntry.java#L78-L80
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ConversionEvent_TrackingUrlsMapEntry.java
ConversionEvent_TrackingUrlsMapEntry.setValue
public void setValue(com.google.api.ads.admanager.axis.v201811.TrackingUrls value) { this.value = value; }
java
public void setValue(com.google.api.ads.admanager.axis.v201811.TrackingUrls value) { this.value = value; }
[ "public", "void", "setValue", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "TrackingUrls", "value", ")", "{", "this", ".", "value", "=", "value", ";", "}" ]
Sets the value value for this ConversionEvent_TrackingUrlsMapEntry. @param value
[ "Sets", "the", "value", "value", "for", "this", "ConversionEvent_TrackingUrlsMapEntry", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ConversionEvent_TrackingUrlsMapEntry.java#L88-L90
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java
ReportQuery.setDimensionAttributes
public void setDimensionAttributes(com.google.api.ads.admanager.axis.v201811.DimensionAttribute[] dimensionAttributes) { this.dimensionAttributes = dimensionAttributes; }
java
public void setDimensionAttributes(com.google.api.ads.admanager.axis.v201811.DimensionAttribute[] dimensionAttributes) { this.dimensionAttributes = dimensionAttributes; }
[ "public", "void", "setDimensionAttributes", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "DimensionAttribute", "[", "]", "dimensionAttributes", ")", "{", "this", ".", "dimensionAttributes", "=", "dimens...
Sets the dimensionAttributes value for this ReportQuery. @param dimensionAttributes * The list of break-down attributes being requested in this report. Some {@link DimensionAttribute} values can only be used with certain {@link Dimension} values that must be included in the {@link #dimensions} attribute. The generat...
[ "Sets", "the", "dimensionAttributes", "value", "for", "this", "ReportQuery", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java#L393-L395
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java
ReportQuery.getDateRangeType
public com.google.api.ads.admanager.axis.v201811.DateRangeType getDateRangeType() { return dateRangeType; }
java
public com.google.api.ads.admanager.axis.v201811.DateRangeType getDateRangeType() { return dateRangeType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "DateRangeType", "getDateRangeType", "(", ")", "{", "return", "dateRangeType", ";", "}" ]
Gets the dateRangeType value for this ReportQuery. @return dateRangeType * The period of time for which the reporting data is being generated. In order to define custom time periods, set this to {@link DateRangeType#CUSTOM_DATE}. If set to {@link DateRangeType#CUSTOM_DATE}, then {@link ReportQuery#startDate} and {@l...
[ "Gets", "the", "dateRangeType", "value", "for", "this", "ReportQuery", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java#L687-L689
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java
ReportQuery.setDateRangeType
public void setDateRangeType(com.google.api.ads.admanager.axis.v201811.DateRangeType dateRangeType) { this.dateRangeType = dateRangeType; }
java
public void setDateRangeType(com.google.api.ads.admanager.axis.v201811.DateRangeType dateRangeType) { this.dateRangeType = dateRangeType; }
[ "public", "void", "setDateRangeType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "DateRangeType", "dateRangeType", ")", "{", "this", ".", "dateRangeType", "=", "dateRangeType", ";", "}" ]
Sets the dateRangeType value for this ReportQuery. @param dateRangeType * The period of time for which the reporting data is being generated. In order to define custom time periods, set this to {@link DateRangeType#CUSTOM_DATE}. If set to {@link DateRangeType#CUSTOM_DATE}, then {@link ReportQuery#startDate} and {@li...
[ "Sets", "the", "dateRangeType", "value", "for", "this", "ReportQuery", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java#L703-L705
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java
ReportQuery.getTimeZoneType
public com.google.api.ads.admanager.axis.v201811.TimeZoneType getTimeZoneType() { return timeZoneType; }
java
public com.google.api.ads.admanager.axis.v201811.TimeZoneType getTimeZoneType() { return timeZoneType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "TimeZoneType", "getTimeZoneType", "(", ")", "{", "return", "timeZoneType", ";", "}" ]
Gets the timeZoneType value for this ReportQuery. @return timeZoneType * Gets the {@link TimeZoneType} for this report, which determines the time zone used for the report's date range. Defaults to {@link TimeZoneType.PUBLISHER}.
[ "Gets", "the", "timeZoneType", "value", "for", "this", "ReportQuery", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java#L853-L855
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java
ReportQuery.setTimeZoneType
public void setTimeZoneType(com.google.api.ads.admanager.axis.v201811.TimeZoneType timeZoneType) { this.timeZoneType = timeZoneType; }
java
public void setTimeZoneType(com.google.api.ads.admanager.axis.v201811.TimeZoneType timeZoneType) { this.timeZoneType = timeZoneType; }
[ "public", "void", "setTimeZoneType", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "TimeZoneType", "timeZoneType", ")", "{", "this", ".", "timeZoneType", "=", "timeZoneType", ";", "}" ]
Sets the timeZoneType value for this ReportQuery. @param timeZoneType * Gets the {@link TimeZoneType} for this report, which determines the time zone used for the report's date range. Defaults to {@link TimeZoneType.PUBLISHER}.
[ "Sets", "the", "timeZoneType", "value", "for", "this", "ReportQuery", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ReportQuery.java#L865-L867
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AffiliateLocationFeedData.java
AffiliateLocationFeedData.getChains
public com.google.api.ads.adwords.axis.v201809.cm.Chain[] getChains() { return chains; }
java
public com.google.api.ads.adwords.axis.v201809.cm.Chain[] getChains() { return chains; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "Chain", "[", "]", "getChains", "(", ")", "{", "return", "chains", ";", "}" ]
Gets the chains value for this AffiliateLocationFeedData. @return chains * The list of chains that the Affiliate Location Feed will sync the locations from.
[ "Gets", "the", "chains", "value", "for", "this", "AffiliateLocationFeedData", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AffiliateLocationFeedData.java#L66-L68
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AffiliateLocationFeedData.java
AffiliateLocationFeedData.getRelationshipType
public com.google.api.ads.adwords.axis.v201809.cm.RelationshipType getRelationshipType() { return relationshipType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.RelationshipType getRelationshipType() { return relationshipType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "RelationshipType", "getRelationshipType", "(", ")", "{", "return", "relationshipType", ";", "}" ]
Gets the relationshipType value for this AffiliateLocationFeedData. @return relationshipType * The relationship the chains have with the advertiser.
[ "Gets", "the", "relationshipType", "value", "for", "this", "AffiliateLocationFeedData", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AffiliateLocationFeedData.java#L95-L97
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ImageAsset.java
ImageAsset.getImageMimeType
public com.google.api.ads.adwords.axis.v201809.cm.MediaMimeType getImageMimeType() { return imageMimeType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.MediaMimeType getImageMimeType() { return imageMimeType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "MediaMimeType", "getImageMimeType", "(", ")", "{", "return", "imageMimeType", ";", "}" ]
Gets the imageMimeType value for this ImageAsset. @return imageMimeType * The mime type of the image. <span class="constraint Selectable">This field can be selected using the value "ImageMimeType".</span><span class="constraint Filterable">This field can be filtered on.</span> <span class="constraint ReadOnly">This ...
[ "Gets", "the", "imageMimeType", "value", "for", "this", "ImageAsset", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ImageAsset.java#L155-L157
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ImageAsset.java
ImageAsset.getFullSizeInfo
public com.google.api.ads.adwords.axis.v201809.cm.ImageDimensionInfo getFullSizeInfo() { return fullSizeInfo; }
java
public com.google.api.ads.adwords.axis.v201809.cm.ImageDimensionInfo getFullSizeInfo() { return fullSizeInfo; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "ImageDimensionInfo", "getFullSizeInfo", "(", ")", "{", "return", "fullSizeInfo", ";", "}" ]
Gets the fullSizeInfo value for this ImageAsset. @return fullSizeInfo * Information specific to the image in its original, "full" size dimensions. <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "fullSizeInfo", "value", "for", "this", "ImageAsset", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ImageAsset.java#L183-L185
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/GrpDemographicBreakdown.java
GrpDemographicBreakdown.getGender
public com.google.api.ads.admanager.axis.v201805.GrpGender getGender() { return gender; }
java
public com.google.api.ads.admanager.axis.v201805.GrpGender getGender() { return gender; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "GrpGender", "getGender", "(", ")", "{", "return", "gender", ";", "}" ]
Gets the gender value for this GrpDemographicBreakdown. @return gender * The {@link GrpGender} associated with this demographic breakdown.
[ "Gets", "the", "gender", "value", "for", "this", "GrpDemographicBreakdown", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/GrpDemographicBreakdown.java#L150-L152
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/GrpDemographicBreakdown.java
GrpDemographicBreakdown.setGender
public void setGender(com.google.api.ads.admanager.axis.v201805.GrpGender gender) { this.gender = gender; }
java
public void setGender(com.google.api.ads.admanager.axis.v201805.GrpGender gender) { this.gender = gender; }
[ "public", "void", "setGender", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "GrpGender", "gender", ")", "{", "this", ".", "gender", "=", "gender", ";", "}" ]
Sets the gender value for this GrpDemographicBreakdown. @param gender * The {@link GrpGender} associated with this demographic breakdown.
[ "Sets", "the", "gender", "value", "for", "this", "GrpDemographicBreakdown", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/GrpDemographicBreakdown.java#L160-L162
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/GrpDemographicBreakdown.java
GrpDemographicBreakdown.getAge
public com.google.api.ads.admanager.axis.v201805.GrpAge getAge() { return age; }
java
public com.google.api.ads.admanager.axis.v201805.GrpAge getAge() { return age; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "GrpAge", "getAge", "(", ")", "{", "return", "age", ";", "}" ]
Gets the age value for this GrpDemographicBreakdown. @return age * The {@link GrpAge} associated with this demographic breakdown.
[ "Gets", "the", "age", "value", "for", "this", "GrpDemographicBreakdown", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/GrpDemographicBreakdown.java#L170-L172
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/IncomeRange.java
IncomeRange.getIncomeRangeType
public com.google.api.ads.adwords.axis.v201809.cm.IncomeRangeIncomeRangeType getIncomeRangeType() { return incomeRangeType; }
java
public com.google.api.ads.adwords.axis.v201809.cm.IncomeRangeIncomeRangeType getIncomeRangeType() { return incomeRangeType; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "IncomeRangeIncomeRangeType", "getIncomeRangeType", "(", ")", "{", "return", "incomeRangeType", ";", "}" ]
Gets the incomeRangeType value for this IncomeRange. @return incomeRangeType * <span class="constraint ReadOnly">This field is read only and will be ignored when sent to the API.</span>
[ "Gets", "the", "incomeRangeType", "value", "for", "this", "IncomeRange", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/IncomeRange.java#L70-L72
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ListOperations.java
ListOperations.getOperators
public com.google.api.ads.adwords.axis.v201809.cm.ListOperationsListOperator[] getOperators() { return operators; }
java
public com.google.api.ads.adwords.axis.v201809.cm.ListOperationsListOperator[] getOperators() { return operators; }
[ "public", "com", ".", "google", ".", "api", ".", "ads", ".", "adwords", ".", "axis", ".", "v201809", ".", "cm", ".", "ListOperationsListOperator", "[", "]", "getOperators", "(", ")", "{", "return", "operators", ";", "}" ]
Gets the operators value for this ListOperations. @return operators * The desired behavior of each element in the POJO list that this ListOperation corresponds to. This will contain the same number of elements as the corresponding List<>.
[ "Gets", "the", "operators", "value", "for", "this", "ListOperations", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ListOperations.java#L106-L108
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNode.java
ProductPartitionNode.getChild
public ProductPartitionNode getChild(ProductDimension dimension) { Preconditions.checkArgument(hasChild(dimension), "No child exists with dimension: %s", toString(dimension)); return children.get(dimension); }
java
public ProductPartitionNode getChild(ProductDimension dimension) { Preconditions.checkArgument(hasChild(dimension), "No child exists with dimension: %s", toString(dimension)); return children.get(dimension); }
[ "public", "ProductPartitionNode", "getChild", "(", "ProductDimension", "dimension", ")", "{", "Preconditions", ".", "checkArgument", "(", "hasChild", "(", "dimension", ")", ",", "\"No child exists with dimension: %s\"", ",", "toString", "(", "dimension", ")", ")", ";"...
Returns the child node with the specified ProductDimension. @throws IllegalArgumentException if no such direct child node exists.
[ "Returns", "the", "child", "node", "with", "the", "specified", "ProductDimension", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNode.java#L182-L186
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNode.java
ProductPartitionNode.removeChild
public ProductPartitionNode removeChild(ProductDimension childDimension) { if (!children.containsKey(childDimension)) { throw new IllegalArgumentException(String.format( "Attempted to remove child %s but no such child exists", toString(childDimension))); } children.remove(childDimension); ...
java
public ProductPartitionNode removeChild(ProductDimension childDimension) { if (!children.containsKey(childDimension)) { throw new IllegalArgumentException(String.format( "Attempted to remove child %s but no such child exists", toString(childDimension))); } children.remove(childDimension); ...
[ "public", "ProductPartitionNode", "removeChild", "(", "ProductDimension", "childDimension", ")", "{", "if", "(", "!", "children", ".", "containsKey", "(", "childDimension", ")", ")", "{", "throw", "new", "IllegalArgumentException", "(", "String", ".", "format", "(...
Removes the child with the specified dimension. @param childDimension required - the child dimension @return this node @throws IllegalArgumentException if no such child exists
[ "Removes", "the", "child", "with", "the", "specified", "dimension", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNode.java#L327-L334
train
googleads/googleads-java-lib
modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNode.java
ProductPartitionNode.asExcludedUnit
public ProductPartitionNode asExcludedUnit() { if (getParent() == null) { throw new IllegalStateException("The root node cannot be an excluded unit"); } nodeState = nodeState.transitionTo(NodeType.EXCLUDED_UNIT); removeAllChildren(); return this; }
java
public ProductPartitionNode asExcludedUnit() { if (getParent() == null) { throw new IllegalStateException("The root node cannot be an excluded unit"); } nodeState = nodeState.transitionTo(NodeType.EXCLUDED_UNIT); removeAllChildren(); return this; }
[ "public", "ProductPartitionNode", "asExcludedUnit", "(", ")", "{", "if", "(", "getParent", "(", ")", "==", "null", ")", "{", "throw", "new", "IllegalStateException", "(", "\"The root node cannot be an excluded unit\"", ")", ";", "}", "nodeState", "=", "nodeState", ...
Removes all children from this node and modifies this node to be a UNIT node excluded from bidding. @return this node, updated to an excluded node @throws IllegalStateException if this node is the root node
[ "Removes", "all", "children", "from", "this", "node", "and", "modifies", "this", "node", "to", "be", "a", "UNIT", "node", "excluded", "from", "bidding", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/utils/v201809/shopping/ProductPartitionNode.java#L353-L360
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ContentTargeting.java
ContentTargeting.setExcludedContentMetadata
public void setExcludedContentMetadata(com.google.api.ads.admanager.axis.v201805.ContentMetadataKeyHierarchyTargeting[] excludedContentMetadata) { this.excludedContentMetadata = excludedContentMetadata; }
java
public void setExcludedContentMetadata(com.google.api.ads.admanager.axis.v201805.ContentMetadataKeyHierarchyTargeting[] excludedContentMetadata) { this.excludedContentMetadata = excludedContentMetadata; }
[ "public", "void", "setExcludedContentMetadata", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201805", ".", "ContentMetadataKeyHierarchyTargeting", "[", "]", "excludedContentMetadata", ")", "{", "this", ".", "excludedCont...
Sets the excludedContentMetadata value for this ContentTargeting. @param excludedContentMetadata * A list of content metadata within hierarchies that are being excluded by the {@code LineItem}.
[ "Sets", "the", "excludedContentMetadata", "value", "for", "this", "ContentTargeting", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ContentTargeting.java#L252-L254
train
googleads/googleads-java-lib
modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/DaiAuthenticationKey.java
DaiAuthenticationKey.setStatus
public void setStatus(com.google.api.ads.admanager.axis.v201811.DaiAuthenticationKeyStatus status) { this.status = status; }
java
public void setStatus(com.google.api.ads.admanager.axis.v201811.DaiAuthenticationKeyStatus status) { this.status = status; }
[ "public", "void", "setStatus", "(", "com", ".", "google", ".", "api", ".", "ads", ".", "admanager", ".", "axis", ".", "v201811", ".", "DaiAuthenticationKeyStatus", "status", ")", "{", "this", ".", "status", "=", "status", ";", "}" ]
Sets the status value for this DaiAuthenticationKey. @param status * The status of this {@link DaiAuthenticationKey}. This value is read-only and is assigned by Google. <p>DAI authentication keys are created in the {@link DaiAuthenticationKeyStatus#ACTIVE} state. The status can only be modified through the {@link D...
[ "Sets", "the", "status", "value", "for", "this", "DaiAuthenticationKey", "." ]
967957cc4f6076514e3a7926fe653e4f1f7cc9c9
https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/DaiAuthenticationKey.java#L200-L202
train