repo stringlengths 7 58 | path stringlengths 12 218 | func_name stringlengths 3 140 | original_string stringlengths 73 34.1k | language stringclasses 1
value | code stringlengths 73 34.1k | code_tokens list | docstring stringlengths 3 16k | docstring_tokens list | sha stringlengths 40 40 | url stringlengths 105 339 | partition stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/VideoPositionTarget.java | VideoPositionTarget.setVideoBumperType | public void setVideoBumperType(com.google.api.ads.admanager.axis.v201808.VideoBumperType videoBumperType) {
this.videoBumperType = videoBumperType;
} | java | public void setVideoBumperType(com.google.api.ads.admanager.axis.v201808.VideoBumperType videoBumperType) {
this.videoBumperType = videoBumperType;
} | [
"public",
"void",
"setVideoBumperType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"VideoBumperType",
"videoBumperType",
")",
"{",
"this",
".",
"videoBumperType",
"=",
"videoBumperType",
";",
"}"
] | Sets the videoBumperType value for this VideoPositionTarget.
@param videoBumperType * The video bumper type to target. To target a video position
or a pod position, this value must
be null. To target a bumper position this value must
be populated and the line item must have a
bumper type. To target a custom ad spot,... | [
"Sets",
"the",
"videoBumperType",
"value",
"for",
"this",
"VideoPositionTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/VideoPositionTarget.java#L114-L116 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/VideoPositionTarget.java | VideoPositionTarget.getVideoPositionWithinPod | public com.google.api.ads.admanager.axis.v201808.VideoPositionWithinPod getVideoPositionWithinPod() {
return videoPositionWithinPod;
} | java | public com.google.api.ads.admanager.axis.v201808.VideoPositionWithinPod getVideoPositionWithinPod() {
return videoPositionWithinPod;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"VideoPositionWithinPod",
"getVideoPositionWithinPod",
"(",
")",
"{",
"return",
"videoPositionWithinPod",
";",
"}"
] | Gets the videoPositionWithinPod value for this VideoPositionTarget.
@return videoPositionWithinPod * The video position within a pod to target. To target a video
position or a bumper position,
this value must be null. To target a position within
a pod this value must be populated. To
target a custom ad spot, this va... | [
"Gets",
"the",
"videoPositionWithinPod",
"value",
"for",
"this",
"VideoPositionTarget",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/VideoPositionTarget.java#L128-L130 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/Company.java | Company.getCreditStatus | public com.google.api.ads.admanager.axis.v201811.CompanyCreditStatus getCreditStatus() {
return creditStatus;
} | java | public com.google.api.ads.admanager.axis.v201811.CompanyCreditStatus getCreditStatus() {
return creditStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CompanyCreditStatus",
"getCreditStatus",
"(",
")",
"{",
"return",
"creditStatus",
";",
"}"
] | Gets the creditStatus value for this Company.
@return 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. | [
"Gets",
"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/v201811/Company.java#L401-L403 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItem.java | LineItem.setCreativeTargetings | public void setCreativeTargetings(com.google.api.ads.admanager.axis.v201805.CreativeTargeting[] creativeTargetings) {
this.creativeTargetings = creativeTargetings;
} | java | public void setCreativeTargetings(com.google.api.ads.admanager.axis.v201805.CreativeTargeting[] creativeTargetings) {
this.creativeTargetings = creativeTargetings;
} | [
"public",
"void",
"setCreativeTargetings",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"CreativeTargeting",
"[",
"]",
"creativeTargetings",
")",
"{",
"this",
".",
"creativeTargetings",
"=",
"creativeTa... | Sets the creativeTargetings value for this LineItem.
@param creativeTargetings * A list of {@link CreativeTargeting} objects that can be used
to specify creative level
targeting for this line item. Creative level targeting
is specified in a creative placeholder's
{@link CreativePlaceholder#targetingName} field
by re... | [
"Sets",
"the",
"creativeTargetings",
"value",
"for",
"this",
"LineItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/LineItem.java#L303-L305 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BaseAdRuleSlot.java | BaseAdRuleSlot.getSlotBehavior | public com.google.api.ads.admanager.axis.v201811.AdRuleSlotBehavior getSlotBehavior() {
return slotBehavior;
} | java | public com.google.api.ads.admanager.axis.v201811.AdRuleSlotBehavior getSlotBehavior() {
return slotBehavior;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdRuleSlotBehavior",
"getSlotBehavior",
"(",
")",
"{",
"return",
"slotBehavior",
";",
"}"
] | Gets the slotBehavior value for this BaseAdRuleSlot.
@return slotBehavior * The {@link AdRuleSlotBehavior} for video ads for this slot.
This
attribute is optional and defaults to {@link AdRuleSlotBehavior#DEFER}.
<p>Indicates whether video ads are allowed for this
slot, or if the
decision is deferred to a lower-pri... | [
"Gets",
"the",
"slotBehavior",
"value",
"for",
"this",
"BaseAdRuleSlot",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BaseAdRuleSlot.java#L151-L153 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BaseAdRuleSlot.java | BaseAdRuleSlot.setSlotBehavior | public void setSlotBehavior(com.google.api.ads.admanager.axis.v201811.AdRuleSlotBehavior slotBehavior) {
this.slotBehavior = slotBehavior;
} | java | public void setSlotBehavior(com.google.api.ads.admanager.axis.v201811.AdRuleSlotBehavior slotBehavior) {
this.slotBehavior = slotBehavior;
} | [
"public",
"void",
"setSlotBehavior",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"AdRuleSlotBehavior",
"slotBehavior",
")",
"{",
"this",
".",
"slotBehavior",
"=",
"slotBehavior",
";",
"}"
] | Sets the slotBehavior value for this BaseAdRuleSlot.
@param slotBehavior * The {@link AdRuleSlotBehavior} for video ads for this slot.
This
attribute is optional and defaults to {@link AdRuleSlotBehavior#DEFER}.
<p>Indicates whether video ads are allowed for this
slot, or if the
decision is deferred to a lower-prio... | [
"Sets",
"the",
"slotBehavior",
"value",
"for",
"this",
"BaseAdRuleSlot",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BaseAdRuleSlot.java#L167-L169 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ListStringCreativeTemplateVariable.java | ListStringCreativeTemplateVariable.setChoices | public void setChoices(com.google.api.ads.admanager.axis.v201808.ListStringCreativeTemplateVariableVariableChoice[] choices) {
this.choices = choices;
} | java | public void setChoices(com.google.api.ads.admanager.axis.v201808.ListStringCreativeTemplateVariableVariableChoice[] choices) {
this.choices = choices;
} | [
"public",
"void",
"setChoices",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ListStringCreativeTemplateVariableVariableChoice",
"[",
"]",
"choices",
")",
"{",
"this",
".",
"choices",
"=",
"choices",
... | Sets the choices value for this ListStringCreativeTemplateVariable.
@param choices * The values within the list users need to select from. | [
"Sets",
"the",
"choices",
"value",
"for",
"this",
"ListStringCreativeTemplateVariable",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ListStringCreativeTemplateVariable.java#L99-L101 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CdnConfiguration.java | CdnConfiguration.setSourceContentConfiguration | public void setSourceContentConfiguration(com.google.api.ads.admanager.axis.v201808.SourceContentConfiguration sourceContentConfiguration) {
this.sourceContentConfiguration = sourceContentConfiguration;
} | java | public void setSourceContentConfiguration(com.google.api.ads.admanager.axis.v201808.SourceContentConfiguration sourceContentConfiguration) {
this.sourceContentConfiguration = sourceContentConfiguration;
} | [
"public",
"void",
"setSourceContentConfiguration",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"SourceContentConfiguration",
"sourceContentConfiguration",
")",
"{",
"this",
".",
"sourceContentConfiguration",
... | Sets the sourceContentConfiguration value for this CdnConfiguration.
@param sourceContentConfiguration * Parameters about this CDN configuration as a source of content.
This facilitates fetching the
original content for conditioning and delivering the
original content as part of a modified
stream. | [
"Sets",
"the",
"sourceContentConfiguration",
"value",
"for",
"this",
"CdnConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CdnConfiguration.java#L179-L181 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CdnConfiguration.java | CdnConfiguration.getCdnConfigurationStatus | public com.google.api.ads.admanager.axis.v201808.CdnConfigurationStatus getCdnConfigurationStatus() {
return cdnConfigurationStatus;
} | java | public com.google.api.ads.admanager.axis.v201808.CdnConfigurationStatus getCdnConfigurationStatus() {
return cdnConfigurationStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CdnConfigurationStatus",
"getCdnConfigurationStatus",
"(",
")",
"{",
"return",
"cdnConfigurationStatus",
";",
"}"
] | Gets the cdnConfigurationStatus value for this CdnConfiguration.
@return cdnConfigurationStatus * The status of the CDN configuration. | [
"Gets",
"the",
"cdnConfigurationStatus",
"value",
"for",
"this",
"CdnConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CdnConfiguration.java#L189-L191 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CdnConfiguration.java | CdnConfiguration.setCdnConfigurationStatus | public void setCdnConfigurationStatus(com.google.api.ads.admanager.axis.v201808.CdnConfigurationStatus cdnConfigurationStatus) {
this.cdnConfigurationStatus = cdnConfigurationStatus;
} | java | public void setCdnConfigurationStatus(com.google.api.ads.admanager.axis.v201808.CdnConfigurationStatus cdnConfigurationStatus) {
this.cdnConfigurationStatus = cdnConfigurationStatus;
} | [
"public",
"void",
"setCdnConfigurationStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CdnConfigurationStatus",
"cdnConfigurationStatus",
")",
"{",
"this",
".",
"cdnConfigurationStatus",
"=",
"cdnConf... | Sets the cdnConfigurationStatus value for this CdnConfiguration.
@param cdnConfigurationStatus * The status of the CDN configuration. | [
"Sets",
"the",
"cdnConfigurationStatus",
"value",
"for",
"this",
"CdnConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/CdnConfiguration.java#L199-L201 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/NativeStylePage.java | NativeStylePage.setResults | public void setResults(com.google.api.ads.admanager.axis.v201808.NativeStyle[] results) {
this.results = results;
} | java | public void setResults(com.google.api.ads.admanager.axis.v201808.NativeStyle[] results) {
this.results = results;
} | [
"public",
"void",
"setResults",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"NativeStyle",
"[",
"]",
"results",
")",
"{",
"this",
".",
"results",
"=",
"results",
";",
"}"
] | Sets the results value for this NativeStylePage.
@param results * The collection of native styles contained within this page. | [
"Sets",
"the",
"results",
"value",
"for",
"this",
"NativeStylePage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/NativeStylePage.java#L119-L121 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/FeedChangeData.java | FeedChangeData.getFeedChangeStatus | public com.google.api.ads.adwords.axis.v201809.ch.ChangeStatus getFeedChangeStatus() {
return feedChangeStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.ch.ChangeStatus getFeedChangeStatus() {
return feedChangeStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"ch",
".",
"ChangeStatus",
"getFeedChangeStatus",
"(",
")",
"{",
"return",
"feedChangeStatus",
";",
"}"
] | Gets the feedChangeStatus value for this FeedChangeData.
@return feedChangeStatus * Whether or not the fields of this feed have changed. | [
"Gets",
"the",
"feedChangeStatus",
"value",
"for",
"this",
"FeedChangeData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/FeedChangeData.java#L95-L97 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CrmBasedUserList.java | CrmBasedUserList.getUploadKeyType | public com.google.api.ads.adwords.axis.v201809.rm.CustomerMatchUploadKeyType getUploadKeyType() {
return uploadKeyType;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.CustomerMatchUploadKeyType getUploadKeyType() {
return uploadKeyType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"CustomerMatchUploadKeyType",
"getUploadKeyType",
"(",
")",
"{",
"return",
"uploadKeyType",
";",
"}"
] | Gets the uploadKeyType value for this CrmBasedUserList.
@return uploadKeyType * Matching key type of the list.
This field is read only and set on the first upload
by API.
Mixed data types are not allowed on the same list.
From v201802, this field will be required for an ADD operation.
<span class="constraint Selecta... | [
"Gets",
"the",
"uploadKeyType",
"value",
"for",
"this",
"CrmBasedUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CrmBasedUserList.java#L225-L227 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CrmBasedUserList.java | CrmBasedUserList.getDataSourceType | public com.google.api.ads.adwords.axis.v201809.rm.CrmDataSourceType getDataSourceType() {
return dataSourceType;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.CrmDataSourceType getDataSourceType() {
return dataSourceType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"CrmDataSourceType",
"getDataSourceType",
"(",
")",
"{",
"return",
"dataSourceType",
";",
"}"
] | Gets the dataSourceType value for this CrmBasedUserList.
@return dataSourceType * Data source of the list.
Default value is FIRST_PARTY. Only whitelisted
customers can create third party sourced crm
lists.
<span class="constraint Selectable">This field
can be selected using the value "DataSourceType".</span><span cl... | [
"Gets",
"the",
"dataSourceType",
"value",
"for",
"this",
"CrmBasedUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CrmBasedUserList.java#L263-L265 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CrmBasedUserList.java | CrmBasedUserList.getDataUploadResult | public com.google.api.ads.adwords.axis.v201809.rm.DataUploadResult getDataUploadResult() {
return dataUploadResult;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.DataUploadResult getDataUploadResult() {
return dataUploadResult;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"DataUploadResult",
"getDataUploadResult",
"(",
")",
"{",
"return",
"dataUploadResult",
";",
"}"
] | Gets the dataUploadResult value for this CrmBasedUserList.
@return dataUploadResult * <span class="constraint Selectable">This field can be selected
using the value "DataUploadResult".</span>
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API for the following
{@link O... | [
"Gets",
"the",
"dataUploadResult",
"value",
"for",
"this",
"CrmBasedUserList",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CrmBasedUserList.java#L296-L298 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AssetCreativeTemplateVariable.java | AssetCreativeTemplateVariable.setMimeTypes | public void setMimeTypes(com.google.api.ads.admanager.axis.v201902.AssetCreativeTemplateVariableMimeType[] mimeTypes) {
this.mimeTypes = mimeTypes;
} | java | public void setMimeTypes(com.google.api.ads.admanager.axis.v201902.AssetCreativeTemplateVariableMimeType[] mimeTypes) {
this.mimeTypes = mimeTypes;
} | [
"public",
"void",
"setMimeTypes",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"AssetCreativeTemplateVariableMimeType",
"[",
"]",
"mimeTypes",
")",
"{",
"this",
".",
"mimeTypes",
"=",
"mimeTypes",
";"... | Sets the mimeTypes value for this AssetCreativeTemplateVariable.
@param mimeTypes * A set of supported mime types. This set can be empty or null
if there's no
constraint, meaning files of any mime types are
allowed. | [
"Sets",
"the",
"mimeTypes",
"value",
"for",
"this",
"AssetCreativeTemplateVariable",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AssetCreativeTemplateVariable.java#L90-L92 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/AdGroupChangeData.java | AdGroupChangeData.getAdGroupChangeStatus | public com.google.api.ads.adwords.axis.v201809.ch.ChangeStatus getAdGroupChangeStatus() {
return adGroupChangeStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.ch.ChangeStatus getAdGroupChangeStatus() {
return adGroupChangeStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"ch",
".",
"ChangeStatus",
"getAdGroupChangeStatus",
"(",
")",
"{",
"return",
"adGroupChangeStatus",
";",
"}"
] | Gets the adGroupChangeStatus value for this AdGroupChangeData.
@return adGroupChangeStatus * Whether or not the fields of this adgroup have changed, for
example the AdGroup name. Changes
to the Ads and Criteria are enumerated in their respective
lists and will not be reflected in
this status. | [
"Gets",
"the",
"adGroupChangeStatus",
"value",
"for",
"this",
"AdGroupChangeData",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/ch/AdGroupChangeData.java#L139-L141 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceCapabilityTargeting.java | DeviceCapabilityTargeting.getTargetedDeviceCapabilities | public com.google.api.ads.admanager.axis.v201808.Technology[] getTargetedDeviceCapabilities() {
return targetedDeviceCapabilities;
} | java | public com.google.api.ads.admanager.axis.v201808.Technology[] getTargetedDeviceCapabilities() {
return targetedDeviceCapabilities;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"getTargetedDeviceCapabilities",
"(",
")",
"{",
"return",
"targetedDeviceCapabilities",
";",
"}"
] | Gets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting.
@return targetedDeviceCapabilities * Device capabilities that are being targeted by the {@link LineItem}. | [
"Gets",
"the",
"targetedDeviceCapabilities",
"value",
"for",
"this",
"DeviceCapabilityTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceCapabilityTargeting.java#L60-L62 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceCapabilityTargeting.java | DeviceCapabilityTargeting.setTargetedDeviceCapabilities | public void setTargetedDeviceCapabilities(com.google.api.ads.admanager.axis.v201808.Technology[] targetedDeviceCapabilities) {
this.targetedDeviceCapabilities = targetedDeviceCapabilities;
} | java | public void setTargetedDeviceCapabilities(com.google.api.ads.admanager.axis.v201808.Technology[] targetedDeviceCapabilities) {
this.targetedDeviceCapabilities = targetedDeviceCapabilities;
} | [
"public",
"void",
"setTargetedDeviceCapabilities",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"targetedDeviceCapabilities",
")",
"{",
"this",
".",
"targetedDeviceCapabilities",
"... | Sets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting.
@param targetedDeviceCapabilities * Device capabilities that are being targeted by the {@link LineItem}. | [
"Sets",
"the",
"targetedDeviceCapabilities",
"value",
"for",
"this",
"DeviceCapabilityTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DeviceCapabilityTargeting.java#L70-L72 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ListStringCreativeTemplateVariable.java | ListStringCreativeTemplateVariable.getChoices | public com.google.api.ads.admanager.axis.v201805.ListStringCreativeTemplateVariableVariableChoice[] getChoices() {
return choices;
} | java | public com.google.api.ads.admanager.axis.v201805.ListStringCreativeTemplateVariableVariableChoice[] getChoices() {
return choices;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ListStringCreativeTemplateVariableVariableChoice",
"[",
"]",
"getChoices",
"(",
")",
"{",
"return",
"choices",
";",
"}"
] | Gets the choices value for this ListStringCreativeTemplateVariable.
@return choices * The values within the list users need to select from. | [
"Gets",
"the",
"choices",
"value",
"for",
"this",
"ListStringCreativeTemplateVariable",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ListStringCreativeTemplateVariable.java#L89-L91 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/SetTopBoxCreative.java | SetTopBoxCreative.setLicenseWindowStartDateTime | public void setLicenseWindowStartDateTime(com.google.api.ads.admanager.axis.v201805.DateTime licenseWindowStartDateTime) {
this.licenseWindowStartDateTime = licenseWindowStartDateTime;
} | java | public void setLicenseWindowStartDateTime(com.google.api.ads.admanager.axis.v201805.DateTime licenseWindowStartDateTime) {
this.licenseWindowStartDateTime = licenseWindowStartDateTime;
} | [
"public",
"void",
"setLicenseWindowStartDateTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DateTime",
"licenseWindowStartDateTime",
")",
"{",
"this",
".",
"licenseWindowStartDateTime",
"=",
"licenseWi... | Sets the licenseWindowStartDateTime value for this SetTopBoxCreative.
@param licenseWindowStartDateTime * The date and time that this creative can begin serving from
a local cable video-on-demand
server. This attribute is optional. | [
"Sets",
"the",
"licenseWindowStartDateTime",
"value",
"for",
"this",
"SetTopBoxCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/SetTopBoxCreative.java#L241-L243 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemGeoRestriction.java | FeedItemGeoRestriction.getGeoRestriction | public com.google.api.ads.adwords.axis.v201809.cm.GeoRestriction getGeoRestriction() {
return geoRestriction;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.GeoRestriction getGeoRestriction() {
return geoRestriction;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"GeoRestriction",
"getGeoRestriction",
"(",
")",
"{",
"return",
"geoRestriction",
";",
"}"
] | Gets the geoRestriction value for this FeedItemGeoRestriction.
@return geoRestriction * The geo targeting restriction of a feed item. If null then
the geo restriction is cleared. | [
"Gets",
"the",
"geoRestriction",
"value",
"for",
"this",
"FeedItemGeoRestriction",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/FeedItemGeoRestriction.java#L55-L57 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdRule.java | AdRule.setFrequencyCapBehavior | public void setFrequencyCapBehavior(com.google.api.ads.admanager.axis.v201902.FrequencyCapBehavior frequencyCapBehavior) {
this.frequencyCapBehavior = frequencyCapBehavior;
} | java | public void setFrequencyCapBehavior(com.google.api.ads.admanager.axis.v201902.FrequencyCapBehavior frequencyCapBehavior) {
this.frequencyCapBehavior = frequencyCapBehavior;
} | [
"public",
"void",
"setFrequencyCapBehavior",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"FrequencyCapBehavior",
"frequencyCapBehavior",
")",
"{",
"this",
".",
"frequencyCapBehavior",
"=",
"frequencyCapBeh... | Sets the frequencyCapBehavior value for this AdRule.
@param frequencyCapBehavior * The {@link FrequencyCapBehavior} of the {@link AdRule}. This
attribute is
optional and defaults to {@link FrequencyCapBehavior#DEFER}. | [
"Sets",
"the",
"frequencyCapBehavior",
"value",
"for",
"this",
"AdRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdRule.java#L425-L427 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdRule.java | AdRule.getMidroll | public com.google.api.ads.admanager.axis.v201902.BaseAdRuleSlot getMidroll() {
return midroll;
} | java | public com.google.api.ads.admanager.axis.v201902.BaseAdRuleSlot getMidroll() {
return midroll;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BaseAdRuleSlot",
"getMidroll",
"(",
")",
"{",
"return",
"midroll",
";",
"}"
] | Gets the midroll value for this AdRule.
@return midroll * This {@link AdRule} object's mid-roll slot. This attribute
is required. | [
"Gets",
"the",
"midroll",
"value",
"for",
"this",
"AdRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdRule.java#L506-L508 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdRule.java | AdRule.getPostroll | public com.google.api.ads.admanager.axis.v201902.BaseAdRuleSlot getPostroll() {
return postroll;
} | java | public com.google.api.ads.admanager.axis.v201902.BaseAdRuleSlot getPostroll() {
return postroll;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"BaseAdRuleSlot",
"getPostroll",
"(",
")",
"{",
"return",
"postroll",
";",
"}"
] | Gets the postroll value for this AdRule.
@return postroll * This {@link AdRule} object's post-roll slot. This attribute
is required. | [
"Gets",
"the",
"postroll",
"value",
"for",
"this",
"AdRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdRule.java#L528-L530 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CustomTargetingValue.java | CustomTargetingValue.getMatchType | public com.google.api.ads.admanager.axis.v201811.CustomTargetingValueMatchType getMatchType() {
return matchType;
} | java | public com.google.api.ads.admanager.axis.v201811.CustomTargetingValueMatchType getMatchType() {
return matchType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CustomTargetingValueMatchType",
"getMatchType",
"(",
")",
"{",
"return",
"matchType",
";",
"}"
] | Gets the matchType value for this CustomTargetingValue.
@return matchType * The way in which the {@link CustomTargetingValue#name} strings
will be
matched. | [
"Gets",
"the",
"matchType",
"value",
"for",
"this",
"CustomTargetingValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CustomTargetingValue.java#L224-L226 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CustomTargetingValue.java | CustomTargetingValue.setMatchType | public void setMatchType(com.google.api.ads.admanager.axis.v201811.CustomTargetingValueMatchType matchType) {
this.matchType = matchType;
} | java | public void setMatchType(com.google.api.ads.admanager.axis.v201811.CustomTargetingValueMatchType matchType) {
this.matchType = matchType;
} | [
"public",
"void",
"setMatchType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CustomTargetingValueMatchType",
"matchType",
")",
"{",
"this",
".",
"matchType",
"=",
"matchType",
";",
"}"
] | Sets the matchType value for this CustomTargetingValue.
@param matchType * The way in which the {@link CustomTargetingValue#name} strings
will be
matched. | [
"Sets",
"the",
"matchType",
"value",
"for",
"this",
"CustomTargetingValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CustomTargetingValue.java#L236-L238 | train |
googleads/googleads-java-lib | modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/AdWordsJaxWsHeaderHandler.java | AdWordsJaxWsHeaderHandler.readHeaderElements | private Map<String, Object> readHeaderElements(AdWordsSession adWordsSession) {
// The order here must match the order of the SoapHeader elements in the WSDL.
Map<String, Object> mapToFill = Maps.newLinkedHashMap();
mapToFill.put("clientCustomerId", adWordsSession.getClientCustomerId());
mapToFill.put("... | java | private Map<String, Object> readHeaderElements(AdWordsSession adWordsSession) {
// The order here must match the order of the SoapHeader elements in the WSDL.
Map<String, Object> mapToFill = Maps.newLinkedHashMap();
mapToFill.put("clientCustomerId", adWordsSession.getClientCustomerId());
mapToFill.put("... | [
"private",
"Map",
"<",
"String",
",",
"Object",
">",
"readHeaderElements",
"(",
"AdWordsSession",
"adWordsSession",
")",
"{",
"// The order here must match the order of the SoapHeader elements in the WSDL.",
"Map",
"<",
"String",
",",
"Object",
">",
"mapToFill",
"=",
"Map... | Creates a map with data from the user's service session which is needed to
set AdWords SOAP headers.
@param adWordsSession the user's session object
@return a map of HTTP header names to values | [
"Creates",
"a",
"map",
"with",
"data",
"from",
"the",
"user",
"s",
"service",
"session",
"which",
"is",
"needed",
"to",
"set",
"AdWords",
"SOAP",
"headers",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/AdWordsJaxWsHeaderHandler.java#L120-L129 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateAd.java | TemplateAd.getAdUnionId | public com.google.api.ads.adwords.axis.v201809.cm.AdUnionId getAdUnionId() {
return adUnionId;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdUnionId getAdUnionId() {
return adUnionId;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdUnionId",
"getAdUnionId",
"(",
")",
"{",
"return",
"adUnionId",
";",
"}"
] | Gets the adUnionId value for this TemplateAd.
@return adUnionId * Group ID of all template ads, which should be created together.
Template ads in the same union reference the same data but have different
dimensions. Single ads do not have a union ID. If a template ad specifies
an ad union with only one ad, no union ... | [
"Gets",
"the",
"adUnionId",
"value",
"for",
"this",
"TemplateAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateAd.java#L206-L208 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateAd.java | TemplateAd.getTemplateElements | public com.google.api.ads.adwords.axis.v201809.cm.TemplateElement[] getTemplateElements() {
return templateElements;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.TemplateElement[] getTemplateElements() {
return templateElements;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"TemplateElement",
"[",
"]",
"getTemplateElements",
"(",
")",
"{",
"return",
"templateElements",
";",
"}"
] | Gets the templateElements value for this TemplateAd.
@return templateElements * List of elements (each containing a set of fields) for the
template
referenced by {@code templateId}. See
<a href="/adwords/api/docs/appendix/templateads">Template
Ads</a> for the elements and fields required for each template. | [
"Gets",
"the",
"templateElements",
"value",
"for",
"this",
"TemplateAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateAd.java#L235-L237 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateAd.java | TemplateAd.getAdAsImage | public com.google.api.ads.adwords.axis.v201809.cm.Image getAdAsImage() {
return adAsImage;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Image getAdAsImage() {
return adAsImage;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Image",
"getAdAsImage",
"(",
")",
"{",
"return",
"adAsImage",
";",
"}"
] | Gets the adAsImage value for this TemplateAd.
@return adAsImage * The template ad rendered as an image. | [
"Gets",
"the",
"adAsImage",
"value",
"for",
"this",
"TemplateAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/TemplateAd.java#L267-L269 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/DateTimeRangeTargeting.java | DateTimeRangeTargeting.setTargetedDateTimeRanges | public void setTargetedDateTimeRanges(com.google.api.ads.admanager.axis.v201811.DateTimeRange[] targetedDateTimeRanges) {
this.targetedDateTimeRanges = targetedDateTimeRanges;
} | java | public void setTargetedDateTimeRanges(com.google.api.ads.admanager.axis.v201811.DateTimeRange[] targetedDateTimeRanges) {
this.targetedDateTimeRanges = targetedDateTimeRanges;
} | [
"public",
"void",
"setTargetedDateTimeRanges",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"DateTimeRange",
"[",
"]",
"targetedDateTimeRanges",
")",
"{",
"this",
".",
"targetedDateTimeRanges",
"=",
"ta... | Sets the targetedDateTimeRanges value for this DateTimeRangeTargeting.
@param targetedDateTimeRanges | [
"Sets",
"the",
"targetedDateTimeRanges",
"value",
"for",
"this",
"DateTimeRangeTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/DateTimeRangeTargeting.java#L62-L64 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GrpSettings.java | GrpSettings.setProvider | public void setProvider(com.google.api.ads.admanager.axis.v201811.GrpProvider provider) {
this.provider = provider;
} | java | public void setProvider(com.google.api.ads.admanager.axis.v201811.GrpProvider provider) {
this.provider = provider;
} | [
"public",
"void",
"setProvider",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"GrpProvider",
"provider",
")",
"{",
"this",
".",
"provider",
"=",
"provider",
";",
"}"
] | Sets the provider value for this GrpSettings.
@param provider * Specifies the GRP provider of the {@link LineItem}. | [
"Sets",
"the",
"provider",
"value",
"for",
"this",
"GrpSettings",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GrpSettings.java#L175-L177 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Location.java | Location.getTargetingStatus | public com.google.api.ads.adwords.axis.v201809.cm.LocationTargetingStatus getTargetingStatus() {
return targetingStatus;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.LocationTargetingStatus getTargetingStatus() {
return targetingStatus;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"LocationTargetingStatus",
"getTargetingStatus",
"(",
")",
"{",
"return",
"targetingStatus",
";",
"}"
] | Gets the targetingStatus value for this Location.
@return targetingStatus * The targeting status of the location criterion.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"targetingStatus",
"value",
"for",
"this",
"Location",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Location.java#L155-L157 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Location.java | Location.getParentLocations | public com.google.api.ads.adwords.axis.v201809.cm.Location[] getParentLocations() {
return parentLocations;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Location[] getParentLocations() {
return parentLocations;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Location",
"[",
"]",
"getParentLocations",
"(",
")",
"{",
"return",
"parentLocations",
";",
"}"
] | Gets the parentLocations value for this Location.
@return parentLocations * Ordered list of parents of the location criterion.
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"parentLocations",
"value",
"for",
"this",
"Location",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Location.java#L179-L181 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/TargetingCriteriaBreakdown.java | TargetingCriteriaBreakdown.setTargetingDimension | public void setTargetingDimension(com.google.api.ads.admanager.axis.v201805.TargetingDimension targetingDimension) {
this.targetingDimension = targetingDimension;
} | java | public void setTargetingDimension(com.google.api.ads.admanager.axis.v201805.TargetingDimension targetingDimension) {
this.targetingDimension = targetingDimension;
} | [
"public",
"void",
"setTargetingDimension",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"TargetingDimension",
"targetingDimension",
")",
"{",
"this",
".",
"targetingDimension",
"=",
"targetingDimension",
... | Sets the targetingDimension value for this TargetingCriteriaBreakdown.
@param targetingDimension * The dimension of this breakdown | [
"Sets",
"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/v201805/TargetingCriteriaBreakdown.java#L93-L95 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CustomCreative.java | CustomCreative.setCustomCreativeAssets | public void setCustomCreativeAssets(com.google.api.ads.admanager.axis.v201811.CustomCreativeAsset[] customCreativeAssets) {
this.customCreativeAssets = customCreativeAssets;
} | java | public void setCustomCreativeAssets(com.google.api.ads.admanager.axis.v201811.CustomCreativeAsset[] customCreativeAssets) {
this.customCreativeAssets = customCreativeAssets;
} | [
"public",
"void",
"setCustomCreativeAssets",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CustomCreativeAsset",
"[",
"]",
"customCreativeAssets",
")",
"{",
"this",
".",
"customCreativeAssets",
"=",
"cu... | Sets the customCreativeAssets value for this CustomCreative.
@param customCreativeAssets * A list of file assets that are associated with this creative,
and can be
referenced in the snippet. | [
"Sets",
"the",
"customCreativeAssets",
"value",
"for",
"this",
"CustomCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CustomCreative.java#L183-L185 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/BatchJobUploader.java | BatchJobUploader.uploadIncrementalBatchJobOperations | public BatchJobUploadResponse uploadIncrementalBatchJobOperations(
final BatchJobMutateRequestInterface request, final boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) throws BatchJobException {
Preconditions.checkNotNull(batchJobUploadStatus, "Null batch job upload status");
Precon... | java | public BatchJobUploadResponse uploadIncrementalBatchJobOperations(
final BatchJobMutateRequestInterface request, final boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) throws BatchJobException {
Preconditions.checkNotNull(batchJobUploadStatus, "Null batch job upload status");
Precon... | [
"public",
"BatchJobUploadResponse",
"uploadIncrementalBatchJobOperations",
"(",
"final",
"BatchJobMutateRequestInterface",
"request",
",",
"final",
"boolean",
"isLastRequest",
",",
"BatchJobUploadStatus",
"batchJobUploadStatus",
")",
"throws",
"BatchJobException",
"{",
"Precondit... | Incrementally uploads a batch job's operations and returns the response.
@param request the request to upload
@param isLastRequest if the request is the last request in the sequence of uploads for the job
@param batchJobUploadStatus the current upload status of the job | [
"Incrementally",
"uploads",
"a",
"batch",
"job",
"s",
"operations",
"and",
"returns",
"the",
"response",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/BatchJobUploader.java#L77-L157 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/BatchJobUploader.java | BatchJobUploader.initiateResumableUpload | private URI initiateResumableUpload(URI batchJobUploadUrl) throws BatchJobException {
// This follows the Google Cloud Storage guidelines for initiating resumable uploads:
// https://cloud.google.com/storage/docs/resumable-uploads-xml
HttpRequestFactory requestFactory =
httpTransport.createRequestFa... | java | private URI initiateResumableUpload(URI batchJobUploadUrl) throws BatchJobException {
// This follows the Google Cloud Storage guidelines for initiating resumable uploads:
// https://cloud.google.com/storage/docs/resumable-uploads-xml
HttpRequestFactory requestFactory =
httpTransport.createRequestFa... | [
"private",
"URI",
"initiateResumableUpload",
"(",
"URI",
"batchJobUploadUrl",
")",
"throws",
"BatchJobException",
"{",
"// This follows the Google Cloud Storage guidelines for initiating resumable uploads:",
"// https://cloud.google.com/storage/docs/resumable-uploads-xml",
"HttpRequestFactor... | Initiates the resumable upload by sending a request to Google Cloud Storage.
@param batchJobUploadUrl the {@code uploadUrl} of a {@code BatchJob}
@return the URI for the initiated resumable upload | [
"Initiates",
"the",
"resumable",
"upload",
"by",
"sending",
"a",
"request",
"to",
"Google",
"Cloud",
"Storage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/BatchJobUploader.java#L165-L190 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/BatchJobUploader.java | BatchJobUploader.postProcessContent | private ByteArrayContent postProcessContent(
ByteArrayContent content, boolean isFirstRequest, boolean isLastRequest) throws IOException {
if (isFirstRequest && isLastRequest) {
return content;
}
String serializedRequest = Streams.readAll(content.getInputStream(), UTF_8);
serializedRequest... | java | private ByteArrayContent postProcessContent(
ByteArrayContent content, boolean isFirstRequest, boolean isLastRequest) throws IOException {
if (isFirstRequest && isLastRequest) {
return content;
}
String serializedRequest = Streams.readAll(content.getInputStream(), UTF_8);
serializedRequest... | [
"private",
"ByteArrayContent",
"postProcessContent",
"(",
"ByteArrayContent",
"content",
",",
"boolean",
"isFirstRequest",
",",
"boolean",
"isLastRequest",
")",
"throws",
"IOException",
"{",
"if",
"(",
"isFirstRequest",
"&&",
"isLastRequest",
")",
"{",
"return",
"cont... | Post-processes the request content to conform to the requirements of Google Cloud Storage.
@param content the content produced by the {@link BatchJobUploadBodyProvider}.
@param isFirstRequest if this is the first request for the batch job.
@param isLastRequest if this is the last request for the batch job. | [
"Post",
"-",
"processes",
"the",
"request",
"content",
"to",
"conform",
"to",
"the",
"requirements",
"of",
"Google",
"Cloud",
"Storage",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/BatchJobUploader.java#L199-L219 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductCanonicalCondition.java | ProductCanonicalCondition.getCondition | public com.google.api.ads.adwords.axis.v201809.cm.ProductCanonicalConditionCondition getCondition() {
return condition;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProductCanonicalConditionCondition getCondition() {
return condition;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductCanonicalConditionCondition",
"getCondition",
"(",
")",
"{",
"return",
"condition",
";",
"}"
] | Gets the condition value for this ProductCanonicalCondition.
@return condition | [
"Gets",
"the",
"condition",
"value",
"for",
"this",
"ProductCanonicalCondition",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductCanonicalCondition.java#L57-L59 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CustomParameters.java | CustomParameters.getParameters | public com.google.api.ads.adwords.axis.v201809.cm.CustomParameter[] getParameters() {
return parameters;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.CustomParameter[] getParameters() {
return parameters;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"CustomParameter",
"[",
"]",
"getParameters",
"(",
")",
"{",
"return",
"parameters",
";",
"}"
] | Gets the parameters value for this CustomParameters.
@return parameters * The list of custom parameters.
<p>On update, all parameters can be cleared by providing
an empty or null list and setting
doReplace to true. | [
"Gets",
"the",
"parameters",
"value",
"for",
"this",
"CustomParameters",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/CustomParameters.java#L73-L75 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/LabelFrequencyCap.java | LabelFrequencyCap.setFrequencyCap | public void setFrequencyCap(com.google.api.ads.admanager.axis.v201811.FrequencyCap frequencyCap) {
this.frequencyCap = frequencyCap;
} | java | public void setFrequencyCap(com.google.api.ads.admanager.axis.v201811.FrequencyCap frequencyCap) {
this.frequencyCap = frequencyCap;
} | [
"public",
"void",
"setFrequencyCap",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"FrequencyCap",
"frequencyCap",
")",
"{",
"this",
".",
"frequencyCap",
"=",
"frequencyCap",
";",
"}"
] | Sets the frequencyCap value for this LabelFrequencyCap.
@param frequencyCap * The frequency cap to be applied with this label. | [
"Sets",
"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/v201811/LabelFrequencyCap.java#L75-L77 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ContentTargeting.java | ContentTargeting.setTargetedContentMetadata | public void setTargetedContentMetadata(com.google.api.ads.admanager.axis.v201811.ContentMetadataKeyHierarchyTargeting[] targetedContentMetadata) {
this.targetedContentMetadata = targetedContentMetadata;
} | java | public void setTargetedContentMetadata(com.google.api.ads.admanager.axis.v201811.ContentMetadataKeyHierarchyTargeting[] targetedContentMetadata) {
this.targetedContentMetadata = targetedContentMetadata;
} | [
"public",
"void",
"setTargetedContentMetadata",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"ContentMetadataKeyHierarchyTargeting",
"[",
"]",
"targetedContentMetadata",
")",
"{",
"this",
".",
"targetedCont... | Sets the targetedContentMetadata value for this ContentTargeting.
@param targetedContentMetadata * A list of content metadata within hierarchies that are being
targeted by the {@code LineItem}. | [
"Sets",
"the",
"targetedContentMetadata",
"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/v201811/ContentTargeting.java#L222-L224 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoMetadata.java | VideoMetadata.getDeliveryType | public com.google.api.ads.admanager.axis.v201811.VideoDeliveryType getDeliveryType() {
return deliveryType;
} | java | public com.google.api.ads.admanager.axis.v201811.VideoDeliveryType getDeliveryType() {
return deliveryType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"VideoDeliveryType",
"getDeliveryType",
"(",
")",
"{",
"return",
"deliveryType",
";",
"}"
] | Gets the deliveryType value for this VideoMetadata.
@return deliveryType * The delivery type of the asset. This attribute is required. | [
"Gets",
"the",
"deliveryType",
"value",
"for",
"this",
"VideoMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/VideoMetadata.java#L272-L274 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java | AvailabilityForecast.getBreakdowns | public com.google.api.ads.admanager.axis.v201902.ForecastBreakdown[] getBreakdowns() {
return breakdowns;
} | java | public com.google.api.ads.admanager.axis.v201902.ForecastBreakdown[] getBreakdowns() {
return breakdowns;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ForecastBreakdown",
"[",
"]",
"getBreakdowns",
"(",
")",
"{",
"return",
"breakdowns",
";",
"}"
] | Gets the breakdowns value for this AvailabilityForecast.
@return breakdowns * The breakdowns for each time window defined in {@link ForecastBreakdownOptions#timeWindows}.
<p>If no breakdown was requested through {@link AvailabilityForecastOptions#breakdown},
this
field will be empty.
If targeting breakdown was req... | [
"Gets",
"the",
"breakdowns",
"value",
"for",
"this",
"AvailabilityForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java#L525-L527 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java | AvailabilityForecast.setBreakdowns | public void setBreakdowns(com.google.api.ads.admanager.axis.v201902.ForecastBreakdown[] breakdowns) {
this.breakdowns = breakdowns;
} | java | public void setBreakdowns(com.google.api.ads.admanager.axis.v201902.ForecastBreakdown[] breakdowns) {
this.breakdowns = breakdowns;
} | [
"public",
"void",
"setBreakdowns",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ForecastBreakdown",
"[",
"]",
"breakdowns",
")",
"{",
"this",
".",
"breakdowns",
"=",
"breakdowns",
";",
"}"
] | Sets the breakdowns value for this AvailabilityForecast.
@param breakdowns * The breakdowns for each time window defined in {@link ForecastBreakdownOptions#timeWindows}.
<p>If no breakdown was requested through {@link AvailabilityForecastOptions#breakdown},
this
field will be empty.
If targeting breakdown was requ... | [
"Sets",
"the",
"breakdowns",
"value",
"for",
"this",
"AvailabilityForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java#L596-L598 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java | AvailabilityForecast.setContendingLineItems | public void setContendingLineItems(com.google.api.ads.admanager.axis.v201902.ContendingLineItem[] contendingLineItems) {
this.contendingLineItems = contendingLineItems;
} | java | public void setContendingLineItems(com.google.api.ads.admanager.axis.v201902.ContendingLineItem[] contendingLineItems) {
this.contendingLineItems = contendingLineItems;
} | [
"public",
"void",
"setContendingLineItems",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ContendingLineItem",
"[",
"]",
"contendingLineItems",
")",
"{",
"this",
".",
"contendingLineItems",
"=",
"conten... | Sets the contendingLineItems value for this AvailabilityForecast.
@param contendingLineItems * List of {@link ContendingLineItem contending line items} for
this forecast. | [
"Sets",
"the",
"contendingLineItems",
"value",
"for",
"this",
"AvailabilityForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java#L656-L658 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java | AvailabilityForecast.setDemographicBreakdowns | public void setDemographicBreakdowns(com.google.api.ads.admanager.axis.v201902.GrpDemographicBreakdown[] demographicBreakdowns) {
this.demographicBreakdowns = demographicBreakdowns;
} | java | public void setDemographicBreakdowns(com.google.api.ads.admanager.axis.v201902.GrpDemographicBreakdown[] demographicBreakdowns) {
this.demographicBreakdowns = demographicBreakdowns;
} | [
"public",
"void",
"setDemographicBreakdowns",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"GrpDemographicBreakdown",
"[",
"]",
"demographicBreakdowns",
")",
"{",
"this",
".",
"demographicBreakdowns",
"="... | Sets the demographicBreakdowns value for this AvailabilityForecast.
@param demographicBreakdowns * The forecast result broken down by demographics. | [
"Sets",
"the",
"demographicBreakdowns",
"value",
"for",
"this",
"AvailabilityForecast",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecast.java#L712-L714 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Asset.java | Asset.getAssetSubtype | public com.google.api.ads.adwords.axis.v201809.cm.AssetType getAssetSubtype() {
return assetSubtype;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AssetType getAssetSubtype() {
return assetSubtype;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetType",
"getAssetSubtype",
"(",
")",
"{",
"return",
"assetSubtype",
";",
"}"
] | Gets the assetSubtype value for this Asset.
@return assetSubtype * Asset type. Used for returning asset type and filtering by
asset type in GET.
<span class="constraint Selectable">This field can
be selected using the value "AssetSubtype".</span><span class="constraint
Filterable">This field can be filtered on.</spa... | [
"Gets",
"the",
"assetSubtype",
"value",
"for",
"this",
"Asset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Asset.java#L170-L172 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Asset.java | Asset.setAssetStatus | public void setAssetStatus(com.google.api.ads.adwords.axis.v201809.cm.AssetStatus assetStatus) {
this.assetStatus = assetStatus;
} | java | public void setAssetStatus(com.google.api.ads.adwords.axis.v201809.cm.AssetStatus assetStatus) {
this.assetStatus = assetStatus;
} | [
"public",
"void",
"setAssetStatus",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AssetStatus",
"assetStatus",
")",
"{",
"this",
".",
"assetStatus",
"=",
"assetStatus",
";",
"}"
] | Sets the assetStatus value for this Asset.
@param assetStatus * Asset status. This status does NOT affect serving, and is only
meant to be a "library status."
To stop an asset from serving, you need to remove
the asset from the entity that is using it.
<span class="constraint Selectable">This field can
be selected u... | [
"Sets",
"the",
"assetStatus",
"value",
"for",
"this",
"Asset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Asset.java#L222-L224 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdStrengthInfo.java | AdStrengthInfo.getAdStrength | public com.google.api.ads.adwords.axis.v201809.cm.AdStrength getAdStrength() {
return adStrength;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.AdStrength getAdStrength() {
return adStrength;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"AdStrength",
"getAdStrength",
"(",
")",
"{",
"return",
"adStrength",
";",
"}"
] | Gets the adStrength value for this AdStrengthInfo.
@return adStrength * The overall ad strength. | [
"Gets",
"the",
"adStrength",
"value",
"for",
"this",
"AdStrengthInfo",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/AdStrengthInfo.java#L61-L63 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductPartition.java | ProductPartition.getPartitionType | public com.google.api.ads.adwords.axis.v201809.cm.ProductPartitionType getPartitionType() {
return partitionType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.ProductPartitionType getPartitionType() {
return partitionType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductPartitionType",
"getPartitionType",
"(",
")",
"{",
"return",
"partitionType",
";",
"}"
] | Gets the partitionType value for this ProductPartition.
@return partitionType * Type of the product partition.
<span class="constraint Required">This field is
required and should not be {@code null} when it is contained within
{@link Operator}s : ADD.</span> | [
"Gets",
"the",
"partitionType",
"value",
"for",
"this",
"ProductPartition",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductPartition.java#L109-L111 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductPartition.java | ProductPartition.setCaseValue | public void setCaseValue(com.google.api.ads.adwords.axis.v201809.cm.ProductDimension caseValue) {
this.caseValue = caseValue;
} | java | public void setCaseValue(com.google.api.ads.adwords.axis.v201809.cm.ProductDimension caseValue) {
this.caseValue = caseValue;
} | [
"public",
"void",
"setCaseValue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"ProductDimension",
"caseValue",
")",
"{",
"this",
".",
"caseValue",
"=",
"caseValue",
";",
"}"
] | Sets the caseValue value for this ProductPartition.
@param caseValue * Dimension value with which this product partition is refining
its parent. Undefined for the
root partition. | [
"Sets",
"the",
"caseValue",
"value",
"for",
"this",
"ProductPartition",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductPartition.java#L168-L170 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.setArtworkType | public void setArtworkType(com.google.api.ads.admanager.axis.v201805.RichMediaStudioCreativeArtworkType artworkType) {
this.artworkType = artworkType;
} | java | public void setArtworkType(com.google.api.ads.admanager.axis.v201805.RichMediaStudioCreativeArtworkType artworkType) {
this.artworkType = artworkType;
} | [
"public",
"void",
"setArtworkType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"RichMediaStudioCreativeArtworkType",
"artworkType",
")",
"{",
"this",
".",
"artworkType",
"=",
"artworkType",
";",
"}"
] | Sets the artworkType value for this BaseRichMediaStudioCreative.
@param artworkType * The type of artwork used in this creative. This attribute is
readonly. | [
"Sets",
"the",
"artworkType",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseRichMediaStudioCreative.java#L264-L266 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.setBillingAttribute | public void setBillingAttribute(com.google.api.ads.admanager.axis.v201805.RichMediaStudioCreativeBillingAttribute billingAttribute) {
this.billingAttribute = billingAttribute;
} | java | public void setBillingAttribute(com.google.api.ads.admanager.axis.v201805.RichMediaStudioCreativeBillingAttribute billingAttribute) {
this.billingAttribute = billingAttribute;
} | [
"public",
"void",
"setBillingAttribute",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"RichMediaStudioCreativeBillingAttribute",
"billingAttribute",
")",
"{",
"this",
".",
"billingAttribute",
"=",
"billingA... | Sets the billingAttribute value for this BaseRichMediaStudioCreative.
@param billingAttribute * The billing attribute associated with this creative. This attribute
is read only. | [
"Sets",
"the",
"billingAttribute",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseRichMediaStudioCreative.java#L542-L544 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.setRichMediaStudioChildAssetProperties | public void setRichMediaStudioChildAssetProperties(com.google.api.ads.admanager.axis.v201805.RichMediaStudioChildAssetProperty[] richMediaStudioChildAssetProperties) {
this.richMediaStudioChildAssetProperties = richMediaStudioChildAssetProperties;
} | java | public void setRichMediaStudioChildAssetProperties(com.google.api.ads.admanager.axis.v201805.RichMediaStudioChildAssetProperty[] richMediaStudioChildAssetProperties) {
this.richMediaStudioChildAssetProperties = richMediaStudioChildAssetProperties;
} | [
"public",
"void",
"setRichMediaStudioChildAssetProperties",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"RichMediaStudioChildAssetProperty",
"[",
"]",
"richMediaStudioChildAssetProperties",
")",
"{",
"this",
... | Sets the richMediaStudioChildAssetProperties value for this BaseRichMediaStudioCreative.
@param richMediaStudioChildAssetProperties * The list of child assets associated with this creative. This
attribute is read only. | [
"Sets",
"the",
"richMediaStudioChildAssetProperties",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseRichMediaStudioCreative.java#L564-L566 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserListConversionType.java | UserListConversionType.getCategory | public com.google.api.ads.adwords.axis.v201809.rm.UserListConversionTypeCategory getCategory() {
return category;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.UserListConversionTypeCategory getCategory() {
return category;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"UserListConversionTypeCategory",
"getCategory",
"(",
")",
"{",
"return",
"category",
";",
"}"
] | Gets the category value for this UserListConversionType.
@return category * The category of the ConversionType based on the location where
the
conversion event was generated (from a user's perspective).
<span class="constraint ReadOnly">This field is read only and will
be ignored when sent to the API.</span> | [
"Gets",
"the",
"category",
"value",
"for",
"this",
"UserListConversionType",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserListConversionType.java#L114-L116 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UploadMetadata.java | UploadMetadata.setStoreSalesUploadCommonMetadata | public void setStoreSalesUploadCommonMetadata(com.google.api.ads.adwords.axis.v201809.rm.StoreSalesUploadCommonMetadata storeSalesUploadCommonMetadata) {
this.storeSalesUploadCommonMetadata = storeSalesUploadCommonMetadata;
} | java | public void setStoreSalesUploadCommonMetadata(com.google.api.ads.adwords.axis.v201809.rm.StoreSalesUploadCommonMetadata storeSalesUploadCommonMetadata) {
this.storeSalesUploadCommonMetadata = storeSalesUploadCommonMetadata;
} | [
"public",
"void",
"setStoreSalesUploadCommonMetadata",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"StoreSalesUploadCommonMetadata",
"storeSalesUploadCommonMetadata",
")",
"{",
"this",
".",
"store... | Sets the storeSalesUploadCommonMetadata value for this UploadMetadata.
@param storeSalesUploadCommonMetadata | [
"Sets",
"the",
"storeSalesUploadCommonMetadata",
"value",
"for",
"this",
"UploadMetadata",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UploadMetadata.java#L62-L64 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TrafficEstimatorSelector.java | TrafficEstimatorSelector.setCampaignEstimateRequests | public void setCampaignEstimateRequests(com.google.api.ads.adwords.axis.v201809.o.CampaignEstimateRequest[] campaignEstimateRequests) {
this.campaignEstimateRequests = campaignEstimateRequests;
} | java | public void setCampaignEstimateRequests(com.google.api.ads.adwords.axis.v201809.o.CampaignEstimateRequest[] campaignEstimateRequests) {
this.campaignEstimateRequests = campaignEstimateRequests;
} | [
"public",
"void",
"setCampaignEstimateRequests",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"o",
".",
"CampaignEstimateRequest",
"[",
"]",
"campaignEstimateRequests",
")",
"{",
"this",
".",
"campaignEst... | Sets the campaignEstimateRequests value for this TrafficEstimatorSelector.
@param campaignEstimateRequests * A list of all campaigns to estimate.<p>
To create a Keyword estimates request, use {@code
null} campaign id.
<span class="constraint CollectionSize">The maximum
size of this collection is 5.</span>
<span cla... | [
"Sets",
"the",
"campaignEstimateRequests",
"value",
"for",
"this",
"TrafficEstimatorSelector",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/o/TrafficEstimatorSelector.java#L109-L111 | train |
googleads/googleads-java-lib | modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/logging/PrettyPrinter.java | PrettyPrinter.prettyPrint | @Override
public String prettyPrint(String xml) {
if (xml == null) {
return xml;
}
Source xmlSource = sanitizeXml(xml);
if (xmlSource == null) {
xmlSource = new StreamSource(new StringReader(xml));
}
String formattedXml = formatXml(xmlSource);
return formattedXml != null ? form... | java | @Override
public String prettyPrint(String xml) {
if (xml == null) {
return xml;
}
Source xmlSource = sanitizeXml(xml);
if (xmlSource == null) {
xmlSource = new StreamSource(new StringReader(xml));
}
String formattedXml = formatXml(xmlSource);
return formattedXml != null ? form... | [
"@",
"Override",
"public",
"String",
"prettyPrint",
"(",
"String",
"xml",
")",
"{",
"if",
"(",
"xml",
"==",
"null",
")",
"{",
"return",
"xml",
";",
"}",
"Source",
"xmlSource",
"=",
"sanitizeXml",
"(",
"xml",
")",
";",
"if",
"(",
"xmlSource",
"==",
"n... | Transforms XML into a pretty-printed format with sensitive strings removed.
If there is an error initializing formatting the XML message, the formatting
step will be skipped and the unformatted XML with sensitive strings removed
will be returned.
@param xml the XML message to be pretty printed
@return the given messag... | [
"Transforms",
"XML",
"into",
"a",
"pretty",
"-",
"printed",
"format",
"with",
"sensitive",
"strings",
"removed",
".",
"If",
"there",
"is",
"an",
"error",
"initializing",
"formatting",
"the",
"XML",
"message",
"the",
"formatting",
"step",
"will",
"be",
"skipped... | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/ads_lib/src/main/java/com/google/api/ads/common/lib/utils/logging/PrettyPrinter.java#L97-L108 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/LocationCriterion.java | LocationCriterion.getLocation | public com.google.api.ads.adwords.axis.v201809.cm.Location getLocation() {
return location;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.Location getLocation() {
return location;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"Location",
"getLocation",
"(",
")",
"{",
"return",
"location",
";",
"}"
] | Gets the location value for this LocationCriterion.
@return location * Location criterion. | [
"Gets",
"the",
"location",
"value",
"for",
"this",
"LocationCriterion",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/LocationCriterion.java#L116-L118 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/WorkflowProgress.java | WorkflowProgress.getSteps | public com.google.api.ads.admanager.axis.v201808.ProgressStep[] getSteps() {
return steps;
} | java | public com.google.api.ads.admanager.axis.v201808.ProgressStep[] getSteps() {
return steps;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"ProgressStep",
"[",
"]",
"getSteps",
"(",
")",
"{",
"return",
"steps",
";",
"}"
] | Gets the steps value for this WorkflowProgress.
@return steps * The steps in this workflow. | [
"Gets",
"the",
"steps",
"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/v201808/WorkflowProgress.java#L84-L86 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/WorkflowProgress.java | WorkflowProgress.setSubmissionTime | public void setSubmissionTime(com.google.api.ads.admanager.axis.v201808.DateTime submissionTime) {
this.submissionTime = submissionTime;
} | java | public void setSubmissionTime(com.google.api.ads.admanager.axis.v201808.DateTime submissionTime) {
this.submissionTime = submissionTime;
} | [
"public",
"void",
"setSubmissionTime",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"submissionTime",
")",
"{",
"this",
".",
"submissionTime",
"=",
"submissionTime",
";",
"}"
] | Sets the submissionTime value for this WorkflowProgress.
@param submissionTime * The {@link DateTime} the proposal was submitted. | [
"Sets",
"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/v201808/WorkflowProgress.java#L164-L166 | train |
googleads/googleads-java-lib | extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/AdWordsSessionUtil.java | AdWordsSessionUtil.getClientCustomerId | public static long getClientCustomerId(AdWordsSession session) {
String accountIdStr = session.getClientCustomerId();
// clientCustomerId might be absent from AdWordsSession, e.g., for
// ReportDefinitionService.getReportFields() and CustomerService.getCustomers().
// In this case, use ONE virtual acco... | java | public static long getClientCustomerId(AdWordsSession session) {
String accountIdStr = session.getClientCustomerId();
// clientCustomerId might be absent from AdWordsSession, e.g., for
// ReportDefinitionService.getReportFields() and CustomerService.getCustomers().
// In this case, use ONE virtual acco... | [
"public",
"static",
"long",
"getClientCustomerId",
"(",
"AdWordsSession",
"session",
")",
"{",
"String",
"accountIdStr",
"=",
"session",
".",
"getClientCustomerId",
"(",
")",
";",
"// clientCustomerId might be absent from AdWordsSession, e.g., for",
"// ReportDefinitionService.... | Get client customer ID from the adwords session, and convert it to Long type.
@param session the AdWords session
@return the client customer ID in the AdWords session, or VIRTUAL_CID if absent | [
"Get",
"client",
"customer",
"ID",
"from",
"the",
"adwords",
"session",
"and",
"convert",
"it",
"to",
"Long",
"type",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/extensions/adwords_rate_limiter/src/main/java/com/google/api/ads/adwords/extension/ratelimiter/AdWordsSessionUtil.java#L31-L46 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Label.java | Label.getAttribute | public com.google.api.ads.adwords.axis.v201809.cm.LabelAttribute getAttribute() {
return attribute;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.LabelAttribute getAttribute() {
return attribute;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"LabelAttribute",
"getAttribute",
"(",
")",
"{",
"return",
"attribute",
";",
"}"
] | Gets the attribute value for this Label.
@return attribute * Attributes of the label.
<span class="constraint ReadOnly">This field is read
only and will be ignored when sent to the API for the following {@link
Operator}s: REMOVE.</span> | [
"Gets",
"the",
"attribute",
"value",
"for",
"this",
"Label",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/Label.java#L169-L171 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AspectRatioImageCreative.java | AspectRatioImageCreative.setImageAssets | public void setImageAssets(com.google.api.ads.admanager.axis.v201808.CreativeAsset[] imageAssets) {
this.imageAssets = imageAssets;
} | java | public void setImageAssets(com.google.api.ads.admanager.axis.v201808.CreativeAsset[] imageAssets) {
this.imageAssets = imageAssets;
} | [
"public",
"void",
"setImageAssets",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"CreativeAsset",
"[",
"]",
"imageAssets",
")",
"{",
"this",
".",
"imageAssets",
"=",
"imageAssets",
";",
"}"
] | Sets the imageAssets value for this AspectRatioImageCreative.
@param imageAssets * The images associated with this creative. The ad server will
choose one
based on the capabilities of the device. Each
asset should have a size
which is of the same aspect ratio as the {@link
Creative#size}. This
attribute is required ... | [
"Sets",
"the",
"imageAssets",
"value",
"for",
"this",
"AspectRatioImageCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/AspectRatioImageCreative.java#L152-L154 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/VideoRedirectAsset.java | VideoRedirectAsset.getMetadata | public com.google.api.ads.admanager.axis.v201902.VideoMetadata getMetadata() {
return metadata;
} | java | public com.google.api.ads.admanager.axis.v201902.VideoMetadata getMetadata() {
return metadata;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"VideoMetadata",
"getMetadata",
"(",
")",
"{",
"return",
"metadata",
";",
"}"
] | Gets the metadata value for this VideoRedirectAsset.
@return metadata * Metadata related to the asset. This attribute is required. | [
"Gets",
"the",
"metadata",
"value",
"for",
"this",
"VideoRedirectAsset",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/VideoRedirectAsset.java#L57-L59 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdExclusionRule.java | AdExclusionRule.getType | public com.google.api.ads.admanager.axis.v201902.AdExclusionRuleType getType() {
return type;
} | java | public com.google.api.ads.admanager.axis.v201902.AdExclusionRuleType getType() {
return type;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"AdExclusionRuleType",
"getType",
"(",
")",
"{",
"return",
"type",
";",
"}"
] | Gets the type value for this AdExclusionRule.
@return type * The derived type of this rule: whether it is associated with
labels, unified entities,
or competitive groups. Because it is derived, it
is also read-only, so changes made to this
field will not be persisted. | [
"Gets",
"the",
"type",
"value",
"for",
"this",
"AdExclusionRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdExclusionRule.java#L327-L329 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdExclusionRule.java | AdExclusionRule.setType | public void setType(com.google.api.ads.admanager.axis.v201902.AdExclusionRuleType type) {
this.type = type;
} | java | public void setType(com.google.api.ads.admanager.axis.v201902.AdExclusionRuleType type) {
this.type = type;
} | [
"public",
"void",
"setType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"AdExclusionRuleType",
"type",
")",
"{",
"this",
".",
"type",
"=",
"type",
";",
"}"
] | Sets the type value for this AdExclusionRule.
@param type * The derived type of this rule: whether it is associated with
labels, unified entities,
or competitive groups. Because it is derived, it
is also read-only, so changes made to this
field will not be persisted. | [
"Sets",
"the",
"type",
"value",
"for",
"this",
"AdExclusionRule",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AdExclusionRule.java#L341-L343 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CustomAffinityTokenOperation.java | CustomAffinityTokenOperation.getOperand | public com.google.api.ads.adwords.axis.v201809.rm.CustomAffinityToken getOperand() {
return operand;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.CustomAffinityToken getOperand() {
return operand;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"CustomAffinityToken",
"getOperand",
"(",
")",
"{",
"return",
"operand",
";",
"}"
] | Gets the operand value for this CustomAffinityTokenOperation.
@return operand * {@link CustomAffinityToken} to operate on
<span class="constraint Required">This field is
required and should not be {@code null}.</span> | [
"Gets",
"the",
"operand",
"value",
"for",
"this",
"CustomAffinityTokenOperation",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/CustomAffinityTokenOperation.java#L64-L66 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CdnConfiguration.java | CdnConfiguration.getCdnConfigurationType | public com.google.api.ads.admanager.axis.v201811.CdnConfigurationType getCdnConfigurationType() {
return cdnConfigurationType;
} | java | public com.google.api.ads.admanager.axis.v201811.CdnConfigurationType getCdnConfigurationType() {
return cdnConfigurationType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CdnConfigurationType",
"getCdnConfigurationType",
"(",
")",
"{",
"return",
"cdnConfigurationType",
";",
"}"
] | Gets the cdnConfigurationType value for this CdnConfiguration.
@return cdnConfigurationType * The type of CDN configuration represented by this {@link CdnConfiguration}.
This value is
required to create a CDN configuration | [
"Gets",
"the",
"cdnConfigurationType",
"value",
"for",
"this",
"CdnConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CdnConfiguration.java#L139-L141 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CdnConfiguration.java | CdnConfiguration.setCdnConfigurationType | public void setCdnConfigurationType(com.google.api.ads.admanager.axis.v201811.CdnConfigurationType cdnConfigurationType) {
this.cdnConfigurationType = cdnConfigurationType;
} | java | public void setCdnConfigurationType(com.google.api.ads.admanager.axis.v201811.CdnConfigurationType cdnConfigurationType) {
this.cdnConfigurationType = cdnConfigurationType;
} | [
"public",
"void",
"setCdnConfigurationType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"CdnConfigurationType",
"cdnConfigurationType",
")",
"{",
"this",
".",
"cdnConfigurationType",
"=",
"cdnConfiguratio... | Sets the cdnConfigurationType value for this CdnConfiguration.
@param cdnConfigurationType * The type of CDN configuration represented by this {@link CdnConfiguration}.
This value is
required to create a CDN configuration | [
"Sets",
"the",
"cdnConfigurationType",
"value",
"for",
"this",
"CdnConfiguration",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/CdnConfiguration.java#L151-L153 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/RequestContextOperand.java | RequestContextOperand.getContextType | public com.google.api.ads.adwords.axis.v201809.cm.RequestContextOperandContextType getContextType() {
return contextType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.RequestContextOperandContextType getContextType() {
return contextType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"RequestContextOperandContextType",
"getContextType",
"(",
")",
"{",
"return",
"contextType",
";",
"}"
] | Gets the contextType value for this RequestContextOperand.
@return contextType * Type of value to be referred in the request context.
<span class="constraint Required">This field is
required and should not be {@code null}.</span> | [
"Gets",
"the",
"contextType",
"value",
"for",
"this",
"RequestContextOperand",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/RequestContextOperand.java#L61-L63 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/MobileCarrierTargeting.java | MobileCarrierTargeting.setMobileCarriers | public void setMobileCarriers(com.google.api.ads.admanager.axis.v201808.Technology[] mobileCarriers) {
this.mobileCarriers = mobileCarriers;
} | java | public void setMobileCarriers(com.google.api.ads.admanager.axis.v201808.Technology[] mobileCarriers) {
this.mobileCarriers = mobileCarriers;
} | [
"public",
"void",
"setMobileCarriers",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Technology",
"[",
"]",
"mobileCarriers",
")",
"{",
"this",
".",
"mobileCarriers",
"=",
"mobileCarriers",
";",
"}"... | Sets the mobileCarriers value for this MobileCarrierTargeting.
@param mobileCarriers * Mobile carriers that are being targeted or excluded by the
{@link LineItem}. | [
"Sets",
"the",
"mobileCarriers",
"value",
"for",
"this",
"MobileCarrierTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/MobileCarrierTargeting.java#L99-L101 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceFeedItem.java | PriceFeedItem.getPriceExtensionType | public com.google.api.ads.adwords.axis.v201809.cm.PriceExtensionType getPriceExtensionType() {
return priceExtensionType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PriceExtensionType getPriceExtensionType() {
return priceExtensionType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PriceExtensionType",
"getPriceExtensionType",
"(",
")",
"{",
"return",
"priceExtensionType",
";",
"}"
] | Gets the priceExtensionType value for this PriceFeedItem.
@return priceExtensionType * Price extension type of this extension. Required. | [
"Gets",
"the",
"priceExtensionType",
"value",
"for",
"this",
"PriceFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceFeedItem.java#L152-L154 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceFeedItem.java | PriceFeedItem.getPriceQualifier | public com.google.api.ads.adwords.axis.v201809.cm.PriceExtensionPriceQualifier getPriceQualifier() {
return priceQualifier;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PriceExtensionPriceQualifier getPriceQualifier() {
return priceQualifier;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PriceExtensionPriceQualifier",
"getPriceQualifier",
"(",
")",
"{",
"return",
"priceQualifier",
";",
"}"
] | Gets the priceQualifier value for this PriceFeedItem.
@return priceQualifier * Price qualifier for all rows of this price extension. | [
"Gets",
"the",
"priceQualifier",
"value",
"for",
"this",
"PriceFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceFeedItem.java#L172-L174 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceFeedItem.java | PriceFeedItem.getTableRows | public com.google.api.ads.adwords.axis.v201809.cm.PriceTableRow[] getTableRows() {
return tableRows;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.PriceTableRow[] getTableRows() {
return tableRows;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"PriceTableRow",
"[",
"]",
"getTableRows",
"(",
")",
"{",
"return",
"tableRows",
";",
"}"
] | Gets the tableRows value for this PriceFeedItem.
@return tableRows * The rows in this price extension. Minimum number of items allowed
is 3 and the maximum number
is 8. | [
"Gets",
"the",
"tableRows",
"value",
"for",
"this",
"PriceFeedItem",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/PriceFeedItem.java#L296-L298 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DeprecatedAd.java | DeprecatedAd.getDeprecatedAdType | public com.google.api.ads.adwords.axis.v201809.cm.DeprecatedAdType getDeprecatedAdType() {
return deprecatedAdType;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.DeprecatedAdType getDeprecatedAdType() {
return deprecatedAdType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"DeprecatedAdType",
"getDeprecatedAdType",
"(",
")",
"{",
"return",
"deprecatedAdType",
";",
"}"
] | Gets the deprecatedAdType value for this DeprecatedAd.
@return deprecatedAdType * Type of the creative.
<span class="constraint Selectable">This field
can be selected using the value "Type".</span>
<span class="constraint ReadOnly">This field is
read only and will be ignored when sent to the API.</span> | [
"Gets",
"the",
"deprecatedAdType",
"value",
"for",
"this",
"DeprecatedAd",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/DeprecatedAd.java#L149-L151 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecastOptions.java | AvailabilityForecastOptions.getBreakdown | public com.google.api.ads.admanager.axis.v201902.ForecastBreakdownOptions getBreakdown() {
return breakdown;
} | java | public com.google.api.ads.admanager.axis.v201902.ForecastBreakdownOptions getBreakdown() {
return breakdown;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ForecastBreakdownOptions",
"getBreakdown",
"(",
")",
"{",
"return",
"breakdown",
";",
"}"
] | Gets the breakdown value for this AvailabilityForecastOptions.
@return breakdown | [
"Gets",
"the",
"breakdown",
"value",
"for",
"this",
"AvailabilityForecastOptions",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecastOptions.java#L116-L118 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecastOptions.java | AvailabilityForecastOptions.setBreakdown | public void setBreakdown(com.google.api.ads.admanager.axis.v201902.ForecastBreakdownOptions breakdown) {
this.breakdown = breakdown;
} | java | public void setBreakdown(com.google.api.ads.admanager.axis.v201902.ForecastBreakdownOptions breakdown) {
this.breakdown = breakdown;
} | [
"public",
"void",
"setBreakdown",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201902",
".",
"ForecastBreakdownOptions",
"breakdown",
")",
"{",
"this",
".",
"breakdown",
"=",
"breakdown",
";",
"}"
] | Sets the breakdown value for this AvailabilityForecastOptions.
@param breakdown | [
"Sets",
"the",
"breakdown",
"value",
"for",
"this",
"AvailabilityForecastOptions",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201902/AvailabilityForecastOptions.java#L126-L128 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OfflineCallConversionFeedReturnValue.java | OfflineCallConversionFeedReturnValue.getValue | public com.google.api.ads.adwords.axis.v201809.cm.OfflineCallConversionFeed[] getValue() {
return value;
} | java | public com.google.api.ads.adwords.axis.v201809.cm.OfflineCallConversionFeed[] getValue() {
return value;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"cm",
".",
"OfflineCallConversionFeed",
"[",
"]",
"getValue",
"(",
")",
"{",
"return",
"value",
";",
"}"
] | Gets the value value for this OfflineCallConversionFeedReturnValue.
@return value | [
"Gets",
"the",
"value",
"value",
"for",
"this",
"OfflineCallConversionFeedReturnValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/OfflineCallConversionFeedReturnValue.java#L62-L64 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BaseRichMediaStudioCreative.java | BaseRichMediaStudioCreative.getBillingAttribute | public com.google.api.ads.admanager.axis.v201811.RichMediaStudioCreativeBillingAttribute getBillingAttribute() {
return billingAttribute;
} | java | public com.google.api.ads.admanager.axis.v201811.RichMediaStudioCreativeBillingAttribute getBillingAttribute() {
return billingAttribute;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"RichMediaStudioCreativeBillingAttribute",
"getBillingAttribute",
"(",
")",
"{",
"return",
"billingAttribute",
";",
"}"
] | Gets the billingAttribute value for this BaseRichMediaStudioCreative.
@return billingAttribute * The billing attribute associated with this creative. This attribute
is read only. | [
"Gets",
"the",
"billingAttribute",
"value",
"for",
"this",
"BaseRichMediaStudioCreative",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/BaseRichMediaStudioCreative.java#L531-L533 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductTemplate.java | ProductTemplate.getProductSegmentation | public com.google.api.ads.admanager.axis.v201805.ProductSegmentation getProductSegmentation() {
return productSegmentation;
} | java | public com.google.api.ads.admanager.axis.v201805.ProductSegmentation getProductSegmentation() {
return productSegmentation;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ProductSegmentation",
"getProductSegmentation",
"(",
")",
"{",
"return",
"productSegmentation",
";",
"}"
] | Gets the productSegmentation value for this ProductTemplate.
@return productSegmentation * The product segmentation. The combination from the segments
and the {@link #targeting} will
produce the targeting on the resulting {@link ProposalLineItem}.
Any type of segmentation cannot also be used for targeting.
This att... | [
"Gets",
"the",
"productSegmentation",
"value",
"for",
"this",
"ProductTemplate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductTemplate.java#L1249-L1251 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductTemplate.java | ProductTemplate.setProductSegmentation | public void setProductSegmentation(com.google.api.ads.admanager.axis.v201805.ProductSegmentation productSegmentation) {
this.productSegmentation = productSegmentation;
} | java | public void setProductSegmentation(com.google.api.ads.admanager.axis.v201805.ProductSegmentation productSegmentation) {
this.productSegmentation = productSegmentation;
} | [
"public",
"void",
"setProductSegmentation",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"ProductSegmentation",
"productSegmentation",
")",
"{",
"this",
".",
"productSegmentation",
"=",
"productSegmentation... | Sets the productSegmentation value for this ProductTemplate.
@param productSegmentation * The product segmentation. The combination from the segments
and the {@link #targeting} will
produce the targeting on the resulting {@link ProposalLineItem}.
Any type of segmentation cannot also be used for targeting.
This attr... | [
"Sets",
"the",
"productSegmentation",
"value",
"for",
"this",
"ProductTemplate",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/ProductTemplate.java#L1270-L1272 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationOrderReport.java | ReconciliationOrderReport.getSubmissionDateTime | public com.google.api.ads.admanager.axis.v201808.DateTime getSubmissionDateTime() {
return submissionDateTime;
} | java | public com.google.api.ads.admanager.axis.v201808.DateTime getSubmissionDateTime() {
return submissionDateTime;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"getSubmissionDateTime",
"(",
")",
"{",
"return",
"submissionDateTime",
";",
"}"
] | Gets the submissionDateTime value for this ReconciliationOrderReport.
@return submissionDateTime * The time when this order report is submitted.
This value is read-only. | [
"Gets",
"the",
"submissionDateTime",
"value",
"for",
"this",
"ReconciliationOrderReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationOrderReport.java#L243-L245 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationOrderReport.java | ReconciliationOrderReport.getProposalNetBillableRevenueManualAdjustment | public com.google.api.ads.admanager.axis.v201808.Money getProposalNetBillableRevenueManualAdjustment() {
return proposalNetBillableRevenueManualAdjustment;
} | java | public com.google.api.ads.admanager.axis.v201808.Money getProposalNetBillableRevenueManualAdjustment() {
return proposalNetBillableRevenueManualAdjustment;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Money",
"getProposalNetBillableRevenueManualAdjustment",
"(",
")",
"{",
"return",
"proposalNetBillableRevenueManualAdjustment",
";",
"}"
] | Gets the proposalNetBillableRevenueManualAdjustment value for this ReconciliationOrderReport.
@return proposalNetBillableRevenueManualAdjustment * If this reconciliation data is for a {@link Proposal}, then
this contains the net revenue
manual adjustment for that proposal. Otherwise, this
is {@code null}.
This value... | [
"Gets",
"the",
"proposalNetBillableRevenueManualAdjustment",
"value",
"for",
"this",
"ReconciliationOrderReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationOrderReport.java#L290-L292 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationOrderReport.java | ReconciliationOrderReport.setProposalGrossBillableRevenueManualAdjustment | public void setProposalGrossBillableRevenueManualAdjustment(com.google.api.ads.admanager.axis.v201808.Money proposalGrossBillableRevenueManualAdjustment) {
this.proposalGrossBillableRevenueManualAdjustment = proposalGrossBillableRevenueManualAdjustment;
} | java | public void setProposalGrossBillableRevenueManualAdjustment(com.google.api.ads.admanager.axis.v201808.Money proposalGrossBillableRevenueManualAdjustment) {
this.proposalGrossBillableRevenueManualAdjustment = proposalGrossBillableRevenueManualAdjustment;
} | [
"public",
"void",
"setProposalGrossBillableRevenueManualAdjustment",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Money",
"proposalGrossBillableRevenueManualAdjustment",
")",
"{",
"this",
".",
"proposalGrossBi... | Sets the proposalGrossBillableRevenueManualAdjustment value for this ReconciliationOrderReport.
@param proposalGrossBillableRevenueManualAdjustment * If this reconciliation data is for a {@link Proposal}, then
this contains the gross revenue
manual adjustment for that proposal. Otherwise, this
is {@code null}.
This ... | [
"Sets",
"the",
"proposalGrossBillableRevenueManualAdjustment",
"value",
"for",
"this",
"ReconciliationOrderReport",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/ReconciliationOrderReport.java#L332-L334 | train |
googleads/googleads-java-lib | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserIdentifier.java | UserIdentifier.getUserIdentifierType | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadUserIdentifierType getUserIdentifierType() {
return userIdentifierType;
} | java | public com.google.api.ads.adwords.axis.v201809.rm.OfflineDataUploadUserIdentifierType getUserIdentifierType() {
return userIdentifierType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"adwords",
".",
"axis",
".",
"v201809",
".",
"rm",
".",
"OfflineDataUploadUserIdentifierType",
"getUserIdentifierType",
"(",
")",
"{",
"return",
"userIdentifierType",
";",
"}"
] | Gets the userIdentifierType value for this UserIdentifier.
@return userIdentifierType * Type of user identifier.
<span class="constraint Required">This field is required
and should not be {@code null}.</span> | [
"Gets",
"the",
"userIdentifierType",
"value",
"for",
"this",
"UserIdentifier",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/rm/UserIdentifier.java#L65-L67 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GrpDemographicBreakdown.java | GrpDemographicBreakdown.getUnitType | public com.google.api.ads.admanager.axis.v201811.GrpUnitType getUnitType() {
return unitType;
} | java | public com.google.api.ads.admanager.axis.v201811.GrpUnitType getUnitType() {
return unitType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"GrpUnitType",
"getUnitType",
"(",
")",
"{",
"return",
"unitType",
";",
"}"
] | Gets the unitType value for this GrpDemographicBreakdown.
@return unitType * The {@link GrpUnitType} associated with this demographic breakdown. | [
"Gets",
"the",
"unitType",
"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/v201811/GrpDemographicBreakdown.java#L130-L132 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GrpDemographicBreakdown.java | GrpDemographicBreakdown.setUnitType | public void setUnitType(com.google.api.ads.admanager.axis.v201811.GrpUnitType unitType) {
this.unitType = unitType;
} | java | public void setUnitType(com.google.api.ads.admanager.axis.v201811.GrpUnitType unitType) {
this.unitType = unitType;
} | [
"public",
"void",
"setUnitType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"GrpUnitType",
"unitType",
")",
"{",
"this",
".",
"unitType",
"=",
"unitType",
";",
"}"
] | Sets the unitType value for this GrpDemographicBreakdown.
@param unitType * The {@link GrpUnitType} associated with this demographic breakdown. | [
"Sets",
"the",
"unitType",
"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/v201811/GrpDemographicBreakdown.java#L140-L142 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/GrpDemographicBreakdown.java | GrpDemographicBreakdown.setAge | public void setAge(com.google.api.ads.admanager.axis.v201811.GrpAge age) {
this.age = age;
} | java | public void setAge(com.google.api.ads.admanager.axis.v201811.GrpAge age) {
this.age = age;
} | [
"public",
"void",
"setAge",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"GrpAge",
"age",
")",
"{",
"this",
".",
"age",
"=",
"age",
";",
"}"
] | Sets the age value for this GrpDemographicBreakdown.
@param age * The {@link GrpAge} associated with this demographic breakdown. | [
"Sets",
"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/v201811/GrpDemographicBreakdown.java#L180-L182 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java | BaseAdRuleSlot.getVideoMidrollFrequencyType | public com.google.api.ads.admanager.axis.v201805.MidrollFrequencyType getVideoMidrollFrequencyType() {
return videoMidrollFrequencyType;
} | java | public com.google.api.ads.admanager.axis.v201805.MidrollFrequencyType getVideoMidrollFrequencyType() {
return videoMidrollFrequencyType;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MidrollFrequencyType",
"getVideoMidrollFrequencyType",
"(",
")",
"{",
"return",
"videoMidrollFrequencyType",
";",
"}"
] | Gets the videoMidrollFrequencyType value for this BaseAdRuleSlot.
@return videoMidrollFrequencyType * The frequency type for video ads in this ad rule slot. This
attribute
is required for mid-rolls, but if this is not a mid-roll,
the value is set to
{@link MidrollFrequencyType#NONE}. | [
"Gets",
"the",
"videoMidrollFrequencyType",
"value",
"for",
"this",
"BaseAdRuleSlot",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java#L229-L231 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java | BaseAdRuleSlot.setVideoMidrollFrequencyType | public void setVideoMidrollFrequencyType(com.google.api.ads.admanager.axis.v201805.MidrollFrequencyType videoMidrollFrequencyType) {
this.videoMidrollFrequencyType = videoMidrollFrequencyType;
} | java | public void setVideoMidrollFrequencyType(com.google.api.ads.admanager.axis.v201805.MidrollFrequencyType videoMidrollFrequencyType) {
this.videoMidrollFrequencyType = videoMidrollFrequencyType;
} | [
"public",
"void",
"setVideoMidrollFrequencyType",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"MidrollFrequencyType",
"videoMidrollFrequencyType",
")",
"{",
"this",
".",
"videoMidrollFrequencyType",
"=",
"... | Sets the videoMidrollFrequencyType value for this BaseAdRuleSlot.
@param videoMidrollFrequencyType * The frequency type for video ads in this ad rule slot. This
attribute
is required for mid-rolls, but if this is not a mid-roll,
the value is set to
{@link MidrollFrequencyType#NONE}. | [
"Sets",
"the",
"videoMidrollFrequencyType",
"value",
"for",
"this",
"BaseAdRuleSlot",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java#L243-L245 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java | BaseAdRuleSlot.getBumper | public com.google.api.ads.admanager.axis.v201805.AdRuleSlotBumper getBumper() {
return bumper;
} | java | public com.google.api.ads.admanager.axis.v201805.AdRuleSlotBumper getBumper() {
return bumper;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"AdRuleSlotBumper",
"getBumper",
"(",
")",
"{",
"return",
"bumper",
";",
"}"
] | Gets the bumper value for this BaseAdRuleSlot.
@return bumper * The {@link AdRuleSlotBumper} for this slot. This attribute
is optional and
defaults to {@link AdRuleSlotBumper#NONE}. | [
"Gets",
"the",
"bumper",
"value",
"for",
"this",
"BaseAdRuleSlot",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java#L293-L295 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java | BaseAdRuleSlot.setBumper | public void setBumper(com.google.api.ads.admanager.axis.v201805.AdRuleSlotBumper bumper) {
this.bumper = bumper;
} | java | public void setBumper(com.google.api.ads.admanager.axis.v201805.AdRuleSlotBumper bumper) {
this.bumper = bumper;
} | [
"public",
"void",
"setBumper",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"AdRuleSlotBumper",
"bumper",
")",
"{",
"this",
".",
"bumper",
"=",
"bumper",
";",
"}"
] | Sets the bumper value for this BaseAdRuleSlot.
@param bumper * The {@link AdRuleSlotBumper} for this slot. This attribute
is optional and
defaults to {@link AdRuleSlotBumper#NONE}. | [
"Sets",
"the",
"bumper",
"value",
"for",
"this",
"BaseAdRuleSlot",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/BaseAdRuleSlot.java#L305-L307 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Order.java | Order.getTotalBudget | public com.google.api.ads.admanager.axis.v201808.Money getTotalBudget() {
return totalBudget;
} | java | public com.google.api.ads.admanager.axis.v201808.Money getTotalBudget() {
return totalBudget;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"Money",
"getTotalBudget",
"(",
")",
"{",
"return",
"totalBudget",
";",
"}"
] | Gets the totalBudget value for this Order.
@return totalBudget * Total budget for all line items of this {@code Order}. This
value is a
readonly field assigned by Google and is calculated
from the associated
{@link LineItem#costPerUnit} values. | [
"Gets",
"the",
"totalBudget",
"value",
"for",
"this",
"Order",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/Order.java#L906-L908 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DateTimeValue.java | DateTimeValue.setValue | public void setValue(com.google.api.ads.admanager.axis.v201808.DateTime value) {
this.value = value;
} | java | public void setValue(com.google.api.ads.admanager.axis.v201808.DateTime value) {
this.value = value;
} | [
"public",
"void",
"setValue",
"(",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201808",
".",
"DateTime",
"value",
")",
"{",
"this",
".",
"value",
"=",
"value",
";",
"}"
] | Sets the value value for this DateTimeValue.
@param value * The {@code DateTime} value. | [
"Sets",
"the",
"value",
"value",
"for",
"this",
"DateTimeValue",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DateTimeValue.java#L63-L65 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ExcludeContentFromContentBundle.java | ExcludeContentFromContentBundle.getContentStatement | public com.google.api.ads.admanager.axis.v201811.Statement getContentStatement() {
return contentStatement;
} | java | public com.google.api.ads.admanager.axis.v201811.Statement getContentStatement() {
return contentStatement;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201811",
".",
"Statement",
"getContentStatement",
"(",
")",
"{",
"return",
"contentStatement",
";",
"}"
] | Gets the contentStatement value for this ExcludeContentFromContentBundle.
@return contentStatement * The Publisher Query Language statement specifying which {@link
Content} to exclude from the
{@link ContentBundle}. The statement is expressed
in terms of {@code Content} fields such as
name and status.
<p>
All fields... | [
"Gets",
"the",
"contentStatement",
"value",
"for",
"this",
"ExcludeContentFromContentBundle",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201811/ExcludeContentFromContentBundle.java#L70-L72 | train |
googleads/googleads-java-lib | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java | DayPartTargeting.getDayParts | public com.google.api.ads.admanager.axis.v201805.DayPart[] getDayParts() {
return dayParts;
} | java | public com.google.api.ads.admanager.axis.v201805.DayPart[] getDayParts() {
return dayParts;
} | [
"public",
"com",
".",
"google",
".",
"api",
".",
"ads",
".",
"admanager",
".",
"axis",
".",
"v201805",
".",
"DayPart",
"[",
"]",
"getDayParts",
"(",
")",
"{",
"return",
"dayParts",
";",
"}"
] | Gets the dayParts value for this DayPartTargeting.
@return dayParts * Specifies days of the week and times at which a {@code LineItem}
will be
delivered.
<p>
If targeting all days and times, this value will be
ignored. | [
"Gets",
"the",
"dayParts",
"value",
"for",
"this",
"DayPartTargeting",
"."
] | 967957cc4f6076514e3a7926fe653e4f1f7cc9c9 | https://github.com/googleads/googleads-java-lib/blob/967957cc4f6076514e3a7926fe653e4f1f7cc9c9/modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201805/DayPartTargeting.java#L77-L79 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.