idx
int64
0
165k
question
stringlengths
73
4.15k
target
stringlengths
5
918
len_question
int64
21
890
len_target
int64
3
255
38,900
public void setCreativeRotationType ( com . google . api . ads . admanager . axis . v201902 . CreativeRotationType creativeRotationType ) { this . creativeRotationType = creativeRotationType ; }
Sets the creativeRotationType value for this ProposalLineItem .
49
15
38,901
public com . google . api . ads . admanager . axis . v201902 . FrequencyCap [ ] getFrequencyCaps ( ) { return frequencyCaps ; }
Gets the frequencyCaps value for this ProposalLineItem .
36
14
38,902
public void setCustomFieldValues ( com . google . api . ads . admanager . axis . v201902 . BaseCustomFieldValue [ ] customFieldValues ) { this . customFieldValues = customFieldValues ; }
Sets the customFieldValues value for this ProposalLineItem .
46
14
38,903
public void setEffectiveAppliedLabels ( com . google . api . ads . admanager . axis . v201902 . AppliedLabel [ ] effectiveAppliedLabels ) { this . effectiveAppliedLabels = effectiveAppliedLabels ; }
Sets the effectiveAppliedLabels value for this ProposalLineItem .
52
16
38,904
public void setNetCost ( com . google . api . ads . admanager . axis . v201902 . Money netCost ) { this . netCost = netCost ; }
Sets the netCost value for this ProposalLineItem .
37
13
38,905
public void setComputedStatus ( com . google . api . ads . admanager . axis . v201902 . ComputedStatus computedStatus ) { this . computedStatus = computedStatus ; }
Sets the computedStatus value for this ProposalLineItem .
40
13
38,906
public void setBillingBase ( com . google . api . ads . admanager . axis . v201902 . BillingBase billingBase ) { this . billingBase = billingBase ; }
Sets the billingBase value for this ProposalLineItem .
40
13
38,907
public void setLinkStatus ( com . google . api . ads . admanager . axis . v201902 . LinkStatus linkStatus ) { this . linkStatus = linkStatus ; }
Sets the linkStatus value for this ProposalLineItem .
38
13
38,908
public com . google . api . ads . admanager . axis . v201902 . ProposalLineItemMarketplaceInfo getMarketplaceInfo ( ) { return marketplaceInfo ; }
Gets the marketplaceInfo value for this ProposalLineItem .
37
13
38,909
public void setMarketplaceInfo ( com . google . api . ads . admanager . axis . v201902 . ProposalLineItemMarketplaceInfo marketplaceInfo ) { this . marketplaceInfo = marketplaceInfo ; }
Sets the marketplaceInfo value for this ProposalLineItem .
44
13
38,910
public com . google . api . ads . admanager . axis . v201811 . ConversionEvent getKey ( ) { return key ; }
Gets the key value for this ConversionEvent_TrackingUrlsMapEntry .
29
17
38,911
public com . google . api . ads . admanager . axis . v201811 . TrackingUrls getValue ( ) { return value ; }
Gets the value value for this ConversionEvent_TrackingUrlsMapEntry .
30
17
38,912
public void setValue ( com . google . api . ads . admanager . axis . v201811 . TrackingUrls value ) { this . value = value ; }
Sets the value value for this ConversionEvent_TrackingUrlsMapEntry .
35
17
38,913
public void setDimensionAttributes ( com . google . api . ads . admanager . axis . v201811 . DimensionAttribute [ ] dimensionAttributes ) { this . dimensionAttributes = dimensionAttributes ; }
Sets the dimensionAttributes value for this ReportQuery .
41
11
38,914
public com . google . api . ads . admanager . axis . v201811 . DateRangeType getDateRangeType ( ) { return dateRangeType ; }
Gets the dateRangeType value for this ReportQuery .
34
12
38,915
public void setDateRangeType ( com . google . api . ads . admanager . axis . v201811 . DateRangeType dateRangeType ) { this . dateRangeType = dateRangeType ; }
Sets the dateRangeType value for this ReportQuery .
43
12
38,916
public com . google . api . ads . admanager . axis . v201811 . TimeZoneType getTimeZoneType ( ) { return timeZoneType ; }
Gets the timeZoneType value for this ReportQuery .
34
12
38,917
public void setTimeZoneType ( com . google . api . ads . admanager . axis . v201811 . TimeZoneType timeZoneType ) { this . timeZoneType = timeZoneType ; }
Sets the timeZoneType value for this ReportQuery .
43
12
38,918
public com . google . api . ads . adwords . axis . v201809 . cm . Chain [ ] getChains ( ) { return chains ; }
Gets the chains value for this AffiliateLocationFeedData .
33
13
38,919
public com . google . api . ads . adwords . axis . v201809 . cm . RelationshipType getRelationshipType ( ) { return relationshipType ; }
Gets the relationshipType value for this AffiliateLocationFeedData .
34
14
38,920
public com . google . api . ads . adwords . axis . v201809 . cm . MediaMimeType getImageMimeType ( ) { return imageMimeType ; }
Gets the imageMimeType value for this ImageAsset .
39
13
38,921
public com . google . api . ads . adwords . axis . v201809 . cm . ImageDimensionInfo getFullSizeInfo ( ) { return fullSizeInfo ; }
Gets the fullSizeInfo value for this ImageAsset .
37
12
38,922
public com . google . api . ads . admanager . axis . v201805 . GrpGender getGender ( ) { return gender ; }
Gets the gender value for this GrpDemographicBreakdown .
30
14
38,923
public void setGender ( com . google . api . ads . admanager . axis . v201805 . GrpGender gender ) { this . gender = gender ; }
Sets the gender value for this GrpDemographicBreakdown .
35
14
38,924
public com . google . api . ads . admanager . axis . v201805 . GrpAge getAge ( ) { return age ; }
Gets the age value for this GrpDemographicBreakdown .
30
14
38,925
public com . google . api . ads . adwords . axis . v201809 . cm . IncomeRangeIncomeRangeType getIncomeRangeType ( ) { return incomeRangeType ; }
Gets the incomeRangeType value for this IncomeRange .
40
12
38,926
public com . google . api . ads . adwords . axis . v201809 . cm . ListOperationsListOperator [ ] getOperators ( ) { return operators ; }
Gets the operators value for this ListOperations .
38
11
38,927
public ProductPartitionNode getChild ( ProductDimension dimension ) { Preconditions . checkArgument ( hasChild ( dimension ) , "No child exists with dimension: %s" , toString ( dimension ) ) ; return children . get ( dimension ) ; }
Returns the child node with the specified ProductDimension .
55
11
38,928
public ProductPartitionNode removeChild ( ProductDimension childDimension ) { if ( ! children . containsKey ( childDimension ) ) { throw new IllegalArgumentException ( String . format ( "Attempted to remove child %s but no such child exists" , toString ( childDimension ) ) ) ; } children . remove ( childDimension ) ; r...
Removes the child with the specified dimension .
80
9
38,929
public ProductPartitionNode asExcludedUnit ( ) { if ( getParent ( ) == null ) { throw new IllegalStateException ( "The root node cannot be an excluded unit" ) ; } nodeState = nodeState . transitionTo ( NodeType . EXCLUDED_UNIT ) ; removeAllChildren ( ) ; return this ; }
Removes all children from this node and modifies this node to be a UNIT node excluded from bidding .
71
22
38,930
public void setExcludedContentMetadata ( com . google . api . ads . admanager . axis . v201805 . ContentMetadataKeyHierarchyTargeting [ ] excludedContentMetadata ) { this . excludedContentMetadata = excludedContentMetadata ; }
Sets the excludedContentMetadata value for this ContentTargeting .
56
14
38,931
public void setStatus ( com . google . api . ads . admanager . axis . v201811 . DaiAuthenticationKeyStatus status ) { this . status = status ; }
Sets the status value for this DaiAuthenticationKey .
37
12
38,932
public com . google . api . ads . adwords . axis . v201809 . mcm . AccountLabel [ ] getLabels ( ) { return labels ; }
Gets the labels value for this AccountLabelReturnValue .
35
12
38,933
public com . google . api . ads . adwords . axis . v201809 . mcm . AccountLabel [ ] getAccountLabels ( ) { return accountLabels ; }
Gets the accountLabels value for this ManagedCustomer .
38
13
38,934
public com . google . api . ads . adwords . axis . v201809 . cm . Asset getAsset ( ) { return asset ; }
Gets the asset value for this AssetLink .
30
10
38,935
public com . google . api . ads . adwords . axis . v201809 . cm . ServedAssetFieldType getPinnedField ( ) { return pinnedField ; }
Gets the pinnedField value for this AssetLink .
37
11
38,936
public com . google . api . ads . adwords . axis . v201809 . cm . AssetPolicySummaryInfo getAssetPolicySummaryInfo ( ) { return assetPolicySummaryInfo ; }
Gets the assetPolicySummaryInfo value for this AssetLink .
39
13
38,937
public com . google . api . ads . adwords . axis . v201809 . cm . AssetPerformanceLabel getAssetPerformanceLabel ( ) { return assetPerformanceLabel ; }
Gets the assetPerformanceLabel value for this AssetLink .
36
12
38,938
public com . google . api . ads . admanager . axis . v201902 . BandwidthGroupTargeting getBandwidthGroupTargeting ( ) { return bandwidthGroupTargeting ; }
Gets the bandwidthGroupTargeting value for this TechnologyTargeting .
39
14
38,939
public void setBandwidthGroupTargeting ( com . google . api . ads . admanager . axis . v201902 . BandwidthGroupTargeting bandwidthGroupTargeting ) { this . bandwidthGroupTargeting = bandwidthGroupTargeting ; }
Sets the bandwidthGroupTargeting value for this TechnologyTargeting .
50
14
38,940
public com . google . api . ads . admanager . axis . v201902 . DeviceCategoryTargeting getDeviceCategoryTargeting ( ) { return deviceCategoryTargeting ; }
Gets the deviceCategoryTargeting value for this TechnologyTargeting .
37
14
38,941
public void setDeviceCategoryTargeting ( com . google . api . ads . admanager . axis . v201902 . DeviceCategoryTargeting deviceCategoryTargeting ) { this . deviceCategoryTargeting = deviceCategoryTargeting ; }
Sets the deviceCategoryTargeting value for this TechnologyTargeting .
48
14
38,942
public com . google . api . ads . admanager . axis . v201902 . MobileDeviceSubmodelTargeting getMobileDeviceSubmodelTargeting ( ) { return mobileDeviceSubmodelTargeting ; }
Gets the mobileDeviceSubmodelTargeting value for this TechnologyTargeting .
43
16
38,943
public void setMobileDeviceSubmodelTargeting ( com . google . api . ads . admanager . axis . v201902 . MobileDeviceSubmodelTargeting mobileDeviceSubmodelTargeting ) { this . mobileDeviceSubmodelTargeting = mobileDeviceSubmodelTargeting ; }
Sets the mobileDeviceSubmodelTargeting value for this TechnologyTargeting .
58
16
38,944
private void updateTokenWaitTime ( long waitForMillis ) { final long newTime = millisFromNow ( waitForMillis ) ; boolean done ; do { long oldTime = tokenWaitUntil . get ( ) ; // If the new wait until time exceeds current one, update it; otherwise just skip the loop. if ( oldTime < newTime ) { done = tokenWaitUntil . co...
Update the wait time for TOKEN scope .
109
9
38,945
private void updateAccountWaitTime ( long clientCustomerId , long waitForMillis ) { final long minWaitTime = millisFromNow ( waitForMillis ) ; // Here we are assuming that the AtomicLong reference isn't changed once inserted. Therefore, // the content of this map grows with the number of account rate limits encountered...
Update the wait time for ACCOUNT scope .
359
9
38,946
private boolean checkRateExceededErrorAndUpdateWaitTime ( long clientCustomerId , Throwable throwable ) { if ( ReflectionUtil . isInstanceOf ( throwable , "ApiException" ) ) { try { Object [ ] errors = ( Object [ ] ) ReflectionUtil . invokeNoArgMethod ( throwable , "getErrors" ) ; if ( errors == null ) { return false ;...
Check whether the invocation causes RateExceededError and update wait time accordingly .
418
16
38,947
private long getWaitUntilMillis ( int retryAfterSeconds ) { double multiplier = waitTimeNoiseFactor . get ( ) . nextDouble ( ) ; multiplier = multiplier * ( MAX_WAIT_TIME_MULTIPLIER - MIN_WAIT_TIME_MULTIPLIER ) + MIN_WAIT_TIME_MULTIPLIER ; double result = SECONDS . toMillis ( retryAfterSeconds ) * multiplier ; return (...
Decides the actual wait time in milliseconds by applying a random multiplier to retryAfterSeconds .
106
20
38,948
public com . google . api . ads . adwords . axis . v201809 . rm . RuleItem [ ] getItems ( ) { return items ; }
Gets the items value for this RuleItemGroup .
33
11
38,949
public com . google . api . ads . admanager . axis . v201811 . MobileApplicationStore getAppStore ( ) { return appStore ; }
Gets the appStore value for this MobileApplication .
32
11
38,950
public void setAppStore ( com . google . api . ads . admanager . axis . v201811 . MobileApplicationStore appStore ) { this . appStore = appStore ; }
Sets the appStore value for this MobileApplication .
39
11
38,951
public com . google . api . ads . admanager . axis . v201811 . MobileApplicationPlatform getPlatform ( ) { return platform ; }
Gets the platform value for this MobileApplication .
30
10
38,952
public void setPreroll ( com . google . api . ads . admanager . axis . v201811 . BaseAdRuleSlot preroll ) { this . preroll = preroll ; }
Sets the preroll value for this AdRule .
40
11
38,953
public void setMidroll ( com . google . api . ads . admanager . axis . v201811 . BaseAdRuleSlot midroll ) { this . midroll = midroll ; }
Sets the midroll value for this AdRule .
40
11
38,954
public void setPostroll ( com . google . api . ads . admanager . axis . v201811 . BaseAdRuleSlot postroll ) { this . postroll = postroll ; }
Sets the postroll value for this AdRule .
40
11
38,955
public com . google . api . ads . adwords . axis . v201809 . cm . FeedItemSchedule [ ] getFeedItemSchedules ( ) { return feedItemSchedules ; }
Gets the feedItemSchedules value for this FeedItemScheduling .
43
17
38,956
public com . google . api . ads . admanager . axis . v201902 . BillFrom getReconciliationSource ( ) { return reconciliationSource ; }
Gets the reconciliationSource value for this ReconciliationLineItemReport .
34
15
38,957
public void setBillableRevenueOverrides ( com . google . api . ads . admanager . axis . v201902 . BillableRevenueOverrides billableRevenueOverrides ) { this . billableRevenueOverrides = billableRevenueOverrides ; }
Sets the billableRevenueOverrides value for this ReconciliationLineItemReport .
63
20
38,958
public com . google . api . ads . admanager . axis . v201805 . AdUnitParent [ ] getParentPath ( ) { return parentPath ; }
Gets the parentPath value for this AdUnit .
34
11
38,959
public com . google . api . ads . adwords . axis . v201809 . cm . FeedItemTargetType getTargetType ( ) { return targetType ; }
Gets the targetType value for this FeedItemTarget .
35
12
38,960
public com . google . api . ads . adwords . axis . v201809 . cm . FunctionArgumentOperand [ ] getLhsOperand ( ) { return lhsOperand ; }
Gets the lhsOperand value for this Function .
42
12
38,961
public com . google . api . ads . adwords . axis . v201809 . cm . FunctionArgumentOperand [ ] getRhsOperand ( ) { return rhsOperand ; }
Gets the rhsOperand value for this Function .
42
12
38,962
public com . google . api . ads . adwords . axis . v201809 . cm . OfflineConversionAdjustmentType getAdjustmentType ( ) { return adjustmentType ; }
Gets the adjustmentType value for this OfflineConversionAdjustmentFeed .
38
15
38,963
public void setHeaderChild ( Stub soapClient , String parentHeaderName , String childName , Object childValue ) { SOAPHeaderElement headerElement = ( SOAPHeaderElement ) getHeader ( soapClient , parentHeaderName ) ; Object headerObject = Preconditions . checkNotNull ( headerElement , "Parent header named %s does not ex...
Updates the child attribute of headerName named childName to childValue .
165
15
38,964
public void setSecondaryImageAssets ( com . google . api . ads . admanager . axis . v201811 . CreativeAsset [ ] secondaryImageAssets ) { this . secondaryImageAssets = secondaryImageAssets ; }
Sets the secondaryImageAssets value for this ImageCreative .
49
14
38,965
public void setIngestSettings ( com . google . api . ads . admanager . axis . v201805 . MediaLocationSettings ingestSettings ) { this . ingestSettings = ingestSettings ; }
Sets the ingestSettings value for this SourceContentConfiguration .
40
12
38,966
public com . google . api . ads . admanager . axis . v201805 . MediaLocationSettings getDefaultDeliverySettings ( ) { return defaultDeliverySettings ; }
Gets the defaultDeliverySettings value for this SourceContentConfiguration .
34
13
38,967
public void setDefaultDeliverySettings ( com . google . api . ads . admanager . axis . v201805 . MediaLocationSettings defaultDeliverySettings ) { this . defaultDeliverySettings = defaultDeliverySettings ; }
Sets the defaultDeliverySettings value for this SourceContentConfiguration .
43
13
38,968
public com . google . api . ads . admanager . axis . v201902 . MasterPlaylistSettings getMasterPlaylistSettings ( ) { return masterPlaylistSettings ; }
Gets the masterPlaylistSettings value for this HlsSettings .
37
14
38,969
public void setMasterPlaylistSettings ( com . google . api . ads . admanager . axis . v201902 . MasterPlaylistSettings masterPlaylistSettings ) { this . masterPlaylistSettings = masterPlaylistSettings ; }
Sets the masterPlaylistSettings value for this HlsSettings .
48
14
38,970
public void setKeyword ( com . google . api . ads . adwords . axis . v201809 . cm . Keyword keyword ) { this . keyword = keyword ; }
Sets the keyword value for this KeywordEstimateRequest .
37
13
38,971
public com . google . api . ads . adwords . axis . v201809 . cm . Money getMaxCpc ( ) { return maxCpc ; }
Gets the maxCpc value for this KeywordEstimateRequest .
34
15
38,972
static AdGroupCriterion createCriterionForRemove ( ProductPartitionNode node , long adGroupId ) { Preconditions . checkNotNull ( node , "Null node" ) ; AdGroupCriterion adGroupCriterion = new AdGroupCriterion ( ) ; adGroupCriterion . setAdGroupId ( adGroupId ) ; adGroupCriterion . setCriterion ( new ProductPartition ( ...
Returns a new AdGroupCriterion configured for a REMOVE operation .
120
15
38,973
static AdGroupCriterion createCriterionForAdd ( ProductPartitionNode node , long adGroupId , BiddingStrategyConfiguration biddingConfig ) { Preconditions . checkNotNull ( node , "Null node" ) ; Preconditions . checkNotNull ( biddingConfig , "Null bidding configuration" ) ; AdGroupCriterion adGroupCriterion ; if ( node ...
Returns a new AdGroupCriterion configured for an ADD operation .
501
13
38,974
static AdGroupCriterion createCriterionForSetBiddableUnit ( ProductPartitionNode node , long adGroupId , BiddingStrategyConfiguration biddingConfig ) { Preconditions . checkNotNull ( node , "Null node" ) ; Preconditions . checkNotNull ( biddingConfig , "Null bidding configuration" ) ; Preconditions . checkArgument ( no...
Returns a new AdGroupCriterion configured for a SET operation that will set the criterion s bid tracking template and custom parameters .
463
25
38,975
public com . google . api . ads . adwords . axis . v201809 . cm . Function getMatchingFunction ( ) { return matchingFunction ; }
Gets the matchingFunction value for this CampaignFeed .
33
11
38,976
public com . google . api . ads . adwords . axis . v201809 . rm . Rule getLeftOperand ( ) { return leftOperand ; }
Gets the leftOperand value for this CombinedRuleUserList .
34
14
38,977
public com . google . api . ads . adwords . axis . v201809 . rm . Rule getRightOperand ( ) { return rightOperand ; }
Gets the rightOperand value for this CombinedRuleUserList .
34
14
38,978
public com . google . api . ads . adwords . axis . v201809 . rm . CombinedRuleUserListRuleOperator getRuleOperator ( ) { return ruleOperator ; }
Gets the ruleOperator value for this CombinedRuleUserList .
40
14
38,979
private static List < AdUnit > getAllAdUnits ( AdManagerServices adManagerServices , AdManagerSession session ) throws RemoteException { List < AdUnit > adUnits = new ArrayList <> ( ) ; // Get the InventoryService. InventoryServiceInterface inventoryService = adManagerServices . get ( session , InventoryServiceInterfac...
Get all ad units .
263
5
38,980
private static void buildAndDisplayAdUnitTree ( AdUnit root , List < AdUnit > adUnits ) { Map < String , List < AdUnit > > treeMap = new HashMap < String , List < AdUnit > > ( ) ; for ( AdUnit adUnit : adUnits ) { if ( adUnit . getParentId ( ) != null ) { if ( treeMap . get ( adUnit . getParentId ( ) ) == null ) { tree...
Builds and displays an ad unit tree from ad units underneath the root ad unit .
184
17
38,981
private static void displayInventoryTree ( AdUnit root , Map < String , List < AdUnit > > treeMap ) { displayInventoryTreeHelper ( root , treeMap , 0 ) ; }
Displays the ad unit tree beginning at the root ad unit .
41
13
38,982
private static void displayInventoryTreeHelper ( AdUnit root , Map < String , List < AdUnit > > treeMap , int depth ) { System . out . println ( generateTab ( depth ) + root . getName ( ) + " (" + root . getId ( ) + ")" ) ; if ( treeMap . get ( root . getId ( ) ) != null ) { for ( AdUnit child : treeMap . get ( root . ...
Helper for displaying inventory units .
120
6
38,983
public com . google . api . ads . admanager . axis . v201811 . Money getLineItemCostPerUnit ( ) { return lineItemCostPerUnit ; }
Gets the lineItemCostPerUnit value for this ReconciliationReportRow .
36
17
38,984
public com . google . api . ads . admanager . axis . v201811 . Money getContractedRevenue ( ) { return contractedRevenue ; }
Gets the contractedRevenue value for this ReconciliationReportRow .
33
15
38,985
public void setManualRevenue ( com . google . api . ads . admanager . axis . v201811 . Money manualRevenue ) { this . manualRevenue = manualRevenue ; }
Sets the manualRevenue value for this ReconciliationReportRow .
42
15
38,986
public com . google . api . ads . admanager . axis . v201811 . Money getReconciledRevenue ( ) { return reconciledRevenue ; }
Gets the reconciledRevenue value for this ReconciliationReportRow .
36
16
38,987
public String dateToString ( D date ) { try { return String . format ( DATE_PATTERN , ( Integer ) PropertyUtils . getProperty ( date , "year" ) , ( Integer ) PropertyUtils . getProperty ( date , "month" ) , ( Integer ) PropertyUtils . getProperty ( date , "day" ) ) ; } catch ( IllegalAccessException e ) { throw new Ill...
Returns string representation of this date .
155
7
38,988
public com . google . api . ads . admanager . axis . v201805 . SourceContentConfiguration getSourceContentConfiguration ( ) { return sourceContentConfiguration ; }
Gets the sourceContentConfiguration value for this CdnConfiguration .
34
13
38,989
public void setNameSource ( com . google . api . ads . admanager . axis . v201808 . ValueSourceType nameSource ) { this . nameSource = nameSource ; }
Sets the nameSource value for this Product .
39
10
38,990
public com . google . api . ads . admanager . axis . v201808 . RoadblockingType getRoadblockingType ( ) { return roadblockingType ; }
Gets the roadblockingType value for this Product .
34
11
38,991
public com . google . api . ads . admanager . axis . v201808 . ProductMarketplaceInfo getProductMarketplaceInfo ( ) { return productMarketplaceInfo ; }
Gets the productMarketplaceInfo value for this Product .
37
12
38,992
public void setProductMarketplaceInfo ( com . google . api . ads . admanager . axis . v201808 . ProductMarketplaceInfo productMarketplaceInfo ) { this . productMarketplaceInfo = productMarketplaceInfo ; }
Sets the productMarketplaceInfo value for this Product .
48
12
38,993
public com . google . api . ads . adwords . axis . v201809 . cm . DayOfWeek getDayOfWeek ( ) { return dayOfWeek ; }
Gets the dayOfWeek value for this AdSchedule .
36
13
38,994
public com . google . api . ads . adwords . axis . v201809 . cm . MinuteOfHour getStartMinute ( ) { return startMinute ; }
Gets the startMinute value for this AdSchedule .
36
13
38,995
public com . google . api . ads . adwords . axis . v201809 . cm . MinuteOfHour getEndMinute ( ) { return endMinute ; }
Gets the endMinute value for this AdSchedule .
36
13
38,996
public com . google . api . ads . adwords . axis . v201809 . rm . CustomAffinityTokenTokenType getTokenType ( ) { return tokenType ; }
Gets the tokenType value for this CustomAffinityToken .
37
13
38,997
public com . google . api . ads . admanager . axis . v201902 . CustomCreativeAsset [ ] getCustomCreativeAssets ( ) { return customCreativeAssets ; }
Gets the customCreativeAssets value for this CustomCreative .
41
15
38,998
public com . google . api . ads . admanager . axis . v201902 . LockedOrientation getLockedOrientation ( ) { return lockedOrientation ; }
Gets the lockedOrientation value for this CustomCreative .
38
14
38,999
public com . google . api . ads . adwords . axis . v201809 . cm . Money getAmount ( ) { return amount ; }
Gets the amount value for this Budget .
30
9