idx
int64
0
165k
question
stringlengths
73
4.15k
target
stringlengths
5
918
len_question
int64
21
890
len_target
int64
3
255
38,700
public com . google . api . ads . adwords . axis . v201809 . cm . UrlList getSitelinkFinalUrls ( ) { return sitelinkFinalUrls ; }
Gets the sitelinkFinalUrls value for this SitelinkFeedItem .
42
18
38,701
public com . google . api . ads . adwords . axis . v201809 . cm . UrlList getSitelinkFinalMobileUrls ( ) { return sitelinkFinalMobileUrls ; }
Gets the sitelinkFinalMobileUrls value for this SitelinkFeedItem .
44
19
38,702
public com . google . api . ads . adwords . axis . v201809 . cm . CustomParameters getSitelinkUrlCustomParameters ( ) { return sitelinkUrlCustomParameters ; }
Gets the sitelinkUrlCustomParameters value for this SitelinkFeedItem .
41
18
38,703
public com . google . api . ads . admanager . axis . v201902 . Date getStartDate ( ) { return startDate ; }
Gets the startDate value for this DateRange .
30
11
38,704
public void setEndDate ( com . google . api . ads . admanager . axis . v201902 . Date endDate ) { this . endDate = endDate ; }
Sets the endDate value for this DateRange .
37
11
38,705
private static Long createBudget ( AdWordsServicesInterface adWordsServices , AdWordsSession session ) throws RemoteException , ApiException { // Get the BudgetService. BudgetServiceInterface budgetService = adWordsServices . get ( session , BudgetServiceInterface . class ) ; // Create the campaign budget. Budget budge...
Creates the budget for the campaign .
288
8
38,706
private static void setCampaignTargetingCriteria ( Campaign campaign , AdWordsServicesInterface adWordsServices , AdWordsSession session ) throws ApiException , RemoteException { // Get the CampaignCriterionService. CampaignCriterionServiceInterface campaignCriterionService = adWordsServices . get ( session , CampaignC...
Sets the campaign s targeting criteria .
495
8
38,707
public V callWithRetries ( ) throws ApiInvocationException { V result = null ; Throwable lastError = null ; for ( int kthAttempt = 1 ; retryStrategy . canDoThisAttempt ( kthAttempt ) ; ++ kthAttempt ) { // Wait if the previous attempt failed. long waitForMillis = retryStrategy . calcWaitTimeBeforeCall ( clientCustomerI...
Invoke the AdWords API call with retry logic .
471
12
38,708
public com . google . api . ads . adwords . axis . v201809 . o . AttributeType getKey ( ) { return key ; }
Gets the key value for this Type_AttributeMapEntry .
32
13
38,709
public com . google . api . ads . adwords . axis . v201809 . cm . AdvertisingChannelType getAdvertisingChannelType ( ) { return advertisingChannelType ; }
Gets the advertisingChannelType value for this CampaignBidModifier .
37
15
38,710
public com . google . api . ads . admanager . axis . v201808 . DeviceCapabilityTargeting getDeviceCapabilityTargeting ( ) { return deviceCapabilityTargeting ; }
Gets the deviceCapabilityTargeting value for this TechnologyTargeting .
40
15
38,711
public com . google . api . ads . admanager . axis . v201808 . MobileDeviceTargeting getMobileDeviceTargeting ( ) { return mobileDeviceTargeting ; }
Gets the mobileDeviceTargeting value for this TechnologyTargeting .
37
14
38,712
public com . google . api . ads . admanager . axis . v201805 . DaiAuthenticationKeyType getKeyType ( ) { return keyType ; }
Gets the keyType value for this DaiAuthenticationKey .
34
13
38,713
public void setKeyType ( com . google . api . ads . admanager . axis . v201805 . DaiAuthenticationKeyType keyType ) { this . keyType = keyType ; }
Sets the keyType value for this DaiAuthenticationKey .
41
13
38,714
public com . google . api . ads . admanager . axis . v201805 . DateTime getStartDateTime ( ) { return startDateTime ; }
Gets the startDateTime value for this ProposalLineItem .
33
14
38,715
public void setRoadblockingType ( com . google . api . ads . admanager . axis . v201805 . RoadblockingType roadblockingType ) { this . roadblockingType = roadblockingType ; }
Sets the roadblockingType value for this ProposalLineItem .
43
14
38,716
public com . google . api . ads . admanager . axis . v201805 . CreativeRotationType getCreativeRotationType ( ) { return creativeRotationType ; }
Gets the creativeRotationType value for this ProposalLineItem .
38
15
38,717
public void setFrequencyCaps ( com . google . api . ads . admanager . axis . v201805 . FrequencyCap [ ] frequencyCaps ) { this . frequencyCaps = frequencyCaps ; }
Sets the frequencyCaps value for this ProposalLineItem .
45
14
38,718
public com . google . api . ads . admanager . axis . v201805 . Targeting getTargeting ( ) { return targeting ; }
Gets the targeting value for this ProposalLineItem .
30
12
38,719
public void setTargeting ( com . google . api . ads . admanager . axis . v201805 . Targeting targeting ) { this . targeting = targeting ; }
Sets the targeting value for this ProposalLineItem .
35
12
38,720
public com . google . api . ads . admanager . axis . v201805 . BaseCustomFieldValue [ ] getCustomFieldValues ( ) { return customFieldValues ; }
Gets the customFieldValues value for this ProposalLineItem .
37
14
38,721
public com . google . api . ads . admanager . axis . v201805 . ProposalLineItemConstraints getProductConstraints ( ) { return productConstraints ; }
Gets the productConstraints value for this ProposalLineItem .
40
15
38,722
public void setProductConstraints ( com . google . api . ads . admanager . axis . v201805 . ProposalLineItemConstraints productConstraints ) { this . productConstraints = productConstraints ; }
Sets the productConstraints value for this ProposalLineItem .
51
15
38,723
public void setPremiums ( com . google . api . ads . admanager . axis . v201805 . ProposalLineItemPremium [ ] premiums ) { this . premiums = premiums ; }
Sets the premiums value for this ProposalLineItem .
40
12
38,724
public com . google . api . ads . admanager . axis . v201805 . Money getBaseRate ( ) { return baseRate ; }
Gets the baseRate value for this ProposalLineItem .
30
13
38,725
public com . google . api . ads . admanager . axis . v201805 . Money getGrossCost ( ) { return grossCost ; }
Gets the grossCost value for this ProposalLineItem .
31
13
38,726
public void setGrossCost ( com . google . api . ads . admanager . axis . v201805 . Money grossCost ) { this . grossCost = grossCost ; }
Sets the grossCost value for this ProposalLineItem .
38
13
38,727
public com . google . api . ads . admanager . axis . v201805 . BillingCap getBillingCap ( ) { return billingCap ; }
Gets the billingCap value for this ProposalLineItem .
33
13
38,728
public com . google . api . ads . admanager . axis . v201805 . DateTime getLastModifiedDateTime ( ) { return lastModifiedDateTime ; }
Gets the lastModifiedDateTime value for this ProposalLineItem .
37
16
38,729
public com . google . api . ads . admanager . axis . v201805 . EnvironmentType getEnvironmentType ( ) { return environmentType ; }
Gets the environmentType value for this ProposalLineItem .
31
13
38,730
public com . google . api . ads . admanager . axis . v201805 . LinkStatus getLinkStatus ( ) { return linkStatus ; }
Gets the linkStatus value for this ProposalLineItem .
31
13
38,731
public com . google . api . ads . admanager . axis . v201805 . ProgrammaticCreativeSource getProgrammaticCreativeSource ( ) { return programmaticCreativeSource ; }
Gets the programmaticCreativeSource value for this ProposalLineItem .
40
16
38,732
public void setProgrammaticCreativeSource ( com . google . api . ads . admanager . axis . v201805 . ProgrammaticCreativeSource programmaticCreativeSource ) { this . programmaticCreativeSource = programmaticCreativeSource ; }
Sets the programmaticCreativeSource value for this ProposalLineItem .
53
16
38,733
public void setTargetedLocations ( com . google . api . ads . admanager . axis . v201811 . Location [ ] targetedLocations ) { this . targetedLocations = targetedLocations ; }
Sets the targetedLocations value for this GeoTargeting .
44
13
38,734
public com . google . api . ads . admanager . axis . v201808 . SecurityPolicyType getSecurityPolicyType ( ) { return securityPolicyType ; }
Gets the securityPolicyType value for this SecurityPolicySettings .
34
13
38,735
public void setSecurityPolicyType ( com . google . api . ads . admanager . axis . v201808 . SecurityPolicyType securityPolicyType ) { this . securityPolicyType = securityPolicyType ; }
Sets the securityPolicyType value for this SecurityPolicySettings .
43
13
38,736
public com . google . api . ads . adwords . axis . v201809 . cm . FeedType getExtensionType ( ) { return extensionType ; }
Gets the extensionType value for this CampaignExtensionSetting .
34
13
38,737
public com . google . api . ads . adwords . axis . v201809 . cm . ExtensionSetting getExtensionSetting ( ) { return extensionSetting ; }
Gets the extensionSetting value for this CampaignExtensionSetting .
34
13
38,738
public com . google . api . ads . adwords . axis . v201809 . cm . PageOnePromotedBiddingSchemeStrategyGoal getStrategyGoal ( ) { return strategyGoal ; }
Gets the strategyGoal value for this PageOnePromotedBiddingScheme .
43
17
38,739
public void setBidCeiling ( com . google . api . ads . adwords . axis . v201809 . cm . Money bidCeiling ) { this . bidCeiling = bidCeiling ; }
Sets the bidCeiling value for this PageOnePromotedBiddingScheme .
48
19
38,740
public void setOperation ( com . google . api . ads . adwords . axis . v201809 . o . LongComparisonOperation operation ) { this . operation = operation ; }
Sets the operation value for this SearchVolumeSearchParameter .
38
12
38,741
public com . google . api . ads . adwords . axis . v201809 . billing . BudgetOrderErrorReason getReason ( ) { return reason ; }
Gets the reason value for this BudgetOrderError .
33
11
38,742
public com . google . api . ads . adwords . axis . v201809 . cm . WebpageCondition [ ] getConditions ( ) { return conditions ; }
Gets the conditions value for this WebpageParameter .
35
11
38,743
private static void validateSetValueEntryForSet ( Object entry , Set < ? > set ) { if ( entry instanceof Set < ? > || entry instanceof SetValue ) { throw new IllegalArgumentException ( "Unsupported Value type [nested sets]" ) ; } if ( ! set . isEmpty ( ) ) { Object existingEntry = set . iterator ( ) . next ( ) ; if ( !...
Validates that an Object is a valid entry for a SetValue .
161
14
38,744
private static String createRowTemplate ( List < Integer > maxColumnSizes ) { List < String > columnFormatSpecifiers = Lists . newArrayList ( ) ; for ( int maxColumnSize : maxColumnSizes ) { columnFormatSpecifiers . add ( "%-" + maxColumnSize + "s" ) ; } return new StringBuilder ( "| " ) . append ( Joiner . on ( " | " ...
Creates the row template given the maximum size for each column
113
12
38,745
private static String createRowSeperator ( List < Integer > maxColumnSizes ) { StringBuilder rowSeparator = new StringBuilder ( "+" ) ; for ( int maxColumnSize : maxColumnSizes ) { rowSeparator . append ( Strings . repeat ( "-" , maxColumnSize + 2 ) ) . append ( "+" ) ; } return rowSeparator . append ( "\n" ) . toStrin...
Creates the row separator given the maximum size for each column
96
13
38,746
private static List < Integer > getMaxColumnSizes ( List < String [ ] > resultSet ) { List < Integer > maxColumnSizes = Lists . newArrayList ( ) ; for ( int i = 0 ; i < resultSet . get ( 0 ) . length ; i ++ ) { int maxColumnSize = - 1 ; for ( int j = 0 ; j < resultSet . size ( ) ; j ++ ) { if ( resultSet . get ( j ) [ ...
Gets a list of the maximum size for each column .
153
12
38,747
public URL getDownloadUrl ( ReportDownloadOptions options ) throws RemoteException , MalformedURLException { ReportJobStatus status = reportService . getReportJobStatus ( reportJobId ) ; Preconditions . checkState ( status == ReportJobStatus . COMPLETED , "Report " + reportJobId + " must be completed before downloading...
Gets the download URL for a GZip or plain - text format report . If you requested a compressed report you may want to save your file with a gz or zip extension .
103
37
38,748
public com . google . api . ads . adwords . axis . v201809 . cm . PolicyTopicEntry [ ] getPolicyTopicEntries ( ) { return policyTopicEntries ; }
Gets the policyTopicEntries value for this PolicySummaryInfo .
40
14
38,749
public void setReviewState ( com . google . api . ads . adwords . axis . v201809 . cm . PolicySummaryReviewState reviewState ) { this . reviewState = reviewState ; }
Sets the reviewState value for this PolicySummaryInfo .
42
12
38,750
public com . google . api . ads . adwords . axis . v201809 . cm . PolicySummaryDenormalizedStatus getDenormalizedStatus ( ) { return denormalizedStatus ; }
Gets the denormalizedStatus value for this PolicySummaryInfo .
41
14
38,751
public com . google . api . ads . adwords . axis . v201809 . cm . PolicyApprovalStatus getCombinedApprovalStatus ( ) { return combinedApprovalStatus ; }
Gets the combinedApprovalStatus value for this PolicySummaryInfo .
43
15
38,752
private static Campaign createCampaign ( AdWordsServicesInterface adWordsServices , AdWordsSession session , Long budgetId , Long merchantId ) throws RemoteException { // Get the CampaignService CampaignServiceInterface campaignService = adWordsServices . get ( session , CampaignServiceInterface . class ) ; // Create c...
Creates a Shopping campaign .
453
6
38,753
private static AdGroup createAdGroup ( AdWordsServicesInterface adWordsServices , AdWordsSession session , Campaign campaign ) throws RemoteException { // Get the AdGroupService. AdGroupServiceInterface adGroupService = adWordsServices . get ( session , AdGroupServiceInterface . class ) ; // Create ad group. AdGroup ad...
Creates an ad group in the Shopping campaign .
398
10
38,754
private static AdGroupAd createShowcaseAd ( AdWordsServicesInterface adWordsServices , AdWordsSession session , AdGroup adGroup ) throws IOException { // Create the Showcase ad. AdGroupAdServiceInterface adGroupAdService = adWordsServices . get ( session , AdGroupAdServiceInterface . class ) ; ShowcaseAd showcaseAd = n...
Creates a Showcase ad .
417
7
38,755
private static ProductPartitionTree createProductPartitions ( AdWordsServicesInterface adWordsServices , AdWordsSession session , Long adGroupId ) throws RemoteException { AdGroupCriterionServiceInterface adGroupCriterionService = adWordsServices . get ( session , AdGroupCriterionServiceInterface . class ) ; ProductPar...
Creates the product partition tree for the ad group .
464
11
38,756
public void setViewThroughConversionCost ( com . google . api . ads . admanager . axis . v201805 . Money viewThroughConversionCost ) { this . viewThroughConversionCost = viewThroughConversionCost ; }
Sets the viewThroughConversionCost value for this LineItemActivityAssociation .
49
17
38,757
public com . google . api . ads . admanager . axis . v201808 . ValueSourceType getAdditionalTermsSource ( ) { return additionalTermsSource ; }
Gets the additionalTermsSource value for this ProductMarketplaceInfo .
36
15
38,758
public void setAdditionalTermsSource ( com . google . api . ads . admanager . axis . v201808 . ValueSourceType additionalTermsSource ) { this . additionalTermsSource = additionalTermsSource ; }
Sets the additionalTermsSource value for this ProductMarketplaceInfo .
47
15
38,759
public com . google . api . ads . admanager . axis . v201808 . ImageDensity getImageDensity ( ) { return imageDensity ; }
Gets the imageDensity value for this CreativeAsset .
34
12
38,760
public void setImageDensity ( com . google . api . ads . admanager . axis . v201808 . ImageDensity imageDensity ) { this . imageDensity = imageDensity ; }
Sets the imageDensity value for this CreativeAsset .
43
12
38,761
public com . google . api . ads . adwords . axis . v201809 . cm . DateRange getDateRange ( ) { return dateRange ; }
Gets the dateRange value for this Selector .
33
11
38,762
public com . google . api . ads . adwords . axis . v201809 . cm . OrderBy [ ] getOrdering ( ) { return ordering ; }
Gets the ordering value for this Selector .
34
10
38,763
public com . google . api . ads . adwords . axis . v201809 . cm . Paging getPaging ( ) { return paging ; }
Gets the paging value for this Selector .
33
11
38,764
public com . google . api . ads . adwords . axis . v201809 . cm . ApiError getAsyncError ( ) { return asyncError ; }
Gets the asyncError value for this DraftAsyncError .
34
12
38,765
public com . google . api . ads . adwords . axis . v201809 . rm . DateRuleItem getDateRuleItem ( ) { return dateRuleItem ; }
Gets the dateRuleItem value for this RuleItem .
36
12
38,766
public com . google . api . ads . adwords . axis . v201809 . rm . NumberRuleItem getNumberRuleItem ( ) { return numberRuleItem ; }
Gets the numberRuleItem value for this RuleItem .
36
12
38,767
public com . google . api . ads . adwords . axis . v201809 . rm . StringRuleItem getStringRuleItem ( ) { return stringRuleItem ; }
Gets the stringRuleItem value for this RuleItem .
36
12
38,768
public com . google . api . ads . adwords . axis . v201809 . rm . OfflineDataUploadErrorReason getReason ( ) { return reason ; }
Gets the reason value for this OfflineDataUploadError .
34
12
38,769
public com . google . api . ads . admanager . axis . v201808 . Technology [ ] getDeviceManufacturers ( ) { return deviceManufacturers ; }
Gets the deviceManufacturers value for this DeviceManufacturerTargeting .
34
15
38,770
public void setDeviceManufacturers ( com . google . api . ads . admanager . axis . v201808 . Technology [ ] deviceManufacturers ) { this . deviceManufacturers = deviceManufacturers ; }
Sets the deviceManufacturers value for this DeviceManufacturerTargeting .
43
15
38,771
public void setExcludedDeviceCategories ( com . google . api . ads . admanager . axis . v201805 . Technology [ ] excludedDeviceCategories ) { this . excludedDeviceCategories = excludedDeviceCategories ; }
Sets the excludedDeviceCategories value for this DeviceCategoryTargeting .
48
15
38,772
public com . google . api . ads . adwords . axis . v201809 . rm . Rule getRule ( ) { return rule ; }
Gets the rule value for this ExpressionRuleUserList .
30
12
38,773
@ Override public < T > T get ( AdWordsSession session , Class < T > interfaceClass ) { T originalInterfaceObject = adWordsServices . get ( session , interfaceClass ) ; return getProxyObject ( originalInterfaceObject , session , interfaceClass , false ) ; }
Gets a rate - limit - aware client for the service represented by the interface with a reference to the session .
58
23
38,774
@ Override public < T > T getUtility ( AdWordsSession session , Class < T > utilityClass ) { T originalUtilityObject = adWordsServices . getUtility ( session , utilityClass ) ; return getProxyObject ( originalUtilityObject , session , utilityClass , true ) ; }
Gets a rate - limit - aware instance of the utility represented by the utilityClass with a reference to the session .
64
24
38,775
public void setCampaignCriterionStatus ( com . google . api . ads . adwords . axis . v201809 . cm . CampaignCriterionCampaignCriterionStatus campaignCriterionStatus ) { this . campaignCriterionStatus = campaignCriterionStatus ; }
Sets the campaignCriterionStatus value for this CampaignCriterion .
53
14
38,776
public static List < String > getColumnLabels ( ResultSet resultSet ) { return Lists . transform ( Lists . newArrayList ( resultSet . getColumnTypes ( ) ) , new Function < ColumnType , String > ( ) { public String apply ( ColumnType input ) { return input . getLabelName ( ) ; } } ) ; }
Gets the column labels for the result set .
72
10
38,777
public static List < String > getRowStringValues ( Row row ) { return Lists . transform ( Lists . newArrayList ( row . getValues ( ) ) , new Function < Value , String > ( ) { public String apply ( Value input ) { return Pql . toString ( input ) ; } } ) ; }
Gets the values in a row of the result set in the form of a string list .
67
19
38,778
public static ResultSet combineResultSets ( ResultSet first , ResultSet second ) { Function < ColumnType , String > columnTypeToString = new Function < ColumnType , String > ( ) { public String apply ( ColumnType input ) { return input . getLabelName ( ) ; } } ; List < String > firstColumns = Lists . transform ( Lists ...
Combines the first and second result sets if and only if the columns of both result sets match .
326
20
38,779
public void setStartDateTime ( com . google . api . ads . admanager . axis . v201811 . DateTime startDateTime ) { this . startDateTime = startDateTime ; }
Sets the startDateTime value for this DateTimeRange .
42
13
38,780
public com . google . api . ads . adwords . axis . v201809 . cm . AdGroupCriterionLimitExceededCriteriaLimitType getLimitType ( ) { return limitType ; }
Gets the limitType value for this AdGroupCriterionLimitExceeded .
43
17
38,781
public com . google . api . ads . adwords . axis . v201809 . cm . Money getMoney ( ) { return money ; }
Gets the money value for this MoneyWithCurrency .
30
12
38,782
private static Double calculateMean ( Number min , Number max ) { if ( min == null || max == null ) { return null ; } return ( min . doubleValue ( ) + max . doubleValue ( ) ) / 2 ; }
Returns the mean of the two Number values if neither is null else returns null .
49
16
38,783
public com . google . api . ads . adwords . axis . v201809 . cm . SortOrder getSortOrder ( ) { return sortOrder ; }
Gets the sortOrder value for this OrderBy .
33
11
38,784
public com . google . api . ads . admanager . axis . v201805 . Money getRate ( ) { return rate ; }
Gets the rate value for this ProductPackageItemBaseRate .
28
13
38,785
public void setRate ( com . google . api . ads . admanager . axis . v201805 . Money rate ) { this . rate = rate ; }
Sets the rate value for this ProductPackageItemBaseRate .
33
13
38,786
public com . google . api . ads . adwords . axis . v201809 . cm . GmailTeaser getTeaser ( ) { return teaser ; }
Gets the teaser value for this GmailAd .
33
10
38,787
public com . google . api . ads . adwords . axis . v201809 . cm . Image getHeaderImage ( ) { return headerImage ; }
Gets the headerImage value for this GmailAd .
32
11
38,788
public com . google . api . ads . adwords . axis . v201809 . cm . Image getMarketingImage ( ) { return marketingImage ; }
Gets the marketingImage value for this GmailAd .
33
11
38,789
public com . google . api . ads . adwords . axis . v201809 . cm . DisplayCallToAction getMarketingImageDisplayCallToAction ( ) { return marketingImageDisplayCallToAction ; }
Gets the marketingImageDisplayCallToAction value for this GmailAd .
44
15
38,790
public com . google . api . ads . adwords . axis . v201809 . cm . ProductImage [ ] getProductImages ( ) { return productImages ; }
Gets the productImages value for this GmailAd .
35
11
38,791
public com . google . api . ads . adwords . axis . v201809 . cm . Video [ ] getProductVideoList ( ) { return productVideoList ; }
Gets the productVideoList value for this GmailAd .
36
12
38,792
public void setPolicyTopicEvidenceType ( com . google . api . ads . adwords . axis . v201809 . cm . PolicyTopicEvidenceType policyTopicEvidenceType ) { this . policyTopicEvidenceType = policyTopicEvidenceType ; }
Sets the policyTopicEvidenceType value for this PolicyTopicEvidence .
50
14
38,793
public com . google . api . ads . adwords . axis . v201809 . cm . PolicyTopicEvidenceDestinationMismatchUrlType [ ] getPolicyTopicEvidenceDestinationMismatchUrlTypes ( ) { return policyTopicEvidenceDestinationMismatchUrlTypes ; }
Gets the policyTopicEvidenceDestinationMismatchUrlTypes value for this PolicyTopicEvidence .
59
20
38,794
public com . google . api . ads . admanager . axis . v201902 . ExportFormat getExportFormat ( ) { return exportFormat ; }
Gets the exportFormat value for this ReportDownloadOptions .
31
12
38,795
public void setExportFormat ( com . google . api . ads . admanager . axis . v201902 . ExportFormat exportFormat ) { this . exportFormat = exportFormat ; }
Sets the exportFormat value for this ReportDownloadOptions .
38
12
38,796
public com . google . api . ads . adwords . axis . v201809 . cm . AppPaymentModelAppPaymentModelType getAppPaymentModelType ( ) { return appPaymentModelType ; }
Gets the appPaymentModelType value for this AppPaymentModel .
46
16
38,797
public com . google . api . ads . adwords . axis . v201809 . rm . UserList [ ] getUserLists ( ) { return userLists ; }
Gets the userLists value for this MutateMembersReturnValue .
37
15
38,798
public void setSslManualOverride ( com . google . api . ads . admanager . axis . v201805 . SslManualOverride sslManualOverride ) { this . sslManualOverride = sslManualOverride ; }
Sets the sslManualOverride value for this BaseFlashCreative .
53
16
38,799
public com . google . api . ads . admanager . axis . v201805 . CreativeAsset getFlashAsset ( ) { return flashAsset ; }
Gets the flashAsset value for this BaseFlashCreative .
31
13