@Generated("by gapic-generator-java")
Package com.google.ads.googleads.v10.services
======================= AccountBudgetProposalServiceClient =======================
Service Description: A service for managing account-level budgets via proposals.
A proposal is a request to create a new budget or make changes to an existing one.
Mutates: The CREATE operation creates a new proposal. UPDATE operations aren't supported. The REMOVE operation cancels a pending proposal.
Sample for AccountBudgetProposalServiceClient:
try (AccountBudgetProposalServiceClient accountBudgetProposalServiceClient =
AccountBudgetProposalServiceClient.create()) {
String customerId = "customerId-1581184615";
AccountBudgetProposalOperation operation =
AccountBudgetProposalOperation.newBuilder().build();
MutateAccountBudgetProposalResponse response =
accountBudgetProposalServiceClient.mutateAccountBudgetProposal(customerId, operation);
}
======================= AccountLinkServiceClient =======================
Service Description: This service allows management of links between Google Ads accounts and other accounts.
Sample for AccountLinkServiceClient:
try (AccountLinkServiceClient accountLinkServiceClient = AccountLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
AccountLink accountLink = AccountLink.newBuilder().build();
CreateAccountLinkResponse response =
accountLinkServiceClient.createAccountLink(customerId, accountLink);
}
======================= AdGroupAdLabelServiceClient =======================
Service Description: Service to manage labels on ad group ads.
Sample for AdGroupAdLabelServiceClient:
try (AdGroupAdLabelServiceClient adGroupAdLabelServiceClient =
AdGroupAdLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAdLabelOperation> operations = new ArrayList<>();
MutateAdGroupAdLabelsResponse response =
adGroupAdLabelServiceClient.mutateAdGroupAdLabels(customerId, operations);
}
======================= AdGroupAdServiceClient =======================
Service Description: Service to manage ads in an ad group.
Sample for AdGroupAdServiceClient:
try (AdGroupAdServiceClient adGroupAdServiceClient = AdGroupAdServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAdOperation> operations = new ArrayList<>();
MutateAdGroupAdsResponse response =
adGroupAdServiceClient.mutateAdGroupAds(customerId, operations);
}
======================= AdGroupAssetServiceClient =======================
Service Description: Service to manage ad group assets.
Sample for AdGroupAssetServiceClient:
try (AdGroupAssetServiceClient adGroupAssetServiceClient = AdGroupAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAssetOperation> operations = new ArrayList<>();
MutateAdGroupAssetsResponse response =
adGroupAssetServiceClient.mutateAdGroupAssets(customerId, operations);
}
======================= AdGroupBidModifierServiceClient =======================
Service Description: Service to manage ad group bid modifiers.
Sample for AdGroupBidModifierServiceClient:
try (AdGroupBidModifierServiceClient adGroupBidModifierServiceClient =
AdGroupBidModifierServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupBidModifierOperation> operations = new ArrayList<>();
MutateAdGroupBidModifiersResponse response =
adGroupBidModifierServiceClient.mutateAdGroupBidModifiers(customerId, operations);
}
======================= AdGroupCriterionCustomizerServiceClient =======================
Service Description: Service to manage ad group criterion customizer
Sample for AdGroupCriterionCustomizerServiceClient:
try (AdGroupCriterionCustomizerServiceClient adGroupCriterionCustomizerServiceClient =
AdGroupCriterionCustomizerServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupCriterionCustomizerOperation> operations = new ArrayList<>();
MutateAdGroupCriterionCustomizersResponse response =
adGroupCriterionCustomizerServiceClient.mutateAdGroupCriterionCustomizers(
customerId, operations);
}
======================= AdGroupCriterionLabelServiceClient =======================
Service Description: Service to manage labels on ad group criteria.
Sample for AdGroupCriterionLabelServiceClient:
try (AdGroupCriterionLabelServiceClient adGroupCriterionLabelServiceClient =
AdGroupCriterionLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupCriterionLabelOperation> operations = new ArrayList<>();
MutateAdGroupCriterionLabelsResponse response =
adGroupCriterionLabelServiceClient.mutateAdGroupCriterionLabels(customerId, operations);
}
======================= AdGroupCriterionServiceClient =======================
Service Description: Service to manage ad group criteria.
Sample for AdGroupCriterionServiceClient:
try (AdGroupCriterionServiceClient adGroupCriterionServiceClient =
AdGroupCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupCriterionOperation> operations = new ArrayList<>();
MutateAdGroupCriteriaResponse response =
adGroupCriterionServiceClient.mutateAdGroupCriteria(customerId, operations);
}
======================= AdGroupCustomizerServiceClient =======================
Service Description: Service to manage ad group customizer
Sample for AdGroupCustomizerServiceClient:
try (AdGroupCustomizerServiceClient adGroupCustomizerServiceClient =
AdGroupCustomizerServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupCustomizerOperation> operations = new ArrayList<>();
MutateAdGroupCustomizersResponse response =
adGroupCustomizerServiceClient.mutateAdGroupCustomizers(customerId, operations);
}
======================= AdGroupExtensionSettingServiceClient =======================
Service Description: Service to manage ad group extension settings.
Sample for AdGroupExtensionSettingServiceClient:
try (AdGroupExtensionSettingServiceClient adGroupExtensionSettingServiceClient =
AdGroupExtensionSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupExtensionSettingOperation> operations = new ArrayList<>();
MutateAdGroupExtensionSettingsResponse response =
adGroupExtensionSettingServiceClient.mutateAdGroupExtensionSettings(
customerId, operations);
}
======================= AdGroupFeedServiceClient =======================
Service Description: Service to manage ad group feeds.
Sample for AdGroupFeedServiceClient:
try (AdGroupFeedServiceClient adGroupFeedServiceClient = AdGroupFeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupFeedOperation> operations = new ArrayList<>();
MutateAdGroupFeedsResponse response =
adGroupFeedServiceClient.mutateAdGroupFeeds(customerId, operations);
}
======================= AdGroupLabelServiceClient =======================
Service Description: Service to manage labels on ad groups.
Sample for AdGroupLabelServiceClient:
try (AdGroupLabelServiceClient adGroupLabelServiceClient = AdGroupLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupLabelOperation> operations = new ArrayList<>();
MutateAdGroupLabelsResponse response =
adGroupLabelServiceClient.mutateAdGroupLabels(customerId, operations);
}
======================= AdGroupServiceClient =======================
Service Description: Service to manage ad groups.
Sample for AdGroupServiceClient:
try (AdGroupServiceClient adGroupServiceClient = AdGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupOperation> operations = new ArrayList<>();
MutateAdGroupsResponse response = adGroupServiceClient.mutateAdGroups(customerId, operations);
}
======================= AdParameterServiceClient =======================
Service Description: Service to manage ad parameters.
Sample for AdParameterServiceClient:
try (AdParameterServiceClient adParameterServiceClient = AdParameterServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdParameterOperation> operations = new ArrayList<>();
MutateAdParametersResponse response =
adParameterServiceClient.mutateAdParameters(customerId, operations);
}
======================= AdServiceClient =======================
Service Description: Service to manage ads.
Sample for AdServiceClient:
try (AdServiceClient adServiceClient = AdServiceClient.create()) {
AdName resourceName = AdName.of("[CUSTOMER_ID]", "[AD_ID]");
Ad response = adServiceClient.getAd(resourceName);
}
======================= AssetGroupAssetServiceClient =======================
Service Description: Service to manage asset group asset.
Sample for AssetGroupAssetServiceClient:
try (AssetGroupAssetServiceClient assetGroupAssetServiceClient =
AssetGroupAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupAssetOperation> operations = new ArrayList<>();
MutateAssetGroupAssetsResponse response =
assetGroupAssetServiceClient.mutateAssetGroupAssets(customerId, operations);
}
======================= AssetGroupListingGroupFilterServiceClient =======================
Service Description: Service to manage asset group listing group filter.
Sample for AssetGroupListingGroupFilterServiceClient:
try (AssetGroupListingGroupFilterServiceClient assetGroupListingGroupFilterServiceClient =
AssetGroupListingGroupFilterServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupListingGroupFilterOperation> operations = new ArrayList<>();
MutateAssetGroupListingGroupFiltersResponse response =
assetGroupListingGroupFilterServiceClient.mutateAssetGroupListingGroupFilters(
customerId, operations);
}
======================= AssetGroupServiceClient =======================
Service Description: Service to manage asset group
Sample for AssetGroupServiceClient:
try (AssetGroupServiceClient assetGroupServiceClient = AssetGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupOperation> operations = new ArrayList<>();
MutateAssetGroupsResponse response =
assetGroupServiceClient.mutateAssetGroups(customerId, operations);
}
======================= AssetGroupSignalServiceClient =======================
Service Description: Service to manage asset group signal.
Sample for AssetGroupSignalServiceClient:
try (AssetGroupSignalServiceClient assetGroupSignalServiceClient =
AssetGroupSignalServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupSignalOperation> operations = new ArrayList<>();
MutateAssetGroupSignalsResponse response =
assetGroupSignalServiceClient.mutateAssetGroupSignals(customerId, operations);
}
======================= AssetServiceClient =======================
Service Description: Service to manage assets. Asset types can be created with AssetService are YoutubeVideoAsset, MediaBundleAsset and ImageAsset. TextAsset should be created with Ad inline.
Sample for AssetServiceClient:
try (AssetServiceClient assetServiceClient = AssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetOperation> operations = new ArrayList<>();
MutateAssetsResponse response = assetServiceClient.mutateAssets(customerId, operations);
}
======================= AssetSetAssetServiceClient =======================
Service Description: Service to manage asset set asset.
Sample for AssetSetAssetServiceClient:
try (AssetSetAssetServiceClient assetSetAssetServiceClient =
AssetSetAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetSetAssetOperation> operations = new ArrayList<>();
MutateAssetSetAssetsResponse response =
assetSetAssetServiceClient.mutateAssetSetAssets(customerId, operations);
}
======================= AssetSetServiceClient =======================
Service Description: Service to manage asset set
Sample for AssetSetServiceClient:
try (AssetSetServiceClient assetSetServiceClient = AssetSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetSetOperation> operations = new ArrayList<>();
MutateAssetSetsResponse response =
assetSetServiceClient.mutateAssetSets(customerId, operations);
}
======================= AudienceServiceClient =======================
Service Description: Service to manage audiences.
Sample for AudienceServiceClient:
try (AudienceServiceClient audienceServiceClient = AudienceServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AudienceOperation> operations = new ArrayList<>();
MutateAudiencesResponse response =
audienceServiceClient.mutateAudiences(customerId, operations);
}
======================= BatchJobServiceClient =======================
Service Description: Service to manage batch jobs.
Sample for BatchJobServiceClient:
try (BatchJobServiceClient batchJobServiceClient = BatchJobServiceClient.create()) {
String customerId = "customerId-1581184615";
BatchJobOperation operation = BatchJobOperation.newBuilder().build();
MutateBatchJobResponse response = batchJobServiceClient.mutateBatchJob(customerId, operation);
}
======================= BiddingDataExclusionServiceClient =======================
Service Description: Service to manage bidding data exclusions.
Sample for BiddingDataExclusionServiceClient:
try (BiddingDataExclusionServiceClient biddingDataExclusionServiceClient =
BiddingDataExclusionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<BiddingDataExclusionOperation> operations = new ArrayList<>();
MutateBiddingDataExclusionsResponse response =
biddingDataExclusionServiceClient.mutateBiddingDataExclusions(customerId, operations);
}
======================= BiddingSeasonalityAdjustmentServiceClient =======================
Service Description: Service to manage bidding seasonality adjustments.
Sample for BiddingSeasonalityAdjustmentServiceClient:
try (BiddingSeasonalityAdjustmentServiceClient biddingSeasonalityAdjustmentServiceClient =
BiddingSeasonalityAdjustmentServiceClient.create()) {
String customerId = "customerId-1581184615";
List<BiddingSeasonalityAdjustmentOperation> operations = new ArrayList<>();
MutateBiddingSeasonalityAdjustmentsResponse response =
biddingSeasonalityAdjustmentServiceClient.mutateBiddingSeasonalityAdjustments(
customerId, operations);
}
======================= BiddingStrategyServiceClient =======================
Service Description: Service to manage bidding strategies.
Sample for BiddingStrategyServiceClient:
try (BiddingStrategyServiceClient biddingStrategyServiceClient =
BiddingStrategyServiceClient.create()) {
String customerId = "customerId-1581184615";
List<BiddingStrategyOperation> operations = new ArrayList<>();
MutateBiddingStrategiesResponse response =
biddingStrategyServiceClient.mutateBiddingStrategies(customerId, operations);
}
======================= BillingSetupServiceClient =======================
Service Description: A service for designating the business entity responsible for accrued costs.
A billing setup is associated with a payments account. Billing-related activity for all billing setups associated with a particular payments account will appear on a single invoice generated monthly.
Mutates: The REMOVE operation cancels a pending billing setup. The CREATE operation creates a new billing setup.
Sample for BillingSetupServiceClient:
try (BillingSetupServiceClient billingSetupServiceClient = BillingSetupServiceClient.create()) {
String customerId = "customerId-1581184615";
BillingSetupOperation operation = BillingSetupOperation.newBuilder().build();
MutateBillingSetupResponse response =
billingSetupServiceClient.mutateBillingSetup(customerId, operation);
}
======================= CampaignAssetServiceClient =======================
Service Description: Service to manage campaign assets.
Sample for CampaignAssetServiceClient:
try (CampaignAssetServiceClient campaignAssetServiceClient =
CampaignAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignAssetOperation> operations = new ArrayList<>();
MutateCampaignAssetsResponse response =
campaignAssetServiceClient.mutateCampaignAssets(customerId, operations);
}
======================= CampaignAssetSetServiceClient =======================
Service Description: Service to manage campaign asset set
Sample for CampaignAssetSetServiceClient:
try (CampaignAssetSetServiceClient campaignAssetSetServiceClient =
CampaignAssetSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignAssetSetOperation> operations = new ArrayList<>();
MutateCampaignAssetSetsResponse response =
campaignAssetSetServiceClient.mutateCampaignAssetSets(customerId, operations);
}
======================= CampaignBidModifierServiceClient =======================
Service Description: Service to manage campaign bid modifiers.
Sample for CampaignBidModifierServiceClient:
try (CampaignBidModifierServiceClient campaignBidModifierServiceClient =
CampaignBidModifierServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignBidModifierOperation> operations = new ArrayList<>();
MutateCampaignBidModifiersResponse response =
campaignBidModifierServiceClient.mutateCampaignBidModifiers(customerId, operations);
}
======================= CampaignBudgetServiceClient =======================
Service Description: Service to manage campaign budgets.
Sample for CampaignBudgetServiceClient:
try (CampaignBudgetServiceClient campaignBudgetServiceClient =
CampaignBudgetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignBudgetOperation> operations = new ArrayList<>();
MutateCampaignBudgetsResponse response =
campaignBudgetServiceClient.mutateCampaignBudgets(customerId, operations);
}
======================= CampaignConversionGoalServiceClient =======================
Service Description: Service to manage campaign conversion goal.
Sample for CampaignConversionGoalServiceClient:
try (CampaignConversionGoalServiceClient campaignConversionGoalServiceClient =
CampaignConversionGoalServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignConversionGoalOperation> operations = new ArrayList<>();
MutateCampaignConversionGoalsResponse response =
campaignConversionGoalServiceClient.mutateCampaignConversionGoals(customerId, operations);
}
======================= CampaignCriterionServiceClient =======================
Service Description: Service to manage campaign criteria.
Sample for CampaignCriterionServiceClient:
try (CampaignCriterionServiceClient campaignCriterionServiceClient =
CampaignCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignCriterionOperation> operations = new ArrayList<>();
MutateCampaignCriteriaResponse response =
campaignCriterionServiceClient.mutateCampaignCriteria(customerId, operations);
}
======================= CampaignCustomizerServiceClient =======================
Service Description: Service to manage campaign customizer
Sample for CampaignCustomizerServiceClient:
try (CampaignCustomizerServiceClient campaignCustomizerServiceClient =
CampaignCustomizerServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignCustomizerOperation> operations = new ArrayList<>();
MutateCampaignCustomizersResponse response =
campaignCustomizerServiceClient.mutateCampaignCustomizers(customerId, operations);
}
======================= CampaignDraftServiceClient =======================
Service Description: Service to manage campaign drafts.
Sample for CampaignDraftServiceClient:
try (CampaignDraftServiceClient campaignDraftServiceClient =
CampaignDraftServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignDraftOperation> operations = new ArrayList<>();
MutateCampaignDraftsResponse response =
campaignDraftServiceClient.mutateCampaignDrafts(customerId, operations);
}
======================= CampaignExperimentServiceClient =======================
Service Description: CampaignExperimentService manages the life cycle of campaign experiments. It is used to create new experiments from drafts, modify experiment properties, promote changes in an experiment back to its base campaign, graduate experiments into new stand-alone campaigns, and to remove an experiment.
An experiment consists of two variants or arms - the base campaign and the experiment campaign, directing a fixed share of traffic to each arm. A campaign experiment is created from a draft of changes to the base campaign and will be a snapshot of changes in the draft at the time of creation.
Sample for CampaignExperimentServiceClient:
try (CampaignExperimentServiceClient campaignExperimentServiceClient =
CampaignExperimentServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignExperimentOperation> operations = new ArrayList<>();
MutateCampaignExperimentsResponse response =
campaignExperimentServiceClient.mutateCampaignExperiments(customerId, operations);
}
======================= CampaignExtensionSettingServiceClient =======================
Service Description: Service to manage campaign extension settings.
Sample for CampaignExtensionSettingServiceClient:
try (CampaignExtensionSettingServiceClient campaignExtensionSettingServiceClient =
CampaignExtensionSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignExtensionSettingOperation> operations = new ArrayList<>();
MutateCampaignExtensionSettingsResponse response =
campaignExtensionSettingServiceClient.mutateCampaignExtensionSettings(
customerId, operations);
}
======================= CampaignFeedServiceClient =======================
Service Description: Service to manage campaign feeds.
Sample for CampaignFeedServiceClient:
try (CampaignFeedServiceClient campaignFeedServiceClient = CampaignFeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignFeedOperation> operations = new ArrayList<>();
MutateCampaignFeedsResponse response =
campaignFeedServiceClient.mutateCampaignFeeds(customerId, operations);
}
======================= CampaignLabelServiceClient =======================
Service Description: Service to manage labels on campaigns.
Sample for CampaignLabelServiceClient:
try (CampaignLabelServiceClient campaignLabelServiceClient =
CampaignLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignLabelOperation> operations = new ArrayList<>();
MutateCampaignLabelsResponse response =
campaignLabelServiceClient.mutateCampaignLabels(customerId, operations);
}
======================= CampaignServiceClient =======================
Service Description: Service to manage campaigns.
Sample for CampaignServiceClient:
try (CampaignServiceClient campaignServiceClient = CampaignServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignOperation> operations = new ArrayList<>();
MutateCampaignsResponse response =
campaignServiceClient.mutateCampaigns(customerId, operations);
}
======================= CampaignSharedSetServiceClient =======================
Service Description: Service to manage campaign shared sets.
Sample for CampaignSharedSetServiceClient:
try (CampaignSharedSetServiceClient campaignSharedSetServiceClient =
CampaignSharedSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignSharedSetOperation> operations = new ArrayList<>();
MutateCampaignSharedSetsResponse response =
campaignSharedSetServiceClient.mutateCampaignSharedSets(customerId, operations);
}
======================= ConversionActionServiceClient =======================
Service Description: Service to manage conversion actions.
Sample for ConversionActionServiceClient:
try (ConversionActionServiceClient conversionActionServiceClient =
ConversionActionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionActionOperation> operations = new ArrayList<>();
MutateConversionActionsResponse response =
conversionActionServiceClient.mutateConversionActions(customerId, operations);
}
======================= ConversionAdjustmentUploadServiceClient =======================
Service Description: Service to upload conversion adjustments.
Sample for ConversionAdjustmentUploadServiceClient:
try (ConversionAdjustmentUploadServiceClient conversionAdjustmentUploadServiceClient =
ConversionAdjustmentUploadServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionAdjustment> conversionAdjustments = new ArrayList<>();
boolean partialFailure = true;
UploadConversionAdjustmentsResponse response =
conversionAdjustmentUploadServiceClient.uploadConversionAdjustments(
customerId, conversionAdjustments, partialFailure);
}
======================= ConversionCustomVariableServiceClient =======================
Service Description: Service to manage conversion custom variables.
Sample for ConversionCustomVariableServiceClient:
try (ConversionCustomVariableServiceClient conversionCustomVariableServiceClient =
ConversionCustomVariableServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionCustomVariableOperation> operations = new ArrayList<>();
MutateConversionCustomVariablesResponse response =
conversionCustomVariableServiceClient.mutateConversionCustomVariables(
customerId, operations);
}
======================= ConversionGoalCampaignConfigServiceClient =======================
Service Description: Service to manage conversion goal campaign config.
Sample for ConversionGoalCampaignConfigServiceClient:
try (ConversionGoalCampaignConfigServiceClient conversionGoalCampaignConfigServiceClient =
ConversionGoalCampaignConfigServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionGoalCampaignConfigOperation> operations = new ArrayList<>();
MutateConversionGoalCampaignConfigsResponse response =
conversionGoalCampaignConfigServiceClient.mutateConversionGoalCampaignConfigs(
customerId, operations);
}
======================= ConversionUploadServiceClient =======================
Service Description: Service to upload conversions.
Sample for ConversionUploadServiceClient:
try (ConversionUploadServiceClient conversionUploadServiceClient =
ConversionUploadServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ClickConversion> conversions = new ArrayList<>();
boolean partialFailure = true;
UploadClickConversionsResponse response =
conversionUploadServiceClient.uploadClickConversions(
customerId, conversions, partialFailure);
}
======================= ConversionValueRuleServiceClient =======================
Service Description: Service to manage conversion value rules.
Sample for ConversionValueRuleServiceClient:
try (ConversionValueRuleServiceClient conversionValueRuleServiceClient =
ConversionValueRuleServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionValueRuleOperation> operations = new ArrayList<>();
MutateConversionValueRulesResponse response =
conversionValueRuleServiceClient.mutateConversionValueRules(customerId, operations);
}
======================= ConversionValueRuleSetServiceClient =======================
Service Description: Service to manage conversion value rule sets.
Sample for ConversionValueRuleSetServiceClient:
try (ConversionValueRuleSetServiceClient conversionValueRuleSetServiceClient =
ConversionValueRuleSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionValueRuleSetOperation> operations = new ArrayList<>();
MutateConversionValueRuleSetsResponse response =
conversionValueRuleSetServiceClient.mutateConversionValueRuleSets(customerId, operations);
}
======================= CustomAudienceServiceClient =======================
Service Description: Service to manage custom audiences.
Sample for CustomAudienceServiceClient:
try (CustomAudienceServiceClient customAudienceServiceClient =
CustomAudienceServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomAudienceOperation> operations = new ArrayList<>();
MutateCustomAudiencesResponse response =
customAudienceServiceClient.mutateCustomAudiences(customerId, operations);
}
======================= CustomConversionGoalServiceClient =======================
Service Description: Service to manage custom conversion goal.
Sample for CustomConversionGoalServiceClient:
try (CustomConversionGoalServiceClient customConversionGoalServiceClient =
CustomConversionGoalServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomConversionGoalOperation> operations = new ArrayList<>();
MutateCustomConversionGoalsResponse response =
customConversionGoalServiceClient.mutateCustomConversionGoals(customerId, operations);
}
======================= CustomInterestServiceClient =======================
Service Description: Service to manage custom interests.
Sample for CustomInterestServiceClient:
try (CustomInterestServiceClient customInterestServiceClient =
CustomInterestServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomInterestOperation> operations = new ArrayList<>();
MutateCustomInterestsResponse response =
customInterestServiceClient.mutateCustomInterests(customerId, operations);
}
======================= CustomerAssetServiceClient =======================
Service Description: Service to manage customer assets.
Sample for CustomerAssetServiceClient:
try (CustomerAssetServiceClient customerAssetServiceClient =
CustomerAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerAssetOperation> operations = new ArrayList<>();
MutateCustomerAssetsResponse response =
customerAssetServiceClient.mutateCustomerAssets(customerId, operations);
}
======================= CustomerClientLinkServiceClient =======================
Service Description: Service to manage customer client links.
Sample for CustomerClientLinkServiceClient:
try (CustomerClientLinkServiceClient customerClientLinkServiceClient =
CustomerClientLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerClientLinkOperation operation = CustomerClientLinkOperation.newBuilder().build();
MutateCustomerClientLinkResponse response =
customerClientLinkServiceClient.mutateCustomerClientLink(customerId, operation);
}
======================= CustomerConversionGoalServiceClient =======================
Service Description: Service to manage customer conversion goal.
Sample for CustomerConversionGoalServiceClient:
try (CustomerConversionGoalServiceClient customerConversionGoalServiceClient =
CustomerConversionGoalServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerConversionGoalOperation> operations = new ArrayList<>();
MutateCustomerConversionGoalsResponse response =
customerConversionGoalServiceClient.mutateCustomerConversionGoals(customerId, operations);
}
======================= CustomerCustomizerServiceClient =======================
Service Description: Service to manage customer customizer
Sample for CustomerCustomizerServiceClient:
try (CustomerCustomizerServiceClient customerCustomizerServiceClient =
CustomerCustomizerServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerCustomizerOperation> operations = new ArrayList<>();
MutateCustomerCustomizersResponse response =
customerCustomizerServiceClient.mutateCustomerCustomizers(customerId, operations);
}
======================= CustomerExtensionSettingServiceClient =======================
Service Description: Service to manage customer extension settings.
Sample for CustomerExtensionSettingServiceClient:
try (CustomerExtensionSettingServiceClient customerExtensionSettingServiceClient =
CustomerExtensionSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerExtensionSettingOperation> operations = new ArrayList<>();
MutateCustomerExtensionSettingsResponse response =
customerExtensionSettingServiceClient.mutateCustomerExtensionSettings(
customerId, operations);
}
======================= CustomerFeedServiceClient =======================
Service Description: Service to manage customer feeds.
Sample for CustomerFeedServiceClient:
try (CustomerFeedServiceClient customerFeedServiceClient = CustomerFeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerFeedOperation> operations = new ArrayList<>();
MutateCustomerFeedsResponse response =
customerFeedServiceClient.mutateCustomerFeeds(customerId, operations);
}
======================= CustomerLabelServiceClient =======================
Service Description: Service to manage labels on customers.
Sample for CustomerLabelServiceClient:
try (CustomerLabelServiceClient customerLabelServiceClient =
CustomerLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerLabelOperation> operations = new ArrayList<>();
MutateCustomerLabelsResponse response =
customerLabelServiceClient.mutateCustomerLabels(customerId, operations);
}
======================= CustomerManagerLinkServiceClient =======================
Service Description: Service to manage customer-manager links.
Sample for CustomerManagerLinkServiceClient:
try (CustomerManagerLinkServiceClient customerManagerLinkServiceClient =
CustomerManagerLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerManagerLinkOperation> operations = new ArrayList<>();
MutateCustomerManagerLinkResponse response =
customerManagerLinkServiceClient.mutateCustomerManagerLink(customerId, operations);
}
======================= CustomerNegativeCriterionServiceClient =======================
Service Description: Service to manage customer negative criteria.
Sample for CustomerNegativeCriterionServiceClient:
try (CustomerNegativeCriterionServiceClient customerNegativeCriterionServiceClient =
CustomerNegativeCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerNegativeCriterionOperation> operations = new ArrayList<>();
MutateCustomerNegativeCriteriaResponse response =
customerNegativeCriterionServiceClient.mutateCustomerNegativeCriteria(
customerId, operations);
}
======================= CustomerServiceClient =======================
Service Description: Service to manage customers.
Sample for CustomerServiceClient:
try (CustomerServiceClient customerServiceClient = CustomerServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerOperation operation = CustomerOperation.newBuilder().build();
MutateCustomerResponse response = customerServiceClient.mutateCustomer(customerId, operation);
}
======================= CustomerUserAccessInvitationServiceClient =======================
Service Description: This service manages the access invitation extended to users for a given customer.
Sample for CustomerUserAccessInvitationServiceClient:
try (CustomerUserAccessInvitationServiceClient customerUserAccessInvitationServiceClient =
CustomerUserAccessInvitationServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerUserAccessInvitationOperation operation =
CustomerUserAccessInvitationOperation.newBuilder().build();
MutateCustomerUserAccessInvitationResponse response =
customerUserAccessInvitationServiceClient.mutateCustomerUserAccessInvitation(
customerId, operation);
}
======================= CustomerUserAccessServiceClient =======================
Service Description: This service manages the permissions of a user on a given customer.
Sample for CustomerUserAccessServiceClient:
try (CustomerUserAccessServiceClient customerUserAccessServiceClient =
CustomerUserAccessServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerUserAccessOperation operation = CustomerUserAccessOperation.newBuilder().build();
MutateCustomerUserAccessResponse response =
customerUserAccessServiceClient.mutateCustomerUserAccess(customerId, operation);
}
======================= CustomizerAttributeServiceClient =======================
Service Description: Service to manage customizer attribute
Sample for CustomizerAttributeServiceClient:
try (CustomizerAttributeServiceClient customizerAttributeServiceClient =
CustomizerAttributeServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomizerAttributeOperation> operations = new ArrayList<>();
MutateCustomizerAttributesResponse response =
customizerAttributeServiceClient.mutateCustomizerAttributes(customerId, operations);
}
======================= ExperimentArmServiceClient =======================
Service Description: Service to manage experiment arms.
Sample for ExperimentArmServiceClient:
try (ExperimentArmServiceClient experimentArmServiceClient =
ExperimentArmServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ExperimentArmOperation> operations = new ArrayList<>();
MutateExperimentArmsResponse response =
experimentArmServiceClient.mutateExperimentArms(customerId, operations);
}
======================= ExperimentServiceClient =======================
Service Description: Service to manage experiments.
Sample for ExperimentServiceClient:
try (ExperimentServiceClient experimentServiceClient = ExperimentServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ExperimentOperation> operations = new ArrayList<>();
MutateExperimentsResponse response =
experimentServiceClient.mutateExperiments(customerId, operations);
}
======================= ExtensionFeedItemServiceClient =======================
Service Description: Service to manage extension feed items.
Sample for ExtensionFeedItemServiceClient:
try (ExtensionFeedItemServiceClient extensionFeedItemServiceClient =
ExtensionFeedItemServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ExtensionFeedItemOperation> operations = new ArrayList<>();
MutateExtensionFeedItemsResponse response =
extensionFeedItemServiceClient.mutateExtensionFeedItems(customerId, operations);
}
======================= FeedItemServiceClient =======================
Service Description: Service to manage feed items.
Sample for FeedItemServiceClient:
try (FeedItemServiceClient feedItemServiceClient = FeedItemServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemOperation> operations = new ArrayList<>();
MutateFeedItemsResponse response =
feedItemServiceClient.mutateFeedItems(customerId, operations);
}
======================= FeedItemSetLinkServiceClient =======================
Service Description: Service to manage feed item set links.
Sample for FeedItemSetLinkServiceClient:
try (FeedItemSetLinkServiceClient feedItemSetLinkServiceClient =
FeedItemSetLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemSetLinkOperation> operations = new ArrayList<>();
MutateFeedItemSetLinksResponse response =
feedItemSetLinkServiceClient.mutateFeedItemSetLinks(customerId, operations);
}
======================= FeedItemSetServiceClient =======================
Service Description: Service to manage feed Item Set
Sample for FeedItemSetServiceClient:
try (FeedItemSetServiceClient feedItemSetServiceClient = FeedItemSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemSetOperation> operations = new ArrayList<>();
MutateFeedItemSetsResponse response =
feedItemSetServiceClient.mutateFeedItemSets(customerId, operations);
}
======================= FeedItemTargetServiceClient =======================
Service Description: Service to manage feed item targets.
Sample for FeedItemTargetServiceClient:
try (FeedItemTargetServiceClient feedItemTargetServiceClient =
FeedItemTargetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemTargetOperation> operations = new ArrayList<>();
MutateFeedItemTargetsResponse response =
feedItemTargetServiceClient.mutateFeedItemTargets(customerId, operations);
}
======================= FeedMappingServiceClient =======================
Service Description: Service to manage feed mappings.
Sample for FeedMappingServiceClient:
try (FeedMappingServiceClient feedMappingServiceClient = FeedMappingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedMappingOperation> operations = new ArrayList<>();
MutateFeedMappingsResponse response =
feedMappingServiceClient.mutateFeedMappings(customerId, operations);
}
======================= FeedServiceClient =======================
Service Description: Service to manage feeds.
Sample for FeedServiceClient:
try (FeedServiceClient feedServiceClient = FeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedOperation> operations = new ArrayList<>();
MutateFeedsResponse response = feedServiceClient.mutateFeeds(customerId, operations);
}
======================= GeoTargetConstantServiceClient =======================
Service Description: Service to fetch geo target constants.
Sample for GeoTargetConstantServiceClient:
try (GeoTargetConstantServiceClient geoTargetConstantServiceClient =
GeoTargetConstantServiceClient.create()) {
SuggestGeoTargetConstantsRequest request =
SuggestGeoTargetConstantsRequest.newBuilder()
.setLocale("locale-1097462182")
.setCountryCode("countryCode-1477067101")
.build();
SuggestGeoTargetConstantsResponse response =
geoTargetConstantServiceClient.suggestGeoTargetConstants(request);
}
======================= GoogleAdsFieldServiceClient =======================
Service Description: Service to fetch Google Ads API fields.
Sample for GoogleAdsFieldServiceClient:
try (GoogleAdsFieldServiceClient googleAdsFieldServiceClient =
GoogleAdsFieldServiceClient.create()) {
GoogleAdsFieldName resourceName = GoogleAdsFieldName.of("[GOOGLE_ADS_FIELD]");
GoogleAdsField response = googleAdsFieldServiceClient.getGoogleAdsField(resourceName);
}
======================= GoogleAdsServiceClient =======================
Service Description: Service to fetch data and metrics across resources.
Sample for GoogleAdsServiceClient:
try (GoogleAdsServiceClient googleAdsServiceClient = GoogleAdsServiceClient.create()) {
String customerId = "customerId-1581184615";
List<MutateOperation> mutateOperations = new ArrayList<>();
MutateGoogleAdsResponse response =
googleAdsServiceClient.mutate(customerId, mutateOperations);
}
======================= InvoiceServiceClient =======================
Service Description: A service to fetch invoices issued for a billing setup during a given month.
Sample for InvoiceServiceClient:
try (InvoiceServiceClient invoiceServiceClient = InvoiceServiceClient.create()) {
String customerId = "customerId-1581184615";
String billingSetup = "billingSetup-1435075390";
String issueYear = "issueYear184914102";
MonthOfYearEnum.MonthOfYear issueMonth = MonthOfYearEnum.MonthOfYear.forNumber(0);
ListInvoicesResponse response =
invoiceServiceClient.listInvoices(customerId, billingSetup, issueYear, issueMonth);
}
======================= KeywordPlanAdGroupKeywordServiceClient =======================
Service Description: Service to manage Keyword Plan ad group keywords. KeywordPlanAdGroup is required to add ad group keywords. Positive and negative keywords are supported. A maximum of 10,000 positive keywords are allowed per keyword plan. A maximum of 1,000 negative keywords are allower per keyword plan. This includes campaign negative keywords and ad group negative keywords.
Sample for KeywordPlanAdGroupKeywordServiceClient:
try (KeywordPlanAdGroupKeywordServiceClient keywordPlanAdGroupKeywordServiceClient =
KeywordPlanAdGroupKeywordServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanAdGroupKeywordOperation> operations = new ArrayList<>();
MutateKeywordPlanAdGroupKeywordsResponse response =
keywordPlanAdGroupKeywordServiceClient.mutateKeywordPlanAdGroupKeywords(
customerId, operations);
}
======================= KeywordPlanAdGroupServiceClient =======================
Service Description: Service to manage Keyword Plan ad groups.
Sample for KeywordPlanAdGroupServiceClient:
try (KeywordPlanAdGroupServiceClient keywordPlanAdGroupServiceClient =
KeywordPlanAdGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanAdGroupOperation> operations = new ArrayList<>();
MutateKeywordPlanAdGroupsResponse response =
keywordPlanAdGroupServiceClient.mutateKeywordPlanAdGroups(customerId, operations);
}
======================= KeywordPlanCampaignKeywordServiceClient =======================
Service Description: Service to manage Keyword Plan campaign keywords. KeywordPlanCampaign is required to add the campaign keywords. Only negative keywords are supported. A maximum of 1000 negative keywords are allowed per plan. This includes both campaign negative keywords and ad group negative keywords.
Sample for KeywordPlanCampaignKeywordServiceClient:
try (KeywordPlanCampaignKeywordServiceClient keywordPlanCampaignKeywordServiceClient =
KeywordPlanCampaignKeywordServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanCampaignKeywordOperation> operations = new ArrayList<>();
MutateKeywordPlanCampaignKeywordsResponse response =
keywordPlanCampaignKeywordServiceClient.mutateKeywordPlanCampaignKeywords(
customerId, operations);
}
======================= KeywordPlanCampaignServiceClient =======================
Service Description: Service to manage Keyword Plan campaigns.
Sample for KeywordPlanCampaignServiceClient:
try (KeywordPlanCampaignServiceClient keywordPlanCampaignServiceClient =
KeywordPlanCampaignServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanCampaignOperation> operations = new ArrayList<>();
MutateKeywordPlanCampaignsResponse response =
keywordPlanCampaignServiceClient.mutateKeywordPlanCampaigns(customerId, operations);
}
======================= KeywordPlanIdeaServiceClient =======================
Service Description: Service to generate keyword ideas.
Sample for KeywordPlanIdeaServiceClient:
try (KeywordPlanIdeaServiceClient keywordPlanIdeaServiceClient =
KeywordPlanIdeaServiceClient.create()) {
GenerateKeywordIdeasRequest request =
GenerateKeywordIdeasRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.setLanguage("language-1613589672")
.addAllGeoTargetConstants(new ArrayList<String>())
.setIncludeAdultKeywords(true)
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.addAllKeywordAnnotation(
new ArrayList<KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation>())
.setAggregateMetrics(KeywordPlanAggregateMetrics.newBuilder().build())
.setHistoricalMetricsOptions(HistoricalMetricsOptions.newBuilder().build())
.build();
for (GenerateKeywordIdeaResult element :
keywordPlanIdeaServiceClient.generateKeywordIdeas(request).iterateAll()) {
// doThingsWith(element);
}
}
======================= KeywordPlanServiceClient =======================
Service Description: Service to manage keyword plans.
Sample for KeywordPlanServiceClient:
try (KeywordPlanServiceClient keywordPlanServiceClient = KeywordPlanServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanOperation> operations = new ArrayList<>();
MutateKeywordPlansResponse response =
keywordPlanServiceClient.mutateKeywordPlans(customerId, operations);
}
======================= KeywordThemeConstantServiceClient =======================
Service Description: Service to fetch Smart Campaign keyword themes.
Sample for KeywordThemeConstantServiceClient:
try (KeywordThemeConstantServiceClient keywordThemeConstantServiceClient =
KeywordThemeConstantServiceClient.create()) {
SuggestKeywordThemeConstantsRequest request =
SuggestKeywordThemeConstantsRequest.newBuilder()
.setQueryText("queryText-1806881259")
.setCountryCode("countryCode-1477067101")
.setLanguageCode("languageCode-2092349083")
.build();
SuggestKeywordThemeConstantsResponse response =
keywordThemeConstantServiceClient.suggestKeywordThemeConstants(request);
}
======================= LabelServiceClient =======================
Service Description: Service to manage labels.
Sample for LabelServiceClient:
try (LabelServiceClient labelServiceClient = LabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<LabelOperation> operations = new ArrayList<>();
MutateLabelsResponse response = labelServiceClient.mutateLabels(customerId, operations);
}
======================= MediaFileServiceClient =======================
Service Description: Service to manage media files.
Sample for MediaFileServiceClient:
try (MediaFileServiceClient mediaFileServiceClient = MediaFileServiceClient.create()) {
String customerId = "customerId-1581184615";
List<MediaFileOperation> operations = new ArrayList<>();
MutateMediaFilesResponse response =
mediaFileServiceClient.mutateMediaFiles(customerId, operations);
}
======================= MerchantCenterLinkServiceClient =======================
Service Description: This service allows management of links between Google Ads and Google Merchant Center.
Sample for MerchantCenterLinkServiceClient:
try (MerchantCenterLinkServiceClient merchantCenterLinkServiceClient =
MerchantCenterLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
ListMerchantCenterLinksResponse response =
merchantCenterLinkServiceClient.listMerchantCenterLinks(customerId);
}
======================= OfflineUserDataJobServiceClient =======================
Service Description: Service to manage offline user data jobs.
Sample for OfflineUserDataJobServiceClient:
try (OfflineUserDataJobServiceClient offlineUserDataJobServiceClient =
OfflineUserDataJobServiceClient.create()) {
String customerId = "customerId-1581184615";
OfflineUserDataJob job = OfflineUserDataJob.newBuilder().build();
CreateOfflineUserDataJobResponse response =
offlineUserDataJobServiceClient.createOfflineUserDataJob(customerId, job);
}
======================= PaymentsAccountServiceClient =======================
Service Description: Service to provide payments accounts that can be used to set up consolidated billing.
Sample for PaymentsAccountServiceClient:
try (PaymentsAccountServiceClient paymentsAccountServiceClient =
PaymentsAccountServiceClient.create()) {
String customerId = "customerId-1581184615";
ListPaymentsAccountsResponse response =
paymentsAccountServiceClient.listPaymentsAccounts(customerId);
}
======================= ReachPlanServiceClient =======================
Service Description: Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube. In particular, GenerateReachForecast provides estimated number of people of specified demographics that can be reached by an ad in a given market by a campaign of certain duration with a defined budget.
Sample for ReachPlanServiceClient:
try (ReachPlanServiceClient reachPlanServiceClient = ReachPlanServiceClient.create()) {
ListPlannableLocationsRequest request = ListPlannableLocationsRequest.newBuilder().build();
ListPlannableLocationsResponse response =
reachPlanServiceClient.listPlannableLocations(request);
}
======================= RecommendationServiceClient =======================
Service Description: Service to manage recommendations.
Sample for RecommendationServiceClient:
try (RecommendationServiceClient recommendationServiceClient =
RecommendationServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ApplyRecommendationOperation> operations = new ArrayList<>();
ApplyRecommendationResponse response =
recommendationServiceClient.applyRecommendation(customerId, operations);
}
======================= RemarketingActionServiceClient =======================
Service Description: Service to manage remarketing actions.
Sample for RemarketingActionServiceClient:
try (RemarketingActionServiceClient remarketingActionServiceClient =
RemarketingActionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<RemarketingActionOperation> operations = new ArrayList<>();
MutateRemarketingActionsResponse response =
remarketingActionServiceClient.mutateRemarketingActions(customerId, operations);
}
======================= SharedCriterionServiceClient =======================
Service Description: Service to manage shared criteria.
Sample for SharedCriterionServiceClient:
try (SharedCriterionServiceClient sharedCriterionServiceClient =
SharedCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<SharedCriterionOperation> operations = new ArrayList<>();
MutateSharedCriteriaResponse response =
sharedCriterionServiceClient.mutateSharedCriteria(customerId, operations);
}
======================= SharedSetServiceClient =======================
Service Description: Service to manage shared sets.
Sample for SharedSetServiceClient:
try (SharedSetServiceClient sharedSetServiceClient = SharedSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<SharedSetOperation> operations = new ArrayList<>();
MutateSharedSetsResponse response =
sharedSetServiceClient.mutateSharedSets(customerId, operations);
}
======================= SmartCampaignSettingServiceClient =======================
Service Description: Service to manage Smart campaign settings.
Sample for SmartCampaignSettingServiceClient:
try (SmartCampaignSettingServiceClient smartCampaignSettingServiceClient =
SmartCampaignSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<SmartCampaignSettingOperation> operations = new ArrayList<>();
MutateSmartCampaignSettingsResponse response =
smartCampaignSettingServiceClient.mutateSmartCampaignSettings(customerId, operations);
}
======================= SmartCampaignSuggestServiceClient =======================
Service Description: Service to get suggestions for Smart Campaigns.
Sample for SmartCampaignSuggestServiceClient:
try (SmartCampaignSuggestServiceClient smartCampaignSuggestServiceClient =
SmartCampaignSuggestServiceClient.create()) {
SuggestSmartCampaignBudgetOptionsRequest request =
SuggestSmartCampaignBudgetOptionsRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.build();
SuggestSmartCampaignBudgetOptionsResponse response =
smartCampaignSuggestServiceClient.suggestSmartCampaignBudgetOptions(request);
}
======================= ThirdPartyAppAnalyticsLinkServiceClient =======================
Service Description: This service allows management of links between Google Ads and third party app analytics.
Sample for ThirdPartyAppAnalyticsLinkServiceClient:
try (ThirdPartyAppAnalyticsLinkServiceClient thirdPartyAppAnalyticsLinkServiceClient =
ThirdPartyAppAnalyticsLinkServiceClient.create()) {
RegenerateShareableLinkIdRequest request =
RegenerateShareableLinkIdRequest.newBuilder()
.setResourceName(
ThirdPartyAppAnalyticsLinkName.of("[CUSTOMER_ID]", "[CUSTOMER_LINK_ID]")
.toString())
.build();
RegenerateShareableLinkIdResponse response =
thirdPartyAppAnalyticsLinkServiceClient.regenerateShareableLinkId(request);
}
======================= UserDataServiceClient =======================
Service Description: Service to manage user data uploads.
Sample for UserDataServiceClient:
try (UserDataServiceClient userDataServiceClient = UserDataServiceClient.create()) {
UploadUserDataRequest request =
UploadUserDataRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.addAllOperations(new ArrayList<UserDataOperation>())
.build();
UploadUserDataResponse response = userDataServiceClient.uploadUserData(request);
}
======================= UserListServiceClient =======================
Service Description: Service to manage user lists.
Sample for UserListServiceClient:
try (UserListServiceClient userListServiceClient = UserListServiceClient.create()) {
String customerId = "customerId-1581184615";
List<UserListOperation> operations = new ArrayList<>();
MutateUserListsResponse response =
userListServiceClient.mutateUserLists(customerId, operations);
}
-
Class Summary Class Description AccountBudgetProposalOperation A single operation to propose the creation of a new account-level budget or edit/end/remove an existing one.AccountBudgetProposalOperation.Builder A single operation to propose the creation of a new account-level budget or edit/end/remove an existing one.AccountBudgetProposalServiceClient Service Description: A service for managing account-level budgets via proposals.AccountBudgetProposalServiceGrpc A service for managing account-level budgets via proposals.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceBlockingStub A service for managing account-level budgets via proposals.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub A service for managing account-level budgets via proposals.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase A service for managing account-level budgets via proposals.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub A service for managing account-level budgets via proposals.AccountBudgetProposalServiceProto AccountBudgetProposalServiceSettings Settings class to configure an instance ofAccountBudgetProposalServiceClient.AccountBudgetProposalServiceSettings.Builder Builder for AccountBudgetProposalServiceSettings.AccountLinkOperation A single update on an account link.AccountLinkOperation.Builder A single update on an account link.AccountLinkServiceClient Service Description: This service allows management of links between Google Ads accounts and other accounts.AccountLinkServiceGrpc This service allows management of links between Google Ads accounts and other accounts.AccountLinkServiceGrpc.AccountLinkServiceBlockingStub This service allows management of links between Google Ads accounts and other accounts.AccountLinkServiceGrpc.AccountLinkServiceFutureStub This service allows management of links between Google Ads accounts and other accounts.AccountLinkServiceGrpc.AccountLinkServiceImplBase This service allows management of links between Google Ads accounts and other accounts.AccountLinkServiceGrpc.AccountLinkServiceStub This service allows management of links between Google Ads accounts and other accounts.AccountLinkServiceProto AccountLinkServiceSettings Settings class to configure an instance ofAccountLinkServiceClient.AccountLinkServiceSettings.Builder Builder for AccountLinkServiceSettings.AddBatchJobOperationsRequest Request message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v10.services.BatchJobService.AddBatchJobOperations].AddBatchJobOperationsRequest.Builder Request message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v10.services.BatchJobService.AddBatchJobOperations].AddBatchJobOperationsResponse Response message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v10.services.BatchJobService.AddBatchJobOperations].AddBatchJobOperationsResponse.Builder Response message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v10.services.BatchJobService.AddBatchJobOperations].AddOfflineUserDataJobOperationsRequest Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v10.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AddOfflineUserDataJobOperationsRequest.Builder Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v10.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AddOfflineUserDataJobOperationsResponse Response message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v10.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AddOfflineUserDataJobOperationsResponse.Builder Response message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v10.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AdGroupAdLabelOperation A single operation (create, remove) on an ad group ad label.AdGroupAdLabelOperation.Builder A single operation (create, remove) on an ad group ad label.AdGroupAdLabelServiceClient Service Description: Service to manage labels on ad group ads.AdGroupAdLabelServiceGrpc Service to manage labels on ad group ads.AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceBlockingStub Service to manage labels on ad group ads.AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceFutureStub Service to manage labels on ad group ads.AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceImplBase Service to manage labels on ad group ads.AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceStub Service to manage labels on ad group ads.AdGroupAdLabelServiceProto AdGroupAdLabelServiceSettings Settings class to configure an instance ofAdGroupAdLabelServiceClient.AdGroupAdLabelServiceSettings.Builder Builder for AdGroupAdLabelServiceSettings.AdGroupAdOperation A single operation (create, update, remove) on an ad group ad.AdGroupAdOperation.Builder A single operation (create, update, remove) on an ad group ad.AdGroupAdServiceClient Service Description: Service to manage ads in an ad group.AdGroupAdServiceGrpc Service to manage ads in an ad group.AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub Service to manage ads in an ad group.AdGroupAdServiceGrpc.AdGroupAdServiceFutureStub Service to manage ads in an ad group.AdGroupAdServiceGrpc.AdGroupAdServiceImplBase Service to manage ads in an ad group.AdGroupAdServiceGrpc.AdGroupAdServiceStub Service to manage ads in an ad group.AdGroupAdServiceProto AdGroupAdServiceSettings Settings class to configure an instance ofAdGroupAdServiceClient.AdGroupAdServiceSettings.Builder Builder for AdGroupAdServiceSettings.AdGroupAssetOperation A single operation (create, update, remove) on an ad group asset.AdGroupAssetOperation.Builder A single operation (create, update, remove) on an ad group asset.AdGroupAssetServiceClient Service Description: Service to manage ad group assets.AdGroupAssetServiceGrpc Service to manage ad group assets.AdGroupAssetServiceGrpc.AdGroupAssetServiceBlockingStub Service to manage ad group assets.AdGroupAssetServiceGrpc.AdGroupAssetServiceFutureStub Service to manage ad group assets.AdGroupAssetServiceGrpc.AdGroupAssetServiceImplBase Service to manage ad group assets.AdGroupAssetServiceGrpc.AdGroupAssetServiceStub Service to manage ad group assets.AdGroupAssetServiceProto AdGroupAssetServiceSettings Settings class to configure an instance ofAdGroupAssetServiceClient.AdGroupAssetServiceSettings.Builder Builder for AdGroupAssetServiceSettings.AdGroupBidModifierOperation A single operation (create, remove, update) on an ad group bid modifier.AdGroupBidModifierOperation.Builder A single operation (create, remove, update) on an ad group bid modifier.AdGroupBidModifierServiceClient Service Description: Service to manage ad group bid modifiers.AdGroupBidModifierServiceGrpc Service to manage ad group bid modifiers.AdGroupBidModifierServiceGrpc.AdGroupBidModifierServiceBlockingStub Service to manage ad group bid modifiers.AdGroupBidModifierServiceGrpc.AdGroupBidModifierServiceFutureStub Service to manage ad group bid modifiers.AdGroupBidModifierServiceGrpc.AdGroupBidModifierServiceImplBase Service to manage ad group bid modifiers.AdGroupBidModifierServiceGrpc.AdGroupBidModifierServiceStub Service to manage ad group bid modifiers.AdGroupBidModifierServiceProto AdGroupBidModifierServiceSettings Settings class to configure an instance ofAdGroupBidModifierServiceClient.AdGroupBidModifierServiceSettings.Builder Builder for AdGroupBidModifierServiceSettings.AdGroupCriterionCustomizerOperation A single operation (create, remove) on an customizer attribute.AdGroupCriterionCustomizerOperation.Builder A single operation (create, remove) on an customizer attribute.AdGroupCriterionCustomizerServiceClient Service Description: Service to manage ad group criterion customizerAdGroupCriterionCustomizerServiceGrpc Service to manage ad group criterion customizerAdGroupCriterionCustomizerServiceGrpc.AdGroupCriterionCustomizerServiceBlockingStub Service to manage ad group criterion customizerAdGroupCriterionCustomizerServiceGrpc.AdGroupCriterionCustomizerServiceFutureStub Service to manage ad group criterion customizerAdGroupCriterionCustomizerServiceGrpc.AdGroupCriterionCustomizerServiceImplBase Service to manage ad group criterion customizerAdGroupCriterionCustomizerServiceGrpc.AdGroupCriterionCustomizerServiceStub Service to manage ad group criterion customizerAdGroupCriterionCustomizerServiceProto AdGroupCriterionCustomizerServiceSettings Settings class to configure an instance ofAdGroupCriterionCustomizerServiceClient.AdGroupCriterionCustomizerServiceSettings.Builder Builder for AdGroupCriterionCustomizerServiceSettings.AdGroupCriterionLabelOperation A single operation (create, remove) on an ad group criterion label.AdGroupCriterionLabelOperation.Builder A single operation (create, remove) on an ad group criterion label.AdGroupCriterionLabelServiceClient Service Description: Service to manage labels on ad group criteria.AdGroupCriterionLabelServiceGrpc Service to manage labels on ad group criteria.AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceBlockingStub Service to manage labels on ad group criteria.AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceFutureStub Service to manage labels on ad group criteria.AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBase Service to manage labels on ad group criteria.AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceStub Service to manage labels on ad group criteria.AdGroupCriterionLabelServiceProto AdGroupCriterionLabelServiceSettings Settings class to configure an instance ofAdGroupCriterionLabelServiceClient.AdGroupCriterionLabelServiceSettings.Builder Builder for AdGroupCriterionLabelServiceSettings.AdGroupCriterionOperation A single operation (create, remove, update) on an ad group criterion.AdGroupCriterionOperation.Builder A single operation (create, remove, update) on an ad group criterion.AdGroupCriterionServiceClient Service Description: Service to manage ad group criteria.AdGroupCriterionServiceGrpc Service to manage ad group criteria.AdGroupCriterionServiceGrpc.AdGroupCriterionServiceBlockingStub Service to manage ad group criteria.AdGroupCriterionServiceGrpc.AdGroupCriterionServiceFutureStub Service to manage ad group criteria.AdGroupCriterionServiceGrpc.AdGroupCriterionServiceImplBase Service to manage ad group criteria.AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub Service to manage ad group criteria.AdGroupCriterionServiceProto AdGroupCriterionServiceSettings Settings class to configure an instance ofAdGroupCriterionServiceClient.AdGroupCriterionServiceSettings.Builder Builder for AdGroupCriterionServiceSettings.AdGroupCustomizerOperation A single operation (create, remove) on an customizer attribute.AdGroupCustomizerOperation.Builder A single operation (create, remove) on an customizer attribute.AdGroupCustomizerServiceClient Service Description: Service to manage ad group customizerAdGroupCustomizerServiceGrpc Service to manage ad group customizerAdGroupCustomizerServiceGrpc.AdGroupCustomizerServiceBlockingStub Service to manage ad group customizerAdGroupCustomizerServiceGrpc.AdGroupCustomizerServiceFutureStub Service to manage ad group customizerAdGroupCustomizerServiceGrpc.AdGroupCustomizerServiceImplBase Service to manage ad group customizerAdGroupCustomizerServiceGrpc.AdGroupCustomizerServiceStub Service to manage ad group customizerAdGroupCustomizerServiceProto AdGroupCustomizerServiceSettings Settings class to configure an instance ofAdGroupCustomizerServiceClient.AdGroupCustomizerServiceSettings.Builder Builder for AdGroupCustomizerServiceSettings.AdGroupExtensionSettingOperation A single operation (create, update, remove) on an ad group extension setting.AdGroupExtensionSettingOperation.Builder A single operation (create, update, remove) on an ad group extension setting.AdGroupExtensionSettingServiceClient Service Description: Service to manage ad group extension settings.AdGroupExtensionSettingServiceGrpc Service to manage ad group extension settings.AdGroupExtensionSettingServiceGrpc.AdGroupExtensionSettingServiceBlockingStub Service to manage ad group extension settings.AdGroupExtensionSettingServiceGrpc.AdGroupExtensionSettingServiceFutureStub Service to manage ad group extension settings.AdGroupExtensionSettingServiceGrpc.AdGroupExtensionSettingServiceImplBase Service to manage ad group extension settings.AdGroupExtensionSettingServiceGrpc.AdGroupExtensionSettingServiceStub Service to manage ad group extension settings.AdGroupExtensionSettingServiceProto AdGroupExtensionSettingServiceSettings Settings class to configure an instance ofAdGroupExtensionSettingServiceClient.AdGroupExtensionSettingServiceSettings.Builder Builder for AdGroupExtensionSettingServiceSettings.AdGroupFeedOperation A single operation (create, update, remove) on an ad group feed.AdGroupFeedOperation.Builder A single operation (create, update, remove) on an ad group feed.AdGroupFeedServiceClient Service Description: Service to manage ad group feeds.AdGroupFeedServiceGrpc Service to manage ad group feeds.AdGroupFeedServiceGrpc.AdGroupFeedServiceBlockingStub Service to manage ad group feeds.AdGroupFeedServiceGrpc.AdGroupFeedServiceFutureStub Service to manage ad group feeds.AdGroupFeedServiceGrpc.AdGroupFeedServiceImplBase Service to manage ad group feeds.AdGroupFeedServiceGrpc.AdGroupFeedServiceStub Service to manage ad group feeds.AdGroupFeedServiceProto AdGroupFeedServiceSettings Settings class to configure an instance ofAdGroupFeedServiceClient.AdGroupFeedServiceSettings.Builder Builder for AdGroupFeedServiceSettings.AdGroupLabelOperation A single operation (create, remove) on an ad group label.AdGroupLabelOperation.Builder A single operation (create, remove) on an ad group label.AdGroupLabelServiceClient Service Description: Service to manage labels on ad groups.AdGroupLabelServiceGrpc Service to manage labels on ad groups.AdGroupLabelServiceGrpc.AdGroupLabelServiceBlockingStub Service to manage labels on ad groups.AdGroupLabelServiceGrpc.AdGroupLabelServiceFutureStub Service to manage labels on ad groups.AdGroupLabelServiceGrpc.AdGroupLabelServiceImplBase Service to manage labels on ad groups.AdGroupLabelServiceGrpc.AdGroupLabelServiceStub Service to manage labels on ad groups.AdGroupLabelServiceProto AdGroupLabelServiceSettings Settings class to configure an instance ofAdGroupLabelServiceClient.AdGroupLabelServiceSettings.Builder Builder for AdGroupLabelServiceSettings.AdGroupOperation A single operation (create, update, remove) on an ad group.AdGroupOperation.Builder A single operation (create, update, remove) on an ad group.AdGroupServiceClient Service Description: Service to manage ad groups.AdGroupServiceGrpc Service to manage ad groups.AdGroupServiceGrpc.AdGroupServiceBlockingStub Service to manage ad groups.AdGroupServiceGrpc.AdGroupServiceFutureStub Service to manage ad groups.AdGroupServiceGrpc.AdGroupServiceImplBase Service to manage ad groups.AdGroupServiceGrpc.AdGroupServiceStub Service to manage ad groups.AdGroupServiceProto AdGroupServiceSettings Settings class to configure an instance ofAdGroupServiceClient.AdGroupServiceSettings.Builder Builder for AdGroupServiceSettings.AdOperation A single update operation on an ad.AdOperation.Builder A single update operation on an ad.AdParameterOperation A single operation (create, update, remove) on ad parameter.AdParameterOperation.Builder A single operation (create, update, remove) on ad parameter.AdParameterServiceClient Service Description: Service to manage ad parameters.AdParameterServiceGrpc Service to manage ad parameters.AdParameterServiceGrpc.AdParameterServiceBlockingStub Service to manage ad parameters.AdParameterServiceGrpc.AdParameterServiceFutureStub Service to manage ad parameters.AdParameterServiceGrpc.AdParameterServiceImplBase Service to manage ad parameters.AdParameterServiceGrpc.AdParameterServiceStub Service to manage ad parameters.AdParameterServiceProto AdParameterServiceSettings Settings class to configure an instance ofAdParameterServiceClient.AdParameterServiceSettings.Builder Builder for AdParameterServiceSettings.AdServiceClient Service Description: Service to manage ads.AdServiceGrpc Service to manage ads.AdServiceGrpc.AdServiceBlockingStub Service to manage ads.AdServiceGrpc.AdServiceFutureStub Service to manage ads.AdServiceGrpc.AdServiceImplBase Service to manage ads.AdServiceGrpc.AdServiceStub Service to manage ads.AdServiceProto AdServiceSettings Settings class to configure an instance ofAdServiceClient.AdServiceSettings.Builder Builder for AdServiceSettings.ApplyRecommendationOperation Information about the operation to apply a recommendation and any parameters to customize it.ApplyRecommendationOperation.Builder Information about the operation to apply a recommendation and any parameters to customize it.ApplyRecommendationOperation.CallExtensionParameters Parameters to use when applying call extension recommendation.ApplyRecommendationOperation.CallExtensionParameters.Builder Parameters to use when applying call extension recommendation.ApplyRecommendationOperation.CalloutExtensionParameters Parameters to use when applying callout extension recommendation.ApplyRecommendationOperation.CalloutExtensionParameters.Builder Parameters to use when applying callout extension recommendation.ApplyRecommendationOperation.CampaignBudgetParameters Parameters to use when applying a campaign budget recommendation.ApplyRecommendationOperation.CampaignBudgetParameters.Builder Parameters to use when applying a campaign budget recommendation.ApplyRecommendationOperation.KeywordParameters Parameters to use when applying keyword recommendation.ApplyRecommendationOperation.KeywordParameters.Builder Parameters to use when applying keyword recommendation.ApplyRecommendationOperation.MoveUnusedBudgetParameters Parameters to use when applying move unused budget recommendation.ApplyRecommendationOperation.MoveUnusedBudgetParameters.Builder Parameters to use when applying move unused budget recommendation.ApplyRecommendationOperation.ResponsiveSearchAdAssetParameters Parameters to use when applying a responsive search ad asset recommendation.ApplyRecommendationOperation.ResponsiveSearchAdAssetParameters.Builder Parameters to use when applying a responsive search ad asset recommendation.ApplyRecommendationOperation.ResponsiveSearchAdParameters Parameters to use when applying a responsive search ad recommendation.ApplyRecommendationOperation.ResponsiveSearchAdParameters.Builder Parameters to use when applying a responsive search ad recommendation.ApplyRecommendationOperation.SitelinkExtensionParameters Parameters to use when applying sitelink extension recommendation.ApplyRecommendationOperation.SitelinkExtensionParameters.Builder Parameters to use when applying sitelink extension recommendation.ApplyRecommendationOperation.TargetCpaOptInParameters Parameters to use when applying Target CPA recommendation.ApplyRecommendationOperation.TargetCpaOptInParameters.Builder Parameters to use when applying Target CPA recommendation.ApplyRecommendationOperation.TargetRoasOptInParameters Parameters to use when applying a Target ROAS opt-in recommendation.ApplyRecommendationOperation.TargetRoasOptInParameters.Builder Parameters to use when applying a Target ROAS opt-in recommendation.ApplyRecommendationOperation.TextAdParameters Parameters to use when applying a text ad recommendation.ApplyRecommendationOperation.TextAdParameters.Builder Parameters to use when applying a text ad recommendation.ApplyRecommendationOperation.UseBroadMatchKeywordParameters Parameters to use when applying a use broad match keyword recommendation.ApplyRecommendationOperation.UseBroadMatchKeywordParameters.Builder Parameters to use when applying a use broad match keyword recommendation.ApplyRecommendationRequest Request message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v10.services.RecommendationService.ApplyRecommendation].ApplyRecommendationRequest.Builder Request message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v10.services.RecommendationService.ApplyRecommendation].ApplyRecommendationResponse Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v10.services.RecommendationService.ApplyRecommendation].ApplyRecommendationResponse.Builder Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v10.services.RecommendationService.ApplyRecommendation].ApplyRecommendationResult The result of applying a recommendation.ApplyRecommendationResult.Builder The result of applying a recommendation.AssetGroupAssetOperation A single operation (create, remove) on an asset group asset.AssetGroupAssetOperation.Builder A single operation (create, remove) on an asset group asset.AssetGroupAssetServiceClient Service Description: Service to manage asset group asset.AssetGroupAssetServiceGrpc Service to manage asset group asset.AssetGroupAssetServiceGrpc.AssetGroupAssetServiceBlockingStub Service to manage asset group asset.AssetGroupAssetServiceGrpc.AssetGroupAssetServiceFutureStub Service to manage asset group asset.AssetGroupAssetServiceGrpc.AssetGroupAssetServiceImplBase Service to manage asset group asset.AssetGroupAssetServiceGrpc.AssetGroupAssetServiceStub Service to manage asset group asset.AssetGroupAssetServiceProto AssetGroupAssetServiceSettings Settings class to configure an instance ofAssetGroupAssetServiceClient.AssetGroupAssetServiceSettings.Builder Builder for AssetGroupAssetServiceSettings.AssetGroupListingGroupFilterOperation A single operation (create, remove) on an asset group listing group filter.AssetGroupListingGroupFilterOperation.Builder A single operation (create, remove) on an asset group listing group filter.AssetGroupListingGroupFilterServiceClient Service Description: Service to manage asset group listing group filter.AssetGroupListingGroupFilterServiceGrpc Service to manage asset group listing group filter.AssetGroupListingGroupFilterServiceGrpc.AssetGroupListingGroupFilterServiceBlockingStub Service to manage asset group listing group filter.AssetGroupListingGroupFilterServiceGrpc.AssetGroupListingGroupFilterServiceFutureStub Service to manage asset group listing group filter.AssetGroupListingGroupFilterServiceGrpc.AssetGroupListingGroupFilterServiceImplBase Service to manage asset group listing group filter.AssetGroupListingGroupFilterServiceGrpc.AssetGroupListingGroupFilterServiceStub Service to manage asset group listing group filter.AssetGroupListingGroupFilterServiceProto AssetGroupListingGroupFilterServiceSettings Settings class to configure an instance ofAssetGroupListingGroupFilterServiceClient.AssetGroupListingGroupFilterServiceSettings.Builder Builder for AssetGroupListingGroupFilterServiceSettings.AssetGroupOperation A single operation (create, remove) on an asset group.AssetGroupOperation.Builder A single operation (create, remove) on an asset group.AssetGroupServiceClient Service Description: Service to manage asset groupAssetGroupServiceGrpc Service to manage asset groupAssetGroupServiceGrpc.AssetGroupServiceBlockingStub Service to manage asset groupAssetGroupServiceGrpc.AssetGroupServiceFutureStub Service to manage asset groupAssetGroupServiceGrpc.AssetGroupServiceImplBase Service to manage asset groupAssetGroupServiceGrpc.AssetGroupServiceStub Service to manage asset groupAssetGroupServiceProto AssetGroupServiceSettings Settings class to configure an instance ofAssetGroupServiceClient.AssetGroupServiceSettings.Builder Builder for AssetGroupServiceSettings.AssetGroupSignalOperation A single operation (create, remove) on an asset group signal.AssetGroupSignalOperation.Builder A single operation (create, remove) on an asset group signal.AssetGroupSignalServiceClient Service Description: Service to manage asset group signal.AssetGroupSignalServiceGrpc Service to manage asset group signal.AssetGroupSignalServiceGrpc.AssetGroupSignalServiceBlockingStub Service to manage asset group signal.AssetGroupSignalServiceGrpc.AssetGroupSignalServiceFutureStub Service to manage asset group signal.AssetGroupSignalServiceGrpc.AssetGroupSignalServiceImplBase Service to manage asset group signal.AssetGroupSignalServiceGrpc.AssetGroupSignalServiceStub Service to manage asset group signal.AssetGroupSignalServiceProto AssetGroupSignalServiceSettings Settings class to configure an instance ofAssetGroupSignalServiceClient.AssetGroupSignalServiceSettings.Builder Builder for AssetGroupSignalServiceSettings.AssetOperation A single operation to create an asset.AssetOperation.Builder A single operation to create an asset.AssetServiceClient Service Description: Service to manage assets.AssetServiceGrpc Service to manage assets.AssetServiceGrpc.AssetServiceBlockingStub Service to manage assets.AssetServiceGrpc.AssetServiceFutureStub Service to manage assets.AssetServiceGrpc.AssetServiceImplBase Service to manage assets.AssetServiceGrpc.AssetServiceStub Service to manage assets.AssetServiceProto AssetServiceSettings Settings class to configure an instance ofAssetServiceClient.AssetServiceSettings.Builder Builder for AssetServiceSettings.AssetSetAssetOperation A single operation (create, remove) on an asset set asset.AssetSetAssetOperation.Builder A single operation (create, remove) on an asset set asset.AssetSetAssetServiceClient Service Description: Service to manage asset set asset.AssetSetAssetServiceGrpc Service to manage asset set asset.AssetSetAssetServiceGrpc.AssetSetAssetServiceBlockingStub Service to manage asset set asset.AssetSetAssetServiceGrpc.AssetSetAssetServiceFutureStub Service to manage asset set asset.AssetSetAssetServiceGrpc.AssetSetAssetServiceImplBase Service to manage asset set asset.AssetSetAssetServiceGrpc.AssetSetAssetServiceStub Service to manage asset set asset.AssetSetAssetServiceProto AssetSetAssetServiceSettings Settings class to configure an instance ofAssetSetAssetServiceClient.AssetSetAssetServiceSettings.Builder Builder for AssetSetAssetServiceSettings.AssetSetOperation A single operation (create, remove) on an asset set.AssetSetOperation.Builder A single operation (create, remove) on an asset set.AssetSetServiceClient Service Description: Service to manage asset setAssetSetServiceGrpc Service to manage asset setAssetSetServiceGrpc.AssetSetServiceBlockingStub Service to manage asset setAssetSetServiceGrpc.AssetSetServiceFutureStub Service to manage asset setAssetSetServiceGrpc.AssetSetServiceImplBase Service to manage asset setAssetSetServiceGrpc.AssetSetServiceStub Service to manage asset setAssetSetServiceProto AssetSetServiceSettings Settings class to configure an instance ofAssetSetServiceClient.AssetSetServiceSettings.Builder Builder for AssetSetServiceSettings.AudienceOperation A single operation (create, update) on an audience.AudienceOperation.Builder A single operation (create, update) on an audience.AudienceServiceClient Service Description: Service to manage audiences.AudienceServiceGrpc Service to manage audiences.AudienceServiceGrpc.AudienceServiceBlockingStub Service to manage audiences.AudienceServiceGrpc.AudienceServiceFutureStub Service to manage audiences.AudienceServiceGrpc.AudienceServiceImplBase Service to manage audiences.AudienceServiceGrpc.AudienceServiceStub Service to manage audiences.AudienceServiceProto AudienceServiceSettings Settings class to configure an instance ofAudienceServiceClient.AudienceServiceSettings.Builder Builder for AudienceServiceSettings.BatchJobOperation A single operation on a batch job.BatchJobOperation.Builder A single operation on a batch job.BatchJobResult An individual batch job result.BatchJobResult.Builder An individual batch job result.BatchJobServiceClient Service Description: Service to manage batch jobs.BatchJobServiceClient.ListBatchJobResultsFixedSizeCollection BatchJobServiceClient.ListBatchJobResultsPage BatchJobServiceClient.ListBatchJobResultsPagedResponse BatchJobServiceGrpc Service to manage batch jobs.BatchJobServiceGrpc.BatchJobServiceBlockingStub Service to manage batch jobs.BatchJobServiceGrpc.BatchJobServiceFutureStub Service to manage batch jobs.BatchJobServiceGrpc.BatchJobServiceImplBase Service to manage batch jobs.BatchJobServiceGrpc.BatchJobServiceStub Service to manage batch jobs.BatchJobServiceProto BatchJobServiceSettings Settings class to configure an instance ofBatchJobServiceClient.BatchJobServiceSettings.Builder Builder for BatchJobServiceSettings.BiddingDataExclusionOperation A single operation (create, remove, update) on a data exclusion.BiddingDataExclusionOperation.Builder A single operation (create, remove, update) on a data exclusion.BiddingDataExclusionServiceClient Service Description: Service to manage bidding data exclusions.BiddingDataExclusionServiceGrpc Service to manage bidding data exclusions.BiddingDataExclusionServiceGrpc.BiddingDataExclusionServiceBlockingStub Service to manage bidding data exclusions.BiddingDataExclusionServiceGrpc.BiddingDataExclusionServiceFutureStub Service to manage bidding data exclusions.BiddingDataExclusionServiceGrpc.BiddingDataExclusionServiceImplBase Service to manage bidding data exclusions.BiddingDataExclusionServiceGrpc.BiddingDataExclusionServiceStub Service to manage bidding data exclusions.BiddingDataExclusionServiceProto BiddingDataExclusionServiceSettings Settings class to configure an instance ofBiddingDataExclusionServiceClient.BiddingDataExclusionServiceSettings.Builder Builder for BiddingDataExclusionServiceSettings.BiddingSeasonalityAdjustmentOperation A single operation (create, remove, update) on a seasonality adjustment.BiddingSeasonalityAdjustmentOperation.Builder A single operation (create, remove, update) on a seasonality adjustment.BiddingSeasonalityAdjustmentServiceClient Service Description: Service to manage bidding seasonality adjustments.BiddingSeasonalityAdjustmentServiceGrpc Service to manage bidding seasonality adjustments.BiddingSeasonalityAdjustmentServiceGrpc.BiddingSeasonalityAdjustmentServiceBlockingStub Service to manage bidding seasonality adjustments.BiddingSeasonalityAdjustmentServiceGrpc.BiddingSeasonalityAdjustmentServiceFutureStub Service to manage bidding seasonality adjustments.BiddingSeasonalityAdjustmentServiceGrpc.BiddingSeasonalityAdjustmentServiceImplBase Service to manage bidding seasonality adjustments.BiddingSeasonalityAdjustmentServiceGrpc.BiddingSeasonalityAdjustmentServiceStub Service to manage bidding seasonality adjustments.BiddingSeasonalityAdjustmentServiceProto BiddingSeasonalityAdjustmentServiceSettings Settings class to configure an instance ofBiddingSeasonalityAdjustmentServiceClient.BiddingSeasonalityAdjustmentServiceSettings.Builder Builder for BiddingSeasonalityAdjustmentServiceSettings.BiddingStrategyOperation A single operation (create, update, remove) on a bidding strategy.BiddingStrategyOperation.Builder A single operation (create, update, remove) on a bidding strategy.BiddingStrategyServiceClient Service Description: Service to manage bidding strategies.BiddingStrategyServiceGrpc Service to manage bidding strategies.BiddingStrategyServiceGrpc.BiddingStrategyServiceBlockingStub Service to manage bidding strategies.BiddingStrategyServiceGrpc.BiddingStrategyServiceFutureStub Service to manage bidding strategies.BiddingStrategyServiceGrpc.BiddingStrategyServiceImplBase Service to manage bidding strategies.BiddingStrategyServiceGrpc.BiddingStrategyServiceStub Service to manage bidding strategies.BiddingStrategyServiceProto BiddingStrategyServiceSettings Settings class to configure an instance ofBiddingStrategyServiceClient.BiddingStrategyServiceSettings.Builder Builder for BiddingStrategyServiceSettings.BillingSetupOperation A single operation on a billing setup, which describes the cancellation of an existing billing setup.BillingSetupOperation.Builder A single operation on a billing setup, which describes the cancellation of an existing billing setup.BillingSetupServiceClient Service Description: A service for designating the business entity responsible for accrued costs.BillingSetupServiceGrpc A service for designating the business entity responsible for accrued costs.BillingSetupServiceGrpc.BillingSetupServiceBlockingStub A service for designating the business entity responsible for accrued costs.BillingSetupServiceGrpc.BillingSetupServiceFutureStub A service for designating the business entity responsible for accrued costs.BillingSetupServiceGrpc.BillingSetupServiceImplBase A service for designating the business entity responsible for accrued costs.BillingSetupServiceGrpc.BillingSetupServiceStub A service for designating the business entity responsible for accrued costs.BillingSetupServiceProto BillingSetupServiceSettings Settings class to configure an instance ofBillingSetupServiceClient.BillingSetupServiceSettings.Builder Builder for BillingSetupServiceSettings.CallConversion A call conversion.CallConversion.Builder A call conversion.CallConversionResult Identifying information for a successfully processed CallConversionUpload.CallConversionResult.Builder Identifying information for a successfully processed CallConversionUpload.CampaignAssetOperation A single operation (create, update, remove) on a campaign asset.CampaignAssetOperation.Builder A single operation (create, update, remove) on a campaign asset.CampaignAssetServiceClient Service Description: Service to manage campaign assets.CampaignAssetServiceGrpc Service to manage campaign assets.CampaignAssetServiceGrpc.CampaignAssetServiceBlockingStub Service to manage campaign assets.CampaignAssetServiceGrpc.CampaignAssetServiceFutureStub Service to manage campaign assets.CampaignAssetServiceGrpc.CampaignAssetServiceImplBase Service to manage campaign assets.CampaignAssetServiceGrpc.CampaignAssetServiceStub Service to manage campaign assets.CampaignAssetServiceProto CampaignAssetServiceSettings Settings class to configure an instance ofCampaignAssetServiceClient.CampaignAssetServiceSettings.Builder Builder for CampaignAssetServiceSettings.CampaignAssetSetOperation A single operation (create, remove) on a campaign asset set.CampaignAssetSetOperation.Builder A single operation (create, remove) on a campaign asset set.CampaignAssetSetServiceClient Service Description: Service to manage campaign asset setCampaignAssetSetServiceGrpc Service to manage campaign asset setCampaignAssetSetServiceGrpc.CampaignAssetSetServiceBlockingStub Service to manage campaign asset setCampaignAssetSetServiceGrpc.CampaignAssetSetServiceFutureStub Service to manage campaign asset setCampaignAssetSetServiceGrpc.CampaignAssetSetServiceImplBase Service to manage campaign asset setCampaignAssetSetServiceGrpc.CampaignAssetSetServiceStub Service to manage campaign asset setCampaignAssetSetServiceProto CampaignAssetSetServiceSettings Settings class to configure an instance ofCampaignAssetSetServiceClient.CampaignAssetSetServiceSettings.Builder Builder for CampaignAssetSetServiceSettings.CampaignBidModifierOperation A single operation (create, remove, update) on a campaign bid modifier.CampaignBidModifierOperation.Builder A single operation (create, remove, update) on a campaign bid modifier.CampaignBidModifierServiceClient Service Description: Service to manage campaign bid modifiers.CampaignBidModifierServiceGrpc Service to manage campaign bid modifiers.CampaignBidModifierServiceGrpc.CampaignBidModifierServiceBlockingStub Service to manage campaign bid modifiers.CampaignBidModifierServiceGrpc.CampaignBidModifierServiceFutureStub Service to manage campaign bid modifiers.CampaignBidModifierServiceGrpc.CampaignBidModifierServiceImplBase Service to manage campaign bid modifiers.CampaignBidModifierServiceGrpc.CampaignBidModifierServiceStub Service to manage campaign bid modifiers.CampaignBidModifierServiceProto CampaignBidModifierServiceSettings Settings class to configure an instance ofCampaignBidModifierServiceClient.CampaignBidModifierServiceSettings.Builder Builder for CampaignBidModifierServiceSettings.CampaignBudgetMapping The mapping of experiment campaign and budget to be graduated.CampaignBudgetMapping.Builder The mapping of experiment campaign and budget to be graduated.CampaignBudgetOperation A single operation (create, update, remove) on a campaign budget.CampaignBudgetOperation.Builder A single operation (create, update, remove) on a campaign budget.CampaignBudgetServiceClient Service Description: Service to manage campaign budgets.CampaignBudgetServiceGrpc Service to manage campaign budgets.CampaignBudgetServiceGrpc.CampaignBudgetServiceBlockingStub Service to manage campaign budgets.CampaignBudgetServiceGrpc.CampaignBudgetServiceFutureStub Service to manage campaign budgets.CampaignBudgetServiceGrpc.CampaignBudgetServiceImplBase Service to manage campaign budgets.CampaignBudgetServiceGrpc.CampaignBudgetServiceStub Service to manage campaign budgets.CampaignBudgetServiceProto CampaignBudgetServiceSettings Settings class to configure an instance ofCampaignBudgetServiceClient.CampaignBudgetServiceSettings.Builder Builder for CampaignBudgetServiceSettings.CampaignConversionGoalOperation A single operation (update) on a campaign conversion goal.CampaignConversionGoalOperation.Builder A single operation (update) on a campaign conversion goal.CampaignConversionGoalServiceClient Service Description: Service to manage campaign conversion goal.CampaignConversionGoalServiceGrpc Service to manage campaign conversion goal.CampaignConversionGoalServiceGrpc.CampaignConversionGoalServiceBlockingStub Service to manage campaign conversion goal.CampaignConversionGoalServiceGrpc.CampaignConversionGoalServiceFutureStub Service to manage campaign conversion goal.CampaignConversionGoalServiceGrpc.CampaignConversionGoalServiceImplBase Service to manage campaign conversion goal.CampaignConversionGoalServiceGrpc.CampaignConversionGoalServiceStub Service to manage campaign conversion goal.CampaignConversionGoalServiceProto CampaignConversionGoalServiceSettings Settings class to configure an instance ofCampaignConversionGoalServiceClient.CampaignConversionGoalServiceSettings.Builder Builder for CampaignConversionGoalServiceSettings.CampaignCriterionOperation A single operation (create, update, remove) on a campaign criterion.CampaignCriterionOperation.Builder A single operation (create, update, remove) on a campaign criterion.CampaignCriterionServiceClient Service Description: Service to manage campaign criteria.CampaignCriterionServiceGrpc Service to manage campaign criteria.CampaignCriterionServiceGrpc.CampaignCriterionServiceBlockingStub Service to manage campaign criteria.CampaignCriterionServiceGrpc.CampaignCriterionServiceFutureStub Service to manage campaign criteria.CampaignCriterionServiceGrpc.CampaignCriterionServiceImplBase Service to manage campaign criteria.CampaignCriterionServiceGrpc.CampaignCriterionServiceStub Service to manage campaign criteria.CampaignCriterionServiceProto CampaignCriterionServiceSettings Settings class to configure an instance ofCampaignCriterionServiceClient.CampaignCriterionServiceSettings.Builder Builder for CampaignCriterionServiceSettings.CampaignCustomizerOperation A single operation (create, remove) on an customizer attribute.CampaignCustomizerOperation.Builder A single operation (create, remove) on an customizer attribute.CampaignCustomizerServiceClient Service Description: Service to manage campaign customizerCampaignCustomizerServiceGrpc Service to manage campaign customizerCampaignCustomizerServiceGrpc.CampaignCustomizerServiceBlockingStub Service to manage campaign customizerCampaignCustomizerServiceGrpc.CampaignCustomizerServiceFutureStub Service to manage campaign customizerCampaignCustomizerServiceGrpc.CampaignCustomizerServiceImplBase Service to manage campaign customizerCampaignCustomizerServiceGrpc.CampaignCustomizerServiceStub Service to manage campaign customizerCampaignCustomizerServiceProto CampaignCustomizerServiceSettings Settings class to configure an instance ofCampaignCustomizerServiceClient.CampaignCustomizerServiceSettings.Builder Builder for CampaignCustomizerServiceSettings.CampaignDraftOperation A single operation (create, update, remove) on a campaign draft.CampaignDraftOperation.Builder A single operation (create, update, remove) on a campaign draft.CampaignDraftServiceClient Service Description: Service to manage campaign drafts.CampaignDraftServiceClient.ListCampaignDraftAsyncErrorsFixedSizeCollection CampaignDraftServiceClient.ListCampaignDraftAsyncErrorsPage CampaignDraftServiceClient.ListCampaignDraftAsyncErrorsPagedResponse CampaignDraftServiceGrpc Service to manage campaign drafts.CampaignDraftServiceGrpc.CampaignDraftServiceBlockingStub Service to manage campaign drafts.CampaignDraftServiceGrpc.CampaignDraftServiceFutureStub Service to manage campaign drafts.CampaignDraftServiceGrpc.CampaignDraftServiceImplBase Service to manage campaign drafts.CampaignDraftServiceGrpc.CampaignDraftServiceStub Service to manage campaign drafts.CampaignDraftServiceProto CampaignDraftServiceSettings Settings class to configure an instance ofCampaignDraftServiceClient.CampaignDraftServiceSettings.Builder Builder for CampaignDraftServiceSettings.CampaignDuration The duration of a planned campaign.CampaignDuration.Builder The duration of a planned campaign.CampaignExperimentOperation A single update operation on a campaign experiment.CampaignExperimentOperation.Builder A single update operation on a campaign experiment.CampaignExperimentServiceClient Service Description: CampaignExperimentService manages the life cycle of campaign experiments.CampaignExperimentServiceClient.ListCampaignExperimentAsyncErrorsFixedSizeCollection CampaignExperimentServiceClient.ListCampaignExperimentAsyncErrorsPage CampaignExperimentServiceClient.ListCampaignExperimentAsyncErrorsPagedResponse CampaignExperimentServiceGrpc CampaignExperimentService manages the life cycle of campaign experiments.CampaignExperimentServiceGrpc.CampaignExperimentServiceBlockingStub CampaignExperimentService manages the life cycle of campaign experiments.CampaignExperimentServiceGrpc.CampaignExperimentServiceFutureStub CampaignExperimentService manages the life cycle of campaign experiments.CampaignExperimentServiceGrpc.CampaignExperimentServiceImplBase CampaignExperimentService manages the life cycle of campaign experiments.CampaignExperimentServiceGrpc.CampaignExperimentServiceStub CampaignExperimentService manages the life cycle of campaign experiments.CampaignExperimentServiceProto CampaignExperimentServiceSettings Settings class to configure an instance ofCampaignExperimentServiceClient.CampaignExperimentServiceSettings.Builder Builder for CampaignExperimentServiceSettings.CampaignExtensionSettingOperation A single operation (create, update, remove) on a campaign extension setting.CampaignExtensionSettingOperation.Builder A single operation (create, update, remove) on a campaign extension setting.CampaignExtensionSettingServiceClient Service Description: Service to manage campaign extension settings.CampaignExtensionSettingServiceGrpc Service to manage campaign extension settings.CampaignExtensionSettingServiceGrpc.CampaignExtensionSettingServiceBlockingStub Service to manage campaign extension settings.CampaignExtensionSettingServiceGrpc.CampaignExtensionSettingServiceFutureStub Service to manage campaign extension settings.CampaignExtensionSettingServiceGrpc.CampaignExtensionSettingServiceImplBase Service to manage campaign extension settings.CampaignExtensionSettingServiceGrpc.CampaignExtensionSettingServiceStub Service to manage campaign extension settings.CampaignExtensionSettingServiceProto CampaignExtensionSettingServiceSettings Settings class to configure an instance ofCampaignExtensionSettingServiceClient.CampaignExtensionSettingServiceSettings.Builder Builder for CampaignExtensionSettingServiceSettings.CampaignFeedOperation A single operation (create, update, remove) on a campaign feed.CampaignFeedOperation.Builder A single operation (create, update, remove) on a campaign feed.CampaignFeedServiceClient Service Description: Service to manage campaign feeds.CampaignFeedServiceGrpc Service to manage campaign feeds.CampaignFeedServiceGrpc.CampaignFeedServiceBlockingStub Service to manage campaign feeds.CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub Service to manage campaign feeds.CampaignFeedServiceGrpc.CampaignFeedServiceImplBase Service to manage campaign feeds.CampaignFeedServiceGrpc.CampaignFeedServiceStub Service to manage campaign feeds.CampaignFeedServiceProto CampaignFeedServiceSettings Settings class to configure an instance ofCampaignFeedServiceClient.CampaignFeedServiceSettings.Builder Builder for CampaignFeedServiceSettings.CampaignLabelOperation A single operation (create, remove) on a campaign-label relationship.CampaignLabelOperation.Builder A single operation (create, remove) on a campaign-label relationship.CampaignLabelServiceClient Service Description: Service to manage labels on campaigns.CampaignLabelServiceGrpc Service to manage labels on campaigns.CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub Service to manage labels on campaigns.CampaignLabelServiceGrpc.CampaignLabelServiceFutureStub Service to manage labels on campaigns.CampaignLabelServiceGrpc.CampaignLabelServiceImplBase Service to manage labels on campaigns.CampaignLabelServiceGrpc.CampaignLabelServiceStub Service to manage labels on campaigns.CampaignLabelServiceProto CampaignLabelServiceSettings Settings class to configure an instance ofCampaignLabelServiceClient.CampaignLabelServiceSettings.Builder Builder for CampaignLabelServiceSettings.CampaignOperation A single operation (create, update, remove) on a campaign.CampaignOperation.Builder A single operation (create, update, remove) on a campaign.CampaignServiceClient Service Description: Service to manage campaigns.CampaignServiceGrpc Service to manage campaigns.CampaignServiceGrpc.CampaignServiceBlockingStub Service to manage campaigns.CampaignServiceGrpc.CampaignServiceFutureStub Service to manage campaigns.CampaignServiceGrpc.CampaignServiceImplBase Service to manage campaigns.CampaignServiceGrpc.CampaignServiceStub Service to manage campaigns.CampaignServiceProto CampaignServiceSettings Settings class to configure an instance ofCampaignServiceClient.CampaignServiceSettings.Builder Builder for CampaignServiceSettings.CampaignSharedSetOperation A single operation (create, remove) on an campaign shared set.CampaignSharedSetOperation.Builder A single operation (create, remove) on an campaign shared set.CampaignSharedSetServiceClient Service Description: Service to manage campaign shared sets.CampaignSharedSetServiceGrpc Service to manage campaign shared sets.CampaignSharedSetServiceGrpc.CampaignSharedSetServiceBlockingStub Service to manage campaign shared sets.CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub Service to manage campaign shared sets.CampaignSharedSetServiceGrpc.CampaignSharedSetServiceImplBase Service to manage campaign shared sets.CampaignSharedSetServiceGrpc.CampaignSharedSetServiceStub Service to manage campaign shared sets.CampaignSharedSetServiceProto CampaignSharedSetServiceSettings Settings class to configure an instance ofCampaignSharedSetServiceClient.CampaignSharedSetServiceSettings.Builder Builder for CampaignSharedSetServiceSettings.CartData Contains additional information about cart data.CartData.Builder Contains additional information about cart data.CartData.Item Contains data of the items purchased.CartData.Item.Builder Contains data of the items purchased.ClickConversion A click conversion.ClickConversion.Builder A click conversion.ClickConversionResult Identifying information for a successfully processed ClickConversion.ClickConversionResult.Builder Identifying information for a successfully processed ClickConversion.ConversionActionOperation A single operation (create, update, remove) on a conversion action.ConversionActionOperation.Builder A single operation (create, update, remove) on a conversion action.ConversionActionServiceClient Service Description: Service to manage conversion actions.ConversionActionServiceGrpc Service to manage conversion actions.ConversionActionServiceGrpc.ConversionActionServiceBlockingStub Service to manage conversion actions.ConversionActionServiceGrpc.ConversionActionServiceFutureStub Service to manage conversion actions.ConversionActionServiceGrpc.ConversionActionServiceImplBase Service to manage conversion actions.ConversionActionServiceGrpc.ConversionActionServiceStub Service to manage conversion actions.ConversionActionServiceProto ConversionActionServiceSettings Settings class to configure an instance ofConversionActionServiceClient.ConversionActionServiceSettings.Builder Builder for ConversionActionServiceSettings.ConversionAdjustment A conversion adjustment.ConversionAdjustment.Builder A conversion adjustment.ConversionAdjustmentResult Information identifying a successfully processed ConversionAdjustment.ConversionAdjustmentResult.Builder Information identifying a successfully processed ConversionAdjustment.ConversionAdjustmentUploadServiceClient Service Description: Service to upload conversion adjustments.ConversionAdjustmentUploadServiceGrpc Service to upload conversion adjustments.ConversionAdjustmentUploadServiceGrpc.ConversionAdjustmentUploadServiceBlockingStub Service to upload conversion adjustments.ConversionAdjustmentUploadServiceGrpc.ConversionAdjustmentUploadServiceFutureStub Service to upload conversion adjustments.ConversionAdjustmentUploadServiceGrpc.ConversionAdjustmentUploadServiceImplBase Service to upload conversion adjustments.ConversionAdjustmentUploadServiceGrpc.ConversionAdjustmentUploadServiceStub Service to upload conversion adjustments.ConversionAdjustmentUploadServiceProto ConversionAdjustmentUploadServiceSettings Settings class to configure an instance ofConversionAdjustmentUploadServiceClient.ConversionAdjustmentUploadServiceSettings.Builder Builder for ConversionAdjustmentUploadServiceSettings.ConversionCustomVariableOperation A single operation (create, update) on a conversion custom variable.ConversionCustomVariableOperation.Builder A single operation (create, update) on a conversion custom variable.ConversionCustomVariableServiceClient Service Description: Service to manage conversion custom variables.ConversionCustomVariableServiceGrpc Service to manage conversion custom variables.ConversionCustomVariableServiceGrpc.ConversionCustomVariableServiceBlockingStub Service to manage conversion custom variables.ConversionCustomVariableServiceGrpc.ConversionCustomVariableServiceFutureStub Service to manage conversion custom variables.ConversionCustomVariableServiceGrpc.ConversionCustomVariableServiceImplBase Service to manage conversion custom variables.ConversionCustomVariableServiceGrpc.ConversionCustomVariableServiceStub Service to manage conversion custom variables.ConversionCustomVariableServiceProto ConversionCustomVariableServiceSettings Settings class to configure an instance ofConversionCustomVariableServiceClient.ConversionCustomVariableServiceSettings.Builder Builder for ConversionCustomVariableServiceSettings.ConversionGoalCampaignConfigOperation A single operation (update) on a conversion goal campaign config.ConversionGoalCampaignConfigOperation.Builder A single operation (update) on a conversion goal campaign config.ConversionGoalCampaignConfigServiceClient Service Description: Service to manage conversion goal campaign config.ConversionGoalCampaignConfigServiceGrpc Service to manage conversion goal campaign config.ConversionGoalCampaignConfigServiceGrpc.ConversionGoalCampaignConfigServiceBlockingStub Service to manage conversion goal campaign config.ConversionGoalCampaignConfigServiceGrpc.ConversionGoalCampaignConfigServiceFutureStub Service to manage conversion goal campaign config.ConversionGoalCampaignConfigServiceGrpc.ConversionGoalCampaignConfigServiceImplBase Service to manage conversion goal campaign config.ConversionGoalCampaignConfigServiceGrpc.ConversionGoalCampaignConfigServiceStub Service to manage conversion goal campaign config.ConversionGoalCampaignConfigServiceProto ConversionGoalCampaignConfigServiceSettings Settings class to configure an instance ofConversionGoalCampaignConfigServiceClient.ConversionGoalCampaignConfigServiceSettings.Builder Builder for ConversionGoalCampaignConfigServiceSettings.ConversionUploadServiceClient Service Description: Service to upload conversions.ConversionUploadServiceGrpc Service to upload conversions.ConversionUploadServiceGrpc.ConversionUploadServiceBlockingStub Service to upload conversions.ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub Service to upload conversions.ConversionUploadServiceGrpc.ConversionUploadServiceImplBase Service to upload conversions.ConversionUploadServiceGrpc.ConversionUploadServiceStub Service to upload conversions.ConversionUploadServiceProto ConversionUploadServiceSettings Settings class to configure an instance ofConversionUploadServiceClient.ConversionUploadServiceSettings.Builder Builder for ConversionUploadServiceSettings.ConversionValueRuleOperation A single operation (create, update, remove) on a conversion value rule.ConversionValueRuleOperation.Builder A single operation (create, update, remove) on a conversion value rule.ConversionValueRuleServiceClient Service Description: Service to manage conversion value rules.ConversionValueRuleServiceGrpc Service to manage conversion value rules.ConversionValueRuleServiceGrpc.ConversionValueRuleServiceBlockingStub Service to manage conversion value rules.ConversionValueRuleServiceGrpc.ConversionValueRuleServiceFutureStub Service to manage conversion value rules.ConversionValueRuleServiceGrpc.ConversionValueRuleServiceImplBase Service to manage conversion value rules.ConversionValueRuleServiceGrpc.ConversionValueRuleServiceStub Service to manage conversion value rules.ConversionValueRuleServiceProto ConversionValueRuleServiceSettings Settings class to configure an instance ofConversionValueRuleServiceClient.ConversionValueRuleServiceSettings.Builder Builder for ConversionValueRuleServiceSettings.ConversionValueRuleSetOperation A single operation (create, update, remove) on a conversion value rule set.ConversionValueRuleSetOperation.Builder A single operation (create, update, remove) on a conversion value rule set.ConversionValueRuleSetServiceClient Service Description: Service to manage conversion value rule sets.ConversionValueRuleSetServiceGrpc Service to manage conversion value rule sets.ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceBlockingStub Service to manage conversion value rule sets.ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceFutureStub Service to manage conversion value rule sets.ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceImplBase Service to manage conversion value rule sets.ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceStub Service to manage conversion value rule sets.ConversionValueRuleSetServiceProto ConversionValueRuleSetServiceSettings Settings class to configure an instance ofConversionValueRuleSetServiceClient.ConversionValueRuleSetServiceSettings.Builder Builder for ConversionValueRuleSetServiceSettings.CreateAccountLinkRequest Request message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v10.services.AccountLinkService.CreateAccountLink].CreateAccountLinkRequest.Builder Request message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v10.services.AccountLinkService.CreateAccountLink].CreateAccountLinkResponse Response message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v10.services.AccountLinkService.CreateAccountLink].CreateAccountLinkResponse.Builder Response message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v10.services.AccountLinkService.CreateAccountLink].CreateCampaignExperimentMetadata Message used as metadata returned in Long Running Operations for CreateCampaignExperimentRequestCreateCampaignExperimentMetadata.Builder Message used as metadata returned in Long Running Operations for CreateCampaignExperimentRequestCreateCampaignExperimentRequest Request message for [CampaignExperimentService.CreateCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.CreateCampaignExperiment].CreateCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.CreateCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.CreateCampaignExperiment].CreateCustomerClientRequest Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v10.services.CustomerService.CreateCustomerClient].CreateCustomerClientRequest.Builder Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v10.services.CustomerService.CreateCustomerClient].CreateCustomerClientResponse Response message for CreateCustomerClient mutate.CreateCustomerClientResponse.Builder Response message for CreateCustomerClient mutate.CreateOfflineUserDataJobRequest Request message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v10.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CreateOfflineUserDataJobRequest.Builder Request message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v10.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CreateOfflineUserDataJobResponse Response message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v10.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CreateOfflineUserDataJobResponse.Builder Response message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v10.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CustomAudienceOperation A single operation (create, update) on a custom audience.CustomAudienceOperation.Builder A single operation (create, update) on a custom audience.CustomAudienceServiceClient Service Description: Service to manage custom audiences.CustomAudienceServiceGrpc Service to manage custom audiences.CustomAudienceServiceGrpc.CustomAudienceServiceBlockingStub Service to manage custom audiences.CustomAudienceServiceGrpc.CustomAudienceServiceFutureStub Service to manage custom audiences.CustomAudienceServiceGrpc.CustomAudienceServiceImplBase Service to manage custom audiences.CustomAudienceServiceGrpc.CustomAudienceServiceStub Service to manage custom audiences.CustomAudienceServiceProto CustomAudienceServiceSettings Settings class to configure an instance ofCustomAudienceServiceClient.CustomAudienceServiceSettings.Builder Builder for CustomAudienceServiceSettings.CustomConversionGoalOperation A single operation (create, remove) on a custom conversion goal.CustomConversionGoalOperation.Builder A single operation (create, remove) on a custom conversion goal.CustomConversionGoalServiceClient Service Description: Service to manage custom conversion goal.CustomConversionGoalServiceGrpc Service to manage custom conversion goal.CustomConversionGoalServiceGrpc.CustomConversionGoalServiceBlockingStub Service to manage custom conversion goal.CustomConversionGoalServiceGrpc.CustomConversionGoalServiceFutureStub Service to manage custom conversion goal.CustomConversionGoalServiceGrpc.CustomConversionGoalServiceImplBase Service to manage custom conversion goal.CustomConversionGoalServiceGrpc.CustomConversionGoalServiceStub Service to manage custom conversion goal.CustomConversionGoalServiceProto CustomConversionGoalServiceSettings Settings class to configure an instance ofCustomConversionGoalServiceClient.CustomConversionGoalServiceSettings.Builder Builder for CustomConversionGoalServiceSettings.CustomerAssetOperation A single operation (create, update, remove) on a customer asset.CustomerAssetOperation.Builder A single operation (create, update, remove) on a customer asset.CustomerAssetServiceClient Service Description: Service to manage customer assets.CustomerAssetServiceGrpc Service to manage customer assets.CustomerAssetServiceGrpc.CustomerAssetServiceBlockingStub Service to manage customer assets.CustomerAssetServiceGrpc.CustomerAssetServiceFutureStub Service to manage customer assets.CustomerAssetServiceGrpc.CustomerAssetServiceImplBase Service to manage customer assets.CustomerAssetServiceGrpc.CustomerAssetServiceStub Service to manage customer assets.CustomerAssetServiceProto CustomerAssetServiceSettings Settings class to configure an instance ofCustomerAssetServiceClient.CustomerAssetServiceSettings.Builder Builder for CustomerAssetServiceSettings.CustomerClientLinkOperation A single operation (create, update) on a CustomerClientLink.CustomerClientLinkOperation.Builder A single operation (create, update) on a CustomerClientLink.CustomerClientLinkServiceClient Service Description: Service to manage customer client links.CustomerClientLinkServiceGrpc Service to manage customer client links.CustomerClientLinkServiceGrpc.CustomerClientLinkServiceBlockingStub Service to manage customer client links.CustomerClientLinkServiceGrpc.CustomerClientLinkServiceFutureStub Service to manage customer client links.CustomerClientLinkServiceGrpc.CustomerClientLinkServiceImplBase Service to manage customer client links.CustomerClientLinkServiceGrpc.CustomerClientLinkServiceStub Service to manage customer client links.CustomerClientLinkServiceProto CustomerClientLinkServiceSettings Settings class to configure an instance ofCustomerClientLinkServiceClient.CustomerClientLinkServiceSettings.Builder Builder for CustomerClientLinkServiceSettings.CustomerConversionGoalOperation A single operation (update) on a customer conversion goal.CustomerConversionGoalOperation.Builder A single operation (update) on a customer conversion goal.CustomerConversionGoalServiceClient Service Description: Service to manage customer conversion goal.CustomerConversionGoalServiceGrpc Service to manage customer conversion goal.CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceBlockingStub Service to manage customer conversion goal.CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceFutureStub Service to manage customer conversion goal.CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceImplBase Service to manage customer conversion goal.CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub Service to manage customer conversion goal.CustomerConversionGoalServiceProto CustomerConversionGoalServiceSettings Settings class to configure an instance ofCustomerConversionGoalServiceClient.CustomerConversionGoalServiceSettings.Builder Builder for CustomerConversionGoalServiceSettings.CustomerCustomizerOperation A single operation (create, remove) on an customizer attribute.CustomerCustomizerOperation.Builder A single operation (create, remove) on an customizer attribute.CustomerCustomizerServiceClient Service Description: Service to manage customer customizerCustomerCustomizerServiceGrpc Service to manage customer customizerCustomerCustomizerServiceGrpc.CustomerCustomizerServiceBlockingStub Service to manage customer customizerCustomerCustomizerServiceGrpc.CustomerCustomizerServiceFutureStub Service to manage customer customizerCustomerCustomizerServiceGrpc.CustomerCustomizerServiceImplBase Service to manage customer customizerCustomerCustomizerServiceGrpc.CustomerCustomizerServiceStub Service to manage customer customizerCustomerCustomizerServiceProto CustomerCustomizerServiceSettings Settings class to configure an instance ofCustomerCustomizerServiceClient.CustomerCustomizerServiceSettings.Builder Builder for CustomerCustomizerServiceSettings.CustomerExtensionSettingOperation A single operation (create, update, remove) on a customer extension setting.CustomerExtensionSettingOperation.Builder A single operation (create, update, remove) on a customer extension setting.CustomerExtensionSettingServiceClient Service Description: Service to manage customer extension settings.CustomerExtensionSettingServiceGrpc Service to manage customer extension settings.CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceBlockingStub Service to manage customer extension settings.CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceFutureStub Service to manage customer extension settings.CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceImplBase Service to manage customer extension settings.CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceStub Service to manage customer extension settings.CustomerExtensionSettingServiceProto CustomerExtensionSettingServiceSettings Settings class to configure an instance ofCustomerExtensionSettingServiceClient.CustomerExtensionSettingServiceSettings.Builder Builder for CustomerExtensionSettingServiceSettings.CustomerFeedOperation A single operation (create, update, remove) on a customer feed.CustomerFeedOperation.Builder A single operation (create, update, remove) on a customer feed.CustomerFeedServiceClient Service Description: Service to manage customer feeds.CustomerFeedServiceGrpc Service to manage customer feeds.CustomerFeedServiceGrpc.CustomerFeedServiceBlockingStub Service to manage customer feeds.CustomerFeedServiceGrpc.CustomerFeedServiceFutureStub Service to manage customer feeds.CustomerFeedServiceGrpc.CustomerFeedServiceImplBase Service to manage customer feeds.CustomerFeedServiceGrpc.CustomerFeedServiceStub Service to manage customer feeds.CustomerFeedServiceProto CustomerFeedServiceSettings Settings class to configure an instance ofCustomerFeedServiceClient.CustomerFeedServiceSettings.Builder Builder for CustomerFeedServiceSettings.CustomerLabelOperation A single operation (create, remove) on a customer-label relationship.CustomerLabelOperation.Builder A single operation (create, remove) on a customer-label relationship.CustomerLabelServiceClient Service Description: Service to manage labels on customers.CustomerLabelServiceGrpc Service to manage labels on customers.CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub Service to manage labels on customers.CustomerLabelServiceGrpc.CustomerLabelServiceFutureStub Service to manage labels on customers.CustomerLabelServiceGrpc.CustomerLabelServiceImplBase Service to manage labels on customers.CustomerLabelServiceGrpc.CustomerLabelServiceStub Service to manage labels on customers.CustomerLabelServiceProto CustomerLabelServiceSettings Settings class to configure an instance ofCustomerLabelServiceClient.CustomerLabelServiceSettings.Builder Builder for CustomerLabelServiceSettings.CustomerManagerLinkOperation Updates the status of a CustomerManagerLink.CustomerManagerLinkOperation.Builder Updates the status of a CustomerManagerLink.CustomerManagerLinkServiceClient Service Description: Service to manage customer-manager links.CustomerManagerLinkServiceGrpc Service to manage customer-manager links.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub Service to manage customer-manager links.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub Service to manage customer-manager links.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceImplBase Service to manage customer-manager links.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceStub Service to manage customer-manager links.CustomerManagerLinkServiceProto CustomerManagerLinkServiceSettings Settings class to configure an instance ofCustomerManagerLinkServiceClient.CustomerManagerLinkServiceSettings.Builder Builder for CustomerManagerLinkServiceSettings.CustomerNegativeCriterionOperation A single operation (create or remove) on a customer level negative criterion.CustomerNegativeCriterionOperation.Builder A single operation (create or remove) on a customer level negative criterion.CustomerNegativeCriterionServiceClient Service Description: Service to manage customer negative criteria.CustomerNegativeCriterionServiceGrpc Service to manage customer negative criteria.CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceBlockingStub Service to manage customer negative criteria.CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub Service to manage customer negative criteria.CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceImplBase Service to manage customer negative criteria.CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceStub Service to manage customer negative criteria.CustomerNegativeCriterionServiceProto CustomerNegativeCriterionServiceSettings Settings class to configure an instance ofCustomerNegativeCriterionServiceClient.CustomerNegativeCriterionServiceSettings.Builder Builder for CustomerNegativeCriterionServiceSettings.CustomerOperation A single update on a customer.CustomerOperation.Builder A single update on a customer.CustomerServiceClient Service Description: Service to manage customers.CustomerServiceGrpc Service to manage customers.CustomerServiceGrpc.CustomerServiceBlockingStub Service to manage customers.CustomerServiceGrpc.CustomerServiceFutureStub Service to manage customers.CustomerServiceGrpc.CustomerServiceImplBase Service to manage customers.CustomerServiceGrpc.CustomerServiceStub Service to manage customers.CustomerServiceProto CustomerServiceSettings Settings class to configure an instance ofCustomerServiceClient.CustomerServiceSettings.Builder Builder for CustomerServiceSettings.CustomerUserAccessInvitationOperation A single operation (create or remove) on customer user access invitation.CustomerUserAccessInvitationOperation.Builder A single operation (create or remove) on customer user access invitation.CustomerUserAccessInvitationServiceClient Service Description: This service manages the access invitation extended to users for a given customer.CustomerUserAccessInvitationServiceGrpc This service manages the access invitation extended to users for a given customer.CustomerUserAccessInvitationServiceGrpc.CustomerUserAccessInvitationServiceBlockingStub This service manages the access invitation extended to users for a given customer.CustomerUserAccessInvitationServiceGrpc.CustomerUserAccessInvitationServiceFutureStub This service manages the access invitation extended to users for a given customer.CustomerUserAccessInvitationServiceGrpc.CustomerUserAccessInvitationServiceImplBase This service manages the access invitation extended to users for a given customer.CustomerUserAccessInvitationServiceGrpc.CustomerUserAccessInvitationServiceStub This service manages the access invitation extended to users for a given customer.CustomerUserAccessInvitationServiceProto CustomerUserAccessInvitationServiceSettings Settings class to configure an instance ofCustomerUserAccessInvitationServiceClient.CustomerUserAccessInvitationServiceSettings.Builder Builder for CustomerUserAccessInvitationServiceSettings.CustomerUserAccessOperation A single operation (update, remove) on customer user access.CustomerUserAccessOperation.Builder A single operation (update, remove) on customer user access.CustomerUserAccessServiceClient Service Description: This service manages the permissions of a user on a given customer.CustomerUserAccessServiceGrpc This service manages the permissions of a user on a given customer.CustomerUserAccessServiceGrpc.CustomerUserAccessServiceBlockingStub This service manages the permissions of a user on a given customer.CustomerUserAccessServiceGrpc.CustomerUserAccessServiceFutureStub This service manages the permissions of a user on a given customer.CustomerUserAccessServiceGrpc.CustomerUserAccessServiceImplBase This service manages the permissions of a user on a given customer.CustomerUserAccessServiceGrpc.CustomerUserAccessServiceStub This service manages the permissions of a user on a given customer.CustomerUserAccessServiceProto CustomerUserAccessServiceSettings Settings class to configure an instance ofCustomerUserAccessServiceClient.CustomerUserAccessServiceSettings.Builder Builder for CustomerUserAccessServiceSettings.CustomInterestOperation A single operation (create, update) on a custom interest.CustomInterestOperation.Builder A single operation (create, update) on a custom interest.CustomInterestServiceClient Service Description: Service to manage custom interests.CustomInterestServiceGrpc Service to manage custom interests.CustomInterestServiceGrpc.CustomInterestServiceBlockingStub Service to manage custom interests.CustomInterestServiceGrpc.CustomInterestServiceFutureStub Service to manage custom interests.CustomInterestServiceGrpc.CustomInterestServiceImplBase Service to manage custom interests.CustomInterestServiceGrpc.CustomInterestServiceStub Service to manage custom interests.CustomInterestServiceProto CustomInterestServiceSettings Settings class to configure an instance ofCustomInterestServiceClient.CustomInterestServiceSettings.Builder Builder for CustomInterestServiceSettings.CustomizerAttributeOperation A single operation (create, remove) on an customizer attribute.CustomizerAttributeOperation.Builder A single operation (create, remove) on an customizer attribute.CustomizerAttributeServiceClient Service Description: Service to manage customizer attributeCustomizerAttributeServiceGrpc Service to manage customizer attributeCustomizerAttributeServiceGrpc.CustomizerAttributeServiceBlockingStub Service to manage customizer attributeCustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub Service to manage customizer attributeCustomizerAttributeServiceGrpc.CustomizerAttributeServiceImplBase Service to manage customizer attributeCustomizerAttributeServiceGrpc.CustomizerAttributeServiceStub Service to manage customizer attributeCustomizerAttributeServiceProto CustomizerAttributeServiceSettings Settings class to configure an instance ofCustomizerAttributeServiceClient.CustomizerAttributeServiceSettings.Builder Builder for CustomizerAttributeServiceSettings.CustomVariable A custom variable.CustomVariable.Builder A custom variable.DismissRecommendationRequest Request message for [RecommendationService.DismissRecommendation][google.ads.googleads.v10.services.RecommendationService.DismissRecommendation].DismissRecommendationRequest.Builder Request message for [RecommendationService.DismissRecommendation][google.ads.googleads.v10.services.RecommendationService.DismissRecommendation].DismissRecommendationRequest.DismissRecommendationOperation Operation to dismiss a single recommendation identified by resource_name.DismissRecommendationRequest.DismissRecommendationOperation.Builder Operation to dismiss a single recommendation identified by resource_name.DismissRecommendationResponse Response message for [RecommendationService.DismissRecommendation][google.ads.googleads.v10.services.RecommendationService.DismissRecommendation].DismissRecommendationResponse.Builder Response message for [RecommendationService.DismissRecommendation][google.ads.googleads.v10.services.RecommendationService.DismissRecommendation].DismissRecommendationResponse.DismissRecommendationResult The result of dismissing a recommendation.DismissRecommendationResponse.DismissRecommendationResult.Builder The result of dismissing a recommendation.EffectiveFrequencyBreakdown A breakdown of the number of unique people reached at a given effective frequency.EffectiveFrequencyBreakdown.Builder A breakdown of the number of unique people reached at a given effective frequency.EffectiveFrequencyLimit Effective frequency limit.EffectiveFrequencyLimit.Builder Effective frequency limit.EndCampaignExperimentRequest Request message for [CampaignExperimentService.EndCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.EndCampaignExperiment].EndCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.EndCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.EndCampaignExperiment].EndExperimentRequest Request message for [ExperimentService.EndExperiment][google.ads.googleads.v10.services.ExperimentService.EndExperiment].EndExperimentRequest.Builder Request message for [ExperimentService.EndExperiment][google.ads.googleads.v10.services.ExperimentService.EndExperiment].ExperimentArmOperation A single operation on an experiment arm.ExperimentArmOperation.Builder A single operation on an experiment arm.ExperimentArmServiceClient Service Description: Service to manage experiment arms.ExperimentArmServiceGrpc Service to manage experiment arms.ExperimentArmServiceGrpc.ExperimentArmServiceBlockingStub Service to manage experiment arms.ExperimentArmServiceGrpc.ExperimentArmServiceFutureStub Service to manage experiment arms.ExperimentArmServiceGrpc.ExperimentArmServiceImplBase Service to manage experiment arms.ExperimentArmServiceGrpc.ExperimentArmServiceStub Service to manage experiment arms.ExperimentArmServiceProto ExperimentArmServiceSettings Settings class to configure an instance ofExperimentArmServiceClient.ExperimentArmServiceSettings.Builder Builder for ExperimentArmServiceSettings.ExperimentOperation A single operation on an experiment.ExperimentOperation.Builder A single operation on an experiment.ExperimentServiceClient Service Description: Service to manage experiments.ExperimentServiceClient.ListExperimentAsyncErrorsFixedSizeCollection ExperimentServiceClient.ListExperimentAsyncErrorsPage ExperimentServiceClient.ListExperimentAsyncErrorsPagedResponse ExperimentServiceGrpc Service to manage experiments.ExperimentServiceGrpc.ExperimentServiceBlockingStub Service to manage experiments.ExperimentServiceGrpc.ExperimentServiceFutureStub Service to manage experiments.ExperimentServiceGrpc.ExperimentServiceImplBase Service to manage experiments.ExperimentServiceGrpc.ExperimentServiceStub Service to manage experiments.ExperimentServiceProto ExperimentServiceSettings Settings class to configure an instance ofExperimentServiceClient.ExperimentServiceSettings.Builder Builder for ExperimentServiceSettings.ExtensionFeedItemOperation A single operation (create, update, remove) on an extension feed item.ExtensionFeedItemOperation.Builder A single operation (create, update, remove) on an extension feed item.ExtensionFeedItemServiceClient Service Description: Service to manage extension feed items.ExtensionFeedItemServiceGrpc Service to manage extension feed items.ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceBlockingStub Service to manage extension feed items.ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceFutureStub Service to manage extension feed items.ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceImplBase Service to manage extension feed items.ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceStub Service to manage extension feed items.ExtensionFeedItemServiceProto ExtensionFeedItemServiceSettings Settings class to configure an instance ofExtensionFeedItemServiceClient.ExtensionFeedItemServiceSettings.Builder Builder for ExtensionFeedItemServiceSettings.ExternalAttributionData Contains additional information about externally attributed conversions.ExternalAttributionData.Builder Contains additional information about externally attributed conversions.FeedItemOperation A single operation (create, update, remove) on an feed item.FeedItemOperation.Builder A single operation (create, update, remove) on an feed item.FeedItemServiceClient Service Description: Service to manage feed items.FeedItemServiceGrpc Service to manage feed items.FeedItemServiceGrpc.FeedItemServiceBlockingStub Service to manage feed items.FeedItemServiceGrpc.FeedItemServiceFutureStub Service to manage feed items.FeedItemServiceGrpc.FeedItemServiceImplBase Service to manage feed items.FeedItemServiceGrpc.FeedItemServiceStub Service to manage feed items.FeedItemServiceProto FeedItemServiceSettings Settings class to configure an instance ofFeedItemServiceClient.FeedItemServiceSettings.Builder Builder for FeedItemServiceSettings.FeedItemSetLinkOperation A single operation (create, update, remove) on a feed item set link.FeedItemSetLinkOperation.Builder A single operation (create, update, remove) on a feed item set link.FeedItemSetLinkServiceClient Service Description: Service to manage feed item set links.FeedItemSetLinkServiceGrpc Service to manage feed item set links.FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceBlockingStub Service to manage feed item set links.FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceFutureStub Service to manage feed item set links.FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceImplBase Service to manage feed item set links.FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceStub Service to manage feed item set links.FeedItemSetLinkServiceProto FeedItemSetLinkServiceSettings Settings class to configure an instance ofFeedItemSetLinkServiceClient.FeedItemSetLinkServiceSettings.Builder Builder for FeedItemSetLinkServiceSettings.FeedItemSetOperation A single operation (create, remove) on an feed item set.FeedItemSetOperation.Builder A single operation (create, remove) on an feed item set.FeedItemSetServiceClient Service Description: Service to manage feed Item SetFeedItemSetServiceGrpc Service to manage feed Item SetFeedItemSetServiceGrpc.FeedItemSetServiceBlockingStub Service to manage feed Item SetFeedItemSetServiceGrpc.FeedItemSetServiceFutureStub Service to manage feed Item SetFeedItemSetServiceGrpc.FeedItemSetServiceImplBase Service to manage feed Item SetFeedItemSetServiceGrpc.FeedItemSetServiceStub Service to manage feed Item SetFeedItemSetServiceProto FeedItemSetServiceSettings Settings class to configure an instance ofFeedItemSetServiceClient.FeedItemSetServiceSettings.Builder Builder for FeedItemSetServiceSettings.FeedItemTargetOperation A single operation (create, remove) on an feed item target.FeedItemTargetOperation.Builder A single operation (create, remove) on an feed item target.FeedItemTargetServiceClient Service Description: Service to manage feed item targets.FeedItemTargetServiceGrpc Service to manage feed item targets.FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub Service to manage feed item targets.FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub Service to manage feed item targets.FeedItemTargetServiceGrpc.FeedItemTargetServiceImplBase Service to manage feed item targets.FeedItemTargetServiceGrpc.FeedItemTargetServiceStub Service to manage feed item targets.FeedItemTargetServiceProto FeedItemTargetServiceSettings Settings class to configure an instance ofFeedItemTargetServiceClient.FeedItemTargetServiceSettings.Builder Builder for FeedItemTargetServiceSettings.FeedMappingOperation A single operation (create, remove) on a feed mapping.FeedMappingOperation.Builder A single operation (create, remove) on a feed mapping.FeedMappingServiceClient Service Description: Service to manage feed mappings.FeedMappingServiceGrpc Service to manage feed mappings.FeedMappingServiceGrpc.FeedMappingServiceBlockingStub Service to manage feed mappings.FeedMappingServiceGrpc.FeedMappingServiceFutureStub Service to manage feed mappings.FeedMappingServiceGrpc.FeedMappingServiceImplBase Service to manage feed mappings.FeedMappingServiceGrpc.FeedMappingServiceStub Service to manage feed mappings.FeedMappingServiceProto FeedMappingServiceSettings Settings class to configure an instance ofFeedMappingServiceClient.FeedMappingServiceSettings.Builder Builder for FeedMappingServiceSettings.FeedOperation A single operation (create, update, remove) on an feed.FeedOperation.Builder A single operation (create, update, remove) on an feed.FeedServiceClient Service Description: Service to manage feeds.FeedServiceGrpc Service to manage feeds.FeedServiceGrpc.FeedServiceBlockingStub Service to manage feeds.FeedServiceGrpc.FeedServiceFutureStub Service to manage feeds.FeedServiceGrpc.FeedServiceImplBase Service to manage feeds.FeedServiceGrpc.FeedServiceStub Service to manage feeds.FeedServiceProto FeedServiceSettings Settings class to configure an instance ofFeedServiceClient.FeedServiceSettings.Builder Builder for FeedServiceSettings.Forecast Forecasted traffic metrics for the planned products and targeting.Forecast.Builder Forecasted traffic metrics for the planned products and targeting.ForecastMetrics Forecast metrics.ForecastMetrics.Builder Forecast metrics.FrequencyCap A rule specifying the maximum number of times an ad can be shown to a user over a particular time period.FrequencyCap.Builder A rule specifying the maximum number of times an ad can be shown to a user over a particular time period.GclidDateTimePair Uniquely identifies a conversion that was reported without an order ID specified.GclidDateTimePair.Builder Uniquely identifies a conversion that was reported without an order ID specified.GenerateForecastCurveRequest Request message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastCurveRequest.Builder Request message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastCurveResponse Response message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastCurveResponse.Builder Response message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastMetricsRequest Request message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastMetricsRequest.Builder Request message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastMetricsResponse Response message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastMetricsResponse.Builder Response message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastTimeSeriesRequest Request message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateForecastTimeSeriesRequest.Builder Request message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateForecastTimeSeriesResponse Response message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateForecastTimeSeriesResponse.Builder Response message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v10.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateHistoricalMetricsRequest Request message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateHistoricalMetricsRequest.Builder Request message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateHistoricalMetricsResponse Response message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateHistoricalMetricsResponse.Builder Response message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v10.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateKeywordIdeaResponse Response message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v10.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateKeywordIdeaResponse.Builder Response message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v10.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateKeywordIdeaResult The result of generating keyword ideas.GenerateKeywordIdeaResult.Builder The result of generating keyword ideas.GenerateKeywordIdeasRequest Request message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v10.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateKeywordIdeasRequest.Builder Request message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v10.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateProductMixIdeasRequest Request message for [ReachPlanService.GenerateProductMixIdeas][google.ads.googleads.v10.services.ReachPlanService.GenerateProductMixIdeas].GenerateProductMixIdeasRequest.Builder Request message for [ReachPlanService.GenerateProductMixIdeas][google.ads.googleads.v10.services.ReachPlanService.GenerateProductMixIdeas].GenerateProductMixIdeasResponse The suggested product mix.GenerateProductMixIdeasResponse.Builder The suggested product mix.GenerateReachForecastRequest Request message for [ReachPlanService.GenerateReachForecast][google.ads.googleads.v10.services.ReachPlanService.GenerateReachForecast].GenerateReachForecastRequest.Builder Request message for [ReachPlanService.GenerateReachForecast][google.ads.googleads.v10.services.ReachPlanService.GenerateReachForecast].GenerateReachForecastResponse Response message containing the generated reach curve.GenerateReachForecastResponse.Builder Response message containing the generated reach curve.GeoTargetConstantServiceClient Service Description: Service to fetch geo target constants.GeoTargetConstantServiceGrpc Service to fetch geo target constants.GeoTargetConstantServiceGrpc.GeoTargetConstantServiceBlockingStub Service to fetch geo target constants.GeoTargetConstantServiceGrpc.GeoTargetConstantServiceFutureStub Service to fetch geo target constants.GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase Service to fetch geo target constants.GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub Service to fetch geo target constants.GeoTargetConstantServiceProto GeoTargetConstantServiceSettings Settings class to configure an instance ofGeoTargetConstantServiceClient.GeoTargetConstantServiceSettings.Builder Builder for GeoTargetConstantServiceSettings.GeoTargetConstantSuggestion A geo target constant suggestion.GeoTargetConstantSuggestion.Builder A geo target constant suggestion.GetAdRequest Request message for [AdService.GetAd][google.ads.googleads.v10.services.AdService.GetAd].GetAdRequest.Builder Request message for [AdService.GetAd][google.ads.googleads.v10.services.AdService.GetAd].GetGoogleAdsFieldRequest Request message for [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v10.services.GoogleAdsFieldService.GetGoogleAdsField].GetGoogleAdsFieldRequest.Builder Request message for [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v10.services.GoogleAdsFieldService.GetGoogleAdsField].GetMerchantCenterLinkRequest Request message for [MerchantCenterLinkService.GetMerchantCenterLink][google.ads.googleads.v10.services.MerchantCenterLinkService.GetMerchantCenterLink].GetMerchantCenterLinkRequest.Builder Request message for [MerchantCenterLinkService.GetMerchantCenterLink][google.ads.googleads.v10.services.MerchantCenterLinkService.GetMerchantCenterLink].GoogleAdsFieldServiceClient Service Description: Service to fetch Google Ads API fields.GoogleAdsFieldServiceClient.SearchGoogleAdsFieldsFixedSizeCollection GoogleAdsFieldServiceClient.SearchGoogleAdsFieldsPage GoogleAdsFieldServiceClient.SearchGoogleAdsFieldsPagedResponse GoogleAdsFieldServiceGrpc Service to fetch Google Ads API fields.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub Service to fetch Google Ads API fields.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub Service to fetch Google Ads API fields.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceImplBase Service to fetch Google Ads API fields.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub Service to fetch Google Ads API fields.GoogleAdsFieldServiceProto GoogleAdsFieldServiceSettings Settings class to configure an instance ofGoogleAdsFieldServiceClient.GoogleAdsFieldServiceSettings.Builder Builder for GoogleAdsFieldServiceSettings.GoogleAdsRow A returned row from the query.GoogleAdsRow.Builder A returned row from the query.GoogleAdsServiceClient Service Description: Service to fetch data and metrics across resources.GoogleAdsServiceClient.SearchFixedSizeCollection GoogleAdsServiceClient.SearchPage GoogleAdsServiceClient.SearchPagedResponse GoogleAdsServiceGrpc Service to fetch data and metrics across resources.GoogleAdsServiceGrpc.GoogleAdsServiceBlockingStub Service to fetch data and metrics across resources.GoogleAdsServiceGrpc.GoogleAdsServiceFutureStub Service to fetch data and metrics across resources.GoogleAdsServiceGrpc.GoogleAdsServiceImplBase Service to fetch data and metrics across resources.GoogleAdsServiceGrpc.GoogleAdsServiceStub Service to fetch data and metrics across resources.GoogleAdsServiceProto GoogleAdsServiceSettings Settings class to configure an instance ofGoogleAdsServiceClient.GoogleAdsServiceSettings.Builder Builder for GoogleAdsServiceSettings.GraduateCampaignExperimentRequest Request message for [CampaignExperimentService.GraduateCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.GraduateCampaignExperiment].GraduateCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.GraduateCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.GraduateCampaignExperiment].GraduateCampaignExperimentResponse Response message for campaign experiment graduate.GraduateCampaignExperimentResponse.Builder Response message for campaign experiment graduate.GraduateExperimentRequest Request message for [ExperimentService.GraduateExperiment][google.ads.googleads.v10.services.ExperimentService.GraduateExperiment].GraduateExperimentRequest.Builder Request message for [ExperimentService.GraduateExperiment][google.ads.googleads.v10.services.ExperimentService.GraduateExperiment].InvoiceServiceClient Service Description: A service to fetch invoices issued for a billing setup during a given month.InvoiceServiceGrpc A service to fetch invoices issued for a billing setup during a given month.InvoiceServiceGrpc.InvoiceServiceBlockingStub A service to fetch invoices issued for a billing setup during a given month.InvoiceServiceGrpc.InvoiceServiceFutureStub A service to fetch invoices issued for a billing setup during a given month.InvoiceServiceGrpc.InvoiceServiceImplBase A service to fetch invoices issued for a billing setup during a given month.InvoiceServiceGrpc.InvoiceServiceStub A service to fetch invoices issued for a billing setup during a given month.InvoiceServiceProto InvoiceServiceSettings Settings class to configure an instance ofInvoiceServiceClient.InvoiceServiceSettings.Builder Builder for InvoiceServiceSettings.KeywordAndUrlSeed Keyword And Url SeedKeywordAndUrlSeed.Builder Keyword And Url SeedKeywordPlanAdGroupForecast An ad group forecast.KeywordPlanAdGroupForecast.Builder An ad group forecast.KeywordPlanAdGroupKeywordOperation A single operation (create, update, remove) on a Keyword Plan ad group keyword.KeywordPlanAdGroupKeywordOperation.Builder A single operation (create, update, remove) on a Keyword Plan ad group keyword.KeywordPlanAdGroupKeywordServiceClient Service Description: Service to manage Keyword Plan ad group keywords.KeywordPlanAdGroupKeywordServiceGrpc Service to manage Keyword Plan ad group keywords.KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceBlockingStub Service to manage Keyword Plan ad group keywords.KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceFutureStub Service to manage Keyword Plan ad group keywords.KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceImplBase Service to manage Keyword Plan ad group keywords.KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceStub Service to manage Keyword Plan ad group keywords.KeywordPlanAdGroupKeywordServiceProto KeywordPlanAdGroupKeywordServiceSettings Settings class to configure an instance ofKeywordPlanAdGroupKeywordServiceClient.KeywordPlanAdGroupKeywordServiceSettings.Builder Builder for KeywordPlanAdGroupKeywordServiceSettings.KeywordPlanAdGroupOperation A single operation (create, update, remove) on a Keyword Plan ad group.KeywordPlanAdGroupOperation.Builder A single operation (create, update, remove) on a Keyword Plan ad group.KeywordPlanAdGroupServiceClient Service Description: Service to manage Keyword Plan ad groups.KeywordPlanAdGroupServiceGrpc Service to manage Keyword Plan ad groups.KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceBlockingStub Service to manage Keyword Plan ad groups.KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceFutureStub Service to manage Keyword Plan ad groups.KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceImplBase Service to manage Keyword Plan ad groups.KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceStub Service to manage Keyword Plan ad groups.KeywordPlanAdGroupServiceProto KeywordPlanAdGroupServiceSettings Settings class to configure an instance ofKeywordPlanAdGroupServiceClient.KeywordPlanAdGroupServiceSettings.Builder Builder for KeywordPlanAdGroupServiceSettings.KeywordPlanCampaignForecast A campaign forecast.KeywordPlanCampaignForecast.Builder A campaign forecast.KeywordPlanCampaignForecastCurve The forecast curve for the campaign.KeywordPlanCampaignForecastCurve.Builder The forecast curve for the campaign.KeywordPlanCampaignKeywordOperation A single operation (create, update, remove) on a Keyword Plan campaign keyword.KeywordPlanCampaignKeywordOperation.Builder A single operation (create, update, remove) on a Keyword Plan campaign keyword.KeywordPlanCampaignKeywordServiceClient Service Description: Service to manage Keyword Plan campaign keywords.KeywordPlanCampaignKeywordServiceGrpc Service to manage Keyword Plan campaign keywords.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub Service to manage Keyword Plan campaign keywords.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub Service to manage Keyword Plan campaign keywords.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceImplBase Service to manage Keyword Plan campaign keywords.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub Service to manage Keyword Plan campaign keywords.KeywordPlanCampaignKeywordServiceProto KeywordPlanCampaignKeywordServiceSettings Settings class to configure an instance ofKeywordPlanCampaignKeywordServiceClient.KeywordPlanCampaignKeywordServiceSettings.Builder Builder for KeywordPlanCampaignKeywordServiceSettings.KeywordPlanCampaignOperation A single operation (create, update, remove) on a Keyword Plan campaign.KeywordPlanCampaignOperation.Builder A single operation (create, update, remove) on a Keyword Plan campaign.KeywordPlanCampaignServiceClient Service Description: Service to manage Keyword Plan campaigns.KeywordPlanCampaignServiceGrpc Service to manage Keyword Plan campaigns.KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceBlockingStub Service to manage Keyword Plan campaigns.KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceFutureStub Service to manage Keyword Plan campaigns.KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase Service to manage Keyword Plan campaigns.KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceStub Service to manage Keyword Plan campaigns.KeywordPlanCampaignServiceProto KeywordPlanCampaignServiceSettings Settings class to configure an instance ofKeywordPlanCampaignServiceClient.KeywordPlanCampaignServiceSettings.Builder Builder for KeywordPlanCampaignServiceSettings.KeywordPlanIdeaServiceClient Service Description: Service to generate keyword ideas.KeywordPlanIdeaServiceClient.GenerateKeywordIdeasFixedSizeCollection KeywordPlanIdeaServiceClient.GenerateKeywordIdeasPage KeywordPlanIdeaServiceClient.GenerateKeywordIdeasPagedResponse KeywordPlanIdeaServiceGrpc Service to generate keyword ideas.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceBlockingStub Service to generate keyword ideas.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub Service to generate keyword ideas.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase Service to generate keyword ideas.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub Service to generate keyword ideas.KeywordPlanIdeaServiceProto KeywordPlanIdeaServiceSettings Settings class to configure an instance ofKeywordPlanIdeaServiceClient.KeywordPlanIdeaServiceSettings.Builder Builder for KeywordPlanIdeaServiceSettings.KeywordPlanKeywordForecast A keyword forecast.KeywordPlanKeywordForecast.Builder A keyword forecast.KeywordPlanKeywordHistoricalMetrics A keyword historical metrics.KeywordPlanKeywordHistoricalMetrics.Builder A keyword historical metrics.KeywordPlanMaxCpcBidForecast The forecast of the campaign at a specific bid.KeywordPlanMaxCpcBidForecast.Builder The forecast of the campaign at a specific bid.KeywordPlanMaxCpcBidForecastCurve The max cpc bid forecast curve.KeywordPlanMaxCpcBidForecastCurve.Builder The max cpc bid forecast curve.KeywordPlanOperation A single operation (create, update, remove) on a keyword plan.KeywordPlanOperation.Builder A single operation (create, update, remove) on a keyword plan.KeywordPlanServiceClient Service Description: Service to manage keyword plans.KeywordPlanServiceGrpc Service to manage keyword plans.KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub Service to manage keyword plans.KeywordPlanServiceGrpc.KeywordPlanServiceFutureStub Service to manage keyword plans.KeywordPlanServiceGrpc.KeywordPlanServiceImplBase Service to manage keyword plans.KeywordPlanServiceGrpc.KeywordPlanServiceStub Service to manage keyword plans.KeywordPlanServiceProto KeywordPlanServiceSettings Settings class to configure an instance ofKeywordPlanServiceClient.KeywordPlanServiceSettings.Builder Builder for KeywordPlanServiceSettings.KeywordPlanWeeklyForecast The forecast of the campaign for the week starting start_date.KeywordPlanWeeklyForecast.Builder The forecast of the campaign for the week starting start_date.KeywordPlanWeeklyTimeSeriesForecast The weekly time series forecast for the keyword plan campaign.KeywordPlanWeeklyTimeSeriesForecast.Builder The weekly time series forecast for the keyword plan campaign.KeywordSeed Keyword SeedKeywordSeed.Builder Keyword SeedKeywordThemeConstantServiceClient Service Description: Service to fetch Smart Campaign keyword themes.KeywordThemeConstantServiceGrpc Service to fetch Smart Campaign keyword themes.KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceBlockingStub Service to fetch Smart Campaign keyword themes.KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub Service to fetch Smart Campaign keyword themes.KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase Service to fetch Smart Campaign keyword themes.KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceStub Service to fetch Smart Campaign keyword themes.KeywordThemeConstantServiceProto KeywordThemeConstantServiceSettings Settings class to configure an instance ofKeywordThemeConstantServiceClient.KeywordThemeConstantServiceSettings.Builder Builder for KeywordThemeConstantServiceSettings.LabelOperation A single operation (create, remove, update) on a label.LabelOperation.Builder A single operation (create, remove, update) on a label.LabelServiceClient Service Description: Service to manage labels.LabelServiceGrpc Service to manage labels.LabelServiceGrpc.LabelServiceBlockingStub Service to manage labels.LabelServiceGrpc.LabelServiceFutureStub Service to manage labels.LabelServiceGrpc.LabelServiceImplBase Service to manage labels.LabelServiceGrpc.LabelServiceStub Service to manage labels.LabelServiceProto LabelServiceSettings Settings class to configure an instance ofLabelServiceClient.LabelServiceSettings.Builder Builder for LabelServiceSettings.ListAccessibleCustomersRequest Request message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v10.services.CustomerService.ListAccessibleCustomers].ListAccessibleCustomersRequest.Builder Request message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v10.services.CustomerService.ListAccessibleCustomers].ListAccessibleCustomersResponse Response message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v10.services.CustomerService.ListAccessibleCustomers].ListAccessibleCustomersResponse.Builder Response message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v10.services.CustomerService.ListAccessibleCustomers].ListBatchJobResultsRequest Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v10.services.BatchJobService.ListBatchJobResults].ListBatchJobResultsRequest.Builder Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v10.services.BatchJobService.ListBatchJobResults].ListBatchJobResultsResponse Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v10.services.BatchJobService.ListBatchJobResults].ListBatchJobResultsResponse.Builder Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v10.services.BatchJobService.ListBatchJobResults].ListCampaignDraftAsyncErrorsRequest Request message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v10.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignDraftAsyncErrorsRequest.Builder Request message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v10.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignDraftAsyncErrorsResponse Response message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v10.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignDraftAsyncErrorsResponse.Builder Response message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v10.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignExperimentAsyncErrorsRequest Request message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v10.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListCampaignExperimentAsyncErrorsRequest.Builder Request message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v10.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListCampaignExperimentAsyncErrorsResponse Response message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v10.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListCampaignExperimentAsyncErrorsResponse.Builder Response message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v10.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListExperimentAsyncErrorsRequest Request message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v10.services.ExperimentService.ListExperimentAsyncErrors].ListExperimentAsyncErrorsRequest.Builder Request message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v10.services.ExperimentService.ListExperimentAsyncErrors].ListExperimentAsyncErrorsResponse Response message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v10.services.ExperimentService.ListExperimentAsyncErrors].ListExperimentAsyncErrorsResponse.Builder Response message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v10.services.ExperimentService.ListExperimentAsyncErrors].ListInvoicesRequest Request message for fetching the invoices of a given billing setup that were issued during a given month.ListInvoicesRequest.Builder Request message for fetching the invoices of a given billing setup that were issued during a given month.ListInvoicesResponse Response message for [InvoiceService.ListInvoices][google.ads.googleads.v10.services.InvoiceService.ListInvoices].ListInvoicesResponse.Builder Response message for [InvoiceService.ListInvoices][google.ads.googleads.v10.services.InvoiceService.ListInvoices].ListMerchantCenterLinksRequest Request message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v10.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListMerchantCenterLinksRequest.Builder Request message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v10.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListMerchantCenterLinksResponse Response message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v10.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListMerchantCenterLinksResponse.Builder Response message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v10.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListPaymentsAccountsRequest Request message for fetching all accessible payments accounts.ListPaymentsAccountsRequest.Builder Request message for fetching all accessible payments accounts.ListPaymentsAccountsResponse Response message for [PaymentsAccountService.ListPaymentsAccounts][google.ads.googleads.v10.services.PaymentsAccountService.ListPaymentsAccounts].ListPaymentsAccountsResponse.Builder Response message for [PaymentsAccountService.ListPaymentsAccounts][google.ads.googleads.v10.services.PaymentsAccountService.ListPaymentsAccounts].ListPlannableLocationsRequest Request message for [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].ListPlannableLocationsRequest.Builder Request message for [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].ListPlannableLocationsResponse The list of plannable locations.ListPlannableLocationsResponse.Builder The list of plannable locations.ListPlannableProductsRequest Request to list available products in a given location.ListPlannableProductsRequest.Builder Request to list available products in a given location.ListPlannableProductsResponse A response with all available products.ListPlannableProductsResponse.Builder A response with all available products.MediaFileOperation A single operation to create media file.MediaFileOperation.Builder A single operation to create media file.MediaFileServiceClient Service Description: Service to manage media files.MediaFileServiceGrpc Service to manage media files.MediaFileServiceGrpc.MediaFileServiceBlockingStub Service to manage media files.MediaFileServiceGrpc.MediaFileServiceFutureStub Service to manage media files.MediaFileServiceGrpc.MediaFileServiceImplBase Service to manage media files.MediaFileServiceGrpc.MediaFileServiceStub Service to manage media files.MediaFileServiceProto MediaFileServiceSettings Settings class to configure an instance ofMediaFileServiceClient.MediaFileServiceSettings.Builder Builder for MediaFileServiceSettings.MerchantCenterLinkOperation A single update on a Merchant Center link.MerchantCenterLinkOperation.Builder A single update on a Merchant Center link.MerchantCenterLinkServiceClient Service Description: This service allows management of links between Google Ads and Google Merchant Center.MerchantCenterLinkServiceGrpc This service allows management of links between Google Ads and Google Merchant Center.MerchantCenterLinkServiceGrpc.MerchantCenterLinkServiceBlockingStub This service allows management of links between Google Ads and Google Merchant Center.MerchantCenterLinkServiceGrpc.MerchantCenterLinkServiceFutureStub This service allows management of links between Google Ads and Google Merchant Center.MerchantCenterLinkServiceGrpc.MerchantCenterLinkServiceImplBase This service allows management of links between Google Ads and Google Merchant Center.MerchantCenterLinkServiceGrpc.MerchantCenterLinkServiceStub This service allows management of links between Google Ads and Google Merchant Center.MerchantCenterLinkServiceProto MerchantCenterLinkServiceSettings Settings class to configure an instance ofMerchantCenterLinkServiceClient.MerchantCenterLinkServiceSettings.Builder Builder for MerchantCenterLinkServiceSettings.MoveManagerLinkRequest Request message for [CustomerManagerLinkService.MoveManagerLink][google.ads.googleads.v10.services.CustomerManagerLinkService.MoveManagerLink].MoveManagerLinkRequest.Builder Request message for [CustomerManagerLinkService.MoveManagerLink][google.ads.googleads.v10.services.CustomerManagerLinkService.MoveManagerLink].MoveManagerLinkResponse Response message for a CustomerManagerLink moveManagerLink.MoveManagerLinkResponse.Builder Response message for a CustomerManagerLink moveManagerLink.MutateAccountBudgetProposalRequest Request message for [AccountBudgetProposalService.MutateAccountBudgetProposal][google.ads.googleads.v10.services.AccountBudgetProposalService.MutateAccountBudgetProposal].MutateAccountBudgetProposalRequest.Builder Request message for [AccountBudgetProposalService.MutateAccountBudgetProposal][google.ads.googleads.v10.services.AccountBudgetProposalService.MutateAccountBudgetProposal].MutateAccountBudgetProposalResponse Response message for account-level budget mutate operations.MutateAccountBudgetProposalResponse.Builder Response message for account-level budget mutate operations.MutateAccountBudgetProposalResult The result for the account budget proposal mutate.MutateAccountBudgetProposalResult.Builder The result for the account budget proposal mutate.MutateAccountLinkRequest Request message for [AccountLinkService.MutateAccountLink][google.ads.googleads.v10.services.AccountLinkService.MutateAccountLink].MutateAccountLinkRequest.Builder Request message for [AccountLinkService.MutateAccountLink][google.ads.googleads.v10.services.AccountLinkService.MutateAccountLink].MutateAccountLinkResponse Response message for account link mutate.MutateAccountLinkResponse.Builder Response message for account link mutate.MutateAccountLinkResult The result for the account link mutate.MutateAccountLinkResult.Builder The result for the account link mutate.MutateAdGroupAdLabelResult The result for an ad group ad label mutate.MutateAdGroupAdLabelResult.Builder The result for an ad group ad label mutate.MutateAdGroupAdLabelsRequest Request message for [AdGroupAdLabelService.MutateAdGroupAdLabels][google.ads.googleads.v10.services.AdGroupAdLabelService.MutateAdGroupAdLabels].MutateAdGroupAdLabelsRequest.Builder Request message for [AdGroupAdLabelService.MutateAdGroupAdLabels][google.ads.googleads.v10.services.AdGroupAdLabelService.MutateAdGroupAdLabels].MutateAdGroupAdLabelsResponse Response message for an ad group ad labels mutate.MutateAdGroupAdLabelsResponse.Builder Response message for an ad group ad labels mutate.MutateAdGroupAdResult The result for the ad mutate.MutateAdGroupAdResult.Builder The result for the ad mutate.MutateAdGroupAdsRequest Request message for [AdGroupAdService.MutateAdGroupAds][google.ads.googleads.v10.services.AdGroupAdService.MutateAdGroupAds].MutateAdGroupAdsRequest.Builder Request message for [AdGroupAdService.MutateAdGroupAds][google.ads.googleads.v10.services.AdGroupAdService.MutateAdGroupAds].MutateAdGroupAdsResponse Response message for an ad group ad mutate.MutateAdGroupAdsResponse.Builder Response message for an ad group ad mutate.MutateAdGroupAssetResult The result for the ad group asset mutate.MutateAdGroupAssetResult.Builder The result for the ad group asset mutate.MutateAdGroupAssetsRequest Request message for [AdGroupAssetService.MutateAdGroupAssets][google.ads.googleads.v10.services.AdGroupAssetService.MutateAdGroupAssets].MutateAdGroupAssetsRequest.Builder Request message for [AdGroupAssetService.MutateAdGroupAssets][google.ads.googleads.v10.services.AdGroupAssetService.MutateAdGroupAssets].MutateAdGroupAssetsResponse Response message for an ad group asset mutate.MutateAdGroupAssetsResponse.Builder Response message for an ad group asset mutate.MutateAdGroupBidModifierResult The result for the criterion mutate.MutateAdGroupBidModifierResult.Builder The result for the criterion mutate.MutateAdGroupBidModifiersRequest Request message for [AdGroupBidModifierService.MutateAdGroupBidModifiers][google.ads.googleads.v10.services.AdGroupBidModifierService.MutateAdGroupBidModifiers].MutateAdGroupBidModifiersRequest.Builder Request message for [AdGroupBidModifierService.MutateAdGroupBidModifiers][google.ads.googleads.v10.services.AdGroupBidModifierService.MutateAdGroupBidModifiers].MutateAdGroupBidModifiersResponse Response message for ad group bid modifiers mutate.MutateAdGroupBidModifiersResponse.Builder Response message for ad group bid modifiers mutate.MutateAdGroupCriteriaRequest Request message for [AdGroupCriterionService.MutateAdGroupCriteria][google.ads.googleads.v10.services.AdGroupCriterionService.MutateAdGroupCriteria].MutateAdGroupCriteriaRequest.Builder Request message for [AdGroupCriterionService.MutateAdGroupCriteria][google.ads.googleads.v10.services.AdGroupCriterionService.MutateAdGroupCriteria].MutateAdGroupCriteriaResponse Response message for an ad group criterion mutate.MutateAdGroupCriteriaResponse.Builder Response message for an ad group criterion mutate.MutateAdGroupCriterionCustomizerResult The result for the ad group criterion customizer mutate.MutateAdGroupCriterionCustomizerResult.Builder The result for the ad group criterion customizer mutate.MutateAdGroupCriterionCustomizersRequest Request message for [AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers][google.ads.googleads.v10.services.AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers].MutateAdGroupCriterionCustomizersRequest.Builder Request message for [AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers][google.ads.googleads.v10.services.AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers].MutateAdGroupCriterionCustomizersResponse Response message for an ad group criterion customizer mutate.MutateAdGroupCriterionCustomizersResponse.Builder Response message for an ad group criterion customizer mutate.MutateAdGroupCriterionLabelResult The result for an ad group criterion label mutate.MutateAdGroupCriterionLabelResult.Builder The result for an ad group criterion label mutate.MutateAdGroupCriterionLabelsRequest Request message for [AdGroupCriterionLabelService.MutateAdGroupCriterionLabels][google.ads.googleads.v10.services.AdGroupCriterionLabelService.MutateAdGroupCriterionLabels].MutateAdGroupCriterionLabelsRequest.Builder Request message for [AdGroupCriterionLabelService.MutateAdGroupCriterionLabels][google.ads.googleads.v10.services.AdGroupCriterionLabelService.MutateAdGroupCriterionLabels].MutateAdGroupCriterionLabelsResponse Response message for an ad group criterion labels mutate.MutateAdGroupCriterionLabelsResponse.Builder Response message for an ad group criterion labels mutate.MutateAdGroupCriterionResult The result for the criterion mutate.MutateAdGroupCriterionResult.Builder The result for the criterion mutate.MutateAdGroupCustomizerResult The result for the ad group customizer mutate.MutateAdGroupCustomizerResult.Builder The result for the ad group customizer mutate.MutateAdGroupCustomizersRequest Request message for [AdGroupCustomizerService.MutateAdGroupCustomizers][google.ads.googleads.v10.services.AdGroupCustomizerService.MutateAdGroupCustomizers].MutateAdGroupCustomizersRequest.Builder Request message for [AdGroupCustomizerService.MutateAdGroupCustomizers][google.ads.googleads.v10.services.AdGroupCustomizerService.MutateAdGroupCustomizers].MutateAdGroupCustomizersResponse Response message for an ad group customizer mutate.MutateAdGroupCustomizersResponse.Builder Response message for an ad group customizer mutate.MutateAdGroupExtensionSettingResult The result for the ad group extension setting mutate.MutateAdGroupExtensionSettingResult.Builder The result for the ad group extension setting mutate.MutateAdGroupExtensionSettingsRequest Request message for [AdGroupExtensionSettingService.MutateAdGroupExtensionSettings][google.ads.googleads.v10.services.AdGroupExtensionSettingService.MutateAdGroupExtensionSettings].MutateAdGroupExtensionSettingsRequest.Builder Request message for [AdGroupExtensionSettingService.MutateAdGroupExtensionSettings][google.ads.googleads.v10.services.AdGroupExtensionSettingService.MutateAdGroupExtensionSettings].MutateAdGroupExtensionSettingsResponse Response message for an ad group extension setting mutate.MutateAdGroupExtensionSettingsResponse.Builder Response message for an ad group extension setting mutate.MutateAdGroupFeedResult The result for the ad group feed mutate.MutateAdGroupFeedResult.Builder The result for the ad group feed mutate.MutateAdGroupFeedsRequest Request message for [AdGroupFeedService.MutateAdGroupFeeds][google.ads.googleads.v10.services.AdGroupFeedService.MutateAdGroupFeeds].MutateAdGroupFeedsRequest.Builder Request message for [AdGroupFeedService.MutateAdGroupFeeds][google.ads.googleads.v10.services.AdGroupFeedService.MutateAdGroupFeeds].MutateAdGroupFeedsResponse Response message for an ad group feed mutate.MutateAdGroupFeedsResponse.Builder Response message for an ad group feed mutate.MutateAdGroupLabelResult The result for an ad group label mutate.MutateAdGroupLabelResult.Builder The result for an ad group label mutate.MutateAdGroupLabelsRequest Request message for [AdGroupLabelService.MutateAdGroupLabels][google.ads.googleads.v10.services.AdGroupLabelService.MutateAdGroupLabels].MutateAdGroupLabelsRequest.Builder Request message for [AdGroupLabelService.MutateAdGroupLabels][google.ads.googleads.v10.services.AdGroupLabelService.MutateAdGroupLabels].MutateAdGroupLabelsResponse Response message for an ad group labels mutate.MutateAdGroupLabelsResponse.Builder Response message for an ad group labels mutate.MutateAdGroupResult The result for the ad group mutate.MutateAdGroupResult.Builder The result for the ad group mutate.MutateAdGroupsRequest Request message for [AdGroupService.MutateAdGroups][google.ads.googleads.v10.services.AdGroupService.MutateAdGroups].MutateAdGroupsRequest.Builder Request message for [AdGroupService.MutateAdGroups][google.ads.googleads.v10.services.AdGroupService.MutateAdGroups].MutateAdGroupsResponse Response message for an ad group mutate.MutateAdGroupsResponse.Builder Response message for an ad group mutate.MutateAdParameterResult The result for the ad parameter mutate.MutateAdParameterResult.Builder The result for the ad parameter mutate.MutateAdParametersRequest Request message for [AdParameterService.MutateAdParameters][google.ads.googleads.v10.services.AdParameterService.MutateAdParameters]MutateAdParametersRequest.Builder Request message for [AdParameterService.MutateAdParameters][google.ads.googleads.v10.services.AdParameterService.MutateAdParameters]MutateAdParametersResponse Response message for an ad parameter mutate.MutateAdParametersResponse.Builder Response message for an ad parameter mutate.MutateAdResult The result for the ad mutate.MutateAdResult.Builder The result for the ad mutate.MutateAdsRequest Request message for [AdService.MutateAds][google.ads.googleads.v10.services.AdService.MutateAds].MutateAdsRequest.Builder Request message for [AdService.MutateAds][google.ads.googleads.v10.services.AdService.MutateAds].MutateAdsResponse Response message for an ad mutate.MutateAdsResponse.Builder Response message for an ad mutate.MutateAssetGroupAssetResult The result for the asset group asset mutate.MutateAssetGroupAssetResult.Builder The result for the asset group asset mutate.MutateAssetGroupAssetsRequest Request message for [AssetGroupAssetService.MutateAssetGroupAssets][google.ads.googleads.v10.services.AssetGroupAssetService.MutateAssetGroupAssets].MutateAssetGroupAssetsRequest.Builder Request message for [AssetGroupAssetService.MutateAssetGroupAssets][google.ads.googleads.v10.services.AssetGroupAssetService.MutateAssetGroupAssets].MutateAssetGroupAssetsResponse Response message for an asset group asset mutate.MutateAssetGroupAssetsResponse.Builder Response message for an asset group asset mutate.MutateAssetGroupListingGroupFilterResult The result for the asset group listing group filter mutate.MutateAssetGroupListingGroupFilterResult.Builder The result for the asset group listing group filter mutate.MutateAssetGroupListingGroupFiltersRequest Request message for [AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters][google.ads.googleads.v10.services.AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters].MutateAssetGroupListingGroupFiltersRequest.Builder Request message for [AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters][google.ads.googleads.v10.services.AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters].MutateAssetGroupListingGroupFiltersResponse Response message for an asset group listing group filter mutate.MutateAssetGroupListingGroupFiltersResponse.Builder Response message for an asset group listing group filter mutate.MutateAssetGroupResult The result for the asset group mutate.MutateAssetGroupResult.Builder The result for the asset group mutate.MutateAssetGroupSignalResult The result for the asset group signal mutate.MutateAssetGroupSignalResult.Builder The result for the asset group signal mutate.MutateAssetGroupSignalsRequest Request message for [AssetGroupSignalService.MutateAssetGroupSignals][google.ads.googleads.v10.services.AssetGroupSignalService.MutateAssetGroupSignals].MutateAssetGroupSignalsRequest.Builder Request message for [AssetGroupSignalService.MutateAssetGroupSignals][google.ads.googleads.v10.services.AssetGroupSignalService.MutateAssetGroupSignals].MutateAssetGroupSignalsResponse Response message for an asset group signal mutate.MutateAssetGroupSignalsResponse.Builder Response message for an asset group signal mutate.MutateAssetGroupsRequest Request message for [AssetGroupService.MutateAssetGroups][google.ads.googleads.v10.services.AssetGroupService.MutateAssetGroups].MutateAssetGroupsRequest.Builder Request message for [AssetGroupService.MutateAssetGroups][google.ads.googleads.v10.services.AssetGroupService.MutateAssetGroups].MutateAssetGroupsResponse Response message for an asset group mutate.MutateAssetGroupsResponse.Builder Response message for an asset group mutate.MutateAssetResult The result for the asset mutate.MutateAssetResult.Builder The result for the asset mutate.MutateAssetSetAssetResult The result for the asset set asset mutate.MutateAssetSetAssetResult.Builder The result for the asset set asset mutate.MutateAssetSetAssetsRequest Request message for [AssetSetAssetService.MutateAssetSetAssets][google.ads.googleads.v10.services.AssetSetAssetService.MutateAssetSetAssets].MutateAssetSetAssetsRequest.Builder Request message for [AssetSetAssetService.MutateAssetSetAssets][google.ads.googleads.v10.services.AssetSetAssetService.MutateAssetSetAssets].MutateAssetSetAssetsResponse Response message for an asset set asset mutate.MutateAssetSetAssetsResponse.Builder Response message for an asset set asset mutate.MutateAssetSetResult The result for the asset set mutate.MutateAssetSetResult.Builder The result for the asset set mutate.MutateAssetSetsRequest Request message for [AssetSetService.MutateAssetSets][google.ads.googleads.v10.services.AssetSetService.MutateAssetSets].MutateAssetSetsRequest.Builder Request message for [AssetSetService.MutateAssetSets][google.ads.googleads.v10.services.AssetSetService.MutateAssetSets].MutateAssetSetsResponse Response message for an asset set mutate.MutateAssetSetsResponse.Builder Response message for an asset set mutate.MutateAssetsRequest Request message for [AssetService.MutateAssets][google.ads.googleads.v10.services.AssetService.MutateAssets]MutateAssetsRequest.Builder Request message for [AssetService.MutateAssets][google.ads.googleads.v10.services.AssetService.MutateAssets]MutateAssetsResponse Response message for an asset mutate.MutateAssetsResponse.Builder Response message for an asset mutate.MutateAudienceResult The result for the audience mutate.MutateAudienceResult.Builder The result for the audience mutate.MutateAudiencesRequest Request message for [AudienceService.MutateAudiences][google.ads.googleads.v10.services.AudienceService.MutateAudiences].MutateAudiencesRequest.Builder Request message for [AudienceService.MutateAudiences][google.ads.googleads.v10.services.AudienceService.MutateAudiences].MutateAudiencesResponse Response message for an audience mutate.MutateAudiencesResponse.Builder Response message for an audience mutate.MutateBatchJobRequest Request message for [BatchJobService.MutateBatchJob][google.ads.googleads.v10.services.BatchJobService.MutateBatchJob].MutateBatchJobRequest.Builder Request message for [BatchJobService.MutateBatchJob][google.ads.googleads.v10.services.BatchJobService.MutateBatchJob].MutateBatchJobResponse Response message for [BatchJobService.MutateBatchJob][google.ads.googleads.v10.services.BatchJobService.MutateBatchJob].MutateBatchJobResponse.Builder Response message for [BatchJobService.MutateBatchJob][google.ads.googleads.v10.services.BatchJobService.MutateBatchJob].MutateBatchJobResult The result for the batch job mutate.MutateBatchJobResult.Builder The result for the batch job mutate.MutateBiddingDataExclusionsRequest Request message for [BiddingDataExclusionService.MutateBiddingDataExclusions][google.ads.googleads.v10.services.BiddingDataExclusionService.MutateBiddingDataExclusions].MutateBiddingDataExclusionsRequest.Builder Request message for [BiddingDataExclusionService.MutateBiddingDataExclusions][google.ads.googleads.v10.services.BiddingDataExclusionService.MutateBiddingDataExclusions].MutateBiddingDataExclusionsResponse Response message for data exlusions mutate.MutateBiddingDataExclusionsResponse.Builder Response message for data exlusions mutate.MutateBiddingDataExclusionsResult The result for the data exclusion mutate.MutateBiddingDataExclusionsResult.Builder The result for the data exclusion mutate.MutateBiddingSeasonalityAdjustmentsRequest Request message for [BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments][google.ads.googleads.v10.services.BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments].MutateBiddingSeasonalityAdjustmentsRequest.Builder Request message for [BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments][google.ads.googleads.v10.services.BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments].MutateBiddingSeasonalityAdjustmentsResponse Response message for seasonality adjustments mutate.MutateBiddingSeasonalityAdjustmentsResponse.Builder Response message for seasonality adjustments mutate.MutateBiddingSeasonalityAdjustmentsResult The result for the seasonality adjustment mutate.MutateBiddingSeasonalityAdjustmentsResult.Builder The result for the seasonality adjustment mutate.MutateBiddingStrategiesRequest Request message for [BiddingStrategyService.MutateBiddingStrategies][google.ads.googleads.v10.services.BiddingStrategyService.MutateBiddingStrategies].MutateBiddingStrategiesRequest.Builder Request message for [BiddingStrategyService.MutateBiddingStrategies][google.ads.googleads.v10.services.BiddingStrategyService.MutateBiddingStrategies].MutateBiddingStrategiesResponse Response message for bidding strategy mutate.MutateBiddingStrategiesResponse.Builder Response message for bidding strategy mutate.MutateBiddingStrategyResult The result for the bidding strategy mutate.MutateBiddingStrategyResult.Builder The result for the bidding strategy mutate.MutateBillingSetupRequest Request message for billing setup mutate operations.MutateBillingSetupRequest.Builder Request message for billing setup mutate operations.MutateBillingSetupResponse Response message for a billing setup operation.MutateBillingSetupResponse.Builder Response message for a billing setup operation.MutateBillingSetupResult Result for a single billing setup mutate.MutateBillingSetupResult.Builder Result for a single billing setup mutate.MutateCampaignAssetResult The result for the campaign asset mutate.MutateCampaignAssetResult.Builder The result for the campaign asset mutate.MutateCampaignAssetSetResult The result for the campaign asset set mutate.MutateCampaignAssetSetResult.Builder The result for the campaign asset set mutate.MutateCampaignAssetSetsRequest Request message for [CampaignAssetSetService.MutateCampaignAssetSets][google.ads.googleads.v10.services.CampaignAssetSetService.MutateCampaignAssetSets].MutateCampaignAssetSetsRequest.Builder Request message for [CampaignAssetSetService.MutateCampaignAssetSets][google.ads.googleads.v10.services.CampaignAssetSetService.MutateCampaignAssetSets].MutateCampaignAssetSetsResponse Response message for a campaign asset set mutate.MutateCampaignAssetSetsResponse.Builder Response message for a campaign asset set mutate.MutateCampaignAssetsRequest Request message for [CampaignAssetService.MutateCampaignAssets][google.ads.googleads.v10.services.CampaignAssetService.MutateCampaignAssets].MutateCampaignAssetsRequest.Builder Request message for [CampaignAssetService.MutateCampaignAssets][google.ads.googleads.v10.services.CampaignAssetService.MutateCampaignAssets].MutateCampaignAssetsResponse Response message for a campaign asset mutate.MutateCampaignAssetsResponse.Builder Response message for a campaign asset mutate.MutateCampaignBidModifierResult The result for the criterion mutate.MutateCampaignBidModifierResult.Builder The result for the criterion mutate.MutateCampaignBidModifiersRequest Request message for [CampaignBidModifierService.MutateCampaignBidModifiers][google.ads.googleads.v10.services.CampaignBidModifierService.MutateCampaignBidModifiers].MutateCampaignBidModifiersRequest.Builder Request message for [CampaignBidModifierService.MutateCampaignBidModifiers][google.ads.googleads.v10.services.CampaignBidModifierService.MutateCampaignBidModifiers].MutateCampaignBidModifiersResponse Response message for campaign bid modifiers mutate.MutateCampaignBidModifiersResponse.Builder Response message for campaign bid modifiers mutate.MutateCampaignBudgetResult The result for the campaign budget mutate.MutateCampaignBudgetResult.Builder The result for the campaign budget mutate.MutateCampaignBudgetsRequest Request message for [CampaignBudgetService.MutateCampaignBudgets][google.ads.googleads.v10.services.CampaignBudgetService.MutateCampaignBudgets].MutateCampaignBudgetsRequest.Builder Request message for [CampaignBudgetService.MutateCampaignBudgets][google.ads.googleads.v10.services.CampaignBudgetService.MutateCampaignBudgets].MutateCampaignBudgetsResponse Response message for campaign budget mutate.MutateCampaignBudgetsResponse.Builder Response message for campaign budget mutate.MutateCampaignConversionGoalResult The result for the campaign conversion goal mutate.MutateCampaignConversionGoalResult.Builder The result for the campaign conversion goal mutate.MutateCampaignConversionGoalsRequest Request message for [CampaignConversionGoalService.MutateCampaignConversionGoals][google.ads.googleads.v10.services.CampaignConversionGoalService.MutateCampaignConversionGoals].MutateCampaignConversionGoalsRequest.Builder Request message for [CampaignConversionGoalService.MutateCampaignConversionGoals][google.ads.googleads.v10.services.CampaignConversionGoalService.MutateCampaignConversionGoals].MutateCampaignConversionGoalsResponse Response message for a campaign conversion goal mutate.MutateCampaignConversionGoalsResponse.Builder Response message for a campaign conversion goal mutate.MutateCampaignCriteriaRequest Request message for [CampaignCriterionService.MutateCampaignCriteria][google.ads.googleads.v10.services.CampaignCriterionService.MutateCampaignCriteria].MutateCampaignCriteriaRequest.Builder Request message for [CampaignCriterionService.MutateCampaignCriteria][google.ads.googleads.v10.services.CampaignCriterionService.MutateCampaignCriteria].MutateCampaignCriteriaResponse Response message for campaign criterion mutate.MutateCampaignCriteriaResponse.Builder Response message for campaign criterion mutate.MutateCampaignCriterionResult The result for the criterion mutate.MutateCampaignCriterionResult.Builder The result for the criterion mutate.MutateCampaignCustomizerResult The result for the campaign customizer mutate.MutateCampaignCustomizerResult.Builder The result for the campaign customizer mutate.MutateCampaignCustomizersRequest Request message for [CampaignCustomizerService.MutateCampaignCustomizers][google.ads.googleads.v10.services.CampaignCustomizerService.MutateCampaignCustomizers].MutateCampaignCustomizersRequest.Builder Request message for [CampaignCustomizerService.MutateCampaignCustomizers][google.ads.googleads.v10.services.CampaignCustomizerService.MutateCampaignCustomizers].MutateCampaignCustomizersResponse Response message for an campaign customizer mutate.MutateCampaignCustomizersResponse.Builder Response message for an campaign customizer mutate.MutateCampaignDraftResult The result for the campaign draft mutate.MutateCampaignDraftResult.Builder The result for the campaign draft mutate.MutateCampaignDraftsRequest Request message for [CampaignDraftService.MutateCampaignDrafts][google.ads.googleads.v10.services.CampaignDraftService.MutateCampaignDrafts].MutateCampaignDraftsRequest.Builder Request message for [CampaignDraftService.MutateCampaignDrafts][google.ads.googleads.v10.services.CampaignDraftService.MutateCampaignDrafts].MutateCampaignDraftsResponse Response message for campaign draft mutate.MutateCampaignDraftsResponse.Builder Response message for campaign draft mutate.MutateCampaignExperimentResult The result for the campaign experiment mutate.MutateCampaignExperimentResult.Builder The result for the campaign experiment mutate.MutateCampaignExperimentsRequest Request message for [CampaignExperimentService.MutateCampaignExperiments][google.ads.googleads.v10.services.CampaignExperimentService.MutateCampaignExperiments].MutateCampaignExperimentsRequest.Builder Request message for [CampaignExperimentService.MutateCampaignExperiments][google.ads.googleads.v10.services.CampaignExperimentService.MutateCampaignExperiments].MutateCampaignExperimentsResponse Response message for campaign experiment mutate.MutateCampaignExperimentsResponse.Builder Response message for campaign experiment mutate.MutateCampaignExtensionSettingResult The result for the campaign extension setting mutate.MutateCampaignExtensionSettingResult.Builder The result for the campaign extension setting mutate.MutateCampaignExtensionSettingsRequest Request message for [CampaignExtensionSettingService.MutateCampaignExtensionSettings][google.ads.googleads.v10.services.CampaignExtensionSettingService.MutateCampaignExtensionSettings].MutateCampaignExtensionSettingsRequest.Builder Request message for [CampaignExtensionSettingService.MutateCampaignExtensionSettings][google.ads.googleads.v10.services.CampaignExtensionSettingService.MutateCampaignExtensionSettings].MutateCampaignExtensionSettingsResponse Response message for a campaign extension setting mutate.MutateCampaignExtensionSettingsResponse.Builder Response message for a campaign extension setting mutate.MutateCampaignFeedResult The result for the campaign feed mutate.MutateCampaignFeedResult.Builder The result for the campaign feed mutate.MutateCampaignFeedsRequest Request message for [CampaignFeedService.MutateCampaignFeeds][google.ads.googleads.v10.services.CampaignFeedService.MutateCampaignFeeds].MutateCampaignFeedsRequest.Builder Request message for [CampaignFeedService.MutateCampaignFeeds][google.ads.googleads.v10.services.CampaignFeedService.MutateCampaignFeeds].MutateCampaignFeedsResponse Response message for a campaign feed mutate.MutateCampaignFeedsResponse.Builder Response message for a campaign feed mutate.MutateCampaignLabelResult The result for a campaign label mutate.MutateCampaignLabelResult.Builder The result for a campaign label mutate.MutateCampaignLabelsRequest Request message for [CampaignLabelService.MutateCampaignLabels][google.ads.googleads.v10.services.CampaignLabelService.MutateCampaignLabels].MutateCampaignLabelsRequest.Builder Request message for [CampaignLabelService.MutateCampaignLabels][google.ads.googleads.v10.services.CampaignLabelService.MutateCampaignLabels].MutateCampaignLabelsResponse Response message for a campaign labels mutate.MutateCampaignLabelsResponse.Builder Response message for a campaign labels mutate.MutateCampaignResult The result for the campaign mutate.MutateCampaignResult.Builder The result for the campaign mutate.MutateCampaignSharedSetResult The result for the campaign shared set mutate.MutateCampaignSharedSetResult.Builder The result for the campaign shared set mutate.MutateCampaignSharedSetsRequest Request message for [CampaignSharedSetService.MutateCampaignSharedSets][google.ads.googleads.v10.services.CampaignSharedSetService.MutateCampaignSharedSets].MutateCampaignSharedSetsRequest.Builder Request message for [CampaignSharedSetService.MutateCampaignSharedSets][google.ads.googleads.v10.services.CampaignSharedSetService.MutateCampaignSharedSets].MutateCampaignSharedSetsResponse Response message for a campaign shared set mutate.MutateCampaignSharedSetsResponse.Builder Response message for a campaign shared set mutate.MutateCampaignsRequest Request message for [CampaignService.MutateCampaigns][google.ads.googleads.v10.services.CampaignService.MutateCampaigns].MutateCampaignsRequest.Builder Request message for [CampaignService.MutateCampaigns][google.ads.googleads.v10.services.CampaignService.MutateCampaigns].MutateCampaignsResponse Response message for campaign mutate.MutateCampaignsResponse.Builder Response message for campaign mutate.MutateConversionActionResult The result for the conversion action mutate.MutateConversionActionResult.Builder The result for the conversion action mutate.MutateConversionActionsRequest Request message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v10.services.ConversionActionService.MutateConversionActions].MutateConversionActionsRequest.Builder Request message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v10.services.ConversionActionService.MutateConversionActions].MutateConversionActionsResponse Response message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v10.services.ConversionActionService.MutateConversionActions].MutateConversionActionsResponse.Builder Response message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v10.services.ConversionActionService.MutateConversionActions].MutateConversionCustomVariableResult The result for the conversion custom variable mutate.MutateConversionCustomVariableResult.Builder The result for the conversion custom variable mutate.MutateConversionCustomVariablesRequest Request message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v10.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionCustomVariablesRequest.Builder Request message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v10.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionCustomVariablesResponse Response message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v10.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionCustomVariablesResponse.Builder Response message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v10.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionGoalCampaignConfigResult The result for the conversion goal campaign config mutate.MutateConversionGoalCampaignConfigResult.Builder The result for the conversion goal campaign config mutate.MutateConversionGoalCampaignConfigsRequest Request message for [ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfig][].MutateConversionGoalCampaignConfigsRequest.Builder Request message for [ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfig][].MutateConversionGoalCampaignConfigsResponse Response message for a conversion goal campaign config mutate.MutateConversionGoalCampaignConfigsResponse.Builder Response message for a conversion goal campaign config mutate.MutateConversionValueRuleResult The result for the conversion value rule mutate.MutateConversionValueRuleResult.Builder The result for the conversion value rule mutate.MutateConversionValueRuleSetResult The result for the conversion value rule set mutate.MutateConversionValueRuleSetResult.Builder The result for the conversion value rule set mutate.MutateConversionValueRuleSetsRequest Request message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v10.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRuleSetsRequest.Builder Request message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v10.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRuleSetsResponse Response message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v10.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRuleSetsResponse.Builder Response message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v10.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRulesRequest Request message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v10.services.ConversionValueRuleService.MutateConversionValueRules].MutateConversionValueRulesRequest.Builder Request message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v10.services.ConversionValueRuleService.MutateConversionValueRules].MutateConversionValueRulesResponse Response message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v10.services.ConversionValueRuleService.MutateConversionValueRules].MutateConversionValueRulesResponse.Builder Response message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v10.services.ConversionValueRuleService.MutateConversionValueRules].MutateCustomAudienceResult The result for the custom audience mutate.MutateCustomAudienceResult.Builder The result for the custom audience mutate.MutateCustomAudiencesRequest Request message for [CustomAudienceService.MutateCustomAudiences][google.ads.googleads.v10.services.CustomAudienceService.MutateCustomAudiences].MutateCustomAudiencesRequest.Builder Request message for [CustomAudienceService.MutateCustomAudiences][google.ads.googleads.v10.services.CustomAudienceService.MutateCustomAudiences].MutateCustomAudiencesResponse Response message for custom audience mutate.MutateCustomAudiencesResponse.Builder Response message for custom audience mutate.MutateCustomConversionGoalResult The result for the custom conversion goal mutate.MutateCustomConversionGoalResult.Builder The result for the custom conversion goal mutate.MutateCustomConversionGoalsRequest Request message for [CustomConversionGoalService.MutateCustomConversionGoals][google.ads.googleads.v10.services.CustomConversionGoalService.MutateCustomConversionGoals].MutateCustomConversionGoalsRequest.Builder Request message for [CustomConversionGoalService.MutateCustomConversionGoals][google.ads.googleads.v10.services.CustomConversionGoalService.MutateCustomConversionGoals].MutateCustomConversionGoalsResponse Response message for a custom conversion goal mutate.MutateCustomConversionGoalsResponse.Builder Response message for a custom conversion goal mutate.MutateCustomerAssetResult The result for the customer asset mutate.MutateCustomerAssetResult.Builder The result for the customer asset mutate.MutateCustomerAssetsRequest Request message for [CustomerAssetService.MutateCustomerAssets][google.ads.googleads.v10.services.CustomerAssetService.MutateCustomerAssets].MutateCustomerAssetsRequest.Builder Request message for [CustomerAssetService.MutateCustomerAssets][google.ads.googleads.v10.services.CustomerAssetService.MutateCustomerAssets].MutateCustomerAssetsResponse Response message for a customer asset mutate.MutateCustomerAssetsResponse.Builder Response message for a customer asset mutate.MutateCustomerClientLinkRequest Request message for [CustomerClientLinkService.MutateCustomerClientLink][google.ads.googleads.v10.services.CustomerClientLinkService.MutateCustomerClientLink].MutateCustomerClientLinkRequest.Builder Request message for [CustomerClientLinkService.MutateCustomerClientLink][google.ads.googleads.v10.services.CustomerClientLinkService.MutateCustomerClientLink].MutateCustomerClientLinkResponse Response message for a CustomerClientLink mutate.MutateCustomerClientLinkResponse.Builder Response message for a CustomerClientLink mutate.MutateCustomerClientLinkResult The result for a single customer client link mutate.MutateCustomerClientLinkResult.Builder The result for a single customer client link mutate.MutateCustomerConversionGoalResult The result for the customer conversion goal mutate.MutateCustomerConversionGoalResult.Builder The result for the customer conversion goal mutate.MutateCustomerConversionGoalsRequest Request message for [CustomerConversionGoalService.MutateCustomerConversionGoals][google.ads.googleads.v10.services.CustomerConversionGoalService.MutateCustomerConversionGoals].MutateCustomerConversionGoalsRequest.Builder Request message for [CustomerConversionGoalService.MutateCustomerConversionGoals][google.ads.googleads.v10.services.CustomerConversionGoalService.MutateCustomerConversionGoals].MutateCustomerConversionGoalsResponse Response message for a customer conversion goal mutate.MutateCustomerConversionGoalsResponse.Builder Response message for a customer conversion goal mutate.MutateCustomerCustomizerResult The result for the customizer attribute mutate.MutateCustomerCustomizerResult.Builder The result for the customizer attribute mutate.MutateCustomerCustomizersRequest Request message for [CustomerCustomizerService.MutateCustomerCustomizers][google.ads.googleads.v10.services.CustomerCustomizerService.MutateCustomerCustomizers].MutateCustomerCustomizersRequest.Builder Request message for [CustomerCustomizerService.MutateCustomerCustomizers][google.ads.googleads.v10.services.CustomerCustomizerService.MutateCustomerCustomizers].MutateCustomerCustomizersResponse Response message for an customizer attribute mutate.MutateCustomerCustomizersResponse.Builder Response message for an customizer attribute mutate.MutateCustomerExtensionSettingResult The result for the customer extension setting mutate.MutateCustomerExtensionSettingResult.Builder The result for the customer extension setting mutate.MutateCustomerExtensionSettingsRequest Request message for [CustomerExtensionSettingService.MutateCustomerExtensionSettings][google.ads.googleads.v10.services.CustomerExtensionSettingService.MutateCustomerExtensionSettings].MutateCustomerExtensionSettingsRequest.Builder Request message for [CustomerExtensionSettingService.MutateCustomerExtensionSettings][google.ads.googleads.v10.services.CustomerExtensionSettingService.MutateCustomerExtensionSettings].MutateCustomerExtensionSettingsResponse Response message for a customer extension setting mutate.MutateCustomerExtensionSettingsResponse.Builder Response message for a customer extension setting mutate.MutateCustomerFeedResult The result for the customer feed mutate.MutateCustomerFeedResult.Builder The result for the customer feed mutate.MutateCustomerFeedsRequest Request message for [CustomerFeedService.MutateCustomerFeeds][google.ads.googleads.v10.services.CustomerFeedService.MutateCustomerFeeds].MutateCustomerFeedsRequest.Builder Request message for [CustomerFeedService.MutateCustomerFeeds][google.ads.googleads.v10.services.CustomerFeedService.MutateCustomerFeeds].MutateCustomerFeedsResponse Response message for a customer feed mutate.MutateCustomerFeedsResponse.Builder Response message for a customer feed mutate.MutateCustomerLabelResult The result for a customer label mutate.MutateCustomerLabelResult.Builder The result for a customer label mutate.MutateCustomerLabelsRequest Request message for [CustomerLabelService.MutateCustomerLabels][google.ads.googleads.v10.services.CustomerLabelService.MutateCustomerLabels].MutateCustomerLabelsRequest.Builder Request message for [CustomerLabelService.MutateCustomerLabels][google.ads.googleads.v10.services.CustomerLabelService.MutateCustomerLabels].MutateCustomerLabelsResponse Response message for a customer labels mutate.MutateCustomerLabelsResponse.Builder Response message for a customer labels mutate.MutateCustomerManagerLinkRequest Request message for [CustomerManagerLinkService.MutateCustomerManagerLink][google.ads.googleads.v10.services.CustomerManagerLinkService.MutateCustomerManagerLink].MutateCustomerManagerLinkRequest.Builder Request message for [CustomerManagerLinkService.MutateCustomerManagerLink][google.ads.googleads.v10.services.CustomerManagerLinkService.MutateCustomerManagerLink].MutateCustomerManagerLinkResponse Response message for a CustomerManagerLink mutate.MutateCustomerManagerLinkResponse.Builder Response message for a CustomerManagerLink mutate.MutateCustomerManagerLinkResult The result for the customer manager link mutate.MutateCustomerManagerLinkResult.Builder The result for the customer manager link mutate.MutateCustomerNegativeCriteriaRequest Request message for [CustomerNegativeCriterionService.MutateCustomerNegativeCriteria][google.ads.googleads.v10.services.CustomerNegativeCriterionService.MutateCustomerNegativeCriteria].MutateCustomerNegativeCriteriaRequest.Builder Request message for [CustomerNegativeCriterionService.MutateCustomerNegativeCriteria][google.ads.googleads.v10.services.CustomerNegativeCriterionService.MutateCustomerNegativeCriteria].MutateCustomerNegativeCriteriaResponse Response message for customer negative criterion mutate.MutateCustomerNegativeCriteriaResponse.Builder Response message for customer negative criterion mutate.MutateCustomerNegativeCriteriaResult The result for the criterion mutate.MutateCustomerNegativeCriteriaResult.Builder The result for the criterion mutate.MutateCustomerRequest Request message for [CustomerService.MutateCustomer][google.ads.googleads.v10.services.CustomerService.MutateCustomer].MutateCustomerRequest.Builder Request message for [CustomerService.MutateCustomer][google.ads.googleads.v10.services.CustomerService.MutateCustomer].MutateCustomerResponse Response message for customer mutate.MutateCustomerResponse.Builder Response message for customer mutate.MutateCustomerResult The result for the customer mutate.MutateCustomerResult.Builder The result for the customer mutate.MutateCustomerUserAccessInvitationRequest Request message for [CustomerUserAccessInvitation.MutateCustomerUserAccessInvitation][]MutateCustomerUserAccessInvitationRequest.Builder Request message for [CustomerUserAccessInvitation.MutateCustomerUserAccessInvitation][]MutateCustomerUserAccessInvitationResponse Response message for access invitation mutate.MutateCustomerUserAccessInvitationResponse.Builder Response message for access invitation mutate.MutateCustomerUserAccessInvitationResult The result for the access invitation mutate.MutateCustomerUserAccessInvitationResult.Builder The result for the access invitation mutate.MutateCustomerUserAccessRequest Mutate Request for [CustomerUserAccessService.MutateCustomerUserAccess][google.ads.googleads.v10.services.CustomerUserAccessService.MutateCustomerUserAccess].MutateCustomerUserAccessRequest.Builder Mutate Request for [CustomerUserAccessService.MutateCustomerUserAccess][google.ads.googleads.v10.services.CustomerUserAccessService.MutateCustomerUserAccess].MutateCustomerUserAccessResponse Response message for customer user access mutate.MutateCustomerUserAccessResponse.Builder Response message for customer user access mutate.MutateCustomerUserAccessResult The result for the customer user access mutate.MutateCustomerUserAccessResult.Builder The result for the customer user access mutate.MutateCustomInterestResult The result for the custom interest mutate.MutateCustomInterestResult.Builder The result for the custom interest mutate.MutateCustomInterestsRequest Request message for [CustomInterestService.MutateCustomInterests][google.ads.googleads.v10.services.CustomInterestService.MutateCustomInterests].MutateCustomInterestsRequest.Builder Request message for [CustomInterestService.MutateCustomInterests][google.ads.googleads.v10.services.CustomInterestService.MutateCustomInterests].MutateCustomInterestsResponse Response message for custom interest mutate.MutateCustomInterestsResponse.Builder Response message for custom interest mutate.MutateCustomizerAttributeResult The result for the customizer attribute mutate.MutateCustomizerAttributeResult.Builder The result for the customizer attribute mutate.MutateCustomizerAttributesRequest Request message for [CustomizerAttributeService.MutateCustomizerAttributes][google.ads.googleads.v10.services.CustomizerAttributeService.MutateCustomizerAttributes].MutateCustomizerAttributesRequest.Builder Request message for [CustomizerAttributeService.MutateCustomizerAttributes][google.ads.googleads.v10.services.CustomizerAttributeService.MutateCustomizerAttributes].MutateCustomizerAttributesResponse Response message for an customizer attribute mutate.MutateCustomizerAttributesResponse.Builder Response message for an customizer attribute mutate.MutateExperimentArmResult The result for the experiment arm mutate.MutateExperimentArmResult.Builder The result for the experiment arm mutate.MutateExperimentArmsRequest Request message for [ExperimentArmService.MutateExperimentArms][google.ads.googleads.v10.services.ExperimentArmService.MutateExperimentArms].MutateExperimentArmsRequest.Builder Request message for [ExperimentArmService.MutateExperimentArms][google.ads.googleads.v10.services.ExperimentArmService.MutateExperimentArms].MutateExperimentArmsResponse Response message for experiment arm mutate.MutateExperimentArmsResponse.Builder Response message for experiment arm mutate.MutateExperimentResult The result for the campaign experiment mutate.MutateExperimentResult.Builder The result for the campaign experiment mutate.MutateExperimentsRequest Request message for [ExperimentService.MutateExperiments][google.ads.googleads.v10.services.ExperimentService.MutateExperiments].MutateExperimentsRequest.Builder Request message for [ExperimentService.MutateExperiments][google.ads.googleads.v10.services.ExperimentService.MutateExperiments].MutateExperimentsResponse Response message for experiment mutate.MutateExperimentsResponse.Builder Response message for experiment mutate.MutateExtensionFeedItemResult The result for the extension feed item mutate.MutateExtensionFeedItemResult.Builder The result for the extension feed item mutate.MutateExtensionFeedItemsRequest Request message for [ExtensionFeedItemService.MutateExtensionFeedItems][google.ads.googleads.v10.services.ExtensionFeedItemService.MutateExtensionFeedItems].MutateExtensionFeedItemsRequest.Builder Request message for [ExtensionFeedItemService.MutateExtensionFeedItems][google.ads.googleads.v10.services.ExtensionFeedItemService.MutateExtensionFeedItems].MutateExtensionFeedItemsResponse Response message for an extension feed item mutate.MutateExtensionFeedItemsResponse.Builder Response message for an extension feed item mutate.MutateFeedItemResult The result for the feed item mutate.MutateFeedItemResult.Builder The result for the feed item mutate.MutateFeedItemSetLinkResult The result for the feed item set link mutate.MutateFeedItemSetLinkResult.Builder The result for the feed item set link mutate.MutateFeedItemSetLinksRequest Request message for [FeedItemSetLinkService.MutateFeedItemSetLinks][google.ads.googleads.v10.services.FeedItemSetLinkService.MutateFeedItemSetLinks].MutateFeedItemSetLinksRequest.Builder Request message for [FeedItemSetLinkService.MutateFeedItemSetLinks][google.ads.googleads.v10.services.FeedItemSetLinkService.MutateFeedItemSetLinks].MutateFeedItemSetLinksResponse Response message for a feed item set link mutate.MutateFeedItemSetLinksResponse.Builder Response message for a feed item set link mutate.MutateFeedItemSetResult The result for the feed item set mutate.MutateFeedItemSetResult.Builder The result for the feed item set mutate.MutateFeedItemSetsRequest Request message for [FeedItemSetService.MutateFeedItemSets][google.ads.googleads.v10.services.FeedItemSetService.MutateFeedItemSets].MutateFeedItemSetsRequest.Builder Request message for [FeedItemSetService.MutateFeedItemSets][google.ads.googleads.v10.services.FeedItemSetService.MutateFeedItemSets].MutateFeedItemSetsResponse Response message for an feed item set mutate.MutateFeedItemSetsResponse.Builder Response message for an feed item set mutate.MutateFeedItemsRequest Request message for [FeedItemService.MutateFeedItems][google.ads.googleads.v10.services.FeedItemService.MutateFeedItems].MutateFeedItemsRequest.Builder Request message for [FeedItemService.MutateFeedItems][google.ads.googleads.v10.services.FeedItemService.MutateFeedItems].MutateFeedItemsResponse Response message for an feed item mutate.MutateFeedItemsResponse.Builder Response message for an feed item mutate.MutateFeedItemTargetResult The result for the feed item target mutate.MutateFeedItemTargetResult.Builder The result for the feed item target mutate.MutateFeedItemTargetsRequest Request message for [FeedItemTargetService.MutateFeedItemTargets][google.ads.googleads.v10.services.FeedItemTargetService.MutateFeedItemTargets].MutateFeedItemTargetsRequest.Builder Request message for [FeedItemTargetService.MutateFeedItemTargets][google.ads.googleads.v10.services.FeedItemTargetService.MutateFeedItemTargets].MutateFeedItemTargetsResponse Response message for an feed item target mutate.MutateFeedItemTargetsResponse.Builder Response message for an feed item target mutate.MutateFeedMappingResult The result for the feed mapping mutate.MutateFeedMappingResult.Builder The result for the feed mapping mutate.MutateFeedMappingsRequest Request message for [FeedMappingService.MutateFeedMappings][google.ads.googleads.v10.services.FeedMappingService.MutateFeedMappings].MutateFeedMappingsRequest.Builder Request message for [FeedMappingService.MutateFeedMappings][google.ads.googleads.v10.services.FeedMappingService.MutateFeedMappings].MutateFeedMappingsResponse Response message for a feed mapping mutate.MutateFeedMappingsResponse.Builder Response message for a feed mapping mutate.MutateFeedResult The result for the feed mutate.MutateFeedResult.Builder The result for the feed mutate.MutateFeedsRequest Request message for [FeedService.MutateFeeds][google.ads.googleads.v10.services.FeedService.MutateFeeds].MutateFeedsRequest.Builder Request message for [FeedService.MutateFeeds][google.ads.googleads.v10.services.FeedService.MutateFeeds].MutateFeedsResponse Response message for an feed mutate.MutateFeedsResponse.Builder Response message for an feed mutate.MutateGoogleAdsRequest Request message for [GoogleAdsService.Mutate][google.ads.googleads.v10.services.GoogleAdsService.Mutate].MutateGoogleAdsRequest.Builder Request message for [GoogleAdsService.Mutate][google.ads.googleads.v10.services.GoogleAdsService.Mutate].MutateGoogleAdsResponse Response message for [GoogleAdsService.Mutate][google.ads.googleads.v10.services.GoogleAdsService.Mutate].MutateGoogleAdsResponse.Builder Response message for [GoogleAdsService.Mutate][google.ads.googleads.v10.services.GoogleAdsService.Mutate].MutateKeywordPlanAdGroupKeywordResult The result for the Keyword Plan ad group keyword mutate.MutateKeywordPlanAdGroupKeywordResult.Builder The result for the Keyword Plan ad group keyword mutate.MutateKeywordPlanAdGroupKeywordsRequest Request message for [KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords][google.ads.googleads.v10.services.KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords].MutateKeywordPlanAdGroupKeywordsRequest.Builder Request message for [KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords][google.ads.googleads.v10.services.KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords].MutateKeywordPlanAdGroupKeywordsResponse Response message for a Keyword Plan ad group keyword mutate.MutateKeywordPlanAdGroupKeywordsResponse.Builder Response message for a Keyword Plan ad group keyword mutate.MutateKeywordPlanAdGroupResult The result for the Keyword Plan ad group mutate.MutateKeywordPlanAdGroupResult.Builder The result for the Keyword Plan ad group mutate.MutateKeywordPlanAdGroupsRequest Request message for [KeywordPlanAdGroupService.MutateKeywordPlanAdGroups][google.ads.googleads.v10.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups].MutateKeywordPlanAdGroupsRequest.Builder Request message for [KeywordPlanAdGroupService.MutateKeywordPlanAdGroups][google.ads.googleads.v10.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups].MutateKeywordPlanAdGroupsResponse Response message for a Keyword Plan ad group mutate.MutateKeywordPlanAdGroupsResponse.Builder Response message for a Keyword Plan ad group mutate.MutateKeywordPlanCampaignKeywordResult The result for the Keyword Plan campaign keyword mutate.MutateKeywordPlanCampaignKeywordResult.Builder The result for the Keyword Plan campaign keyword mutate.MutateKeywordPlanCampaignKeywordsRequest Request message for [KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords][google.ads.googleads.v10.services.KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords].MutateKeywordPlanCampaignKeywordsRequest.Builder Request message for [KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords][google.ads.googleads.v10.services.KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords].MutateKeywordPlanCampaignKeywordsResponse Response message for a Keyword Plan campaign keyword mutate.MutateKeywordPlanCampaignKeywordsResponse.Builder Response message for a Keyword Plan campaign keyword mutate.MutateKeywordPlanCampaignResult The result for the Keyword Plan campaign mutate.MutateKeywordPlanCampaignResult.Builder The result for the Keyword Plan campaign mutate.MutateKeywordPlanCampaignsRequest Request message for [KeywordPlanCampaignService.MutateKeywordPlanCampaigns][google.ads.googleads.v10.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns].MutateKeywordPlanCampaignsRequest.Builder Request message for [KeywordPlanCampaignService.MutateKeywordPlanCampaigns][google.ads.googleads.v10.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns].MutateKeywordPlanCampaignsResponse Response message for a Keyword Plan campaign mutate.MutateKeywordPlanCampaignsResponse.Builder Response message for a Keyword Plan campaign mutate.MutateKeywordPlansRequest Request message for [KeywordPlanService.MutateKeywordPlans][google.ads.googleads.v10.services.KeywordPlanService.MutateKeywordPlans].MutateKeywordPlansRequest.Builder Request message for [KeywordPlanService.MutateKeywordPlans][google.ads.googleads.v10.services.KeywordPlanService.MutateKeywordPlans].MutateKeywordPlansResponse Response message for a keyword plan mutate.MutateKeywordPlansResponse.Builder Response message for a keyword plan mutate.MutateKeywordPlansResult The result for the keyword plan mutate.MutateKeywordPlansResult.Builder The result for the keyword plan mutate.MutateLabelResult The result for a label mutate.MutateLabelResult.Builder The result for a label mutate.MutateLabelsRequest Request message for [LabelService.MutateLabels][google.ads.googleads.v10.services.LabelService.MutateLabels].MutateLabelsRequest.Builder Request message for [LabelService.MutateLabels][google.ads.googleads.v10.services.LabelService.MutateLabels].MutateLabelsResponse Response message for a labels mutate.MutateLabelsResponse.Builder Response message for a labels mutate.MutateMediaFileResult The result for the media file mutate.MutateMediaFileResult.Builder The result for the media file mutate.MutateMediaFilesRequest Request message for [MediaFileService.MutateMediaFiles][google.ads.googleads.v10.services.MediaFileService.MutateMediaFiles]MutateMediaFilesRequest.Builder Request message for [MediaFileService.MutateMediaFiles][google.ads.googleads.v10.services.MediaFileService.MutateMediaFiles]MutateMediaFilesResponse Response message for a media file mutate.MutateMediaFilesResponse.Builder Response message for a media file mutate.MutateMerchantCenterLinkRequest Request message for [MerchantCenterLinkService.MutateMerchantCenterLink][google.ads.googleads.v10.services.MerchantCenterLinkService.MutateMerchantCenterLink].MutateMerchantCenterLinkRequest.Builder Request message for [MerchantCenterLinkService.MutateMerchantCenterLink][google.ads.googleads.v10.services.MerchantCenterLinkService.MutateMerchantCenterLink].MutateMerchantCenterLinkResponse Response message for Merchant Center link mutate.MutateMerchantCenterLinkResponse.Builder Response message for Merchant Center link mutate.MutateMerchantCenterLinkResult The result for the Merchant Center link mutate.MutateMerchantCenterLinkResult.Builder The result for the Merchant Center link mutate.MutateOperation A single operation (create, update, remove) on a resource.MutateOperation.Builder A single operation (create, update, remove) on a resource.MutateOperationResponse Response message for the resource mutate.MutateOperationResponse.Builder Response message for the resource mutate.MutateRemarketingActionResult The result for the remarketing action mutate.MutateRemarketingActionResult.Builder The result for the remarketing action mutate.MutateRemarketingActionsRequest Request message for [RemarketingActionService.MutateRemarketingActions][google.ads.googleads.v10.services.RemarketingActionService.MutateRemarketingActions].MutateRemarketingActionsRequest.Builder Request message for [RemarketingActionService.MutateRemarketingActions][google.ads.googleads.v10.services.RemarketingActionService.MutateRemarketingActions].MutateRemarketingActionsResponse Response message for remarketing action mutate.MutateRemarketingActionsResponse.Builder Response message for remarketing action mutate.MutateSharedCriteriaRequest Request message for [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v10.services.SharedCriterionService.MutateSharedCriteria].MutateSharedCriteriaRequest.Builder Request message for [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v10.services.SharedCriterionService.MutateSharedCriteria].MutateSharedCriteriaResponse Response message for a shared criterion mutate.MutateSharedCriteriaResponse.Builder Response message for a shared criterion mutate.MutateSharedCriterionResult The result for the shared criterion mutate.MutateSharedCriterionResult.Builder The result for the shared criterion mutate.MutateSharedSetResult The result for the shared set mutate.MutateSharedSetResult.Builder The result for the shared set mutate.MutateSharedSetsRequest Request message for [SharedSetService.MutateSharedSets][google.ads.googleads.v10.services.SharedSetService.MutateSharedSets].MutateSharedSetsRequest.Builder Request message for [SharedSetService.MutateSharedSets][google.ads.googleads.v10.services.SharedSetService.MutateSharedSets].MutateSharedSetsResponse Response message for a shared set mutate.MutateSharedSetsResponse.Builder Response message for a shared set mutate.MutateSmartCampaignSettingResult The result for the Smart campaign setting mutate.MutateSmartCampaignSettingResult.Builder The result for the Smart campaign setting mutate.MutateSmartCampaignSettingsRequest Request message for [SmartCampaignSettingService.MutateSmartCampaignSetting][].MutateSmartCampaignSettingsRequest.Builder Request message for [SmartCampaignSettingService.MutateSmartCampaignSetting][].MutateSmartCampaignSettingsResponse Response message for campaign mutate.MutateSmartCampaignSettingsResponse.Builder Response message for campaign mutate.MutateUserListResult The result for the user list mutate.MutateUserListResult.Builder The result for the user list mutate.MutateUserListsRequest Request message for [UserListService.MutateUserLists][google.ads.googleads.v10.services.UserListService.MutateUserLists].MutateUserListsRequest.Builder Request message for [UserListService.MutateUserLists][google.ads.googleads.v10.services.UserListService.MutateUserLists].MutateUserListsResponse Response message for user list mutate.MutateUserListsResponse.Builder Response message for user list mutate.OfflineUserDataJobOperation Operation to be made for the AddOfflineUserDataJobOperationsRequest.OfflineUserDataJobOperation.Builder Operation to be made for the AddOfflineUserDataJobOperationsRequest.OfflineUserDataJobServiceClient Service Description: Service to manage offline user data jobs.OfflineUserDataJobServiceGrpc Service to manage offline user data jobs.OfflineUserDataJobServiceGrpc.OfflineUserDataJobServiceBlockingStub Service to manage offline user data jobs.OfflineUserDataJobServiceGrpc.OfflineUserDataJobServiceFutureStub Service to manage offline user data jobs.OfflineUserDataJobServiceGrpc.OfflineUserDataJobServiceImplBase Service to manage offline user data jobs.OfflineUserDataJobServiceGrpc.OfflineUserDataJobServiceStub Service to manage offline user data jobs.OfflineUserDataJobServiceProto OfflineUserDataJobServiceSettings Settings class to configure an instance ofOfflineUserDataJobServiceClient.OfflineUserDataJobServiceSettings.Builder Builder for OfflineUserDataJobServiceSettings.OnTargetAudienceMetrics Audience metrics for the planned products.OnTargetAudienceMetrics.Builder Audience metrics for the planned products.PaymentsAccountServiceClient Service Description: Service to provide payments accounts that can be used to set up consolidated billing.PaymentsAccountServiceGrpc Service to provide payments accounts that can be used to set up consolidated billing.PaymentsAccountServiceGrpc.PaymentsAccountServiceBlockingStub Service to provide payments accounts that can be used to set up consolidated billing.PaymentsAccountServiceGrpc.PaymentsAccountServiceFutureStub Service to provide payments accounts that can be used to set up consolidated billing.PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase Service to provide payments accounts that can be used to set up consolidated billing.PaymentsAccountServiceGrpc.PaymentsAccountServiceStub Service to provide payments accounts that can be used to set up consolidated billing.PaymentsAccountServiceProto PaymentsAccountServiceSettings Settings class to configure an instance ofPaymentsAccountServiceClient.PaymentsAccountServiceSettings.Builder Builder for PaymentsAccountServiceSettings.PlannableLocation A plannable location: a country, a DMA, a metro region, a tv region, a province.PlannableLocation.Builder A plannable location: a country, a DMA, a metro region, a tv region, a province.PlannableTargeting The targeting for which traffic metrics will be reported.PlannableTargeting.Builder The targeting for which traffic metrics will be reported.PlannedProduct A product being planned for reach.PlannedProduct.Builder A product being planned for reach.PlannedProductForecast Forecasted traffic metrics for a planned product.PlannedProductForecast.Builder Forecasted traffic metrics for a planned product.PlannedProductReachForecast The forecasted allocation and traffic metrics for a specific product at a point on the reach curve.PlannedProductReachForecast.Builder The forecasted allocation and traffic metrics for a specific product at a point on the reach curve.Preferences Set of preferences about the planned mix.Preferences.Builder Set of preferences about the planned mix.ProductAllocation An allocation of a part of the budget on a given product.ProductAllocation.Builder An allocation of a part of the budget on a given product.ProductMetadata The metadata associated with an available plannable product.ProductMetadata.Builder The metadata associated with an available plannable product.PromoteCampaignDraftRequest Request message for [CampaignDraftService.PromoteCampaignDraft][google.ads.googleads.v10.services.CampaignDraftService.PromoteCampaignDraft].PromoteCampaignDraftRequest.Builder Request message for [CampaignDraftService.PromoteCampaignDraft][google.ads.googleads.v10.services.CampaignDraftService.PromoteCampaignDraft].PromoteCampaignExperimentRequest Request message for [CampaignExperimentService.PromoteCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.PromoteCampaignExperiment].PromoteCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.PromoteCampaignExperiment][google.ads.googleads.v10.services.CampaignExperimentService.PromoteCampaignExperiment].PromoteExperimentMetadata The metadata of the promoted experiment.PromoteExperimentMetadata.Builder The metadata of the promoted experiment.PromoteExperimentRequest Request message for [ExperimentService.PromoteExperiment][google.ads.googleads.v10.services.ExperimentService.PromoteExperiment].PromoteExperimentRequest.Builder Request message for [ExperimentService.PromoteExperiment][google.ads.googleads.v10.services.ExperimentService.PromoteExperiment].ReachCurve The reach curve for the planned products.ReachCurve.Builder The reach curve for the planned products.ReachForecast A point on reach curve.ReachForecast.Builder A point on reach curve.ReachPlanServiceClient Service Description: Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.ReachPlanServiceGrpc Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.ReachPlanServiceGrpc.ReachPlanServiceBlockingStub Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.ReachPlanServiceGrpc.ReachPlanServiceFutureStub Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.ReachPlanServiceGrpc.ReachPlanServiceImplBase Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.ReachPlanServiceGrpc.ReachPlanServiceStub Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.ReachPlanServiceProto ReachPlanServiceSettings Settings class to configure an instance ofReachPlanServiceClient.ReachPlanServiceSettings.Builder Builder for ReachPlanServiceSettings.RecommendationServiceClient Service Description: Service to manage recommendations.RecommendationServiceGrpc Service to manage recommendations.RecommendationServiceGrpc.RecommendationServiceBlockingStub Service to manage recommendations.RecommendationServiceGrpc.RecommendationServiceFutureStub Service to manage recommendations.RecommendationServiceGrpc.RecommendationServiceImplBase Service to manage recommendations.RecommendationServiceGrpc.RecommendationServiceStub Service to manage recommendations.RecommendationServiceProto RecommendationServiceSettings Settings class to configure an instance ofRecommendationServiceClient.RecommendationServiceSettings.Builder Builder for RecommendationServiceSettings.RegenerateShareableLinkIdRequest Request message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RegenerateShareableLinkIdRequest.Builder Request message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RegenerateShareableLinkIdResponse Response message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RegenerateShareableLinkIdResponse.Builder Response message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RemarketingActionOperation A single operation (create, update) on a remarketing action.RemarketingActionOperation.Builder A single operation (create, update) on a remarketing action.RemarketingActionServiceClient Service Description: Service to manage remarketing actions.RemarketingActionServiceGrpc Service to manage remarketing actions.RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub Service to manage remarketing actions.RemarketingActionServiceGrpc.RemarketingActionServiceFutureStub Service to manage remarketing actions.RemarketingActionServiceGrpc.RemarketingActionServiceImplBase Service to manage remarketing actions.RemarketingActionServiceGrpc.RemarketingActionServiceStub Service to manage remarketing actions.RemarketingActionServiceProto RemarketingActionServiceSettings Settings class to configure an instance ofRemarketingActionServiceClient.RemarketingActionServiceSettings.Builder Builder for RemarketingActionServiceSettings.RestatementValue Contains information needed to restate a conversion's value.RestatementValue.Builder Contains information needed to restate a conversion's value.RunBatchJobRequest Request message for [BatchJobService.RunBatchJob][google.ads.googleads.v10.services.BatchJobService.RunBatchJob].RunBatchJobRequest.Builder Request message for [BatchJobService.RunBatchJob][google.ads.googleads.v10.services.BatchJobService.RunBatchJob].RunOfflineUserDataJobRequest Request message for [OfflineUserDataJobService.RunOfflineUserDataJob][google.ads.googleads.v10.services.OfflineUserDataJobService.RunOfflineUserDataJob].RunOfflineUserDataJobRequest.Builder Request message for [OfflineUserDataJobService.RunOfflineUserDataJob][google.ads.googleads.v10.services.OfflineUserDataJobService.RunOfflineUserDataJob].ScheduleExperimentMetadata The metadata of the scheduled experiment.ScheduleExperimentMetadata.Builder The metadata of the scheduled experiment.ScheduleExperimentRequest Request message for [ExperimentService.ScheduleExperiment][google.ads.googleads.v10.services.ExperimentService.ScheduleExperiment].ScheduleExperimentRequest.Builder Request message for [ExperimentService.ScheduleExperiment][google.ads.googleads.v10.services.ExperimentService.ScheduleExperiment].SearchGoogleAdsFieldsRequest Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v10.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsFieldsRequest.Builder Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v10.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsFieldsResponse Response message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v10.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsFieldsResponse.Builder Response message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v10.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsRequest Request message for [GoogleAdsService.Search][google.ads.googleads.v10.services.GoogleAdsService.Search].SearchGoogleAdsRequest.Builder Request message for [GoogleAdsService.Search][google.ads.googleads.v10.services.GoogleAdsService.Search].SearchGoogleAdsResponse Response message for [GoogleAdsService.Search][google.ads.googleads.v10.services.GoogleAdsService.Search].SearchGoogleAdsResponse.Builder Response message for [GoogleAdsService.Search][google.ads.googleads.v10.services.GoogleAdsService.Search].SearchGoogleAdsStreamRequest Request message for [GoogleAdsService.SearchStream][google.ads.googleads.v10.services.GoogleAdsService.SearchStream].SearchGoogleAdsStreamRequest.Builder Request message for [GoogleAdsService.SearchStream][google.ads.googleads.v10.services.GoogleAdsService.SearchStream].SearchGoogleAdsStreamResponse Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v10.services.GoogleAdsService.SearchStream].SearchGoogleAdsStreamResponse.Builder Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v10.services.GoogleAdsService.SearchStream].SharedCriterionOperation A single operation (create, remove) on an shared criterion.SharedCriterionOperation.Builder A single operation (create, remove) on an shared criterion.SharedCriterionServiceClient Service Description: Service to manage shared criteria.SharedCriterionServiceGrpc Service to manage shared criteria.SharedCriterionServiceGrpc.SharedCriterionServiceBlockingStub Service to manage shared criteria.SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub Service to manage shared criteria.SharedCriterionServiceGrpc.SharedCriterionServiceImplBase Service to manage shared criteria.SharedCriterionServiceGrpc.SharedCriterionServiceStub Service to manage shared criteria.SharedCriterionServiceProto SharedCriterionServiceSettings Settings class to configure an instance ofSharedCriterionServiceClient.SharedCriterionServiceSettings.Builder Builder for SharedCriterionServiceSettings.SharedSetOperation A single operation (create, update, remove) on an shared set.SharedSetOperation.Builder A single operation (create, update, remove) on an shared set.SharedSetServiceClient Service Description: Service to manage shared sets.SharedSetServiceGrpc Service to manage shared sets.SharedSetServiceGrpc.SharedSetServiceBlockingStub Service to manage shared sets.SharedSetServiceGrpc.SharedSetServiceFutureStub Service to manage shared sets.SharedSetServiceGrpc.SharedSetServiceImplBase Service to manage shared sets.SharedSetServiceGrpc.SharedSetServiceStub Service to manage shared sets.SharedSetServiceProto SharedSetServiceSettings Settings class to configure an instance ofSharedSetServiceClient.SharedSetServiceSettings.Builder Builder for SharedSetServiceSettings.SiteSeed Site SeedSiteSeed.Builder Site SeedSmartCampaignSettingOperation A single operation to update Smart campaign settings for a campaign.SmartCampaignSettingOperation.Builder A single operation to update Smart campaign settings for a campaign.SmartCampaignSettingServiceClient Service Description: Service to manage Smart campaign settings.SmartCampaignSettingServiceGrpc Service to manage Smart campaign settings.SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub Service to manage Smart campaign settings.SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceFutureStub Service to manage Smart campaign settings.SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceImplBase Service to manage Smart campaign settings.SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceStub Service to manage Smart campaign settings.SmartCampaignSettingServiceProto SmartCampaignSettingServiceSettings Settings class to configure an instance ofSmartCampaignSettingServiceClient.SmartCampaignSettingServiceSettings.Builder Builder for SmartCampaignSettingServiceSettings.SmartCampaignSuggestionInfo Information needed to get suggestion for Smart Campaign.SmartCampaignSuggestionInfo.Builder Information needed to get suggestion for Smart Campaign.SmartCampaignSuggestionInfo.BusinessContext A context that describes a business.SmartCampaignSuggestionInfo.BusinessContext.Builder A context that describes a business.SmartCampaignSuggestionInfo.LocationList A list of locations.SmartCampaignSuggestionInfo.LocationList.Builder A list of locations.SmartCampaignSuggestServiceClient Service Description: Service to get suggestions for Smart Campaigns.SmartCampaignSuggestServiceGrpc Service to get suggestions for Smart Campaigns.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingStub Service to get suggestions for Smart Campaigns.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub Service to get suggestions for Smart Campaigns.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceImplBase Service to get suggestions for Smart Campaigns.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub Service to get suggestions for Smart Campaigns.SmartCampaignSuggestServiceProto SmartCampaignSuggestServiceSettings Settings class to configure an instance ofSmartCampaignSuggestServiceClient.SmartCampaignSuggestServiceSettings.Builder Builder for SmartCampaignSuggestServiceSettings.SuggestGeoTargetConstantsRequest Request message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v10.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestGeoTargetConstantsRequest.Builder Request message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v10.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestGeoTargetConstantsRequest.GeoTargets A list of geo target constant resource names.SuggestGeoTargetConstantsRequest.GeoTargets.Builder A list of geo target constant resource names.SuggestGeoTargetConstantsRequest.LocationNames A list of location names.SuggestGeoTargetConstantsRequest.LocationNames.Builder A list of location names.SuggestGeoTargetConstantsResponse Response message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v10.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestGeoTargetConstantsResponse.Builder Response message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v10.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestKeywordThemeConstantsRequest Request message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v10.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemeConstantsRequest.Builder Request message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v10.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemeConstantsResponse Response message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v10.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemeConstantsResponse.Builder Response message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v10.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemesRequest Request message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestKeywordThemesRequest.Builder Request message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestKeywordThemesResponse Response message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestKeywordThemesResponse.Builder Response message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestSmartCampaignAdRequest Request message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignAdRequest.Builder Request message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignAdResponse Response message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignAdResponse.Builder Response message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v10.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignBudgetOptionsRequest Request message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgets][].SuggestSmartCampaignBudgetOptionsRequest.Builder Request message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgets][].SuggestSmartCampaignBudgetOptionsResponse Response message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgets][].SuggestSmartCampaignBudgetOptionsResponse.BudgetOption Smart Campaign budget option.SuggestSmartCampaignBudgetOptionsResponse.BudgetOption.Builder Smart Campaign budget option.SuggestSmartCampaignBudgetOptionsResponse.Builder Response message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgets][].SuggestSmartCampaignBudgetOptionsResponse.Metrics Performance metrics for a given budget option.SuggestSmartCampaignBudgetOptionsResponse.Metrics.Builder Performance metrics for a given budget option.Targeting The targeting for which traffic metrics will be reported.Targeting.Builder The targeting for which traffic metrics will be reported.ThirdPartyAppAnalyticsLinkServiceClient Service Description: This service allows management of links between Google Ads and third party app analytics.ThirdPartyAppAnalyticsLinkServiceGrpc This service allows management of links between Google Ads and third party app analytics.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub This service allows management of links between Google Ads and third party app analytics.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub This service allows management of links between Google Ads and third party app analytics.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase This service allows management of links between Google Ads and third party app analytics.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceStub This service allows management of links between Google Ads and third party app analytics.ThirdPartyAppAnalyticsLinkServiceProto ThirdPartyAppAnalyticsLinkServiceSettings Settings class to configure an instance ofThirdPartyAppAnalyticsLinkServiceClient.ThirdPartyAppAnalyticsLinkServiceSettings.Builder Builder for ThirdPartyAppAnalyticsLinkServiceSettings.UploadCallConversionsRequest Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadCallConversions].UploadCallConversionsRequest.Builder Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadCallConversions].UploadCallConversionsResponse Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadCallConversions].UploadCallConversionsResponse.Builder Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadCallConversions].UploadClickConversionsRequest Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadClickConversions].UploadClickConversionsRequest.Builder Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadClickConversions].UploadClickConversionsResponse Response message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadClickConversions].UploadClickConversionsResponse.Builder Response message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v10.services.ConversionUploadService.UploadClickConversions].UploadConversionAdjustmentsRequest Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v10.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadConversionAdjustmentsRequest.Builder Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v10.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadConversionAdjustmentsResponse Response message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v10.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadConversionAdjustmentsResponse.Builder Response message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v10.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadUserDataRequest Request message for [UserDataService.UploadUserData][google.ads.googleads.v10.services.UserDataService.UploadUserData]UploadUserDataRequest.Builder Request message for [UserDataService.UploadUserData][google.ads.googleads.v10.services.UserDataService.UploadUserData]UploadUserDataResponse Response message for [UserDataService.UploadUserData][google.ads.googleads.v10.services.UserDataService.UploadUserData]UploadUserDataResponse.Builder Response message for [UserDataService.UploadUserData][google.ads.googleads.v10.services.UserDataService.UploadUserData]UrlSeed Url SeedUrlSeed.Builder Url SeedUserDataOperation Operation to be made for the UploadUserDataRequest.UserDataOperation.Builder Operation to be made for the UploadUserDataRequest.UserDataServiceClient Service Description: Service to manage user data uploads.UserDataServiceGrpc Service to manage user data uploads.UserDataServiceGrpc.UserDataServiceBlockingStub Service to manage user data uploads.UserDataServiceGrpc.UserDataServiceFutureStub Service to manage user data uploads.UserDataServiceGrpc.UserDataServiceImplBase Service to manage user data uploads.UserDataServiceGrpc.UserDataServiceStub Service to manage user data uploads.UserDataServiceProto UserDataServiceSettings Settings class to configure an instance ofUserDataServiceClient.UserDataServiceSettings.Builder Builder for UserDataServiceSettings.UserListOperation A single operation (create, update) on a user list.UserListOperation.Builder A single operation (create, update) on a user list.UserListServiceClient Service Description: Service to manage user lists.UserListServiceGrpc Service to manage user lists.UserListServiceGrpc.UserListServiceBlockingStub Service to manage user lists.UserListServiceGrpc.UserListServiceFutureStub Service to manage user lists.UserListServiceGrpc.UserListServiceImplBase Service to manage user lists.UserListServiceGrpc.UserListServiceStub Service to manage user lists.UserListServiceProto UserListServiceSettings Settings class to configure an instance ofUserListServiceClient.UserListServiceSettings.Builder Builder for UserListServiceSettings.