@Generated("by gapic-generator-java")
Package com.google.ads.googleads.v9.services
======================= AccessibleBiddingStrategyServiceClient =======================
Service Description: Service to read accessible bidding strategies.
Sample for AccessibleBiddingStrategyServiceClient:
try (AccessibleBiddingStrategyServiceClient accessibleBiddingStrategyServiceClient =
AccessibleBiddingStrategyServiceClient.create()) {
AccessibleBiddingStrategyName resourceName =
AccessibleBiddingStrategyName.of("[CUSTOMER_ID]", "[BIDDING_STRATEGY_ID]");
AccessibleBiddingStrategy response =
accessibleBiddingStrategyServiceClient.getAccessibleBiddingStrategy(resourceName);
}
======================= 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.
Reads for account-level budgets managed by these proposals will be supported in a future version. Until then, please use the BudgetOrderService from the AdWords API. Learn more at https://developers.google.com/adwords/api/docs/guides/budget-order
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()) {
AccountBudgetProposalName resourceName =
AccountBudgetProposalName.of("[CUSTOMER_ID]", "[ACCOUNT_BUDGET_PROPOSAL_ID]");
AccountBudgetProposal response =
accountBudgetProposalServiceClient.getAccountBudgetProposal(resourceName);
}
======================= AccountBudgetServiceClient =======================
Service Description: A service for fetching an account-level budget.
Account-level budgets are mutated by creating proposal resources.
Sample for AccountBudgetServiceClient:
try (AccountBudgetServiceClient accountBudgetServiceClient =
AccountBudgetServiceClient.create()) {
AccountBudgetName resourceName = AccountBudgetName.of("[CUSTOMER_ID]", "[ACCOUNT_BUDGET_ID]");
AccountBudget response = accountBudgetServiceClient.getAccountBudget(resourceName);
}
======================= AccountLinkServiceClient =======================
Service Description: This service allows management of links between Google Ads accounts and other accounts.
Sample for AccountLinkServiceClient:
try (AccountLinkServiceClient accountLinkServiceClient = AccountLinkServiceClient.create()) {
AccountLinkName resourceName = AccountLinkName.of("[CUSTOMER_ID]", "[ACCOUNT_LINK_ID]");
AccountLink response = accountLinkServiceClient.getAccountLink(resourceName);
}
======================= AdGroupAdAssetViewServiceClient =======================
Service Description: Service to fetch ad group ad asset views.
Sample for AdGroupAdAssetViewServiceClient:
try (AdGroupAdAssetViewServiceClient adGroupAdAssetViewServiceClient =
AdGroupAdAssetViewServiceClient.create()) {
AdGroupAdAssetViewName resourceName =
AdGroupAdAssetViewName.of(
"[CUSTOMER_ID]", "[AD_GROUP_ID]", "[AD_ID]", "[ASSET_ID]", "[FIELD_TYPE]");
AdGroupAdAssetView response =
adGroupAdAssetViewServiceClient.getAdGroupAdAssetView(resourceName);
}
======================= AdGroupAdLabelServiceClient =======================
Service Description: Service to manage labels on ad group ads.
Sample for AdGroupAdLabelServiceClient:
try (AdGroupAdLabelServiceClient adGroupAdLabelServiceClient =
AdGroupAdLabelServiceClient.create()) {
AdGroupAdLabelName resourceName =
AdGroupAdLabelName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[AD_ID]", "[LABEL_ID]");
AdGroupAdLabel response = adGroupAdLabelServiceClient.getAdGroupAdLabel(resourceName);
}
======================= AdGroupAdServiceClient =======================
Service Description: Service to manage ads in an ad group.
Sample for AdGroupAdServiceClient:
try (AdGroupAdServiceClient adGroupAdServiceClient = AdGroupAdServiceClient.create()) {
AdGroupAdName resourceName = AdGroupAdName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[AD_ID]");
AdGroupAd response = adGroupAdServiceClient.getAdGroupAd(resourceName);
}
======================= AdGroupAssetServiceClient =======================
Service Description: Service to manage ad group assets.
Sample for AdGroupAssetServiceClient:
try (AdGroupAssetServiceClient adGroupAssetServiceClient = AdGroupAssetServiceClient.create()) {
AdGroupAssetName resourceName =
AdGroupAssetName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[ASSET_ID]", "[FIELD_TYPE]");
AdGroupAsset response = adGroupAssetServiceClient.getAdGroupAsset(resourceName);
}
======================= AdGroupAudienceViewServiceClient =======================
Service Description: Service to manage ad group audience views.
Sample for AdGroupAudienceViewServiceClient:
try (AdGroupAudienceViewServiceClient adGroupAudienceViewServiceClient =
AdGroupAudienceViewServiceClient.create()) {
AdGroupAudienceViewName resourceName =
AdGroupAudienceViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
AdGroupAudienceView response =
adGroupAudienceViewServiceClient.getAdGroupAudienceView(resourceName);
}
======================= AdGroupBidModifierServiceClient =======================
Service Description: Service to manage ad group bid modifiers.
Sample for AdGroupBidModifierServiceClient:
try (AdGroupBidModifierServiceClient adGroupBidModifierServiceClient =
AdGroupBidModifierServiceClient.create()) {
AdGroupBidModifierName resourceName =
AdGroupBidModifierName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
AdGroupBidModifier response =
adGroupBidModifierServiceClient.getAdGroupBidModifier(resourceName);
}
======================= 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()) {
AdGroupCriterionLabelName resourceName =
AdGroupCriterionLabelName.of(
"[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]", "[LABEL_ID]");
AdGroupCriterionLabel response =
adGroupCriterionLabelServiceClient.getAdGroupCriterionLabel(resourceName);
}
======================= AdGroupCriterionServiceClient =======================
Service Description: Service to manage ad group criteria.
Sample for AdGroupCriterionServiceClient:
try (AdGroupCriterionServiceClient adGroupCriterionServiceClient =
AdGroupCriterionServiceClient.create()) {
AdGroupCriterionName resourceName =
AdGroupCriterionName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
AdGroupCriterion response = adGroupCriterionServiceClient.getAdGroupCriterion(resourceName);
}
======================= AdGroupCriterionSimulationServiceClient =======================
Service Description: Service to fetch ad group criterion simulations.
Sample for AdGroupCriterionSimulationServiceClient:
try (AdGroupCriterionSimulationServiceClient adGroupCriterionSimulationServiceClient =
AdGroupCriterionSimulationServiceClient.create()) {
AdGroupCriterionSimulationName resourceName =
AdGroupCriterionSimulationName.of(
"[CUSTOMER_ID]",
"[AD_GROUP_ID]",
"[CRITERION_ID]",
"[TYPE]",
"[MODIFICATION_METHOD]",
"[START_DATE]",
"[END_DATE]");
AdGroupCriterionSimulation response =
adGroupCriterionSimulationServiceClient.getAdGroupCriterionSimulation(resourceName);
}
======================= 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()) {
AdGroupExtensionSettingName resourceName =
AdGroupExtensionSettingName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[EXTENSION_TYPE]");
AdGroupExtensionSetting response =
adGroupExtensionSettingServiceClient.getAdGroupExtensionSetting(resourceName);
}
======================= AdGroupFeedServiceClient =======================
Service Description: Service to manage ad group feeds.
Sample for AdGroupFeedServiceClient:
try (AdGroupFeedServiceClient adGroupFeedServiceClient = AdGroupFeedServiceClient.create()) {
AdGroupFeedName resourceName =
AdGroupFeedName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[FEED_ID]");
AdGroupFeed response = adGroupFeedServiceClient.getAdGroupFeed(resourceName);
}
======================= AdGroupLabelServiceClient =======================
Service Description: Service to manage labels on ad groups.
Sample for AdGroupLabelServiceClient:
try (AdGroupLabelServiceClient adGroupLabelServiceClient = AdGroupLabelServiceClient.create()) {
AdGroupLabelName resourceName =
AdGroupLabelName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[LABEL_ID]");
AdGroupLabel response = adGroupLabelServiceClient.getAdGroupLabel(resourceName);
}
======================= AdGroupServiceClient =======================
Service Description: Service to manage ad groups.
Sample for AdGroupServiceClient:
try (AdGroupServiceClient adGroupServiceClient = AdGroupServiceClient.create()) {
AdGroupName resourceName = AdGroupName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]");
AdGroup response = adGroupServiceClient.getAdGroup(resourceName);
}
======================= AdGroupSimulationServiceClient =======================
Service Description: Service to fetch ad group simulations.
Sample for AdGroupSimulationServiceClient:
try (AdGroupSimulationServiceClient adGroupSimulationServiceClient =
AdGroupSimulationServiceClient.create()) {
AdGroupSimulationName resourceName =
AdGroupSimulationName.of(
"[CUSTOMER_ID]",
"[AD_GROUP_ID]",
"[TYPE]",
"[MODIFICATION_METHOD]",
"[START_DATE]",
"[END_DATE]");
AdGroupSimulation response =
adGroupSimulationServiceClient.getAdGroupSimulation(resourceName);
}
======================= AdParameterServiceClient =======================
Service Description: Service to manage ad parameters.
Sample for AdParameterServiceClient:
try (AdParameterServiceClient adParameterServiceClient = AdParameterServiceClient.create()) {
AdParameterName resourceName =
AdParameterName.of(
"[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]", "[PARAMETER_INDEX]");
AdParameter response = adParameterServiceClient.getAdParameter(resourceName);
}
======================= AdScheduleViewServiceClient =======================
Service Description: Service to fetch ad schedule views.
Sample for AdScheduleViewServiceClient:
try (AdScheduleViewServiceClient adScheduleViewServiceClient =
AdScheduleViewServiceClient.create()) {
AdScheduleViewName resourceName =
AdScheduleViewName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[CRITERION_ID]");
AdScheduleView response = adScheduleViewServiceClient.getAdScheduleView(resourceName);
}
======================= 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);
}
======================= AgeRangeViewServiceClient =======================
Service Description: Service to manage age range views.
Sample for AgeRangeViewServiceClient:
try (AgeRangeViewServiceClient ageRangeViewServiceClient = AgeRangeViewServiceClient.create()) {
AgeRangeViewName resourceName =
AgeRangeViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
AgeRangeView response = ageRangeViewServiceClient.getAgeRangeView(resourceName);
}
======================= AssetFieldTypeViewServiceClient =======================
Service Description: Service to fetch asset field type views.
Sample for AssetFieldTypeViewServiceClient:
try (AssetFieldTypeViewServiceClient assetFieldTypeViewServiceClient =
AssetFieldTypeViewServiceClient.create()) {
AssetFieldTypeViewName resourceName =
AssetFieldTypeViewName.of("[CUSTOMER_ID]", "[FIELD_TYPE]");
AssetFieldTypeView response =
assetFieldTypeViewServiceClient.getAssetFieldTypeView(resourceName);
}
======================= AssetGroupAssetServiceClient =======================
Service Description: Service to manage asset group asset.
Sample for AssetGroupAssetServiceClient:
try (AssetGroupAssetServiceClient assetGroupAssetServiceClient =
AssetGroupAssetServiceClient.create()) {
AssetGroupAssetName resourceName =
AssetGroupAssetName.of("[CUSTOMER_ID]", "[ASSET_GROUP_ID]", "[ASSET_ID]", "[FIELD_TYPE]");
AssetGroupAsset response = assetGroupAssetServiceClient.getAssetGroupAsset(resourceName);
}
======================= 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()) {
AssetGroupName resourceName = AssetGroupName.of("[CUSTOMER_ID]", "[ASSET_GROUP_ID]");
AssetGroup response = assetGroupServiceClient.getAssetGroup(resourceName);
}
======================= 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()) {
AssetName resourceName = AssetName.of("[CUSTOMER_ID]", "[ASSET_ID]");
Asset response = assetServiceClient.getAsset(resourceName);
}
======================= 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);
}
======================= 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()) {
BiddingDataExclusionName resourceName =
BiddingDataExclusionName.of("[CUSTOMER_ID]", "[SEASONALITY_EVENT_ID]");
BiddingDataExclusion response =
biddingDataExclusionServiceClient.getBiddingDataExclusion(resourceName);
}
======================= BiddingSeasonalityAdjustmentServiceClient =======================
Service Description: Service to manage bidding seasonality adjustments.
Sample for BiddingSeasonalityAdjustmentServiceClient:
try (BiddingSeasonalityAdjustmentServiceClient biddingSeasonalityAdjustmentServiceClient =
BiddingSeasonalityAdjustmentServiceClient.create()) {
BiddingSeasonalityAdjustmentName resourceName =
BiddingSeasonalityAdjustmentName.of("[CUSTOMER_ID]", "[SEASONALITY_EVENT_ID]");
BiddingSeasonalityAdjustment response =
biddingSeasonalityAdjustmentServiceClient.getBiddingSeasonalityAdjustment(resourceName);
}
======================= BiddingStrategyServiceClient =======================
Service Description: Service to manage bidding strategies.
Sample for BiddingStrategyServiceClient:
try (BiddingStrategyServiceClient biddingStrategyServiceClient =
BiddingStrategyServiceClient.create()) {
BiddingStrategyName resourceName =
BiddingStrategyName.of("[CUSTOMER_ID]", "[BIDDING_STRATEGY_ID]");
BiddingStrategy response = biddingStrategyServiceClient.getBiddingStrategy(resourceName);
}
======================= BiddingStrategySimulationServiceClient =======================
Service Description: Service to fetch bidding strategy simulations.
Sample for BiddingStrategySimulationServiceClient:
try (BiddingStrategySimulationServiceClient biddingStrategySimulationServiceClient =
BiddingStrategySimulationServiceClient.create()) {
BiddingStrategySimulationName resourceName =
BiddingStrategySimulationName.of(
"[CUSTOMER_ID]",
"[BIDDING_STRATEGY_ID]",
"[TYPE]",
"[MODIFICATION_METHOD]",
"[START_DATE]",
"[END_DATE]");
BiddingStrategySimulation response =
biddingStrategySimulationServiceClient.getBiddingStrategySimulation(resourceName);
}
======================= 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()) {
BillingSetupName resourceName = BillingSetupName.of("[CUSTOMER_ID]", "[BILLING_SETUP_ID]");
BillingSetup response = billingSetupServiceClient.getBillingSetup(resourceName);
}
======================= CampaignAssetServiceClient =======================
Service Description: Service to manage campaign assets.
Sample for CampaignAssetServiceClient:
try (CampaignAssetServiceClient campaignAssetServiceClient =
CampaignAssetServiceClient.create()) {
CampaignAssetName resourceName =
CampaignAssetName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[ASSET_ID]", "[FIELD_TYPE]");
CampaignAsset response = campaignAssetServiceClient.getCampaignAsset(resourceName);
}
======================= 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);
}
======================= CampaignAudienceViewServiceClient =======================
Service Description: Service to manage campaign audience views.
Sample for CampaignAudienceViewServiceClient:
try (CampaignAudienceViewServiceClient campaignAudienceViewServiceClient =
CampaignAudienceViewServiceClient.create()) {
CampaignAudienceViewName resourceName =
CampaignAudienceViewName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[CRITERION_ID]");
CampaignAudienceView response =
campaignAudienceViewServiceClient.getCampaignAudienceView(resourceName);
}
======================= CampaignBidModifierServiceClient =======================
Service Description: Service to manage campaign bid modifiers.
Sample for CampaignBidModifierServiceClient:
try (CampaignBidModifierServiceClient campaignBidModifierServiceClient =
CampaignBidModifierServiceClient.create()) {
CampaignBidModifierName resourceName =
CampaignBidModifierName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[CRITERION_ID]");
CampaignBidModifier response =
campaignBidModifierServiceClient.getCampaignBidModifier(resourceName);
}
======================= CampaignBudgetServiceClient =======================
Service Description: Service to manage campaign budgets.
Sample for CampaignBudgetServiceClient:
try (CampaignBudgetServiceClient campaignBudgetServiceClient =
CampaignBudgetServiceClient.create()) {
CampaignBudgetName resourceName =
CampaignBudgetName.of("[CUSTOMER_ID]", "[CAMPAIGN_BUDGET_ID]");
CampaignBudget response = campaignBudgetServiceClient.getCampaignBudget(resourceName);
}
======================= 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()) {
CampaignCriterionName resourceName =
CampaignCriterionName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[CRITERION_ID]");
CampaignCriterion response =
campaignCriterionServiceClient.getCampaignCriterion(resourceName);
}
======================= CampaignCriterionSimulationServiceClient =======================
Service Description: Service to fetch campaign criterion simulations.
Sample for CampaignCriterionSimulationServiceClient:
try (CampaignCriterionSimulationServiceClient campaignCriterionSimulationServiceClient =
CampaignCriterionSimulationServiceClient.create()) {
CampaignCriterionSimulationName resourceName =
CampaignCriterionSimulationName.of(
"[CUSTOMER_ID]",
"[CAMPAIGN_ID]",
"[CRITERION_ID]",
"[TYPE]",
"[MODIFICATION_METHOD]",
"[START_DATE]",
"[END_DATE]");
CampaignCriterionSimulation response =
campaignCriterionSimulationServiceClient.getCampaignCriterionSimulation(resourceName);
}
======================= 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()) {
CampaignDraftName resourceName =
CampaignDraftName.of("[CUSTOMER_ID]", "[BASE_CAMPAIGN_ID]", "[DRAFT_ID]");
CampaignDraft response = campaignDraftServiceClient.getCampaignDraft(resourceName);
}
======================= 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()) {
CampaignExperimentName resourceName =
CampaignExperimentName.of("[CUSTOMER_ID]", "[CAMPAIGN_EXPERIMENT_ID]");
CampaignExperiment response =
campaignExperimentServiceClient.getCampaignExperiment(resourceName);
}
======================= CampaignExtensionSettingServiceClient =======================
Service Description: Service to manage campaign extension settings.
Sample for CampaignExtensionSettingServiceClient:
try (CampaignExtensionSettingServiceClient campaignExtensionSettingServiceClient =
CampaignExtensionSettingServiceClient.create()) {
CampaignExtensionSettingName resourceName =
CampaignExtensionSettingName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[EXTENSION_TYPE]");
CampaignExtensionSetting response =
campaignExtensionSettingServiceClient.getCampaignExtensionSetting(resourceName);
}
======================= CampaignFeedServiceClient =======================
Service Description: Service to manage campaign feeds.
Sample for CampaignFeedServiceClient:
try (CampaignFeedServiceClient campaignFeedServiceClient = CampaignFeedServiceClient.create()) {
CampaignFeedName resourceName =
CampaignFeedName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[FEED_ID]");
CampaignFeed response = campaignFeedServiceClient.getCampaignFeed(resourceName);
}
======================= CampaignLabelServiceClient =======================
Service Description: Service to manage labels on campaigns.
Sample for CampaignLabelServiceClient:
try (CampaignLabelServiceClient campaignLabelServiceClient =
CampaignLabelServiceClient.create()) {
CampaignLabelName resourceName =
CampaignLabelName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[LABEL_ID]");
CampaignLabel response = campaignLabelServiceClient.getCampaignLabel(resourceName);
}
======================= CampaignServiceClient =======================
Service Description: Service to manage campaigns.
Sample for CampaignServiceClient:
try (CampaignServiceClient campaignServiceClient = CampaignServiceClient.create()) {
CampaignName resourceName = CampaignName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]");
Campaign response = campaignServiceClient.getCampaign(resourceName);
}
======================= CampaignSharedSetServiceClient =======================
Service Description: Service to manage campaign shared sets.
Sample for CampaignSharedSetServiceClient:
try (CampaignSharedSetServiceClient campaignSharedSetServiceClient =
CampaignSharedSetServiceClient.create()) {
CampaignSharedSetName resourceName =
CampaignSharedSetName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[SHARED_SET_ID]");
CampaignSharedSet response =
campaignSharedSetServiceClient.getCampaignSharedSet(resourceName);
}
======================= CampaignSimulationServiceClient =======================
Service Description: Service to fetch campaign simulations.
Sample for CampaignSimulationServiceClient:
try (CampaignSimulationServiceClient campaignSimulationServiceClient =
CampaignSimulationServiceClient.create()) {
CampaignSimulationName resourceName =
CampaignSimulationName.of(
"[CUSTOMER_ID]",
"[CAMPAIGN_ID]",
"[TYPE]",
"[MODIFICATION_METHOD]",
"[START_DATE]",
"[END_DATE]");
CampaignSimulation response =
campaignSimulationServiceClient.getCampaignSimulation(resourceName);
}
======================= CarrierConstantServiceClient =======================
Service Description: Service to fetch carrier constants.
Sample for CarrierConstantServiceClient:
try (CarrierConstantServiceClient carrierConstantServiceClient =
CarrierConstantServiceClient.create()) {
CarrierConstantName resourceName = CarrierConstantName.of("[CRITERION_ID]");
CarrierConstant response = carrierConstantServiceClient.getCarrierConstant(resourceName);
}
======================= ChangeStatusServiceClient =======================
Service Description: Service to fetch change statuses.
Sample for ChangeStatusServiceClient:
try (ChangeStatusServiceClient changeStatusServiceClient = ChangeStatusServiceClient.create()) {
ChangeStatusName resourceName = ChangeStatusName.of("[CUSTOMER_ID]", "[CHANGE_STATUS_ID]");
ChangeStatus response = changeStatusServiceClient.getChangeStatus(resourceName);
}
======================= ClickViewServiceClient =======================
Service Description: Service to fetch click views.
Sample for ClickViewServiceClient:
try (ClickViewServiceClient clickViewServiceClient = ClickViewServiceClient.create()) {
ClickViewName resourceName = ClickViewName.of("[CUSTOMER_ID]", "[DATE]", "[GCLID]");
ClickView response = clickViewServiceClient.getClickView(resourceName);
}
======================= CombinedAudienceServiceClient =======================
Service Description: Service to manage combined audiences. This service can be used to list all your combined audiences with metadata, but won't show the structure and components of the combined audience.
Sample for CombinedAudienceServiceClient:
try (CombinedAudienceServiceClient combinedAudienceServiceClient =
CombinedAudienceServiceClient.create()) {
CombinedAudienceName resourceName =
CombinedAudienceName.of("[CUSTOMER_ID]", "[COMBINED_AUDIENCE_ID]");
CombinedAudience response = combinedAudienceServiceClient.getCombinedAudience(resourceName);
}
======================= ConversionActionServiceClient =======================
Service Description: Service to manage conversion actions.
Sample for ConversionActionServiceClient:
try (ConversionActionServiceClient conversionActionServiceClient =
ConversionActionServiceClient.create()) {
ConversionActionName resourceName =
ConversionActionName.of("[CUSTOMER_ID]", "[CONVERSION_ACTION_ID]");
ConversionAction response = conversionActionServiceClient.getConversionAction(resourceName);
}
======================= 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()) {
ConversionCustomVariableName resourceName =
ConversionCustomVariableName.of("[CUSTOMER_ID]", "[CONVERSION_CUSTOM_VARIABLE_ID]");
ConversionCustomVariable response =
conversionCustomVariableServiceClient.getConversionCustomVariable(resourceName);
}
======================= 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()) {
ConversionValueRuleName resourceName =
ConversionValueRuleName.of("[CUSTOMER_ID]", "[CONVERSION_VALUE_RULE_ID]");
ConversionValueRule response =
conversionValueRuleServiceClient.getConversionValueRule(resourceName);
}
======================= ConversionValueRuleSetServiceClient =======================
Service Description: Service to manage conversion value rule sets.
Sample for ConversionValueRuleSetServiceClient:
try (ConversionValueRuleSetServiceClient conversionValueRuleSetServiceClient =
ConversionValueRuleSetServiceClient.create()) {
ConversionValueRuleSetName resourceName =
ConversionValueRuleSetName.of("[CUSTOMER_ID]", "[CONVERSION_VALUE_RULE_SET_ID]");
ConversionValueRuleSet response =
conversionValueRuleSetServiceClient.getConversionValueRuleSet(resourceName);
}
======================= CurrencyConstantServiceClient =======================
Service Description: Service to fetch currency constants.
Sample for CurrencyConstantServiceClient:
try (CurrencyConstantServiceClient currencyConstantServiceClient =
CurrencyConstantServiceClient.create()) {
CurrencyConstantName resourceName = CurrencyConstantName.of("[CODE]");
CurrencyConstant response = currencyConstantServiceClient.getCurrencyConstant(resourceName);
}
======================= CustomAudienceServiceClient =======================
Service Description: Service to manage custom audiences.
Sample for CustomAudienceServiceClient:
try (CustomAudienceServiceClient customAudienceServiceClient =
CustomAudienceServiceClient.create()) {
CustomAudienceName resourceName =
CustomAudienceName.of("[CUSTOMER_ID]", "[CUSTOM_AUDIENCE_ID]");
CustomAudience response = customAudienceServiceClient.getCustomAudience(resourceName);
}
======================= 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()) {
CustomInterestName resourceName =
CustomInterestName.of("[CUSTOMER_ID]", "[CUSTOM_INTEREST_ID]");
CustomInterest response = customInterestServiceClient.getCustomInterest(resourceName);
}
======================= CustomerAssetServiceClient =======================
Service Description: Service to manage customer assets.
Sample for CustomerAssetServiceClient:
try (CustomerAssetServiceClient customerAssetServiceClient =
CustomerAssetServiceClient.create()) {
CustomerAssetName resourceName =
CustomerAssetName.of("[CUSTOMER_ID]", "[ASSET_ID]", "[FIELD_TYPE]");
CustomerAsset response = customerAssetServiceClient.getCustomerAsset(resourceName);
}
======================= CustomerClientLinkServiceClient =======================
Service Description: Service to manage customer client links.
Sample for CustomerClientLinkServiceClient:
try (CustomerClientLinkServiceClient customerClientLinkServiceClient =
CustomerClientLinkServiceClient.create()) {
CustomerClientLinkName resourceName =
CustomerClientLinkName.of("[CUSTOMER_ID]", "[CLIENT_CUSTOMER_ID]", "[MANAGER_LINK_ID]");
CustomerClientLink response =
customerClientLinkServiceClient.getCustomerClientLink(resourceName);
}
======================= CustomerClientServiceClient =======================
Service Description: Service to get clients in a customer's hierarchy.
Sample for CustomerClientServiceClient:
try (CustomerClientServiceClient customerClientServiceClient =
CustomerClientServiceClient.create()) {
CustomerClientName resourceName =
CustomerClientName.of("[CUSTOMER_ID]", "[CLIENT_CUSTOMER_ID]");
CustomerClient response = customerClientServiceClient.getCustomerClient(resourceName);
}
======================= 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()) {
CustomerExtensionSettingName resourceName =
CustomerExtensionSettingName.of("[CUSTOMER_ID]", "[EXTENSION_TYPE]");
CustomerExtensionSetting response =
customerExtensionSettingServiceClient.getCustomerExtensionSetting(resourceName);
}
======================= CustomerFeedServiceClient =======================
Service Description: Service to manage customer feeds.
Sample for CustomerFeedServiceClient:
try (CustomerFeedServiceClient customerFeedServiceClient = CustomerFeedServiceClient.create()) {
CustomerFeedName resourceName = CustomerFeedName.of("[CUSTOMER_ID]", "[FEED_ID]");
CustomerFeed response = customerFeedServiceClient.getCustomerFeed(resourceName);
}
======================= CustomerLabelServiceClient =======================
Service Description: Service to manage labels on customers.
Sample for CustomerLabelServiceClient:
try (CustomerLabelServiceClient customerLabelServiceClient =
CustomerLabelServiceClient.create()) {
CustomerLabelName resourceName = CustomerLabelName.of("[CUSTOMER_ID]", "[LABEL_ID]");
CustomerLabel response = customerLabelServiceClient.getCustomerLabel(resourceName);
}
======================= CustomerManagerLinkServiceClient =======================
Service Description: Service to manage customer-manager links.
Sample for CustomerManagerLinkServiceClient:
try (CustomerManagerLinkServiceClient customerManagerLinkServiceClient =
CustomerManagerLinkServiceClient.create()) {
CustomerManagerLinkName resourceName =
CustomerManagerLinkName.of("[CUSTOMER_ID]", "[MANAGER_CUSTOMER_ID]", "[MANAGER_LINK_ID]");
CustomerManagerLink response =
customerManagerLinkServiceClient.getCustomerManagerLink(resourceName);
}
======================= CustomerNegativeCriterionServiceClient =======================
Service Description: Service to manage customer negative criteria.
Sample for CustomerNegativeCriterionServiceClient:
try (CustomerNegativeCriterionServiceClient customerNegativeCriterionServiceClient =
CustomerNegativeCriterionServiceClient.create()) {
CustomerNegativeCriterionName resourceName =
CustomerNegativeCriterionName.of("[CUSTOMER_ID]", "[CRITERION_ID]");
CustomerNegativeCriterion response =
customerNegativeCriterionServiceClient.getCustomerNegativeCriterion(resourceName);
}
======================= CustomerServiceClient =======================
Service Description: Service to manage customers.
Sample for CustomerServiceClient:
try (CustomerServiceClient customerServiceClient = CustomerServiceClient.create()) {
CustomerName resourceName = CustomerName.of("[CUSTOMER_ID]");
Customer response = customerServiceClient.getCustomer(resourceName);
}
======================= CustomerUserAccessInvitationServiceClient =======================
Service Description: This service manages the access invitation extended to users for a given customer.
Sample for CustomerUserAccessInvitationServiceClient:
try (CustomerUserAccessInvitationServiceClient customerUserAccessInvitationServiceClient =
CustomerUserAccessInvitationServiceClient.create()) {
CustomerUserAccessInvitationName resourceName =
CustomerUserAccessInvitationName.of("[CUSTOMER_ID]", "[INVITATION_ID]");
CustomerUserAccessInvitation response =
customerUserAccessInvitationServiceClient.getCustomerUserAccessInvitation(resourceName);
}
======================= CustomerUserAccessServiceClient =======================
Service Description: This service manages the permissions of a user on a given customer.
Sample for CustomerUserAccessServiceClient:
try (CustomerUserAccessServiceClient customerUserAccessServiceClient =
CustomerUserAccessServiceClient.create()) {
CustomerUserAccessName resourceName = CustomerUserAccessName.of("[CUSTOMER_ID]", "[USER_ID]");
CustomerUserAccess response =
customerUserAccessServiceClient.getCustomerUserAccess(resourceName);
}
======================= 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);
}
======================= DetailPlacementViewServiceClient =======================
Service Description: Service to fetch Detail Placement views.
Sample for DetailPlacementViewServiceClient:
try (DetailPlacementViewServiceClient detailPlacementViewServiceClient =
DetailPlacementViewServiceClient.create()) {
DetailPlacementViewName resourceName =
DetailPlacementViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[BASE64_PLACEMENT]");
DetailPlacementView response =
detailPlacementViewServiceClient.getDetailPlacementView(resourceName);
}
======================= DetailedDemographicServiceClient =======================
Service Description: Service to fetch Google Ads Detailed Demographics.
Sample for DetailedDemographicServiceClient:
try (DetailedDemographicServiceClient detailedDemographicServiceClient =
DetailedDemographicServiceClient.create()) {
DetailedDemographicName resourceName =
DetailedDemographicName.of("[CUSTOMER_ID]", "[DETAILED_DEMOGRAPHIC_ID]");
DetailedDemographic response =
detailedDemographicServiceClient.getDetailedDemographic(resourceName);
}
======================= DisplayKeywordViewServiceClient =======================
Service Description: Service to manage display keyword views.
Sample for DisplayKeywordViewServiceClient:
try (DisplayKeywordViewServiceClient displayKeywordViewServiceClient =
DisplayKeywordViewServiceClient.create()) {
DisplayKeywordViewName resourceName =
DisplayKeywordViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
DisplayKeywordView response =
displayKeywordViewServiceClient.getDisplayKeywordView(resourceName);
}
======================= DistanceViewServiceClient =======================
Service Description: Service to fetch distance views.
Sample for DistanceViewServiceClient:
try (DistanceViewServiceClient distanceViewServiceClient = DistanceViewServiceClient.create()) {
DistanceViewName resourceName =
DistanceViewName.of("[CUSTOMER_ID]", "[PLACEHOLDER_CHAIN_ID]", "[DISTANCE_BUCKET]");
DistanceView response = distanceViewServiceClient.getDistanceView(resourceName);
}
======================= DomainCategoryServiceClient =======================
Service Description: Service to fetch domain categories.
Sample for DomainCategoryServiceClient:
try (DomainCategoryServiceClient domainCategoryServiceClient =
DomainCategoryServiceClient.create()) {
DomainCategoryName resourceName =
DomainCategoryName.of(
"[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[BASE64_CATEGORY]", "[LANGUAGE_CODE]");
DomainCategory response = domainCategoryServiceClient.getDomainCategory(resourceName);
}
======================= DynamicSearchAdsSearchTermViewServiceClient =======================
Service Description: Service to fetch dynamic search ads views.
Sample for DynamicSearchAdsSearchTermViewServiceClient:
try (DynamicSearchAdsSearchTermViewServiceClient dynamicSearchAdsSearchTermViewServiceClient =
DynamicSearchAdsSearchTermViewServiceClient.create()) {
DynamicSearchAdsSearchTermViewName resourceName =
DynamicSearchAdsSearchTermViewName.of(
"[CUSTOMER_ID]",
"[AD_GROUP_ID]",
"[SEARCH_TERM_FINGERPRINT]",
"[HEADLINE_FINGERPRINT]",
"[LANDING_PAGE_FINGERPRINT]",
"[PAGE_URL_FINGERPRINT]");
DynamicSearchAdsSearchTermView response =
dynamicSearchAdsSearchTermViewServiceClient.getDynamicSearchAdsSearchTermView(
resourceName);
}
======================= ExpandedLandingPageViewServiceClient =======================
Service Description: Service to fetch expanded landing page views.
Sample for ExpandedLandingPageViewServiceClient:
try (ExpandedLandingPageViewServiceClient expandedLandingPageViewServiceClient =
ExpandedLandingPageViewServiceClient.create()) {
ExpandedLandingPageViewName resourceName =
ExpandedLandingPageViewName.of("[CUSTOMER_ID]", "[EXPANDED_FINAL_URL_FINGERPRINT]");
ExpandedLandingPageView response =
expandedLandingPageViewServiceClient.getExpandedLandingPageView(resourceName);
}
======================= ExtensionFeedItemServiceClient =======================
Service Description: Service to manage extension feed items.
Sample for ExtensionFeedItemServiceClient:
try (ExtensionFeedItemServiceClient extensionFeedItemServiceClient =
ExtensionFeedItemServiceClient.create()) {
ExtensionFeedItemName resourceName =
ExtensionFeedItemName.of("[CUSTOMER_ID]", "[FEED_ITEM_ID]");
ExtensionFeedItem response =
extensionFeedItemServiceClient.getExtensionFeedItem(resourceName);
}
======================= FeedItemServiceClient =======================
Service Description: Service to manage feed items.
Sample for FeedItemServiceClient:
try (FeedItemServiceClient feedItemServiceClient = FeedItemServiceClient.create()) {
FeedItemName resourceName = FeedItemName.of("[CUSTOMER_ID]", "[FEED_ID]", "[FEED_ITEM_ID]");
FeedItem response = feedItemServiceClient.getFeedItem(resourceName);
}
======================= FeedItemSetLinkServiceClient =======================
Service Description: Service to manage feed item set links.
Sample for FeedItemSetLinkServiceClient:
try (FeedItemSetLinkServiceClient feedItemSetLinkServiceClient =
FeedItemSetLinkServiceClient.create()) {
FeedItemSetLinkName resourceName =
FeedItemSetLinkName.of(
"[CUSTOMER_ID]", "[FEED_ID]", "[FEED_ITEM_SET_ID]", "[FEED_ITEM_ID]");
FeedItemSetLink response = feedItemSetLinkServiceClient.getFeedItemSetLink(resourceName);
}
======================= FeedItemSetServiceClient =======================
Service Description: Service to manage feed Item Set
Sample for FeedItemSetServiceClient:
try (FeedItemSetServiceClient feedItemSetServiceClient = FeedItemSetServiceClient.create()) {
FeedItemSetName resourceName =
FeedItemSetName.of("[CUSTOMER_ID]", "[FEED_ID]", "[FEED_ITEM_SET_ID]");
FeedItemSet response = feedItemSetServiceClient.getFeedItemSet(resourceName);
}
======================= FeedItemTargetServiceClient =======================
Service Description: Service to manage feed item targets.
Sample for FeedItemTargetServiceClient:
try (FeedItemTargetServiceClient feedItemTargetServiceClient =
FeedItemTargetServiceClient.create()) {
FeedItemTargetName resourceName =
FeedItemTargetName.of(
"[CUSTOMER_ID]",
"[FEED_ID]",
"[FEED_ITEM_ID]",
"[FEED_ITEM_TARGET_TYPE]",
"[FEED_ITEM_TARGET_ID]");
FeedItemTarget response = feedItemTargetServiceClient.getFeedItemTarget(resourceName);
}
======================= FeedMappingServiceClient =======================
Service Description: Service to manage feed mappings.
Sample for FeedMappingServiceClient:
try (FeedMappingServiceClient feedMappingServiceClient = FeedMappingServiceClient.create()) {
FeedMappingName resourceName =
FeedMappingName.of("[CUSTOMER_ID]", "[FEED_ID]", "[FEED_MAPPING_ID]");
FeedMapping response = feedMappingServiceClient.getFeedMapping(resourceName);
}
======================= FeedPlaceholderViewServiceClient =======================
Service Description: Service to fetch feed placeholder views.
Sample for FeedPlaceholderViewServiceClient:
try (FeedPlaceholderViewServiceClient feedPlaceholderViewServiceClient =
FeedPlaceholderViewServiceClient.create()) {
FeedPlaceholderViewName resourceName =
FeedPlaceholderViewName.of("[CUSTOMER_ID]", "[PLACEHOLDER_TYPE]");
FeedPlaceholderView response =
feedPlaceholderViewServiceClient.getFeedPlaceholderView(resourceName);
}
======================= FeedServiceClient =======================
Service Description: Service to manage feeds.
Sample for FeedServiceClient:
try (FeedServiceClient feedServiceClient = FeedServiceClient.create()) {
FeedName resourceName = FeedName.of("[CUSTOMER_ID]", "[FEED_ID]");
Feed response = feedServiceClient.getFeed(resourceName);
}
======================= GenderViewServiceClient =======================
Service Description: Service to manage gender views.
Sample for GenderViewServiceClient:
try (GenderViewServiceClient genderViewServiceClient = GenderViewServiceClient.create()) {
GenderViewName resourceName =
GenderViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
GenderView response = genderViewServiceClient.getGenderView(resourceName);
}
======================= GeoTargetConstantServiceClient =======================
Service Description: Service to fetch geo target constants.
Sample for GeoTargetConstantServiceClient:
try (GeoTargetConstantServiceClient geoTargetConstantServiceClient =
GeoTargetConstantServiceClient.create()) {
GeoTargetConstantName resourceName = GeoTargetConstantName.of("[CRITERION_ID]");
GeoTargetConstant response =
geoTargetConstantServiceClient.getGeoTargetConstant(resourceName);
}
======================= GeographicViewServiceClient =======================
Service Description: Service to manage geographic views.
Sample for GeographicViewServiceClient:
try (GeographicViewServiceClient geographicViewServiceClient =
GeographicViewServiceClient.create()) {
GeographicViewName resourceName =
GeographicViewName.of("[CUSTOMER_ID]", "[COUNTRY_CRITERION_ID]", "[LOCATION_TYPE]");
GeographicView response = geographicViewServiceClient.getGeographicView(resourceName);
}
======================= 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);
}
======================= GroupPlacementViewServiceClient =======================
Service Description: Service to fetch Group Placement views.
Sample for GroupPlacementViewServiceClient:
try (GroupPlacementViewServiceClient groupPlacementViewServiceClient =
GroupPlacementViewServiceClient.create()) {
GroupPlacementViewName resourceName =
GroupPlacementViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[BASE64_PLACEMENT]");
GroupPlacementView response =
groupPlacementViewServiceClient.getGroupPlacementView(resourceName);
}
======================= HotelGroupViewServiceClient =======================
Service Description: Service to manage Hotel Group Views.
Sample for HotelGroupViewServiceClient:
try (HotelGroupViewServiceClient hotelGroupViewServiceClient =
HotelGroupViewServiceClient.create()) {
HotelGroupViewName resourceName =
HotelGroupViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
HotelGroupView response = hotelGroupViewServiceClient.getHotelGroupView(resourceName);
}
======================= HotelPerformanceViewServiceClient =======================
Service Description: Service to manage Hotel Performance Views.
Sample for HotelPerformanceViewServiceClient:
try (HotelPerformanceViewServiceClient hotelPerformanceViewServiceClient =
HotelPerformanceViewServiceClient.create()) {
HotelPerformanceViewName resourceName = HotelPerformanceViewName.of("[CUSTOMER_ID]");
HotelPerformanceView response =
hotelPerformanceViewServiceClient.getHotelPerformanceView(resourceName);
}
======================= IncomeRangeViewServiceClient =======================
Service Description: Service to manage income range views.
Sample for IncomeRangeViewServiceClient:
try (IncomeRangeViewServiceClient incomeRangeViewServiceClient =
IncomeRangeViewServiceClient.create()) {
IncomeRangeViewName resourceName =
IncomeRangeViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
IncomeRangeView response = incomeRangeViewServiceClient.getIncomeRangeView(resourceName);
}
======================= 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()) {
KeywordPlanAdGroupKeywordName resourceName =
KeywordPlanAdGroupKeywordName.of("[CUSTOMER_ID]", "[KEYWORD_PLAN_AD_GROUP_KEYWORD_ID]");
KeywordPlanAdGroupKeyword response =
keywordPlanAdGroupKeywordServiceClient.getKeywordPlanAdGroupKeyword(resourceName);
}
======================= KeywordPlanAdGroupServiceClient =======================
Service Description: Service to manage Keyword Plan ad groups.
Sample for KeywordPlanAdGroupServiceClient:
try (KeywordPlanAdGroupServiceClient keywordPlanAdGroupServiceClient =
KeywordPlanAdGroupServiceClient.create()) {
KeywordPlanAdGroupName resourceName =
KeywordPlanAdGroupName.of("[CUSTOMER_ID]", "[KEYWORD_PLAN_AD_GROUP_ID]");
KeywordPlanAdGroup response =
keywordPlanAdGroupServiceClient.getKeywordPlanAdGroup(resourceName);
}
======================= 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()) {
KeywordPlanCampaignKeywordName resourceName =
KeywordPlanCampaignKeywordName.of("[CUSTOMER_ID]", "[KEYWORD_PLAN_CAMPAIGN_KEYWORD_ID]");
KeywordPlanCampaignKeyword response =
keywordPlanCampaignKeywordServiceClient.getKeywordPlanCampaignKeyword(resourceName);
}
======================= KeywordPlanCampaignServiceClient =======================
Service Description: Service to manage Keyword Plan campaigns.
Sample for KeywordPlanCampaignServiceClient:
try (KeywordPlanCampaignServiceClient keywordPlanCampaignServiceClient =
KeywordPlanCampaignServiceClient.create()) {
KeywordPlanCampaignName resourceName =
KeywordPlanCampaignName.of("[CUSTOMER_ID]", "[KEYWORD_PLAN_CAMPAIGN_ID]");
KeywordPlanCampaign response =
keywordPlanCampaignServiceClient.getKeywordPlanCampaign(resourceName);
}
======================= 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()) {
KeywordPlanName resourceName = KeywordPlanName.of("[CUSTOMER_ID]", "[KEYWORD_PLAN_ID]");
KeywordPlan response = keywordPlanServiceClient.getKeywordPlan(resourceName);
}
======================= KeywordThemeConstantServiceClient =======================
Service Description: Service to fetch Smart Campaign keyword themes.
Sample for KeywordThemeConstantServiceClient:
try (KeywordThemeConstantServiceClient keywordThemeConstantServiceClient =
KeywordThemeConstantServiceClient.create()) {
KeywordThemeConstantName resourceName =
KeywordThemeConstantName.of("[EXPRESS_CATEGORY_ID]", "[EXPRESS_SUB_CATEGORY_ID]");
KeywordThemeConstant response =
keywordThemeConstantServiceClient.getKeywordThemeConstant(resourceName);
}
======================= KeywordViewServiceClient =======================
Service Description: Service to manage keyword views.
Sample for KeywordViewServiceClient:
try (KeywordViewServiceClient keywordViewServiceClient = KeywordViewServiceClient.create()) {
KeywordViewName resourceName =
KeywordViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
KeywordView response = keywordViewServiceClient.getKeywordView(resourceName);
}
======================= LabelServiceClient =======================
Service Description: Service to manage labels.
Sample for LabelServiceClient:
try (LabelServiceClient labelServiceClient = LabelServiceClient.create()) {
LabelName resourceName = LabelName.of("[CUSTOMER_ID]", "[LABEL_ID]");
Label response = labelServiceClient.getLabel(resourceName);
}
======================= LandingPageViewServiceClient =======================
Service Description: Service to fetch landing page views.
Sample for LandingPageViewServiceClient:
try (LandingPageViewServiceClient landingPageViewServiceClient =
LandingPageViewServiceClient.create()) {
LandingPageViewName resourceName =
LandingPageViewName.of("[CUSTOMER_ID]", "[UNEXPANDED_FINAL_URL_FINGERPRINT]");
LandingPageView response = landingPageViewServiceClient.getLandingPageView(resourceName);
}
======================= LanguageConstantServiceClient =======================
Service Description: Service to fetch language constants.
Sample for LanguageConstantServiceClient:
try (LanguageConstantServiceClient languageConstantServiceClient =
LanguageConstantServiceClient.create()) {
LanguageConstantName resourceName = LanguageConstantName.of("[CRITERION_ID]");
LanguageConstant response = languageConstantServiceClient.getLanguageConstant(resourceName);
}
======================= LifeEventServiceClient =======================
Service Description: Service to fetch Google Ads Life Events.
Sample for LifeEventServiceClient:
try (LifeEventServiceClient lifeEventServiceClient = LifeEventServiceClient.create()) {
LifeEventName resourceName = LifeEventName.of("[CUSTOMER_ID]", "[LIFE_EVENT_ID]");
LifeEvent response = lifeEventServiceClient.getLifeEvent(resourceName);
}
======================= LocationViewServiceClient =======================
Service Description: Service to fetch location views.
Sample for LocationViewServiceClient:
try (LocationViewServiceClient locationViewServiceClient = LocationViewServiceClient.create()) {
LocationViewName resourceName =
LocationViewName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[CRITERION_ID]");
LocationView response = locationViewServiceClient.getLocationView(resourceName);
}
======================= ManagedPlacementViewServiceClient =======================
Service Description: Service to manage Managed Placement views.
Sample for ManagedPlacementViewServiceClient:
try (ManagedPlacementViewServiceClient managedPlacementViewServiceClient =
ManagedPlacementViewServiceClient.create()) {
ManagedPlacementViewName resourceName =
ManagedPlacementViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
ManagedPlacementView response =
managedPlacementViewServiceClient.getManagedPlacementView(resourceName);
}
======================= MediaFileServiceClient =======================
Service Description: Service to manage media files.
Sample for MediaFileServiceClient:
try (MediaFileServiceClient mediaFileServiceClient = MediaFileServiceClient.create()) {
MediaFileName resourceName = MediaFileName.of("[CUSTOMER_ID]", "[MEDIA_FILE_ID]");
MediaFile response = mediaFileServiceClient.getMediaFile(resourceName);
}
======================= 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);
}
======================= MobileAppCategoryConstantServiceClient =======================
Service Description: Service to fetch mobile app category constants.
Sample for MobileAppCategoryConstantServiceClient:
try (MobileAppCategoryConstantServiceClient mobileAppCategoryConstantServiceClient =
MobileAppCategoryConstantServiceClient.create()) {
MobileAppCategoryConstantName resourceName =
MobileAppCategoryConstantName.of("[MOBILE_APP_CATEGORY_ID]");
MobileAppCategoryConstant response =
mobileAppCategoryConstantServiceClient.getMobileAppCategoryConstant(resourceName);
}
======================= MobileDeviceConstantServiceClient =======================
Service Description: Service to fetch mobile device constants.
Sample for MobileDeviceConstantServiceClient:
try (MobileDeviceConstantServiceClient mobileDeviceConstantServiceClient =
MobileDeviceConstantServiceClient.create()) {
MobileDeviceConstantName resourceName = MobileDeviceConstantName.of("[CRITERION_ID]");
MobileDeviceConstant response =
mobileDeviceConstantServiceClient.getMobileDeviceConstant(resourceName);
}
======================= 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);
}
======================= OperatingSystemVersionConstantServiceClient =======================
Service Description: Service to fetch Operating System Version constants.
Sample for OperatingSystemVersionConstantServiceClient:
try (OperatingSystemVersionConstantServiceClient operatingSystemVersionConstantServiceClient =
OperatingSystemVersionConstantServiceClient.create()) {
OperatingSystemVersionConstantName resourceName =
OperatingSystemVersionConstantName.of("[CRITERION_ID]");
OperatingSystemVersionConstant response =
operatingSystemVersionConstantServiceClient.getOperatingSystemVersionConstant(
resourceName);
}
======================= PaidOrganicSearchTermViewServiceClient =======================
Service Description: Service to fetch paid organic search term views.
Sample for PaidOrganicSearchTermViewServiceClient:
try (PaidOrganicSearchTermViewServiceClient paidOrganicSearchTermViewServiceClient =
PaidOrganicSearchTermViewServiceClient.create()) {
PaidOrganicSearchTermViewName resourceName =
PaidOrganicSearchTermViewName.of(
"[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[AD_GROUP_ID]", "[BASE64_SEARCH_TERM]");
PaidOrganicSearchTermView response =
paidOrganicSearchTermViewServiceClient.getPaidOrganicSearchTermView(resourceName);
}
======================= ParentalStatusViewServiceClient =======================
Service Description: Service to manage parental status views.
Sample for ParentalStatusViewServiceClient:
try (ParentalStatusViewServiceClient parentalStatusViewServiceClient =
ParentalStatusViewServiceClient.create()) {
ParentalStatusViewName resourceName =
ParentalStatusViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
ParentalStatusView response =
parentalStatusViewServiceClient.getParentalStatusView(resourceName);
}
======================= 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);
}
======================= ProductBiddingCategoryConstantServiceClient =======================
Service Description: Service to fetch Product Bidding Categories.
Sample for ProductBiddingCategoryConstantServiceClient:
try (ProductBiddingCategoryConstantServiceClient productBiddingCategoryConstantServiceClient =
ProductBiddingCategoryConstantServiceClient.create()) {
ProductBiddingCategoryConstantName resourceName =
ProductBiddingCategoryConstantName.of("[COUNTRY_CODE]", "[LEVEL]", "[ID]");
ProductBiddingCategoryConstant response =
productBiddingCategoryConstantServiceClient.getProductBiddingCategoryConstant(
resourceName);
}
======================= ProductGroupViewServiceClient =======================
Service Description: Service to manage product group views.
Sample for ProductGroupViewServiceClient:
try (ProductGroupViewServiceClient productGroupViewServiceClient =
ProductGroupViewServiceClient.create()) {
ProductGroupViewName resourceName =
ProductGroupViewName.of("[CUSTOMER_ID]", "[ADGROUP_ID]", "[CRITERION_ID]");
ProductGroupView response = productGroupViewServiceClient.getProductGroupView(resourceName);
}
======================= 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()) {
RecommendationName resourceName =
RecommendationName.of("[CUSTOMER_ID]", "[RECOMMENDATION_ID]");
Recommendation response = recommendationServiceClient.getRecommendation(resourceName);
}
======================= RemarketingActionServiceClient =======================
Service Description: Service to manage remarketing actions.
Sample for RemarketingActionServiceClient:
try (RemarketingActionServiceClient remarketingActionServiceClient =
RemarketingActionServiceClient.create()) {
RemarketingActionName resourceName =
RemarketingActionName.of("[CUSTOMER_ID]", "[REMARKETING_ACTION_ID]");
RemarketingAction response =
remarketingActionServiceClient.getRemarketingAction(resourceName);
}
======================= SearchTermViewServiceClient =======================
Service Description: Service to manage search term views.
Sample for SearchTermViewServiceClient:
try (SearchTermViewServiceClient searchTermViewServiceClient =
SearchTermViewServiceClient.create()) {
SearchTermViewName resourceName =
SearchTermViewName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[AD_GROUP_ID]", "[QUERY]");
SearchTermView response = searchTermViewServiceClient.getSearchTermView(resourceName);
}
======================= SharedCriterionServiceClient =======================
Service Description: Service to manage shared criteria.
Sample for SharedCriterionServiceClient:
try (SharedCriterionServiceClient sharedCriterionServiceClient =
SharedCriterionServiceClient.create()) {
SharedCriterionName resourceName =
SharedCriterionName.of("[CUSTOMER_ID]", "[SHARED_SET_ID]", "[CRITERION_ID]");
SharedCriterion response = sharedCriterionServiceClient.getSharedCriterion(resourceName);
}
======================= SharedSetServiceClient =======================
Service Description: Service to manage shared sets.
Sample for SharedSetServiceClient:
try (SharedSetServiceClient sharedSetServiceClient = SharedSetServiceClient.create()) {
SharedSetName resourceName = SharedSetName.of("[CUSTOMER_ID]", "[SHARED_SET_ID]");
SharedSet response = sharedSetServiceClient.getSharedSet(resourceName);
}
======================= ShoppingPerformanceViewServiceClient =======================
Service Description: Service to fetch Shopping performance views.
Sample for ShoppingPerformanceViewServiceClient:
try (ShoppingPerformanceViewServiceClient shoppingPerformanceViewServiceClient =
ShoppingPerformanceViewServiceClient.create()) {
ShoppingPerformanceViewName resourceName = ShoppingPerformanceViewName.of("[CUSTOMER_ID]");
ShoppingPerformanceView response =
shoppingPerformanceViewServiceClient.getShoppingPerformanceView(resourceName);
}
======================= SmartCampaignSearchTermViewServiceClient =======================
Service Description: Service to manage Smart campaign search term views.
Sample for SmartCampaignSearchTermViewServiceClient:
try (SmartCampaignSearchTermViewServiceClient smartCampaignSearchTermViewServiceClient =
SmartCampaignSearchTermViewServiceClient.create()) {
SmartCampaignSearchTermViewName resourceName =
SmartCampaignSearchTermViewName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]", "[QUERY]");
SmartCampaignSearchTermView response =
smartCampaignSearchTermViewServiceClient.getSmartCampaignSearchTermView(resourceName);
}
======================= SmartCampaignSettingServiceClient =======================
Service Description: Service to manage Smart campaign settings.
Sample for SmartCampaignSettingServiceClient:
try (SmartCampaignSettingServiceClient smartCampaignSettingServiceClient =
SmartCampaignSettingServiceClient.create()) {
SmartCampaignSettingName resourceName =
SmartCampaignSettingName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]");
SmartCampaignSetting response =
smartCampaignSettingServiceClient.getSmartCampaignSetting(resourceName);
}
======================= 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()) {
GetThirdPartyAppAnalyticsLinkRequest request =
GetThirdPartyAppAnalyticsLinkRequest.newBuilder()
.setResourceName(
ThirdPartyAppAnalyticsLinkName.of("[CUSTOMER_ID]", "[CUSTOMER_LINK_ID]")
.toString())
.build();
ThirdPartyAppAnalyticsLink response =
thirdPartyAppAnalyticsLinkServiceClient.getThirdPartyAppAnalyticsLink(request);
}
======================= TopicConstantServiceClient =======================
Service Description: Service to fetch topic constants.
Sample for TopicConstantServiceClient:
try (TopicConstantServiceClient topicConstantServiceClient =
TopicConstantServiceClient.create()) {
TopicConstantName resourceName = TopicConstantName.of("[TOPIC_ID]");
TopicConstant response = topicConstantServiceClient.getTopicConstant(resourceName);
}
======================= TopicViewServiceClient =======================
Service Description: Service to manage topic views.
Sample for TopicViewServiceClient:
try (TopicViewServiceClient topicViewServiceClient = TopicViewServiceClient.create()) {
TopicViewName resourceName =
TopicViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
TopicView response = topicViewServiceClient.getTopicView(resourceName);
}
======================= 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);
}
======================= UserInterestServiceClient =======================
Service Description: Service to fetch Google Ads User Interest.
Sample for UserInterestServiceClient:
try (UserInterestServiceClient userInterestServiceClient = UserInterestServiceClient.create()) {
UserInterestName resourceName = UserInterestName.of("[CUSTOMER_ID]", "[USER_INTEREST_ID]");
UserInterest response = userInterestServiceClient.getUserInterest(resourceName);
}
======================= UserListServiceClient =======================
Service Description: Service to manage user lists.
Sample for UserListServiceClient:
try (UserListServiceClient userListServiceClient = UserListServiceClient.create()) {
UserListName resourceName = UserListName.of("[CUSTOMER_ID]", "[USER_LIST_ID]");
UserList response = userListServiceClient.getUserList(resourceName);
}
======================= UserLocationViewServiceClient =======================
Service Description: Service to manage user location views.
Sample for UserLocationViewServiceClient:
try (UserLocationViewServiceClient userLocationViewServiceClient =
UserLocationViewServiceClient.create()) {
UserLocationViewName resourceName =
UserLocationViewName.of(
"[CUSTOMER_ID]", "[COUNTRY_CRITERION_ID]", "[IS_TARGETING_LOCATION]");
UserLocationView response = userLocationViewServiceClient.getUserLocationView(resourceName);
}
======================= VideoServiceClient =======================
Service Description: Service to manage videos.
Sample for VideoServiceClient:
try (VideoServiceClient videoServiceClient = VideoServiceClient.create()) {
VideoName resourceName = VideoName.of("[CUSTOMER_ID]", "[VIDEO_ID]");
Video response = videoServiceClient.getVideo(resourceName);
}
======================= WebpageViewServiceClient =======================
Service Description: Service to manage webpage views.
Sample for WebpageViewServiceClient:
try (WebpageViewServiceClient webpageViewServiceClient = WebpageViewServiceClient.create()) {
WebpageViewName resourceName =
WebpageViewName.of("[CUSTOMER_ID]", "[AD_GROUP_ID]", "[CRITERION_ID]");
WebpageView response = webpageViewServiceClient.getWebpageView(resourceName);
}
-
Class Summary Class Description AccessibleBiddingStrategyServiceClient Service Description: Service to read accessible bidding strategies.AccessibleBiddingStrategyServiceGrpc Service to read accessible bidding strategies.AccessibleBiddingStrategyServiceGrpc.AccessibleBiddingStrategyServiceBlockingStub Service to read accessible bidding strategies.AccessibleBiddingStrategyServiceGrpc.AccessibleBiddingStrategyServiceFutureStub Service to read accessible bidding strategies.AccessibleBiddingStrategyServiceGrpc.AccessibleBiddingStrategyServiceImplBase Service to read accessible bidding strategies.AccessibleBiddingStrategyServiceGrpc.AccessibleBiddingStrategyServiceStub Service to read accessible bidding strategies.AccessibleBiddingStrategyServiceProto AccessibleBiddingStrategyServiceSettings Settings class to configure an instance ofAccessibleBiddingStrategyServiceClient.AccessibleBiddingStrategyServiceSettings.Builder Builder for AccessibleBiddingStrategyServiceSettings.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.AccountBudgetServiceClient Service Description: A service for fetching an account-level budget.AccountBudgetServiceGrpc A service for fetching an account-level budget.AccountBudgetServiceGrpc.AccountBudgetServiceBlockingStub A service for fetching an account-level budget.AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub A service for fetching an account-level budget.AccountBudgetServiceGrpc.AccountBudgetServiceImplBase A service for fetching an account-level budget.AccountBudgetServiceGrpc.AccountBudgetServiceStub A service for fetching an account-level budget.AccountBudgetServiceProto AccountBudgetServiceSettings Settings class to configure an instance ofAccountBudgetServiceClient.AccountBudgetServiceSettings.Builder Builder for AccountBudgetServiceSettings.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.v9.services.BatchJobService.AddBatchJobOperations].AddBatchJobOperationsRequest.Builder Request message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v9.services.BatchJobService.AddBatchJobOperations].AddBatchJobOperationsResponse Response message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v9.services.BatchJobService.AddBatchJobOperations].AddBatchJobOperationsResponse.Builder Response message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v9.services.BatchJobService.AddBatchJobOperations].AddOfflineUserDataJobOperationsRequest Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v9.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AddOfflineUserDataJobOperationsRequest.Builder Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v9.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AddOfflineUserDataJobOperationsResponse Response message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v9.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AddOfflineUserDataJobOperationsResponse.Builder Response message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v9.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].AdGroupAdAssetViewServiceClient Service Description: Service to fetch ad group ad asset views.AdGroupAdAssetViewServiceGrpc Service to fetch ad group ad asset views.AdGroupAdAssetViewServiceGrpc.AdGroupAdAssetViewServiceBlockingStub Service to fetch ad group ad asset views.AdGroupAdAssetViewServiceGrpc.AdGroupAdAssetViewServiceFutureStub Service to fetch ad group ad asset views.AdGroupAdAssetViewServiceGrpc.AdGroupAdAssetViewServiceImplBase Service to fetch ad group ad asset views.AdGroupAdAssetViewServiceGrpc.AdGroupAdAssetViewServiceStub Service to fetch ad group ad asset views.AdGroupAdAssetViewServiceProto AdGroupAdAssetViewServiceSettings Settings class to configure an instance ofAdGroupAdAssetViewServiceClient.AdGroupAdAssetViewServiceSettings.Builder Builder for AdGroupAdAssetViewServiceSettings.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.AdGroupAudienceViewServiceClient Service Description: Service to manage ad group audience views.AdGroupAudienceViewServiceGrpc Service to manage ad group audience views.AdGroupAudienceViewServiceGrpc.AdGroupAudienceViewServiceBlockingStub Service to manage ad group audience views.AdGroupAudienceViewServiceGrpc.AdGroupAudienceViewServiceFutureStub Service to manage ad group audience views.AdGroupAudienceViewServiceGrpc.AdGroupAudienceViewServiceImplBase Service to manage ad group audience views.AdGroupAudienceViewServiceGrpc.AdGroupAudienceViewServiceStub Service to manage ad group audience views.AdGroupAudienceViewServiceProto AdGroupAudienceViewServiceSettings Settings class to configure an instance ofAdGroupAudienceViewServiceClient.AdGroupAudienceViewServiceSettings.Builder Builder for AdGroupAudienceViewServiceSettings.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.AdGroupCriterionSimulationServiceClient Service Description: Service to fetch ad group criterion simulations.AdGroupCriterionSimulationServiceGrpc Service to fetch ad group criterion simulations.AdGroupCriterionSimulationServiceGrpc.AdGroupCriterionSimulationServiceBlockingStub Service to fetch ad group criterion simulations.AdGroupCriterionSimulationServiceGrpc.AdGroupCriterionSimulationServiceFutureStub Service to fetch ad group criterion simulations.AdGroupCriterionSimulationServiceGrpc.AdGroupCriterionSimulationServiceImplBase Service to fetch ad group criterion simulations.AdGroupCriterionSimulationServiceGrpc.AdGroupCriterionSimulationServiceStub Service to fetch ad group criterion simulations.AdGroupCriterionSimulationServiceProto AdGroupCriterionSimulationServiceSettings Settings class to configure an instance ofAdGroupCriterionSimulationServiceClient.AdGroupCriterionSimulationServiceSettings.Builder Builder for AdGroupCriterionSimulationServiceSettings.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.AdGroupSimulationServiceClient Service Description: Service to fetch ad group simulations.AdGroupSimulationServiceGrpc Service to fetch ad group simulations.AdGroupSimulationServiceGrpc.AdGroupSimulationServiceBlockingStub Service to fetch ad group simulations.AdGroupSimulationServiceGrpc.AdGroupSimulationServiceFutureStub Service to fetch ad group simulations.AdGroupSimulationServiceGrpc.AdGroupSimulationServiceImplBase Service to fetch ad group simulations.AdGroupSimulationServiceGrpc.AdGroupSimulationServiceStub Service to fetch ad group simulations.AdGroupSimulationServiceProto AdGroupSimulationServiceSettings Settings class to configure an instance ofAdGroupSimulationServiceClient.AdGroupSimulationServiceSettings.Builder Builder for AdGroupSimulationServiceSettings.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.AdScheduleViewServiceClient Service Description: Service to fetch ad schedule views.AdScheduleViewServiceGrpc Service to fetch ad schedule views.AdScheduleViewServiceGrpc.AdScheduleViewServiceBlockingStub Service to fetch ad schedule views.AdScheduleViewServiceGrpc.AdScheduleViewServiceFutureStub Service to fetch ad schedule views.AdScheduleViewServiceGrpc.AdScheduleViewServiceImplBase Service to fetch ad schedule views.AdScheduleViewServiceGrpc.AdScheduleViewServiceStub Service to fetch ad schedule views.AdScheduleViewServiceProto AdScheduleViewServiceSettings Settings class to configure an instance ofAdScheduleViewServiceClient.AdScheduleViewServiceSettings.Builder Builder for AdScheduleViewServiceSettings.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.AgeRangeViewServiceClient Service Description: Service to manage age range views.AgeRangeViewServiceGrpc Service to manage age range views.AgeRangeViewServiceGrpc.AgeRangeViewServiceBlockingStub Service to manage age range views.AgeRangeViewServiceGrpc.AgeRangeViewServiceFutureStub Service to manage age range views.AgeRangeViewServiceGrpc.AgeRangeViewServiceImplBase Service to manage age range views.AgeRangeViewServiceGrpc.AgeRangeViewServiceStub Service to manage age range views.AgeRangeViewServiceProto AgeRangeViewServiceSettings Settings class to configure an instance ofAgeRangeViewServiceClient.AgeRangeViewServiceSettings.Builder Builder for AgeRangeViewServiceSettings.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.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.ApplyRecommendationRequest Request message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v9.services.RecommendationService.ApplyRecommendation].ApplyRecommendationRequest.Builder Request message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v9.services.RecommendationService.ApplyRecommendation].ApplyRecommendationResponse Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v9.services.RecommendationService.ApplyRecommendation].ApplyRecommendationResponse.Builder Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v9.services.RecommendationService.ApplyRecommendation].ApplyRecommendationResult The result of applying a recommendation.ApplyRecommendationResult.Builder The result of applying a recommendation.AssetFieldTypeViewServiceClient Service Description: Service to fetch asset field type views.AssetFieldTypeViewServiceGrpc Service to fetch asset field type views.AssetFieldTypeViewServiceGrpc.AssetFieldTypeViewServiceBlockingStub Service to fetch asset field type views.AssetFieldTypeViewServiceGrpc.AssetFieldTypeViewServiceFutureStub Service to fetch asset field type views.AssetFieldTypeViewServiceGrpc.AssetFieldTypeViewServiceImplBase Service to fetch asset field type views.AssetFieldTypeViewServiceGrpc.AssetFieldTypeViewServiceStub Service to fetch asset field type views.AssetFieldTypeViewServiceProto AssetFieldTypeViewServiceSettings Settings class to configure an instance ofAssetFieldTypeViewServiceClient.AssetFieldTypeViewServiceSettings.Builder Builder for AssetFieldTypeViewServiceSettings.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.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.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.BiddingStrategySimulationServiceClient Service Description: Service to fetch bidding strategy simulations.BiddingStrategySimulationServiceGrpc Service to fetch bidding strategy simulations.BiddingStrategySimulationServiceGrpc.BiddingStrategySimulationServiceBlockingStub Service to fetch bidding strategy simulations.BiddingStrategySimulationServiceGrpc.BiddingStrategySimulationServiceFutureStub Service to fetch bidding strategy simulations.BiddingStrategySimulationServiceGrpc.BiddingStrategySimulationServiceImplBase Service to fetch bidding strategy simulations.BiddingStrategySimulationServiceGrpc.BiddingStrategySimulationServiceStub Service to fetch bidding strategy simulations.BiddingStrategySimulationServiceProto BiddingStrategySimulationServiceSettings Settings class to configure an instance ofBiddingStrategySimulationServiceClient.BiddingStrategySimulationServiceSettings.Builder Builder for BiddingStrategySimulationServiceSettings.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.CampaignAudienceViewServiceClient Service Description: Service to manage campaign audience views.CampaignAudienceViewServiceGrpc Service to manage campaign audience views.CampaignAudienceViewServiceGrpc.CampaignAudienceViewServiceBlockingStub Service to manage campaign audience views.CampaignAudienceViewServiceGrpc.CampaignAudienceViewServiceFutureStub Service to manage campaign audience views.CampaignAudienceViewServiceGrpc.CampaignAudienceViewServiceImplBase Service to manage campaign audience views.CampaignAudienceViewServiceGrpc.CampaignAudienceViewServiceStub Service to manage campaign audience views.CampaignAudienceViewServiceProto CampaignAudienceViewServiceSettings Settings class to configure an instance ofCampaignAudienceViewServiceClient.CampaignAudienceViewServiceSettings.Builder Builder for CampaignAudienceViewServiceSettings.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.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.CampaignCriterionSimulationServiceClient Service Description: Service to fetch campaign criterion simulations.CampaignCriterionSimulationServiceGrpc Service to fetch campaign criterion simulations.CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceBlockingStub Service to fetch campaign criterion simulations.CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceFutureStub Service to fetch campaign criterion simulations.CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceImplBase Service to fetch campaign criterion simulations.CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub Service to fetch campaign criterion simulations.CampaignCriterionSimulationServiceProto CampaignCriterionSimulationServiceSettings Settings class to configure an instance ofCampaignCriterionSimulationServiceClient.CampaignCriterionSimulationServiceSettings.Builder Builder for CampaignCriterionSimulationServiceSettings.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.CampaignSimulationServiceClient Service Description: Service to fetch campaign simulations.CampaignSimulationServiceGrpc Service to fetch campaign simulations.CampaignSimulationServiceGrpc.CampaignSimulationServiceBlockingStub Service to fetch campaign simulations.CampaignSimulationServiceGrpc.CampaignSimulationServiceFutureStub Service to fetch campaign simulations.CampaignSimulationServiceGrpc.CampaignSimulationServiceImplBase Service to fetch campaign simulations.CampaignSimulationServiceGrpc.CampaignSimulationServiceStub Service to fetch campaign simulations.CampaignSimulationServiceProto CampaignSimulationServiceSettings Settings class to configure an instance ofCampaignSimulationServiceClient.CampaignSimulationServiceSettings.Builder Builder for CampaignSimulationServiceSettings.CarrierConstantServiceClient Service Description: Service to fetch carrier constants.CarrierConstantServiceGrpc Service to fetch carrier constants.CarrierConstantServiceGrpc.CarrierConstantServiceBlockingStub Service to fetch carrier constants.CarrierConstantServiceGrpc.CarrierConstantServiceFutureStub Service to fetch carrier constants.CarrierConstantServiceGrpc.CarrierConstantServiceImplBase Service to fetch carrier constants.CarrierConstantServiceGrpc.CarrierConstantServiceStub Service to fetch carrier constants.CarrierConstantServiceProto CarrierConstantServiceSettings Settings class to configure an instance ofCarrierConstantServiceClient.CarrierConstantServiceSettings.Builder Builder for CarrierConstantServiceSettings.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.ChangeStatusServiceClient Service Description: Service to fetch change statuses.ChangeStatusServiceGrpc Service to fetch change statuses.ChangeStatusServiceGrpc.ChangeStatusServiceBlockingStub Service to fetch change statuses.ChangeStatusServiceGrpc.ChangeStatusServiceFutureStub Service to fetch change statuses.ChangeStatusServiceGrpc.ChangeStatusServiceImplBase Service to fetch change statuses.ChangeStatusServiceGrpc.ChangeStatusServiceStub Service to fetch change statuses.ChangeStatusServiceProto ChangeStatusServiceSettings Settings class to configure an instance ofChangeStatusServiceClient.ChangeStatusServiceSettings.Builder Builder for ChangeStatusServiceSettings.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.ClickViewServiceClient Service Description: Service to fetch click views.ClickViewServiceGrpc Service to fetch click views.ClickViewServiceGrpc.ClickViewServiceBlockingStub Service to fetch click views.ClickViewServiceGrpc.ClickViewServiceFutureStub Service to fetch click views.ClickViewServiceGrpc.ClickViewServiceImplBase Service to fetch click views.ClickViewServiceGrpc.ClickViewServiceStub Service to fetch click views.ClickViewServiceProto ClickViewServiceSettings Settings class to configure an instance ofClickViewServiceClient.ClickViewServiceSettings.Builder Builder for ClickViewServiceSettings.CombinedAudienceServiceClient Service Description: Service to manage combined audiences.CombinedAudienceServiceGrpc Service to manage combined audiences.CombinedAudienceServiceGrpc.CombinedAudienceServiceBlockingStub Service to manage combined audiences.CombinedAudienceServiceGrpc.CombinedAudienceServiceFutureStub Service to manage combined audiences.CombinedAudienceServiceGrpc.CombinedAudienceServiceImplBase Service to manage combined audiences.CombinedAudienceServiceGrpc.CombinedAudienceServiceStub Service to manage combined audiences.CombinedAudienceServiceProto CombinedAudienceServiceSettings Settings class to configure an instance ofCombinedAudienceServiceClient.CombinedAudienceServiceSettings.Builder Builder for CombinedAudienceServiceSettings.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.v9.services.AccountLinkService.CreateAccountLink].CreateAccountLinkRequest.Builder Request message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v9.services.AccountLinkService.CreateAccountLink].CreateAccountLinkResponse Response message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v9.services.AccountLinkService.CreateAccountLink].CreateAccountLinkResponse.Builder Response message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v9.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.v9.services.CampaignExperimentService.CreateCampaignExperiment].CreateCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.CreateCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.CreateCampaignExperiment].CreateCustomerClientRequest Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v9.services.CustomerService.CreateCustomerClient].CreateCustomerClientRequest.Builder Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v9.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.v9.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CreateOfflineUserDataJobRequest.Builder Request message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CreateOfflineUserDataJobResponse Response message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CreateOfflineUserDataJobResponse.Builder Response message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.CreateOfflineUserDataJob].CurrencyConstantServiceClient Service Description: Service to fetch currency constants.CurrencyConstantServiceGrpc Service to fetch currency constants.CurrencyConstantServiceGrpc.CurrencyConstantServiceBlockingStub Service to fetch currency constants.CurrencyConstantServiceGrpc.CurrencyConstantServiceFutureStub Service to fetch currency constants.CurrencyConstantServiceGrpc.CurrencyConstantServiceImplBase Service to fetch currency constants.CurrencyConstantServiceGrpc.CurrencyConstantServiceStub Service to fetch currency constants.CurrencyConstantServiceProto CurrencyConstantServiceSettings Settings class to configure an instance ofCurrencyConstantServiceClient.CurrencyConstantServiceSettings.Builder Builder for CurrencyConstantServiceSettings.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.CustomerClientServiceClient Service Description: Service to get clients in a customer's hierarchy.CustomerClientServiceGrpc Service to get clients in a customer's hierarchy.CustomerClientServiceGrpc.CustomerClientServiceBlockingStub Service to get clients in a customer's hierarchy.CustomerClientServiceGrpc.CustomerClientServiceFutureStub Service to get clients in a customer's hierarchy.CustomerClientServiceGrpc.CustomerClientServiceImplBase Service to get clients in a customer's hierarchy.CustomerClientServiceGrpc.CustomerClientServiceStub Service to get clients in a customer's hierarchy.CustomerClientServiceProto CustomerClientServiceSettings Settings class to configure an instance ofCustomerClientServiceClient.CustomerClientServiceSettings.Builder Builder for CustomerClientServiceSettings.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.DetailedDemographicServiceClient Service Description: Service to fetch Google Ads Detailed Demographics.DetailedDemographicServiceGrpc Service to fetch Google Ads Detailed Demographics.DetailedDemographicServiceGrpc.DetailedDemographicServiceBlockingStub Service to fetch Google Ads Detailed Demographics.DetailedDemographicServiceGrpc.DetailedDemographicServiceFutureStub Service to fetch Google Ads Detailed Demographics.DetailedDemographicServiceGrpc.DetailedDemographicServiceImplBase Service to fetch Google Ads Detailed Demographics.DetailedDemographicServiceGrpc.DetailedDemographicServiceStub Service to fetch Google Ads Detailed Demographics.DetailedDemographicServiceProto DetailedDemographicServiceSettings Settings class to configure an instance ofDetailedDemographicServiceClient.DetailedDemographicServiceSettings.Builder Builder for DetailedDemographicServiceSettings.DetailPlacementViewServiceClient Service Description: Service to fetch Detail Placement views.DetailPlacementViewServiceGrpc Service to fetch Detail Placement views.DetailPlacementViewServiceGrpc.DetailPlacementViewServiceBlockingStub Service to fetch Detail Placement views.DetailPlacementViewServiceGrpc.DetailPlacementViewServiceFutureStub Service to fetch Detail Placement views.DetailPlacementViewServiceGrpc.DetailPlacementViewServiceImplBase Service to fetch Detail Placement views.DetailPlacementViewServiceGrpc.DetailPlacementViewServiceStub Service to fetch Detail Placement views.DetailPlacementViewServiceProto DetailPlacementViewServiceSettings Settings class to configure an instance ofDetailPlacementViewServiceClient.DetailPlacementViewServiceSettings.Builder Builder for DetailPlacementViewServiceSettings.DismissRecommendationRequest Request message for [RecommendationService.DismissRecommendation][google.ads.googleads.v9.services.RecommendationService.DismissRecommendation].DismissRecommendationRequest.Builder Request message for [RecommendationService.DismissRecommendation][google.ads.googleads.v9.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.v9.services.RecommendationService.DismissRecommendation].DismissRecommendationResponse.Builder Response message for [RecommendationService.DismissRecommendation][google.ads.googleads.v9.services.RecommendationService.DismissRecommendation].DismissRecommendationResponse.DismissRecommendationResult The result of dismissing a recommendation.DismissRecommendationResponse.DismissRecommendationResult.Builder The result of dismissing a recommendation.DisplayKeywordViewServiceClient Service Description: Service to manage display keyword views.DisplayKeywordViewServiceGrpc Service to manage display keyword views.DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub Service to manage display keyword views.DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceFutureStub Service to manage display keyword views.DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceImplBase Service to manage display keyword views.DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceStub Service to manage display keyword views.DisplayKeywordViewServiceProto DisplayKeywordViewServiceSettings Settings class to configure an instance ofDisplayKeywordViewServiceClient.DisplayKeywordViewServiceSettings.Builder Builder for DisplayKeywordViewServiceSettings.DistanceViewServiceClient Service Description: Service to fetch distance views.DistanceViewServiceGrpc Service to fetch distance views.DistanceViewServiceGrpc.DistanceViewServiceBlockingStub Service to fetch distance views.DistanceViewServiceGrpc.DistanceViewServiceFutureStub Service to fetch distance views.DistanceViewServiceGrpc.DistanceViewServiceImplBase Service to fetch distance views.DistanceViewServiceGrpc.DistanceViewServiceStub Service to fetch distance views.DistanceViewServiceProto DistanceViewServiceSettings Settings class to configure an instance ofDistanceViewServiceClient.DistanceViewServiceSettings.Builder Builder for DistanceViewServiceSettings.DomainCategoryServiceClient Service Description: Service to fetch domain categories.DomainCategoryServiceGrpc Service to fetch domain categories.DomainCategoryServiceGrpc.DomainCategoryServiceBlockingStub Service to fetch domain categories.DomainCategoryServiceGrpc.DomainCategoryServiceFutureStub Service to fetch domain categories.DomainCategoryServiceGrpc.DomainCategoryServiceImplBase Service to fetch domain categories.DomainCategoryServiceGrpc.DomainCategoryServiceStub Service to fetch domain categories.DomainCategoryServiceProto DomainCategoryServiceSettings Settings class to configure an instance ofDomainCategoryServiceClient.DomainCategoryServiceSettings.Builder Builder for DomainCategoryServiceSettings.DynamicSearchAdsSearchTermViewServiceClient Service Description: Service to fetch dynamic search ads views.DynamicSearchAdsSearchTermViewServiceGrpc Service to fetch dynamic search ads views.DynamicSearchAdsSearchTermViewServiceGrpc.DynamicSearchAdsSearchTermViewServiceBlockingStub Service to fetch dynamic search ads views.DynamicSearchAdsSearchTermViewServiceGrpc.DynamicSearchAdsSearchTermViewServiceFutureStub Service to fetch dynamic search ads views.DynamicSearchAdsSearchTermViewServiceGrpc.DynamicSearchAdsSearchTermViewServiceImplBase Service to fetch dynamic search ads views.DynamicSearchAdsSearchTermViewServiceGrpc.DynamicSearchAdsSearchTermViewServiceStub Service to fetch dynamic search ads views.DynamicSearchAdsSearchTermViewServiceProto DynamicSearchAdsSearchTermViewServiceSettings Settings class to configure an instance ofDynamicSearchAdsSearchTermViewServiceClient.DynamicSearchAdsSearchTermViewServiceSettings.Builder Builder for DynamicSearchAdsSearchTermViewServiceSettings.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.v9.services.CampaignExperimentService.EndCampaignExperiment].EndCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.EndCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.EndCampaignExperiment].ExpandedLandingPageViewServiceClient Service Description: Service to fetch expanded landing page views.ExpandedLandingPageViewServiceGrpc Service to fetch expanded landing page views.ExpandedLandingPageViewServiceGrpc.ExpandedLandingPageViewServiceBlockingStub Service to fetch expanded landing page views.ExpandedLandingPageViewServiceGrpc.ExpandedLandingPageViewServiceFutureStub Service to fetch expanded landing page views.ExpandedLandingPageViewServiceGrpc.ExpandedLandingPageViewServiceImplBase Service to fetch expanded landing page views.ExpandedLandingPageViewServiceGrpc.ExpandedLandingPageViewServiceStub Service to fetch expanded landing page views.ExpandedLandingPageViewServiceProto ExpandedLandingPageViewServiceSettings Settings class to configure an instance ofExpandedLandingPageViewServiceClient.ExpandedLandingPageViewServiceSettings.Builder Builder for ExpandedLandingPageViewServiceSettings.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.FeedPlaceholderViewServiceClient Service Description: Service to fetch feed placeholder views.FeedPlaceholderViewServiceGrpc Service to fetch feed placeholder views.FeedPlaceholderViewServiceGrpc.FeedPlaceholderViewServiceBlockingStub Service to fetch feed placeholder views.FeedPlaceholderViewServiceGrpc.FeedPlaceholderViewServiceFutureStub Service to fetch feed placeholder views.FeedPlaceholderViewServiceGrpc.FeedPlaceholderViewServiceImplBase Service to fetch feed placeholder views.FeedPlaceholderViewServiceGrpc.FeedPlaceholderViewServiceStub Service to fetch feed placeholder views.FeedPlaceholderViewServiceProto FeedPlaceholderViewServiceSettings Settings class to configure an instance ofFeedPlaceholderViewServiceClient.FeedPlaceholderViewServiceSettings.Builder Builder for FeedPlaceholderViewServiceSettings.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.GenderViewServiceClient Service Description: Service to manage gender views.GenderViewServiceGrpc Service to manage gender views.GenderViewServiceGrpc.GenderViewServiceBlockingStub Service to manage gender views.GenderViewServiceGrpc.GenderViewServiceFutureStub Service to manage gender views.GenderViewServiceGrpc.GenderViewServiceImplBase Service to manage gender views.GenderViewServiceGrpc.GenderViewServiceStub Service to manage gender views.GenderViewServiceProto GenderViewServiceSettings Settings class to configure an instance ofGenderViewServiceClient.GenderViewServiceSettings.Builder Builder for GenderViewServiceSettings.GenerateForecastCurveRequest Request message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastCurveRequest.Builder Request message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastCurveResponse Response message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastCurveResponse.Builder Response message for [KeywordPlanService.GenerateForecastCurve][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastCurve].GenerateForecastMetricsRequest Request message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastMetricsRequest.Builder Request message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastMetricsResponse Response message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastMetricsResponse.Builder Response message for [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastMetrics].GenerateForecastTimeSeriesRequest Request message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateForecastTimeSeriesRequest.Builder Request message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateForecastTimeSeriesResponse Response message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateForecastTimeSeriesResponse.Builder Response message for [KeywordPlanService.GenerateForecastTimeSeries][google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastTimeSeries].GenerateHistoricalMetricsRequest Request message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateHistoricalMetricsRequest.Builder Request message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateHistoricalMetricsResponse Response message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateHistoricalMetricsResponse.Builder Response message for [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v9.services.KeywordPlanService.GenerateHistoricalMetrics].GenerateKeywordIdeaResponse Response message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v9.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateKeywordIdeaResponse.Builder Response message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v9.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.v9.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateKeywordIdeasRequest.Builder Request message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v9.services.KeywordPlanIdeaService.GenerateKeywordIdeas].GenerateProductMixIdeasRequest Request message for [ReachPlanService.GenerateProductMixIdeas][google.ads.googleads.v9.services.ReachPlanService.GenerateProductMixIdeas].GenerateProductMixIdeasRequest.Builder Request message for [ReachPlanService.GenerateProductMixIdeas][google.ads.googleads.v9.services.ReachPlanService.GenerateProductMixIdeas].GenerateProductMixIdeasResponse The suggested product mix.GenerateProductMixIdeasResponse.Builder The suggested product mix.GenerateReachForecastRequest Request message for [ReachPlanService.GenerateReachForecast][google.ads.googleads.v9.services.ReachPlanService.GenerateReachForecast].GenerateReachForecastRequest.Builder Request message for [ReachPlanService.GenerateReachForecast][google.ads.googleads.v9.services.ReachPlanService.GenerateReachForecast].GenerateReachForecastResponse Response message containing the generated reach curve.GenerateReachForecastResponse.Builder Response message containing the generated reach curve.GeographicViewServiceClient Service Description: Service to manage geographic views.GeographicViewServiceGrpc Service to manage geographic views.GeographicViewServiceGrpc.GeographicViewServiceBlockingStub Service to manage geographic views.GeographicViewServiceGrpc.GeographicViewServiceFutureStub Service to manage geographic views.GeographicViewServiceGrpc.GeographicViewServiceImplBase Service to manage geographic views.GeographicViewServiceGrpc.GeographicViewServiceStub Service to manage geographic views.GeographicViewServiceProto GeographicViewServiceSettings Settings class to configure an instance ofGeographicViewServiceClient.GeographicViewServiceSettings.Builder Builder for GeographicViewServiceSettings.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.GetAccessibleBiddingStrategyRequest Request message for [AccessibleBiddingStrategyService.GetAccessibleBiddingStrategy][google.ads.googleads.v9.services.AccessibleBiddingStrategyService.GetAccessibleBiddingStrategy].GetAccessibleBiddingStrategyRequest.Builder Request message for [AccessibleBiddingStrategyService.GetAccessibleBiddingStrategy][google.ads.googleads.v9.services.AccessibleBiddingStrategyService.GetAccessibleBiddingStrategy].GetAccountBudgetProposalRequest Request message for [AccountBudgetProposalService.GetAccountBudgetProposal][google.ads.googleads.v9.services.AccountBudgetProposalService.GetAccountBudgetProposal].GetAccountBudgetProposalRequest.Builder Request message for [AccountBudgetProposalService.GetAccountBudgetProposal][google.ads.googleads.v9.services.AccountBudgetProposalService.GetAccountBudgetProposal].GetAccountBudgetRequest Request message for [AccountBudgetService.GetAccountBudget][google.ads.googleads.v9.services.AccountBudgetService.GetAccountBudget].GetAccountBudgetRequest.Builder Request message for [AccountBudgetService.GetAccountBudget][google.ads.googleads.v9.services.AccountBudgetService.GetAccountBudget].GetAccountLinkRequest Request message for [AccountLinkService.GetAccountLink][google.ads.googleads.v9.services.AccountLinkService.GetAccountLink].GetAccountLinkRequest.Builder Request message for [AccountLinkService.GetAccountLink][google.ads.googleads.v9.services.AccountLinkService.GetAccountLink].GetAdGroupAdAssetViewRequest Request message for [AdGroupAdAssetViewService.GetAdGroupAdAssetView][google.ads.googleads.v9.services.AdGroupAdAssetViewService.GetAdGroupAdAssetView].GetAdGroupAdAssetViewRequest.Builder Request message for [AdGroupAdAssetViewService.GetAdGroupAdAssetView][google.ads.googleads.v9.services.AdGroupAdAssetViewService.GetAdGroupAdAssetView].GetAdGroupAdLabelRequest Request message for [AdGroupAdLabelService.GetAdGroupAdLabel][google.ads.googleads.v9.services.AdGroupAdLabelService.GetAdGroupAdLabel].GetAdGroupAdLabelRequest.Builder Request message for [AdGroupAdLabelService.GetAdGroupAdLabel][google.ads.googleads.v9.services.AdGroupAdLabelService.GetAdGroupAdLabel].GetAdGroupAdRequest Request message for [AdGroupAdService.GetAdGroupAd][google.ads.googleads.v9.services.AdGroupAdService.GetAdGroupAd].GetAdGroupAdRequest.Builder Request message for [AdGroupAdService.GetAdGroupAd][google.ads.googleads.v9.services.AdGroupAdService.GetAdGroupAd].GetAdGroupAssetRequest Request message for [AdGroupAssetService.GetAdGroupAsset][google.ads.googleads.v9.services.AdGroupAssetService.GetAdGroupAsset].GetAdGroupAssetRequest.Builder Request message for [AdGroupAssetService.GetAdGroupAsset][google.ads.googleads.v9.services.AdGroupAssetService.GetAdGroupAsset].GetAdGroupAudienceViewRequest Request message for [AdGroupAudienceViewService.GetAdGroupAudienceView][google.ads.googleads.v9.services.AdGroupAudienceViewService.GetAdGroupAudienceView].GetAdGroupAudienceViewRequest.Builder Request message for [AdGroupAudienceViewService.GetAdGroupAudienceView][google.ads.googleads.v9.services.AdGroupAudienceViewService.GetAdGroupAudienceView].GetAdGroupBidModifierRequest Request message for [AdGroupBidModifierService.GetAdGroupBidModifier][google.ads.googleads.v9.services.AdGroupBidModifierService.GetAdGroupBidModifier].GetAdGroupBidModifierRequest.Builder Request message for [AdGroupBidModifierService.GetAdGroupBidModifier][google.ads.googleads.v9.services.AdGroupBidModifierService.GetAdGroupBidModifier].GetAdGroupCriterionLabelRequest Request message for [AdGroupCriterionLabelService.GetAdGroupCriterionLabel][google.ads.googleads.v9.services.AdGroupCriterionLabelService.GetAdGroupCriterionLabel].GetAdGroupCriterionLabelRequest.Builder Request message for [AdGroupCriterionLabelService.GetAdGroupCriterionLabel][google.ads.googleads.v9.services.AdGroupCriterionLabelService.GetAdGroupCriterionLabel].GetAdGroupCriterionRequest Request message for [AdGroupCriterionService.GetAdGroupCriterion][google.ads.googleads.v9.services.AdGroupCriterionService.GetAdGroupCriterion].GetAdGroupCriterionRequest.Builder Request message for [AdGroupCriterionService.GetAdGroupCriterion][google.ads.googleads.v9.services.AdGroupCriterionService.GetAdGroupCriterion].GetAdGroupCriterionSimulationRequest Request message for [AdGroupCriterionSimulationService.GetAdGroupCriterionSimulation][google.ads.googleads.v9.services.AdGroupCriterionSimulationService.GetAdGroupCriterionSimulation].GetAdGroupCriterionSimulationRequest.Builder Request message for [AdGroupCriterionSimulationService.GetAdGroupCriterionSimulation][google.ads.googleads.v9.services.AdGroupCriterionSimulationService.GetAdGroupCriterionSimulation].GetAdGroupExtensionSettingRequest Request message for [AdGroupExtensionSettingService.GetAdGroupExtensionSetting][google.ads.googleads.v9.services.AdGroupExtensionSettingService.GetAdGroupExtensionSetting].GetAdGroupExtensionSettingRequest.Builder Request message for [AdGroupExtensionSettingService.GetAdGroupExtensionSetting][google.ads.googleads.v9.services.AdGroupExtensionSettingService.GetAdGroupExtensionSetting].GetAdGroupFeedRequest Request message for [AdGroupFeedService.GetAdGroupFeed][google.ads.googleads.v9.services.AdGroupFeedService.GetAdGroupFeed].GetAdGroupFeedRequest.Builder Request message for [AdGroupFeedService.GetAdGroupFeed][google.ads.googleads.v9.services.AdGroupFeedService.GetAdGroupFeed].GetAdGroupLabelRequest Request message for [AdGroupLabelService.GetAdGroupLabel][google.ads.googleads.v9.services.AdGroupLabelService.GetAdGroupLabel].GetAdGroupLabelRequest.Builder Request message for [AdGroupLabelService.GetAdGroupLabel][google.ads.googleads.v9.services.AdGroupLabelService.GetAdGroupLabel].GetAdGroupRequest Request message for [AdGroupService.GetAdGroup][google.ads.googleads.v9.services.AdGroupService.GetAdGroup].GetAdGroupRequest.Builder Request message for [AdGroupService.GetAdGroup][google.ads.googleads.v9.services.AdGroupService.GetAdGroup].GetAdGroupSimulationRequest Request message for [AdGroupSimulationService.GetAdGroupSimulation][google.ads.googleads.v9.services.AdGroupSimulationService.GetAdGroupSimulation].GetAdGroupSimulationRequest.Builder Request message for [AdGroupSimulationService.GetAdGroupSimulation][google.ads.googleads.v9.services.AdGroupSimulationService.GetAdGroupSimulation].GetAdParameterRequest Request message for [AdParameterService.GetAdParameter][google.ads.googleads.v9.services.AdParameterService.GetAdParameter]GetAdParameterRequest.Builder Request message for [AdParameterService.GetAdParameter][google.ads.googleads.v9.services.AdParameterService.GetAdParameter]GetAdRequest Request message for [AdService.GetAd][google.ads.googleads.v9.services.AdService.GetAd].GetAdRequest.Builder Request message for [AdService.GetAd][google.ads.googleads.v9.services.AdService.GetAd].GetAdScheduleViewRequest Request message for [AdScheduleViewService.GetAdScheduleView][google.ads.googleads.v9.services.AdScheduleViewService.GetAdScheduleView].GetAdScheduleViewRequest.Builder Request message for [AdScheduleViewService.GetAdScheduleView][google.ads.googleads.v9.services.AdScheduleViewService.GetAdScheduleView].GetAgeRangeViewRequest Request message for [AgeRangeViewService.GetAgeRangeView][google.ads.googleads.v9.services.AgeRangeViewService.GetAgeRangeView].GetAgeRangeViewRequest.Builder Request message for [AgeRangeViewService.GetAgeRangeView][google.ads.googleads.v9.services.AgeRangeViewService.GetAgeRangeView].GetAssetFieldTypeViewRequest Request message for [AssetFieldTypeViewService.GetAssetFieldTypeView][google.ads.googleads.v9.services.AssetFieldTypeViewService.GetAssetFieldTypeView].GetAssetFieldTypeViewRequest.Builder Request message for [AssetFieldTypeViewService.GetAssetFieldTypeView][google.ads.googleads.v9.services.AssetFieldTypeViewService.GetAssetFieldTypeView].GetAssetGroupAssetRequest Request message for [AssetGroupAssetService.GetAssetGroupAsset][google.ads.googleads.v9.services.AssetGroupAssetService.GetAssetGroupAsset].GetAssetGroupAssetRequest.Builder Request message for [AssetGroupAssetService.GetAssetGroupAsset][google.ads.googleads.v9.services.AssetGroupAssetService.GetAssetGroupAsset].GetAssetGroupRequest Request message for [AssetGroupService.GetAssetGroup][google.ads.googleads.v9.services.AssetGroupService.GetAssetGroup].GetAssetGroupRequest.Builder Request message for [AssetGroupService.GetAssetGroup][google.ads.googleads.v9.services.AssetGroupService.GetAssetGroup].GetAssetRequest Request message for [AssetService.GetAsset][google.ads.googleads.v9.services.AssetService.GetAsset]GetAssetRequest.Builder Request message for [AssetService.GetAsset][google.ads.googleads.v9.services.AssetService.GetAsset]GetBatchJobRequest Request message for [BatchJobService.GetBatchJob][google.ads.googleads.v9.services.BatchJobService.GetBatchJob].GetBatchJobRequest.Builder Request message for [BatchJobService.GetBatchJob][google.ads.googleads.v9.services.BatchJobService.GetBatchJob].GetBiddingDataExclusionRequest Request message for [BiddingDataExclusionService.GetBiddingDataExclusion][google.ads.googleads.v9.services.BiddingDataExclusionService.GetBiddingDataExclusion].GetBiddingDataExclusionRequest.Builder Request message for [BiddingDataExclusionService.GetBiddingDataExclusion][google.ads.googleads.v9.services.BiddingDataExclusionService.GetBiddingDataExclusion].GetBiddingSeasonalityAdjustmentRequest Request message for [BiddingSeasonalityAdjustmentService.GetBiddingSeasonalityAdjustment][google.ads.googleads.v9.services.BiddingSeasonalityAdjustmentService.GetBiddingSeasonalityAdjustment].GetBiddingSeasonalityAdjustmentRequest.Builder Request message for [BiddingSeasonalityAdjustmentService.GetBiddingSeasonalityAdjustment][google.ads.googleads.v9.services.BiddingSeasonalityAdjustmentService.GetBiddingSeasonalityAdjustment].GetBiddingStrategyRequest Request message for [BiddingStrategyService.GetBiddingStrategy][google.ads.googleads.v9.services.BiddingStrategyService.GetBiddingStrategy].GetBiddingStrategyRequest.Builder Request message for [BiddingStrategyService.GetBiddingStrategy][google.ads.googleads.v9.services.BiddingStrategyService.GetBiddingStrategy].GetBiddingStrategySimulationRequest Request message for [BiddingStrategySimulationService.GetBiddingStrategySimulation][google.ads.googleads.v9.services.BiddingStrategySimulationService.GetBiddingStrategySimulation].GetBiddingStrategySimulationRequest.Builder Request message for [BiddingStrategySimulationService.GetBiddingStrategySimulation][google.ads.googleads.v9.services.BiddingStrategySimulationService.GetBiddingStrategySimulation].GetBillingSetupRequest Request message for [BillingSetupService.GetBillingSetup][google.ads.googleads.v9.services.BillingSetupService.GetBillingSetup].GetBillingSetupRequest.Builder Request message for [BillingSetupService.GetBillingSetup][google.ads.googleads.v9.services.BillingSetupService.GetBillingSetup].GetCampaignAssetRequest Request message for [CampaignAssetService.GetCampaignAsset][google.ads.googleads.v9.services.CampaignAssetService.GetCampaignAsset].GetCampaignAssetRequest.Builder Request message for [CampaignAssetService.GetCampaignAsset][google.ads.googleads.v9.services.CampaignAssetService.GetCampaignAsset].GetCampaignAudienceViewRequest Request message for [CampaignAudienceViewService.GetCampaignAudienceView][google.ads.googleads.v9.services.CampaignAudienceViewService.GetCampaignAudienceView].GetCampaignAudienceViewRequest.Builder Request message for [CampaignAudienceViewService.GetCampaignAudienceView][google.ads.googleads.v9.services.CampaignAudienceViewService.GetCampaignAudienceView].GetCampaignBidModifierRequest Request message for [CampaignBidModifierService.GetCampaignBidModifier][google.ads.googleads.v9.services.CampaignBidModifierService.GetCampaignBidModifier].GetCampaignBidModifierRequest.Builder Request message for [CampaignBidModifierService.GetCampaignBidModifier][google.ads.googleads.v9.services.CampaignBidModifierService.GetCampaignBidModifier].GetCampaignBudgetRequest Request message for [CampaignBudgetService.GetCampaignBudget][google.ads.googleads.v9.services.CampaignBudgetService.GetCampaignBudget].GetCampaignBudgetRequest.Builder Request message for [CampaignBudgetService.GetCampaignBudget][google.ads.googleads.v9.services.CampaignBudgetService.GetCampaignBudget].GetCampaignCriterionRequest Request message for [CampaignCriterionService.GetCampaignCriterion][google.ads.googleads.v9.services.CampaignCriterionService.GetCampaignCriterion].GetCampaignCriterionRequest.Builder Request message for [CampaignCriterionService.GetCampaignCriterion][google.ads.googleads.v9.services.CampaignCriterionService.GetCampaignCriterion].GetCampaignCriterionSimulationRequest Request message for [CampaignCriterionSimulationService.GetCampaignCriterionSimulation][google.ads.googleads.v9.services.CampaignCriterionSimulationService.GetCampaignCriterionSimulation].GetCampaignCriterionSimulationRequest.Builder Request message for [CampaignCriterionSimulationService.GetCampaignCriterionSimulation][google.ads.googleads.v9.services.CampaignCriterionSimulationService.GetCampaignCriterionSimulation].GetCampaignDraftRequest Request message for [CampaignDraftService.GetCampaignDraft][google.ads.googleads.v9.services.CampaignDraftService.GetCampaignDraft].GetCampaignDraftRequest.Builder Request message for [CampaignDraftService.GetCampaignDraft][google.ads.googleads.v9.services.CampaignDraftService.GetCampaignDraft].GetCampaignExperimentRequest Request message for [CampaignExperimentService.GetCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.GetCampaignExperiment].GetCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.GetCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.GetCampaignExperiment].GetCampaignExtensionSettingRequest Request message for [CampaignExtensionSettingService.GetCampaignExtensionSetting][google.ads.googleads.v9.services.CampaignExtensionSettingService.GetCampaignExtensionSetting].GetCampaignExtensionSettingRequest.Builder Request message for [CampaignExtensionSettingService.GetCampaignExtensionSetting][google.ads.googleads.v9.services.CampaignExtensionSettingService.GetCampaignExtensionSetting].GetCampaignFeedRequest Request message for [CampaignFeedService.GetCampaignFeed][google.ads.googleads.v9.services.CampaignFeedService.GetCampaignFeed].GetCampaignFeedRequest.Builder Request message for [CampaignFeedService.GetCampaignFeed][google.ads.googleads.v9.services.CampaignFeedService.GetCampaignFeed].GetCampaignLabelRequest Request message for [CampaignLabelService.GetCampaignLabel][google.ads.googleads.v9.services.CampaignLabelService.GetCampaignLabel].GetCampaignLabelRequest.Builder Request message for [CampaignLabelService.GetCampaignLabel][google.ads.googleads.v9.services.CampaignLabelService.GetCampaignLabel].GetCampaignRequest Request message for [CampaignService.GetCampaign][google.ads.googleads.v9.services.CampaignService.GetCampaign].GetCampaignRequest.Builder Request message for [CampaignService.GetCampaign][google.ads.googleads.v9.services.CampaignService.GetCampaign].GetCampaignSharedSetRequest Request message for [CampaignSharedSetService.GetCampaignSharedSet][google.ads.googleads.v9.services.CampaignSharedSetService.GetCampaignSharedSet].GetCampaignSharedSetRequest.Builder Request message for [CampaignSharedSetService.GetCampaignSharedSet][google.ads.googleads.v9.services.CampaignSharedSetService.GetCampaignSharedSet].GetCampaignSimulationRequest Request message for [CampaignSimulationService.GetCampaignSimulation][google.ads.googleads.v9.services.CampaignSimulationService.GetCampaignSimulation].GetCampaignSimulationRequest.Builder Request message for [CampaignSimulationService.GetCampaignSimulation][google.ads.googleads.v9.services.CampaignSimulationService.GetCampaignSimulation].GetCarrierConstantRequest Request message for [CarrierConstantService.GetCarrierConstant][google.ads.googleads.v9.services.CarrierConstantService.GetCarrierConstant].GetCarrierConstantRequest.Builder Request message for [CarrierConstantService.GetCarrierConstant][google.ads.googleads.v9.services.CarrierConstantService.GetCarrierConstant].GetChangeStatusRequest Request message for '[ChangeStatusService.GetChangeStatus][google.ads.googleads.v9.services.ChangeStatusService.GetChangeStatus]'.GetChangeStatusRequest.Builder Request message for '[ChangeStatusService.GetChangeStatus][google.ads.googleads.v9.services.ChangeStatusService.GetChangeStatus]'.GetClickViewRequest Request message for [ClickViewService.GetClickView][google.ads.googleads.v9.services.ClickViewService.GetClickView].GetClickViewRequest.Builder Request message for [ClickViewService.GetClickView][google.ads.googleads.v9.services.ClickViewService.GetClickView].GetCombinedAudienceRequest Request message for [CombinedAudienceService.GetCombinedAudience][google.ads.googleads.v9.services.CombinedAudienceService.GetCombinedAudience].GetCombinedAudienceRequest.Builder Request message for [CombinedAudienceService.GetCombinedAudience][google.ads.googleads.v9.services.CombinedAudienceService.GetCombinedAudience].GetConversionActionRequest Request message for [ConversionActionService.GetConversionAction][google.ads.googleads.v9.services.ConversionActionService.GetConversionAction].GetConversionActionRequest.Builder Request message for [ConversionActionService.GetConversionAction][google.ads.googleads.v9.services.ConversionActionService.GetConversionAction].GetConversionCustomVariableRequest Request message for [ConversionCustomVariableService.GetConversionCustomVariable][google.ads.googleads.v9.services.ConversionCustomVariableService.GetConversionCustomVariable].GetConversionCustomVariableRequest.Builder Request message for [ConversionCustomVariableService.GetConversionCustomVariable][google.ads.googleads.v9.services.ConversionCustomVariableService.GetConversionCustomVariable].GetConversionValueRuleRequest Request message for [ConversionValueRuleService.GetConversionValueRule][google.ads.googleads.v9.services.ConversionValueRuleService.GetConversionValueRule].GetConversionValueRuleRequest.Builder Request message for [ConversionValueRuleService.GetConversionValueRule][google.ads.googleads.v9.services.ConversionValueRuleService.GetConversionValueRule].GetConversionValueRuleSetRequest Request message for [ConversionValueRuleSetService.GetConversionValueRuleSet][google.ads.googleads.v9.services.ConversionValueRuleSetService.GetConversionValueRuleSet].GetConversionValueRuleSetRequest.Builder Request message for [ConversionValueRuleSetService.GetConversionValueRuleSet][google.ads.googleads.v9.services.ConversionValueRuleSetService.GetConversionValueRuleSet].GetCurrencyConstantRequest Request message for [CurrencyConstantService.GetCurrencyConstant][google.ads.googleads.v9.services.CurrencyConstantService.GetCurrencyConstant].GetCurrencyConstantRequest.Builder Request message for [CurrencyConstantService.GetCurrencyConstant][google.ads.googleads.v9.services.CurrencyConstantService.GetCurrencyConstant].GetCustomAudienceRequest Request message for [CustomAudienceService.GetCustomAudience][google.ads.googleads.v9.services.CustomAudienceService.GetCustomAudience].GetCustomAudienceRequest.Builder Request message for [CustomAudienceService.GetCustomAudience][google.ads.googleads.v9.services.CustomAudienceService.GetCustomAudience].GetCustomerAssetRequest Request message for [CustomerAssetService.GetCustomerAsset][google.ads.googleads.v9.services.CustomerAssetService.GetCustomerAsset].GetCustomerAssetRequest.Builder Request message for [CustomerAssetService.GetCustomerAsset][google.ads.googleads.v9.services.CustomerAssetService.GetCustomerAsset].GetCustomerClientLinkRequest Request message for [CustomerClientLinkService.GetCustomerClientLink][google.ads.googleads.v9.services.CustomerClientLinkService.GetCustomerClientLink].GetCustomerClientLinkRequest.Builder Request message for [CustomerClientLinkService.GetCustomerClientLink][google.ads.googleads.v9.services.CustomerClientLinkService.GetCustomerClientLink].GetCustomerClientRequest Request message for [CustomerClientService.GetCustomerClient][google.ads.googleads.v9.services.CustomerClientService.GetCustomerClient].GetCustomerClientRequest.Builder Request message for [CustomerClientService.GetCustomerClient][google.ads.googleads.v9.services.CustomerClientService.GetCustomerClient].GetCustomerExtensionSettingRequest Request message for [CustomerExtensionSettingService.GetCustomerExtensionSetting][google.ads.googleads.v9.services.CustomerExtensionSettingService.GetCustomerExtensionSetting].GetCustomerExtensionSettingRequest.Builder Request message for [CustomerExtensionSettingService.GetCustomerExtensionSetting][google.ads.googleads.v9.services.CustomerExtensionSettingService.GetCustomerExtensionSetting].GetCustomerFeedRequest Request message for [CustomerFeedService.GetCustomerFeed][google.ads.googleads.v9.services.CustomerFeedService.GetCustomerFeed].GetCustomerFeedRequest.Builder Request message for [CustomerFeedService.GetCustomerFeed][google.ads.googleads.v9.services.CustomerFeedService.GetCustomerFeed].GetCustomerLabelRequest Request message for [CustomerLabelService.GetCustomerLabel][google.ads.googleads.v9.services.CustomerLabelService.GetCustomerLabel].GetCustomerLabelRequest.Builder Request message for [CustomerLabelService.GetCustomerLabel][google.ads.googleads.v9.services.CustomerLabelService.GetCustomerLabel].GetCustomerManagerLinkRequest Request message for [CustomerManagerLinkService.GetCustomerManagerLink][google.ads.googleads.v9.services.CustomerManagerLinkService.GetCustomerManagerLink].GetCustomerManagerLinkRequest.Builder Request message for [CustomerManagerLinkService.GetCustomerManagerLink][google.ads.googleads.v9.services.CustomerManagerLinkService.GetCustomerManagerLink].GetCustomerNegativeCriterionRequest Request message for [CustomerNegativeCriterionService.GetCustomerNegativeCriterion][google.ads.googleads.v9.services.CustomerNegativeCriterionService.GetCustomerNegativeCriterion].GetCustomerNegativeCriterionRequest.Builder Request message for [CustomerNegativeCriterionService.GetCustomerNegativeCriterion][google.ads.googleads.v9.services.CustomerNegativeCriterionService.GetCustomerNegativeCriterion].GetCustomerRequest Request message for [CustomerService.GetCustomer][google.ads.googleads.v9.services.CustomerService.GetCustomer].GetCustomerRequest.Builder Request message for [CustomerService.GetCustomer][google.ads.googleads.v9.services.CustomerService.GetCustomer].GetCustomerUserAccessInvitationRequest Request message for [CustomerUserAccessInvitation.GetCustomerUserAccessInvitation][]GetCustomerUserAccessInvitationRequest.Builder Request message for [CustomerUserAccessInvitation.GetCustomerUserAccessInvitation][]GetCustomerUserAccessRequest Request message for [CustomerUserAccessService.GetCustomerUserAccess][google.ads.googleads.v9.services.CustomerUserAccessService.GetCustomerUserAccess].GetCustomerUserAccessRequest.Builder Request message for [CustomerUserAccessService.GetCustomerUserAccess][google.ads.googleads.v9.services.CustomerUserAccessService.GetCustomerUserAccess].GetCustomInterestRequest Request message for [CustomInterestService.GetCustomInterest][google.ads.googleads.v9.services.CustomInterestService.GetCustomInterest].GetCustomInterestRequest.Builder Request message for [CustomInterestService.GetCustomInterest][google.ads.googleads.v9.services.CustomInterestService.GetCustomInterest].GetDetailedDemographicRequest Request message for [DetailedDemographicService.GetDetailedDemographic][google.ads.googleads.v9.services.DetailedDemographicService.GetDetailedDemographic].GetDetailedDemographicRequest.Builder Request message for [DetailedDemographicService.GetDetailedDemographic][google.ads.googleads.v9.services.DetailedDemographicService.GetDetailedDemographic].GetDetailPlacementViewRequest Request message for [DetailPlacementViewService.GetDetailPlacementView][google.ads.googleads.v9.services.DetailPlacementViewService.GetDetailPlacementView].GetDetailPlacementViewRequest.Builder Request message for [DetailPlacementViewService.GetDetailPlacementView][google.ads.googleads.v9.services.DetailPlacementViewService.GetDetailPlacementView].GetDisplayKeywordViewRequest Request message for [DisplayKeywordViewService.GetDisplayKeywordView][google.ads.googleads.v9.services.DisplayKeywordViewService.GetDisplayKeywordView].GetDisplayKeywordViewRequest.Builder Request message for [DisplayKeywordViewService.GetDisplayKeywordView][google.ads.googleads.v9.services.DisplayKeywordViewService.GetDisplayKeywordView].GetDistanceViewRequest Request message for [DistanceViewService.GetDistanceView][google.ads.googleads.v9.services.DistanceViewService.GetDistanceView].GetDistanceViewRequest.Builder Request message for [DistanceViewService.GetDistanceView][google.ads.googleads.v9.services.DistanceViewService.GetDistanceView].GetDomainCategoryRequest Request message for [DomainCategoryService.GetDomainCategory][google.ads.googleads.v9.services.DomainCategoryService.GetDomainCategory].GetDomainCategoryRequest.Builder Request message for [DomainCategoryService.GetDomainCategory][google.ads.googleads.v9.services.DomainCategoryService.GetDomainCategory].GetDynamicSearchAdsSearchTermViewRequest Request message for [DynamicSearchAdsSearchTermViewService.GetDynamicSearchAdsSearchTermView][google.ads.googleads.v9.services.DynamicSearchAdsSearchTermViewService.GetDynamicSearchAdsSearchTermView].GetDynamicSearchAdsSearchTermViewRequest.Builder Request message for [DynamicSearchAdsSearchTermViewService.GetDynamicSearchAdsSearchTermView][google.ads.googleads.v9.services.DynamicSearchAdsSearchTermViewService.GetDynamicSearchAdsSearchTermView].GetExpandedLandingPageViewRequest Request message for [ExpandedLandingPageViewService.GetExpandedLandingPageView][google.ads.googleads.v9.services.ExpandedLandingPageViewService.GetExpandedLandingPageView].GetExpandedLandingPageViewRequest.Builder Request message for [ExpandedLandingPageViewService.GetExpandedLandingPageView][google.ads.googleads.v9.services.ExpandedLandingPageViewService.GetExpandedLandingPageView].GetExtensionFeedItemRequest Request message for [ExtensionFeedItemService.GetExtensionFeedItem][google.ads.googleads.v9.services.ExtensionFeedItemService.GetExtensionFeedItem].GetExtensionFeedItemRequest.Builder Request message for [ExtensionFeedItemService.GetExtensionFeedItem][google.ads.googleads.v9.services.ExtensionFeedItemService.GetExtensionFeedItem].GetFeedItemRequest Request message for [FeedItemService.GetFeedItem][google.ads.googleads.v9.services.FeedItemService.GetFeedItem].GetFeedItemRequest.Builder Request message for [FeedItemService.GetFeedItem][google.ads.googleads.v9.services.FeedItemService.GetFeedItem].GetFeedItemSetLinkRequest Request message for [FeedItemSetLinkService.GetFeedItemSetLinks][].GetFeedItemSetLinkRequest.Builder Request message for [FeedItemSetLinkService.GetFeedItemSetLinks][].GetFeedItemSetRequest Request message for [FeedItemSetService.GetFeedItemSet][google.ads.googleads.v9.services.FeedItemSetService.GetFeedItemSet].GetFeedItemSetRequest.Builder Request message for [FeedItemSetService.GetFeedItemSet][google.ads.googleads.v9.services.FeedItemSetService.GetFeedItemSet].GetFeedItemTargetRequest Request message for [FeedItemTargetService.GetFeedItemTarget][google.ads.googleads.v9.services.FeedItemTargetService.GetFeedItemTarget].GetFeedItemTargetRequest.Builder Request message for [FeedItemTargetService.GetFeedItemTarget][google.ads.googleads.v9.services.FeedItemTargetService.GetFeedItemTarget].GetFeedMappingRequest Request message for [FeedMappingService.GetFeedMapping][google.ads.googleads.v9.services.FeedMappingService.GetFeedMapping].GetFeedMappingRequest.Builder Request message for [FeedMappingService.GetFeedMapping][google.ads.googleads.v9.services.FeedMappingService.GetFeedMapping].GetFeedPlaceholderViewRequest Request message for [FeedPlaceholderViewService.GetFeedPlaceholderView][google.ads.googleads.v9.services.FeedPlaceholderViewService.GetFeedPlaceholderView].GetFeedPlaceholderViewRequest.Builder Request message for [FeedPlaceholderViewService.GetFeedPlaceholderView][google.ads.googleads.v9.services.FeedPlaceholderViewService.GetFeedPlaceholderView].GetFeedRequest Request message for [FeedService.GetFeed][google.ads.googleads.v9.services.FeedService.GetFeed].GetFeedRequest.Builder Request message for [FeedService.GetFeed][google.ads.googleads.v9.services.FeedService.GetFeed].GetGenderViewRequest Request message for [GenderViewService.GetGenderView][google.ads.googleads.v9.services.GenderViewService.GetGenderView].GetGenderViewRequest.Builder Request message for [GenderViewService.GetGenderView][google.ads.googleads.v9.services.GenderViewService.GetGenderView].GetGeographicViewRequest Request message for [GeographicViewService.GetGeographicView][google.ads.googleads.v9.services.GeographicViewService.GetGeographicView].GetGeographicViewRequest.Builder Request message for [GeographicViewService.GetGeographicView][google.ads.googleads.v9.services.GeographicViewService.GetGeographicView].GetGeoTargetConstantRequest Request message for [GeoTargetConstantService.GetGeoTargetConstant][google.ads.googleads.v9.services.GeoTargetConstantService.GetGeoTargetConstant].GetGeoTargetConstantRequest.Builder Request message for [GeoTargetConstantService.GetGeoTargetConstant][google.ads.googleads.v9.services.GeoTargetConstantService.GetGeoTargetConstant].GetGoogleAdsFieldRequest Request message for [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v9.services.GoogleAdsFieldService.GetGoogleAdsField].GetGoogleAdsFieldRequest.Builder Request message for [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v9.services.GoogleAdsFieldService.GetGoogleAdsField].GetGroupPlacementViewRequest Request message for [GroupPlacementViewService.GetGroupPlacementView][google.ads.googleads.v9.services.GroupPlacementViewService.GetGroupPlacementView].GetGroupPlacementViewRequest.Builder Request message for [GroupPlacementViewService.GetGroupPlacementView][google.ads.googleads.v9.services.GroupPlacementViewService.GetGroupPlacementView].GetHotelGroupViewRequest Request message for [HotelGroupViewService.GetHotelGroupView][google.ads.googleads.v9.services.HotelGroupViewService.GetHotelGroupView].GetHotelGroupViewRequest.Builder Request message for [HotelGroupViewService.GetHotelGroupView][google.ads.googleads.v9.services.HotelGroupViewService.GetHotelGroupView].GetHotelPerformanceViewRequest Request message for [HotelPerformanceViewService.GetHotelPerformanceView][google.ads.googleads.v9.services.HotelPerformanceViewService.GetHotelPerformanceView].GetHotelPerformanceViewRequest.Builder Request message for [HotelPerformanceViewService.GetHotelPerformanceView][google.ads.googleads.v9.services.HotelPerformanceViewService.GetHotelPerformanceView].GetIncomeRangeViewRequest Request message for [IncomeRangeViewService.GetIncomeRangeView][google.ads.googleads.v9.services.IncomeRangeViewService.GetIncomeRangeView].GetIncomeRangeViewRequest.Builder Request message for [IncomeRangeViewService.GetIncomeRangeView][google.ads.googleads.v9.services.IncomeRangeViewService.GetIncomeRangeView].GetKeywordPlanAdGroupKeywordRequest Request message for [KeywordPlanAdGroupKeywordService.GetKeywordPlanAdGroupKeyword][google.ads.googleads.v9.services.KeywordPlanAdGroupKeywordService.GetKeywordPlanAdGroupKeyword].GetKeywordPlanAdGroupKeywordRequest.Builder Request message for [KeywordPlanAdGroupKeywordService.GetKeywordPlanAdGroupKeyword][google.ads.googleads.v9.services.KeywordPlanAdGroupKeywordService.GetKeywordPlanAdGroupKeyword].GetKeywordPlanAdGroupRequest Request message for [KeywordPlanAdGroupService.GetKeywordPlanAdGroup][google.ads.googleads.v9.services.KeywordPlanAdGroupService.GetKeywordPlanAdGroup].GetKeywordPlanAdGroupRequest.Builder Request message for [KeywordPlanAdGroupService.GetKeywordPlanAdGroup][google.ads.googleads.v9.services.KeywordPlanAdGroupService.GetKeywordPlanAdGroup].GetKeywordPlanCampaignKeywordRequest Request message for [KeywordPlanCampaignKeywordService.GetKeywordPlanCampaignKeyword][google.ads.googleads.v9.services.KeywordPlanCampaignKeywordService.GetKeywordPlanCampaignKeyword].GetKeywordPlanCampaignKeywordRequest.Builder Request message for [KeywordPlanCampaignKeywordService.GetKeywordPlanCampaignKeyword][google.ads.googleads.v9.services.KeywordPlanCampaignKeywordService.GetKeywordPlanCampaignKeyword].GetKeywordPlanCampaignRequest Request message for [KeywordPlanCampaignService.GetKeywordPlanCampaign][google.ads.googleads.v9.services.KeywordPlanCampaignService.GetKeywordPlanCampaign].GetKeywordPlanCampaignRequest.Builder Request message for [KeywordPlanCampaignService.GetKeywordPlanCampaign][google.ads.googleads.v9.services.KeywordPlanCampaignService.GetKeywordPlanCampaign].GetKeywordPlanRequest Request message for [KeywordPlanService.GetKeywordPlan][google.ads.googleads.v9.services.KeywordPlanService.GetKeywordPlan].GetKeywordPlanRequest.Builder Request message for [KeywordPlanService.GetKeywordPlan][google.ads.googleads.v9.services.KeywordPlanService.GetKeywordPlan].GetKeywordThemeConstantRequest Request message for [KeywordThemeConstantService.GetKeywordThemeConstant][google.ads.googleads.v9.services.KeywordThemeConstantService.GetKeywordThemeConstant].GetKeywordThemeConstantRequest.Builder Request message for [KeywordThemeConstantService.GetKeywordThemeConstant][google.ads.googleads.v9.services.KeywordThemeConstantService.GetKeywordThemeConstant].GetKeywordViewRequest Request message for [KeywordViewService.GetKeywordView][google.ads.googleads.v9.services.KeywordViewService.GetKeywordView].GetKeywordViewRequest.Builder Request message for [KeywordViewService.GetKeywordView][google.ads.googleads.v9.services.KeywordViewService.GetKeywordView].GetLabelRequest Request message for [LabelService.GetLabel][google.ads.googleads.v9.services.LabelService.GetLabel].GetLabelRequest.Builder Request message for [LabelService.GetLabel][google.ads.googleads.v9.services.LabelService.GetLabel].GetLandingPageViewRequest Request message for [LandingPageViewService.GetLandingPageView][google.ads.googleads.v9.services.LandingPageViewService.GetLandingPageView].GetLandingPageViewRequest.Builder Request message for [LandingPageViewService.GetLandingPageView][google.ads.googleads.v9.services.LandingPageViewService.GetLandingPageView].GetLanguageConstantRequest Request message for [LanguageConstantService.GetLanguageConstant][google.ads.googleads.v9.services.LanguageConstantService.GetLanguageConstant].GetLanguageConstantRequest.Builder Request message for [LanguageConstantService.GetLanguageConstant][google.ads.googleads.v9.services.LanguageConstantService.GetLanguageConstant].GetLifeEventRequest Request message for [LifeEventService.GetLifeEvent][google.ads.googleads.v9.services.LifeEventService.GetLifeEvent].GetLifeEventRequest.Builder Request message for [LifeEventService.GetLifeEvent][google.ads.googleads.v9.services.LifeEventService.GetLifeEvent].GetLocationViewRequest Request message for [LocationViewService.GetLocationView][google.ads.googleads.v9.services.LocationViewService.GetLocationView].GetLocationViewRequest.Builder Request message for [LocationViewService.GetLocationView][google.ads.googleads.v9.services.LocationViewService.GetLocationView].GetManagedPlacementViewRequest Request message for [ManagedPlacementViewService.GetManagedPlacementView][google.ads.googleads.v9.services.ManagedPlacementViewService.GetManagedPlacementView].GetManagedPlacementViewRequest.Builder Request message for [ManagedPlacementViewService.GetManagedPlacementView][google.ads.googleads.v9.services.ManagedPlacementViewService.GetManagedPlacementView].GetMediaFileRequest Request message for [MediaFileService.GetMediaFile][google.ads.googleads.v9.services.MediaFileService.GetMediaFile]GetMediaFileRequest.Builder Request message for [MediaFileService.GetMediaFile][google.ads.googleads.v9.services.MediaFileService.GetMediaFile]GetMerchantCenterLinkRequest Request message for [MerchantCenterLinkService.GetMerchantCenterLink][google.ads.googleads.v9.services.MerchantCenterLinkService.GetMerchantCenterLink].GetMerchantCenterLinkRequest.Builder Request message for [MerchantCenterLinkService.GetMerchantCenterLink][google.ads.googleads.v9.services.MerchantCenterLinkService.GetMerchantCenterLink].GetMobileAppCategoryConstantRequest Request message for [MobileAppCategoryConstantService.GetMobileAppCategoryConstant][google.ads.googleads.v9.services.MobileAppCategoryConstantService.GetMobileAppCategoryConstant].GetMobileAppCategoryConstantRequest.Builder Request message for [MobileAppCategoryConstantService.GetMobileAppCategoryConstant][google.ads.googleads.v9.services.MobileAppCategoryConstantService.GetMobileAppCategoryConstant].GetMobileDeviceConstantRequest Request message for [MobileDeviceConstantService.GetMobileDeviceConstant][google.ads.googleads.v9.services.MobileDeviceConstantService.GetMobileDeviceConstant].GetMobileDeviceConstantRequest.Builder Request message for [MobileDeviceConstantService.GetMobileDeviceConstant][google.ads.googleads.v9.services.MobileDeviceConstantService.GetMobileDeviceConstant].GetOfflineUserDataJobRequest Request message for [OfflineUserDataJobService.GetOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.GetOfflineUserDataJob].GetOfflineUserDataJobRequest.Builder Request message for [OfflineUserDataJobService.GetOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.GetOfflineUserDataJob].GetOperatingSystemVersionConstantRequest Request message for [OperatingSystemVersionConstantService.GetOperatingSystemVersionConstant][google.ads.googleads.v9.services.OperatingSystemVersionConstantService.GetOperatingSystemVersionConstant].GetOperatingSystemVersionConstantRequest.Builder Request message for [OperatingSystemVersionConstantService.GetOperatingSystemVersionConstant][google.ads.googleads.v9.services.OperatingSystemVersionConstantService.GetOperatingSystemVersionConstant].GetPaidOrganicSearchTermViewRequest Request message for [PaidOrganicSearchTermViewService.GetPaidOrganicSearchTermView][google.ads.googleads.v9.services.PaidOrganicSearchTermViewService.GetPaidOrganicSearchTermView].GetPaidOrganicSearchTermViewRequest.Builder Request message for [PaidOrganicSearchTermViewService.GetPaidOrganicSearchTermView][google.ads.googleads.v9.services.PaidOrganicSearchTermViewService.GetPaidOrganicSearchTermView].GetParentalStatusViewRequest Request message for [ParentalStatusViewService.GetParentalStatusView][google.ads.googleads.v9.services.ParentalStatusViewService.GetParentalStatusView].GetParentalStatusViewRequest.Builder Request message for [ParentalStatusViewService.GetParentalStatusView][google.ads.googleads.v9.services.ParentalStatusViewService.GetParentalStatusView].GetProductBiddingCategoryConstantRequest Request message for [ProductBiddingCategoryConstantService.GetProductBiddingCategoryConstant][google.ads.googleads.v9.services.ProductBiddingCategoryConstantService.GetProductBiddingCategoryConstant].GetProductBiddingCategoryConstantRequest.Builder Request message for [ProductBiddingCategoryConstantService.GetProductBiddingCategoryConstant][google.ads.googleads.v9.services.ProductBiddingCategoryConstantService.GetProductBiddingCategoryConstant].GetProductGroupViewRequest Request message for [ProductGroupViewService.GetProductGroupView][google.ads.googleads.v9.services.ProductGroupViewService.GetProductGroupView].GetProductGroupViewRequest.Builder Request message for [ProductGroupViewService.GetProductGroupView][google.ads.googleads.v9.services.ProductGroupViewService.GetProductGroupView].GetRecommendationRequest Request message for [RecommendationService.GetRecommendation][google.ads.googleads.v9.services.RecommendationService.GetRecommendation].GetRecommendationRequest.Builder Request message for [RecommendationService.GetRecommendation][google.ads.googleads.v9.services.RecommendationService.GetRecommendation].GetRemarketingActionRequest Request message for [RemarketingActionService.GetRemarketingAction][google.ads.googleads.v9.services.RemarketingActionService.GetRemarketingAction].GetRemarketingActionRequest.Builder Request message for [RemarketingActionService.GetRemarketingAction][google.ads.googleads.v9.services.RemarketingActionService.GetRemarketingAction].GetSearchTermViewRequest Request message for [SearchTermViewService.GetSearchTermView][google.ads.googleads.v9.services.SearchTermViewService.GetSearchTermView].GetSearchTermViewRequest.Builder Request message for [SearchTermViewService.GetSearchTermView][google.ads.googleads.v9.services.SearchTermViewService.GetSearchTermView].GetSharedCriterionRequest Request message for [SharedCriterionService.GetSharedCriterion][google.ads.googleads.v9.services.SharedCriterionService.GetSharedCriterion].GetSharedCriterionRequest.Builder Request message for [SharedCriterionService.GetSharedCriterion][google.ads.googleads.v9.services.SharedCriterionService.GetSharedCriterion].GetSharedSetRequest Request message for [SharedSetService.GetSharedSet][google.ads.googleads.v9.services.SharedSetService.GetSharedSet].GetSharedSetRequest.Builder Request message for [SharedSetService.GetSharedSet][google.ads.googleads.v9.services.SharedSetService.GetSharedSet].GetShoppingPerformanceViewRequest Request message for [ShoppingPerformanceViewService.GetShoppingPerformanceView][google.ads.googleads.v9.services.ShoppingPerformanceViewService.GetShoppingPerformanceView].GetShoppingPerformanceViewRequest.Builder Request message for [ShoppingPerformanceViewService.GetShoppingPerformanceView][google.ads.googleads.v9.services.ShoppingPerformanceViewService.GetShoppingPerformanceView].GetSmartCampaignSearchTermViewRequest Request message for [SmartCampaignSearchTermViewService.GetSmartCampaignSearchTermView][google.ads.googleads.v9.services.SmartCampaignSearchTermViewService.GetSmartCampaignSearchTermView].GetSmartCampaignSearchTermViewRequest.Builder Request message for [SmartCampaignSearchTermViewService.GetSmartCampaignSearchTermView][google.ads.googleads.v9.services.SmartCampaignSearchTermViewService.GetSmartCampaignSearchTermView].GetSmartCampaignSettingRequest Request message for [SmartCampaignSettingService.GetSmartCampaignSetting][google.ads.googleads.v9.services.SmartCampaignSettingService.GetSmartCampaignSetting].GetSmartCampaignSettingRequest.Builder Request message for [SmartCampaignSettingService.GetSmartCampaignSetting][google.ads.googleads.v9.services.SmartCampaignSettingService.GetSmartCampaignSetting].GetThirdPartyAppAnalyticsLinkRequest Request message for [ThirdPartyAppAnalyticsLinkService.GetThirdPartyAppAnalyticsLink][google.ads.googleads.v9.services.ThirdPartyAppAnalyticsLinkService.GetThirdPartyAppAnalyticsLink].GetThirdPartyAppAnalyticsLinkRequest.Builder Request message for [ThirdPartyAppAnalyticsLinkService.GetThirdPartyAppAnalyticsLink][google.ads.googleads.v9.services.ThirdPartyAppAnalyticsLinkService.GetThirdPartyAppAnalyticsLink].GetTopicConstantRequest Request message for [TopicConstantService.GetTopicConstant][google.ads.googleads.v9.services.TopicConstantService.GetTopicConstant].GetTopicConstantRequest.Builder Request message for [TopicConstantService.GetTopicConstant][google.ads.googleads.v9.services.TopicConstantService.GetTopicConstant].GetTopicViewRequest Request message for [TopicViewService.GetTopicView][google.ads.googleads.v9.services.TopicViewService.GetTopicView].GetTopicViewRequest.Builder Request message for [TopicViewService.GetTopicView][google.ads.googleads.v9.services.TopicViewService.GetTopicView].GetUserInterestRequest Request message for [UserInterestService.GetUserInterest][google.ads.googleads.v9.services.UserInterestService.GetUserInterest].GetUserInterestRequest.Builder Request message for [UserInterestService.GetUserInterest][google.ads.googleads.v9.services.UserInterestService.GetUserInterest].GetUserListRequest Request message for [UserListService.GetUserList][google.ads.googleads.v9.services.UserListService.GetUserList].GetUserListRequest.Builder Request message for [UserListService.GetUserList][google.ads.googleads.v9.services.UserListService.GetUserList].GetUserLocationViewRequest Request message for [UserLocationViewService.GetUserLocationView][google.ads.googleads.v9.services.UserLocationViewService.GetUserLocationView].GetUserLocationViewRequest.Builder Request message for [UserLocationViewService.GetUserLocationView][google.ads.googleads.v9.services.UserLocationViewService.GetUserLocationView].GetVideoRequest Request message for [VideoService.GetVideo][google.ads.googleads.v9.services.VideoService.GetVideo].GetVideoRequest.Builder Request message for [VideoService.GetVideo][google.ads.googleads.v9.services.VideoService.GetVideo].GetWebpageViewRequest Request message for [WebpageViewService.GetWebpageView][google.ads.googleads.v9.services.WebpageViewService.GetWebpageView].GetWebpageViewRequest.Builder Request message for [WebpageViewService.GetWebpageView][google.ads.googleads.v9.services.WebpageViewService.GetWebpageView].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.v9.services.CampaignExperimentService.GraduateCampaignExperiment].GraduateCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.GraduateCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.GraduateCampaignExperiment].GraduateCampaignExperimentResponse Response message for campaign experiment graduate.GraduateCampaignExperimentResponse.Builder Response message for campaign experiment graduate.GroupPlacementViewServiceClient Service Description: Service to fetch Group Placement views.GroupPlacementViewServiceGrpc Service to fetch Group Placement views.GroupPlacementViewServiceGrpc.GroupPlacementViewServiceBlockingStub Service to fetch Group Placement views.GroupPlacementViewServiceGrpc.GroupPlacementViewServiceFutureStub Service to fetch Group Placement views.GroupPlacementViewServiceGrpc.GroupPlacementViewServiceImplBase Service to fetch Group Placement views.GroupPlacementViewServiceGrpc.GroupPlacementViewServiceStub Service to fetch Group Placement views.GroupPlacementViewServiceProto GroupPlacementViewServiceSettings Settings class to configure an instance ofGroupPlacementViewServiceClient.GroupPlacementViewServiceSettings.Builder Builder for GroupPlacementViewServiceSettings.HotelGroupViewServiceClient Service Description: Service to manage Hotel Group Views.HotelGroupViewServiceGrpc Service to manage Hotel Group Views.HotelGroupViewServiceGrpc.HotelGroupViewServiceBlockingStub Service to manage Hotel Group Views.HotelGroupViewServiceGrpc.HotelGroupViewServiceFutureStub Service to manage Hotel Group Views.HotelGroupViewServiceGrpc.HotelGroupViewServiceImplBase Service to manage Hotel Group Views.HotelGroupViewServiceGrpc.HotelGroupViewServiceStub Service to manage Hotel Group Views.HotelGroupViewServiceProto HotelGroupViewServiceSettings Settings class to configure an instance ofHotelGroupViewServiceClient.HotelGroupViewServiceSettings.Builder Builder for HotelGroupViewServiceSettings.HotelPerformanceViewServiceClient Service Description: Service to manage Hotel Performance Views.HotelPerformanceViewServiceGrpc Service to manage Hotel Performance Views.HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceBlockingStub Service to manage Hotel Performance Views.HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub Service to manage Hotel Performance Views.HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceImplBase Service to manage Hotel Performance Views.HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceStub Service to manage Hotel Performance Views.HotelPerformanceViewServiceProto HotelPerformanceViewServiceSettings Settings class to configure an instance ofHotelPerformanceViewServiceClient.HotelPerformanceViewServiceSettings.Builder Builder for HotelPerformanceViewServiceSettings.IncomeRangeViewServiceClient Service Description: Service to manage income range views.IncomeRangeViewServiceGrpc Service to manage income range views.IncomeRangeViewServiceGrpc.IncomeRangeViewServiceBlockingStub Service to manage income range views.IncomeRangeViewServiceGrpc.IncomeRangeViewServiceFutureStub Service to manage income range views.IncomeRangeViewServiceGrpc.IncomeRangeViewServiceImplBase Service to manage income range views.IncomeRangeViewServiceGrpc.IncomeRangeViewServiceStub Service to manage income range views.IncomeRangeViewServiceProto IncomeRangeViewServiceSettings Settings class to configure an instance ofIncomeRangeViewServiceClient.IncomeRangeViewServiceSettings.Builder Builder for IncomeRangeViewServiceSettings.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.KeywordViewServiceClient Service Description: Service to manage keyword views.KeywordViewServiceGrpc Service to manage keyword views.KeywordViewServiceGrpc.KeywordViewServiceBlockingStub Service to manage keyword views.KeywordViewServiceGrpc.KeywordViewServiceFutureStub Service to manage keyword views.KeywordViewServiceGrpc.KeywordViewServiceImplBase Service to manage keyword views.KeywordViewServiceGrpc.KeywordViewServiceStub Service to manage keyword views.KeywordViewServiceProto KeywordViewServiceSettings Settings class to configure an instance ofKeywordViewServiceClient.KeywordViewServiceSettings.Builder Builder for KeywordViewServiceSettings.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.LandingPageViewServiceClient Service Description: Service to fetch landing page views.LandingPageViewServiceGrpc Service to fetch landing page views.LandingPageViewServiceGrpc.LandingPageViewServiceBlockingStub Service to fetch landing page views.LandingPageViewServiceGrpc.LandingPageViewServiceFutureStub Service to fetch landing page views.LandingPageViewServiceGrpc.LandingPageViewServiceImplBase Service to fetch landing page views.LandingPageViewServiceGrpc.LandingPageViewServiceStub Service to fetch landing page views.LandingPageViewServiceProto LandingPageViewServiceSettings Settings class to configure an instance ofLandingPageViewServiceClient.LandingPageViewServiceSettings.Builder Builder for LandingPageViewServiceSettings.LanguageConstantServiceClient Service Description: Service to fetch language constants.LanguageConstantServiceGrpc Service to fetch language constants.LanguageConstantServiceGrpc.LanguageConstantServiceBlockingStub Service to fetch language constants.LanguageConstantServiceGrpc.LanguageConstantServiceFutureStub Service to fetch language constants.LanguageConstantServiceGrpc.LanguageConstantServiceImplBase Service to fetch language constants.LanguageConstantServiceGrpc.LanguageConstantServiceStub Service to fetch language constants.LanguageConstantServiceProto LanguageConstantServiceSettings Settings class to configure an instance ofLanguageConstantServiceClient.LanguageConstantServiceSettings.Builder Builder for LanguageConstantServiceSettings.LifeEventServiceClient Service Description: Service to fetch Google Ads Life Events.LifeEventServiceGrpc Service to fetch Google Ads Life Events.LifeEventServiceGrpc.LifeEventServiceBlockingStub Service to fetch Google Ads Life Events.LifeEventServiceGrpc.LifeEventServiceFutureStub Service to fetch Google Ads Life Events.LifeEventServiceGrpc.LifeEventServiceImplBase Service to fetch Google Ads Life Events.LifeEventServiceGrpc.LifeEventServiceStub Service to fetch Google Ads Life Events.LifeEventServiceProto LifeEventServiceSettings Settings class to configure an instance ofLifeEventServiceClient.LifeEventServiceSettings.Builder Builder for LifeEventServiceSettings.ListAccessibleCustomersRequest Request message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v9.services.CustomerService.ListAccessibleCustomers].ListAccessibleCustomersRequest.Builder Request message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v9.services.CustomerService.ListAccessibleCustomers].ListAccessibleCustomersResponse Response message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v9.services.CustomerService.ListAccessibleCustomers].ListAccessibleCustomersResponse.Builder Response message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v9.services.CustomerService.ListAccessibleCustomers].ListBatchJobResultsRequest Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v9.services.BatchJobService.ListBatchJobResults].ListBatchJobResultsRequest.Builder Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v9.services.BatchJobService.ListBatchJobResults].ListBatchJobResultsResponse Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v9.services.BatchJobService.ListBatchJobResults].ListBatchJobResultsResponse.Builder Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v9.services.BatchJobService.ListBatchJobResults].ListCampaignDraftAsyncErrorsRequest Request message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v9.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignDraftAsyncErrorsRequest.Builder Request message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v9.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignDraftAsyncErrorsResponse Response message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v9.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignDraftAsyncErrorsResponse.Builder Response message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v9.services.CampaignDraftService.ListCampaignDraftAsyncErrors].ListCampaignExperimentAsyncErrorsRequest Request message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v9.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListCampaignExperimentAsyncErrorsRequest.Builder Request message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v9.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListCampaignExperimentAsyncErrorsResponse Response message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v9.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].ListCampaignExperimentAsyncErrorsResponse.Builder Response message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v9.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].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.v9.services.InvoiceService.ListInvoices].ListInvoicesResponse.Builder Response message for [InvoiceService.ListInvoices][google.ads.googleads.v9.services.InvoiceService.ListInvoices].ListMerchantCenterLinksRequest Request message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v9.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListMerchantCenterLinksRequest.Builder Request message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v9.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListMerchantCenterLinksResponse Response message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v9.services.MerchantCenterLinkService.ListMerchantCenterLinks].ListMerchantCenterLinksResponse.Builder Response message for [MerchantCenterLinkService.ListMerchantCenterLinks][google.ads.googleads.v9.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.v9.services.PaymentsAccountService.ListPaymentsAccounts].ListPaymentsAccountsResponse.Builder Response message for [PaymentsAccountService.ListPaymentsAccounts][google.ads.googleads.v9.services.PaymentsAccountService.ListPaymentsAccounts].ListPlannableLocationsRequest Request message for [ReachPlanService.ListPlannableLocations][google.ads.googleads.v9.services.ReachPlanService.ListPlannableLocations].ListPlannableLocationsRequest.Builder Request message for [ReachPlanService.ListPlannableLocations][google.ads.googleads.v9.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.LocationViewServiceClient Service Description: Service to fetch location views.LocationViewServiceGrpc Service to fetch location views.LocationViewServiceGrpc.LocationViewServiceBlockingStub Service to fetch location views.LocationViewServiceGrpc.LocationViewServiceFutureStub Service to fetch location views.LocationViewServiceGrpc.LocationViewServiceImplBase Service to fetch location views.LocationViewServiceGrpc.LocationViewServiceStub Service to fetch location views.LocationViewServiceProto LocationViewServiceSettings Settings class to configure an instance ofLocationViewServiceClient.LocationViewServiceSettings.Builder Builder for LocationViewServiceSettings.ManagedPlacementViewServiceClient Service Description: Service to manage Managed Placement views.ManagedPlacementViewServiceGrpc Service to manage Managed Placement views.ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceBlockingStub Service to manage Managed Placement views.ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceFutureStub Service to manage Managed Placement views.ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceImplBase Service to manage Managed Placement views.ManagedPlacementViewServiceGrpc.ManagedPlacementViewServiceStub Service to manage Managed Placement views.ManagedPlacementViewServiceProto ManagedPlacementViewServiceSettings Settings class to configure an instance ofManagedPlacementViewServiceClient.ManagedPlacementViewServiceSettings.Builder Builder for ManagedPlacementViewServiceSettings.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.MobileAppCategoryConstantServiceClient Service Description: Service to fetch mobile app category constants.MobileAppCategoryConstantServiceGrpc Service to fetch mobile app category constants.MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceBlockingStub Service to fetch mobile app category constants.MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceFutureStub Service to fetch mobile app category constants.MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceImplBase Service to fetch mobile app category constants.MobileAppCategoryConstantServiceGrpc.MobileAppCategoryConstantServiceStub Service to fetch mobile app category constants.MobileAppCategoryConstantServiceProto MobileAppCategoryConstantServiceSettings Settings class to configure an instance ofMobileAppCategoryConstantServiceClient.MobileAppCategoryConstantServiceSettings.Builder Builder for MobileAppCategoryConstantServiceSettings.MobileDeviceConstantServiceClient Service Description: Service to fetch mobile device constants.MobileDeviceConstantServiceGrpc Service to fetch mobile device constants.MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceBlockingStub Service to fetch mobile device constants.MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceFutureStub Service to fetch mobile device constants.MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceImplBase Service to fetch mobile device constants.MobileDeviceConstantServiceGrpc.MobileDeviceConstantServiceStub Service to fetch mobile device constants.MobileDeviceConstantServiceProto MobileDeviceConstantServiceSettings Settings class to configure an instance ofMobileDeviceConstantServiceClient.MobileDeviceConstantServiceSettings.Builder Builder for MobileDeviceConstantServiceSettings.MoveManagerLinkRequest Request message for [CustomerManagerLinkService.MoveManagerLink][google.ads.googleads.v9.services.CustomerManagerLinkService.MoveManagerLink].MoveManagerLinkRequest.Builder Request message for [CustomerManagerLinkService.MoveManagerLink][google.ads.googleads.v9.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.v9.services.AccountBudgetProposalService.MutateAccountBudgetProposal].MutateAccountBudgetProposalRequest.Builder Request message for [AccountBudgetProposalService.MutateAccountBudgetProposal][google.ads.googleads.v9.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.v9.services.AccountLinkService.MutateAccountLink].MutateAccountLinkRequest.Builder Request message for [AccountLinkService.MutateAccountLink][google.ads.googleads.v9.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.v9.services.AdGroupAdLabelService.MutateAdGroupAdLabels].MutateAdGroupAdLabelsRequest.Builder Request message for [AdGroupAdLabelService.MutateAdGroupAdLabels][google.ads.googleads.v9.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.v9.services.AdGroupAdService.MutateAdGroupAds].MutateAdGroupAdsRequest.Builder Request message for [AdGroupAdService.MutateAdGroupAds][google.ads.googleads.v9.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.v9.services.AdGroupAssetService.MutateAdGroupAssets].MutateAdGroupAssetsRequest.Builder Request message for [AdGroupAssetService.MutateAdGroupAssets][google.ads.googleads.v9.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.v9.services.AdGroupBidModifierService.MutateAdGroupBidModifiers].MutateAdGroupBidModifiersRequest.Builder Request message for [AdGroupBidModifierService.MutateAdGroupBidModifiers][google.ads.googleads.v9.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.v9.services.AdGroupCriterionService.MutateAdGroupCriteria].MutateAdGroupCriteriaRequest.Builder Request message for [AdGroupCriterionService.MutateAdGroupCriteria][google.ads.googleads.v9.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.v9.services.AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers].MutateAdGroupCriterionCustomizersRequest.Builder Request message for [AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers][google.ads.googleads.v9.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.v9.services.AdGroupCriterionLabelService.MutateAdGroupCriterionLabels].MutateAdGroupCriterionLabelsRequest.Builder Request message for [AdGroupCriterionLabelService.MutateAdGroupCriterionLabels][google.ads.googleads.v9.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.v9.services.AdGroupCustomizerService.MutateAdGroupCustomizers].MutateAdGroupCustomizersRequest.Builder Request message for [AdGroupCustomizerService.MutateAdGroupCustomizers][google.ads.googleads.v9.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.v9.services.AdGroupExtensionSettingService.MutateAdGroupExtensionSettings].MutateAdGroupExtensionSettingsRequest.Builder Request message for [AdGroupExtensionSettingService.MutateAdGroupExtensionSettings][google.ads.googleads.v9.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.v9.services.AdGroupFeedService.MutateAdGroupFeeds].MutateAdGroupFeedsRequest.Builder Request message for [AdGroupFeedService.MutateAdGroupFeeds][google.ads.googleads.v9.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.v9.services.AdGroupLabelService.MutateAdGroupLabels].MutateAdGroupLabelsRequest.Builder Request message for [AdGroupLabelService.MutateAdGroupLabels][google.ads.googleads.v9.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.v9.services.AdGroupService.MutateAdGroups].MutateAdGroupsRequest.Builder Request message for [AdGroupService.MutateAdGroups][google.ads.googleads.v9.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.v9.services.AdParameterService.MutateAdParameters]MutateAdParametersRequest.Builder Request message for [AdParameterService.MutateAdParameters][google.ads.googleads.v9.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.v9.services.AdService.MutateAds].MutateAdsRequest.Builder Request message for [AdService.MutateAds][google.ads.googleads.v9.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.v9.services.AssetGroupAssetService.MutateAssetGroupAssets].MutateAssetGroupAssetsRequest.Builder Request message for [AssetGroupAssetService.MutateAssetGroupAssets][google.ads.googleads.v9.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.v9.services.AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters].MutateAssetGroupListingGroupFiltersRequest.Builder Request message for [AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters][google.ads.googleads.v9.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.MutateAssetGroupsRequest Request message for [AssetGroupService.MutateAssetGroups][google.ads.googleads.v9.services.AssetGroupService.MutateAssetGroups].MutateAssetGroupsRequest.Builder Request message for [AssetGroupService.MutateAssetGroups][google.ads.googleads.v9.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.v9.services.AssetSetAssetService.MutateAssetSetAssets].MutateAssetSetAssetsRequest.Builder Request message for [AssetSetAssetService.MutateAssetSetAssets][google.ads.googleads.v9.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.v9.services.AssetSetService.MutateAssetSets].MutateAssetSetsRequest.Builder Request message for [AssetSetService.MutateAssetSets][google.ads.googleads.v9.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.v9.services.AssetService.MutateAssets]MutateAssetsRequest.Builder Request message for [AssetService.MutateAssets][google.ads.googleads.v9.services.AssetService.MutateAssets]MutateAssetsResponse Response message for an asset mutate.MutateAssetsResponse.Builder Response message for an asset mutate.MutateBatchJobRequest Request message for [BatchJobService.MutateBatchJob][google.ads.googleads.v9.services.BatchJobService.MutateBatchJob].MutateBatchJobRequest.Builder Request message for [BatchJobService.MutateBatchJob][google.ads.googleads.v9.services.BatchJobService.MutateBatchJob].MutateBatchJobResponse Response message for [BatchJobService.MutateBatchJob][google.ads.googleads.v9.services.BatchJobService.MutateBatchJob].MutateBatchJobResponse.Builder Response message for [BatchJobService.MutateBatchJob][google.ads.googleads.v9.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.v9.services.BiddingDataExclusionService.MutateBiddingDataExclusions].MutateBiddingDataExclusionsRequest.Builder Request message for [BiddingDataExclusionService.MutateBiddingDataExclusions][google.ads.googleads.v9.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.v9.services.BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments].MutateBiddingSeasonalityAdjustmentsRequest.Builder Request message for [BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments][google.ads.googleads.v9.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.v9.services.BiddingStrategyService.MutateBiddingStrategies].MutateBiddingStrategiesRequest.Builder Request message for [BiddingStrategyService.MutateBiddingStrategies][google.ads.googleads.v9.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.v9.services.CampaignAssetSetService.MutateCampaignAssetSets].MutateCampaignAssetSetsRequest.Builder Request message for [CampaignAssetSetService.MutateCampaignAssetSets][google.ads.googleads.v9.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.v9.services.CampaignAssetService.MutateCampaignAssets].MutateCampaignAssetsRequest.Builder Request message for [CampaignAssetService.MutateCampaignAssets][google.ads.googleads.v9.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.v9.services.CampaignBidModifierService.MutateCampaignBidModifiers].MutateCampaignBidModifiersRequest.Builder Request message for [CampaignBidModifierService.MutateCampaignBidModifiers][google.ads.googleads.v9.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.v9.services.CampaignBudgetService.MutateCampaignBudgets].MutateCampaignBudgetsRequest.Builder Request message for [CampaignBudgetService.MutateCampaignBudgets][google.ads.googleads.v9.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.v9.services.CampaignConversionGoalService.MutateCampaignConversionGoals].MutateCampaignConversionGoalsRequest.Builder Request message for [CampaignConversionGoalService.MutateCampaignConversionGoals][google.ads.googleads.v9.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.v9.services.CampaignCriterionService.MutateCampaignCriteria].MutateCampaignCriteriaRequest.Builder Request message for [CampaignCriterionService.MutateCampaignCriteria][google.ads.googleads.v9.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.v9.services.CampaignCustomizerService.MutateCampaignCustomizers].MutateCampaignCustomizersRequest.Builder Request message for [CampaignCustomizerService.MutateCampaignCustomizers][google.ads.googleads.v9.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.v9.services.CampaignDraftService.MutateCampaignDrafts].MutateCampaignDraftsRequest.Builder Request message for [CampaignDraftService.MutateCampaignDrafts][google.ads.googleads.v9.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.v9.services.CampaignExperimentService.MutateCampaignExperiments].MutateCampaignExperimentsRequest.Builder Request message for [CampaignExperimentService.MutateCampaignExperiments][google.ads.googleads.v9.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.v9.services.CampaignExtensionSettingService.MutateCampaignExtensionSettings].MutateCampaignExtensionSettingsRequest.Builder Request message for [CampaignExtensionSettingService.MutateCampaignExtensionSettings][google.ads.googleads.v9.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.v9.services.CampaignFeedService.MutateCampaignFeeds].MutateCampaignFeedsRequest.Builder Request message for [CampaignFeedService.MutateCampaignFeeds][google.ads.googleads.v9.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.v9.services.CampaignLabelService.MutateCampaignLabels].MutateCampaignLabelsRequest.Builder Request message for [CampaignLabelService.MutateCampaignLabels][google.ads.googleads.v9.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.v9.services.CampaignSharedSetService.MutateCampaignSharedSets].MutateCampaignSharedSetsRequest.Builder Request message for [CampaignSharedSetService.MutateCampaignSharedSets][google.ads.googleads.v9.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.v9.services.CampaignService.MutateCampaigns].MutateCampaignsRequest.Builder Request message for [CampaignService.MutateCampaigns][google.ads.googleads.v9.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.v9.services.ConversionActionService.MutateConversionActions].MutateConversionActionsRequest.Builder Request message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v9.services.ConversionActionService.MutateConversionActions].MutateConversionActionsResponse Response message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v9.services.ConversionActionService.MutateConversionActions].MutateConversionActionsResponse.Builder Response message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v9.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.v9.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionCustomVariablesRequest.Builder Request message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v9.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionCustomVariablesResponse Response message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v9.services.ConversionCustomVariableService.MutateConversionCustomVariables].MutateConversionCustomVariablesResponse.Builder Response message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v9.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.v9.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRuleSetsRequest.Builder Request message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v9.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRuleSetsResponse Response message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v9.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRuleSetsResponse.Builder Response message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v9.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].MutateConversionValueRulesRequest Request message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v9.services.ConversionValueRuleService.MutateConversionValueRules].MutateConversionValueRulesRequest.Builder Request message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v9.services.ConversionValueRuleService.MutateConversionValueRules].MutateConversionValueRulesResponse Response message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v9.services.ConversionValueRuleService.MutateConversionValueRules].MutateConversionValueRulesResponse.Builder Response message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v9.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.v9.services.CustomAudienceService.MutateCustomAudiences].MutateCustomAudiencesRequest.Builder Request message for [CustomAudienceService.MutateCustomAudiences][google.ads.googleads.v9.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.v9.services.CustomConversionGoalService.MutateCustomConversionGoals].MutateCustomConversionGoalsRequest.Builder Request message for [CustomConversionGoalService.MutateCustomConversionGoals][google.ads.googleads.v9.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.v9.services.CustomerAssetService.MutateCustomerAssets].MutateCustomerAssetsRequest.Builder Request message for [CustomerAssetService.MutateCustomerAssets][google.ads.googleads.v9.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.v9.services.CustomerClientLinkService.MutateCustomerClientLink].MutateCustomerClientLinkRequest.Builder Request message for [CustomerClientLinkService.MutateCustomerClientLink][google.ads.googleads.v9.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.v9.services.CustomerConversionGoalService.MutateCustomerConversionGoals].MutateCustomerConversionGoalsRequest.Builder Request message for [CustomerConversionGoalService.MutateCustomerConversionGoals][google.ads.googleads.v9.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.v9.services.CustomerCustomizerService.MutateCustomerCustomizers].MutateCustomerCustomizersRequest.Builder Request message for [CustomerCustomizerService.MutateCustomerCustomizers][google.ads.googleads.v9.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.v9.services.CustomerExtensionSettingService.MutateCustomerExtensionSettings].MutateCustomerExtensionSettingsRequest.Builder Request message for [CustomerExtensionSettingService.MutateCustomerExtensionSettings][google.ads.googleads.v9.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.v9.services.CustomerFeedService.MutateCustomerFeeds].MutateCustomerFeedsRequest.Builder Request message for [CustomerFeedService.MutateCustomerFeeds][google.ads.googleads.v9.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.v9.services.CustomerLabelService.MutateCustomerLabels].MutateCustomerLabelsRequest.Builder Request message for [CustomerLabelService.MutateCustomerLabels][google.ads.googleads.v9.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.v9.services.CustomerManagerLinkService.MutateCustomerManagerLink].MutateCustomerManagerLinkRequest.Builder Request message for [CustomerManagerLinkService.MutateCustomerManagerLink][google.ads.googleads.v9.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.v9.services.CustomerNegativeCriterionService.MutateCustomerNegativeCriteria].MutateCustomerNegativeCriteriaRequest.Builder Request message for [CustomerNegativeCriterionService.MutateCustomerNegativeCriteria][google.ads.googleads.v9.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.v9.services.CustomerService.MutateCustomer].MutateCustomerRequest.Builder Request message for [CustomerService.MutateCustomer][google.ads.googleads.v9.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.v9.services.CustomerUserAccessService.MutateCustomerUserAccess].MutateCustomerUserAccessRequest.Builder Mutate Request for [CustomerUserAccessService.MutateCustomerUserAccess][google.ads.googleads.v9.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.v9.services.CustomInterestService.MutateCustomInterests].MutateCustomInterestsRequest.Builder Request message for [CustomInterestService.MutateCustomInterests][google.ads.googleads.v9.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.v9.services.CustomizerAttributeService.MutateCustomizerAttributes].MutateCustomizerAttributesRequest.Builder Request message for [CustomizerAttributeService.MutateCustomizerAttributes][google.ads.googleads.v9.services.CustomizerAttributeService.MutateCustomizerAttributes].MutateCustomizerAttributesResponse Response message for an customizer attribute mutate.MutateCustomizerAttributesResponse.Builder Response message for an customizer attribute 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.v9.services.ExtensionFeedItemService.MutateExtensionFeedItems].MutateExtensionFeedItemsRequest.Builder Request message for [ExtensionFeedItemService.MutateExtensionFeedItems][google.ads.googleads.v9.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.v9.services.FeedItemSetLinkService.MutateFeedItemSetLinks].MutateFeedItemSetLinksRequest.Builder Request message for [FeedItemSetLinkService.MutateFeedItemSetLinks][google.ads.googleads.v9.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.v9.services.FeedItemSetService.MutateFeedItemSets].MutateFeedItemSetsRequest.Builder Request message for [FeedItemSetService.MutateFeedItemSets][google.ads.googleads.v9.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.v9.services.FeedItemService.MutateFeedItems].MutateFeedItemsRequest.Builder Request message for [FeedItemService.MutateFeedItems][google.ads.googleads.v9.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.v9.services.FeedItemTargetService.MutateFeedItemTargets].MutateFeedItemTargetsRequest.Builder Request message for [FeedItemTargetService.MutateFeedItemTargets][google.ads.googleads.v9.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.v9.services.FeedMappingService.MutateFeedMappings].MutateFeedMappingsRequest.Builder Request message for [FeedMappingService.MutateFeedMappings][google.ads.googleads.v9.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.v9.services.FeedService.MutateFeeds].MutateFeedsRequest.Builder Request message for [FeedService.MutateFeeds][google.ads.googleads.v9.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.v9.services.GoogleAdsService.Mutate].MutateGoogleAdsRequest.Builder Request message for [GoogleAdsService.Mutate][google.ads.googleads.v9.services.GoogleAdsService.Mutate].MutateGoogleAdsResponse Response message for [GoogleAdsService.Mutate][google.ads.googleads.v9.services.GoogleAdsService.Mutate].MutateGoogleAdsResponse.Builder Response message for [GoogleAdsService.Mutate][google.ads.googleads.v9.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.v9.services.KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords].MutateKeywordPlanAdGroupKeywordsRequest.Builder Request message for [KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords][google.ads.googleads.v9.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.v9.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups].MutateKeywordPlanAdGroupsRequest.Builder Request message for [KeywordPlanAdGroupService.MutateKeywordPlanAdGroups][google.ads.googleads.v9.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.v9.services.KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords].MutateKeywordPlanCampaignKeywordsRequest.Builder Request message for [KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords][google.ads.googleads.v9.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.v9.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns].MutateKeywordPlanCampaignsRequest.Builder Request message for [KeywordPlanCampaignService.MutateKeywordPlanCampaigns][google.ads.googleads.v9.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.v9.services.KeywordPlanService.MutateKeywordPlans].MutateKeywordPlansRequest.Builder Request message for [KeywordPlanService.MutateKeywordPlans][google.ads.googleads.v9.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.v9.services.LabelService.MutateLabels].MutateLabelsRequest.Builder Request message for [LabelService.MutateLabels][google.ads.googleads.v9.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.v9.services.MediaFileService.MutateMediaFiles]MutateMediaFilesRequest.Builder Request message for [MediaFileService.MutateMediaFiles][google.ads.googleads.v9.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.v9.services.MerchantCenterLinkService.MutateMerchantCenterLink].MutateMerchantCenterLinkRequest.Builder Request message for [MerchantCenterLinkService.MutateMerchantCenterLink][google.ads.googleads.v9.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.v9.services.RemarketingActionService.MutateRemarketingActions].MutateRemarketingActionsRequest.Builder Request message for [RemarketingActionService.MutateRemarketingActions][google.ads.googleads.v9.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.v9.services.SharedCriterionService.MutateSharedCriteria].MutateSharedCriteriaRequest.Builder Request message for [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v9.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.v9.services.SharedSetService.MutateSharedSets].MutateSharedSetsRequest.Builder Request message for [SharedSetService.MutateSharedSets][google.ads.googleads.v9.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.v9.services.UserListService.MutateUserLists].MutateUserListsRequest.Builder Request message for [UserListService.MutateUserLists][google.ads.googleads.v9.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.OperatingSystemVersionConstantServiceClient Service Description: Service to fetch Operating System Version constants.OperatingSystemVersionConstantServiceGrpc Service to fetch Operating System Version constants.OperatingSystemVersionConstantServiceGrpc.OperatingSystemVersionConstantServiceBlockingStub Service to fetch Operating System Version constants.OperatingSystemVersionConstantServiceGrpc.OperatingSystemVersionConstantServiceFutureStub Service to fetch Operating System Version constants.OperatingSystemVersionConstantServiceGrpc.OperatingSystemVersionConstantServiceImplBase Service to fetch Operating System Version constants.OperatingSystemVersionConstantServiceGrpc.OperatingSystemVersionConstantServiceStub Service to fetch Operating System Version constants.OperatingSystemVersionConstantServiceProto OperatingSystemVersionConstantServiceSettings Settings class to configure an instance ofOperatingSystemVersionConstantServiceClient.OperatingSystemVersionConstantServiceSettings.Builder Builder for OperatingSystemVersionConstantServiceSettings.PaidOrganicSearchTermViewServiceClient Service Description: Service to fetch paid organic search term views.PaidOrganicSearchTermViewServiceGrpc Service to fetch paid organic search term views.PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceBlockingStub Service to fetch paid organic search term views.PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceFutureStub Service to fetch paid organic search term views.PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceImplBase Service to fetch paid organic search term views.PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceStub Service to fetch paid organic search term views.PaidOrganicSearchTermViewServiceProto PaidOrganicSearchTermViewServiceSettings Settings class to configure an instance ofPaidOrganicSearchTermViewServiceClient.PaidOrganicSearchTermViewServiceSettings.Builder Builder for PaidOrganicSearchTermViewServiceSettings.ParentalStatusViewServiceClient Service Description: Service to manage parental status views.ParentalStatusViewServiceGrpc Service to manage parental status views.ParentalStatusViewServiceGrpc.ParentalStatusViewServiceBlockingStub Service to manage parental status views.ParentalStatusViewServiceGrpc.ParentalStatusViewServiceFutureStub Service to manage parental status views.ParentalStatusViewServiceGrpc.ParentalStatusViewServiceImplBase Service to manage parental status views.ParentalStatusViewServiceGrpc.ParentalStatusViewServiceStub Service to manage parental status views.ParentalStatusViewServiceProto ParentalStatusViewServiceSettings Settings class to configure an instance ofParentalStatusViewServiceClient.ParentalStatusViewServiceSettings.Builder Builder for ParentalStatusViewServiceSettings.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.ProductBiddingCategoryConstantServiceClient Service Description: Service to fetch Product Bidding Categories.ProductBiddingCategoryConstantServiceGrpc Service to fetch Product Bidding Categories.ProductBiddingCategoryConstantServiceGrpc.ProductBiddingCategoryConstantServiceBlockingStub Service to fetch Product Bidding Categories.ProductBiddingCategoryConstantServiceGrpc.ProductBiddingCategoryConstantServiceFutureStub Service to fetch Product Bidding Categories.ProductBiddingCategoryConstantServiceGrpc.ProductBiddingCategoryConstantServiceImplBase Service to fetch Product Bidding Categories.ProductBiddingCategoryConstantServiceGrpc.ProductBiddingCategoryConstantServiceStub Service to fetch Product Bidding Categories.ProductBiddingCategoryConstantServiceProto ProductBiddingCategoryConstantServiceSettings Settings class to configure an instance ofProductBiddingCategoryConstantServiceClient.ProductBiddingCategoryConstantServiceSettings.Builder Builder for ProductBiddingCategoryConstantServiceSettings.ProductGroupViewServiceClient Service Description: Service to manage product group views.ProductGroupViewServiceGrpc Service to manage product group views.ProductGroupViewServiceGrpc.ProductGroupViewServiceBlockingStub Service to manage product group views.ProductGroupViewServiceGrpc.ProductGroupViewServiceFutureStub Service to manage product group views.ProductGroupViewServiceGrpc.ProductGroupViewServiceImplBase Service to manage product group views.ProductGroupViewServiceGrpc.ProductGroupViewServiceStub Service to manage product group views.ProductGroupViewServiceProto ProductGroupViewServiceSettings Settings class to configure an instance ofProductGroupViewServiceClient.ProductGroupViewServiceSettings.Builder Builder for ProductGroupViewServiceSettings.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.v9.services.CampaignDraftService.PromoteCampaignDraft].PromoteCampaignDraftRequest.Builder Request message for [CampaignDraftService.PromoteCampaignDraft][google.ads.googleads.v9.services.CampaignDraftService.PromoteCampaignDraft].PromoteCampaignExperimentRequest Request message for [CampaignExperimentService.PromoteCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.PromoteCampaignExperiment].PromoteCampaignExperimentRequest.Builder Request message for [CampaignExperimentService.PromoteCampaignExperiment][google.ads.googleads.v9.services.CampaignExperimentService.PromoteCampaignExperiment].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.v9.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RegenerateShareableLinkIdRequest.Builder Request message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v9.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RegenerateShareableLinkIdResponse Response message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v9.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].RegenerateShareableLinkIdResponse.Builder Response message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v9.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.v9.services.BatchJobService.RunBatchJob].RunBatchJobRequest.Builder Request message for [BatchJobService.RunBatchJob][google.ads.googleads.v9.services.BatchJobService.RunBatchJob].RunOfflineUserDataJobRequest Request message for [OfflineUserDataJobService.RunOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.RunOfflineUserDataJob].RunOfflineUserDataJobRequest.Builder Request message for [OfflineUserDataJobService.RunOfflineUserDataJob][google.ads.googleads.v9.services.OfflineUserDataJobService.RunOfflineUserDataJob].SearchGoogleAdsFieldsRequest Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v9.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsFieldsRequest.Builder Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v9.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsFieldsResponse Response message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v9.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsFieldsResponse.Builder Response message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v9.services.GoogleAdsFieldService.SearchGoogleAdsFields].SearchGoogleAdsRequest Request message for [GoogleAdsService.Search][google.ads.googleads.v9.services.GoogleAdsService.Search].SearchGoogleAdsRequest.Builder Request message for [GoogleAdsService.Search][google.ads.googleads.v9.services.GoogleAdsService.Search].SearchGoogleAdsResponse Response message for [GoogleAdsService.Search][google.ads.googleads.v9.services.GoogleAdsService.Search].SearchGoogleAdsResponse.Builder Response message for [GoogleAdsService.Search][google.ads.googleads.v9.services.GoogleAdsService.Search].SearchGoogleAdsStreamRequest Request message for [GoogleAdsService.SearchStream][google.ads.googleads.v9.services.GoogleAdsService.SearchStream].SearchGoogleAdsStreamRequest.Builder Request message for [GoogleAdsService.SearchStream][google.ads.googleads.v9.services.GoogleAdsService.SearchStream].SearchGoogleAdsStreamResponse Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v9.services.GoogleAdsService.SearchStream].SearchGoogleAdsStreamResponse.Builder Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v9.services.GoogleAdsService.SearchStream].SearchTermViewServiceClient Service Description: Service to manage search term views.SearchTermViewServiceGrpc Service to manage search term views.SearchTermViewServiceGrpc.SearchTermViewServiceBlockingStub Service to manage search term views.SearchTermViewServiceGrpc.SearchTermViewServiceFutureStub Service to manage search term views.SearchTermViewServiceGrpc.SearchTermViewServiceImplBase Service to manage search term views.SearchTermViewServiceGrpc.SearchTermViewServiceStub Service to manage search term views.SearchTermViewServiceProto SearchTermViewServiceSettings Settings class to configure an instance ofSearchTermViewServiceClient.SearchTermViewServiceSettings.Builder Builder for SearchTermViewServiceSettings.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.ShoppingPerformanceViewServiceClient Service Description: Service to fetch Shopping performance views.ShoppingPerformanceViewServiceGrpc Service to fetch Shopping performance views.ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceBlockingStub Service to fetch Shopping performance views.ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceFutureStub Service to fetch Shopping performance views.ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceImplBase Service to fetch Shopping performance views.ShoppingPerformanceViewServiceGrpc.ShoppingPerformanceViewServiceStub Service to fetch Shopping performance views.ShoppingPerformanceViewServiceProto ShoppingPerformanceViewServiceSettings Settings class to configure an instance ofShoppingPerformanceViewServiceClient.ShoppingPerformanceViewServiceSettings.Builder Builder for ShoppingPerformanceViewServiceSettings.SiteSeed Site SeedSiteSeed.Builder Site SeedSmartCampaignSearchTermViewServiceClient Service Description: Service to manage Smart campaign search term views.SmartCampaignSearchTermViewServiceGrpc Service to manage Smart campaign search term views.SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceBlockingStub Service to manage Smart campaign search term views.SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub Service to manage Smart campaign search term views.SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceImplBase Service to manage Smart campaign search term views.SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceStub Service to manage Smart campaign search term views.SmartCampaignSearchTermViewServiceProto SmartCampaignSearchTermViewServiceSettings Settings class to configure an instance ofSmartCampaignSearchTermViewServiceClient.SmartCampaignSearchTermViewServiceSettings.Builder Builder for SmartCampaignSearchTermViewServiceSettings.SmartCampaignSettingOperation 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.v9.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestGeoTargetConstantsRequest.Builder Request message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v9.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.v9.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestGeoTargetConstantsResponse.Builder Response message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v9.services.GeoTargetConstantService.SuggestGeoTargetConstants].SuggestKeywordThemeConstantsRequest Request message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v9.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemeConstantsRequest.Builder Request message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v9.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemeConstantsResponse Response message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v9.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemeConstantsResponse.Builder Response message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v9.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].SuggestKeywordThemesRequest Request message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestKeywordThemesRequest.Builder Request message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestKeywordThemesResponse Response message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestKeywordThemesResponse.Builder Response message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestKeywordThemes].SuggestSmartCampaignAdRequest Request message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignAdRequest.Builder Request message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignAdResponse Response message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v9.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].SuggestSmartCampaignAdResponse.Builder Response message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v9.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.TopicConstantServiceClient Service Description: Service to fetch topic constants.TopicConstantServiceGrpc Service to fetch topic constants.TopicConstantServiceGrpc.TopicConstantServiceBlockingStub Service to fetch topic constants.TopicConstantServiceGrpc.TopicConstantServiceFutureStub Service to fetch topic constants.TopicConstantServiceGrpc.TopicConstantServiceImplBase Service to fetch topic constants.TopicConstantServiceGrpc.TopicConstantServiceStub Service to fetch topic constants.TopicConstantServiceProto TopicConstantServiceSettings Settings class to configure an instance ofTopicConstantServiceClient.TopicConstantServiceSettings.Builder Builder for TopicConstantServiceSettings.TopicViewServiceClient Service Description: Service to manage topic views.TopicViewServiceGrpc Service to manage topic views.TopicViewServiceGrpc.TopicViewServiceBlockingStub Service to manage topic views.TopicViewServiceGrpc.TopicViewServiceFutureStub Service to manage topic views.TopicViewServiceGrpc.TopicViewServiceImplBase Service to manage topic views.TopicViewServiceGrpc.TopicViewServiceStub Service to manage topic views.TopicViewServiceProto TopicViewServiceSettings Settings class to configure an instance ofTopicViewServiceClient.TopicViewServiceSettings.Builder Builder for TopicViewServiceSettings.UploadCallConversionsRequest Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadCallConversions].UploadCallConversionsRequest.Builder Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadCallConversions].UploadCallConversionsResponse Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadCallConversions].UploadCallConversionsResponse.Builder Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadCallConversions].UploadClickConversionsRequest Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadClickConversions].UploadClickConversionsRequest.Builder Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadClickConversions].UploadClickConversionsResponse Response message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadClickConversions].UploadClickConversionsResponse.Builder Response message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v9.services.ConversionUploadService.UploadClickConversions].UploadConversionAdjustmentsRequest Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v9.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadConversionAdjustmentsRequest.Builder Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v9.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadConversionAdjustmentsResponse Response message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v9.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadConversionAdjustmentsResponse.Builder Response message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v9.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].UploadUserDataRequest Request message for [UserDataService.UploadUserData][google.ads.googleads.v9.services.UserDataService.UploadUserData]UploadUserDataRequest.Builder Request message for [UserDataService.UploadUserData][google.ads.googleads.v9.services.UserDataService.UploadUserData]UploadUserDataResponse Response message for [UserDataService.UploadUserData][google.ads.googleads.v9.services.UserDataService.UploadUserData]UploadUserDataResponse.Builder Response message for [UserDataService.UploadUserData][google.ads.googleads.v9.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.UserInterestServiceClient Service Description: Service to fetch Google Ads User Interest.UserInterestServiceGrpc Service to fetch Google Ads User Interest.UserInterestServiceGrpc.UserInterestServiceBlockingStub Service to fetch Google Ads User Interest.UserInterestServiceGrpc.UserInterestServiceFutureStub Service to fetch Google Ads User Interest.UserInterestServiceGrpc.UserInterestServiceImplBase Service to fetch Google Ads User Interest.UserInterestServiceGrpc.UserInterestServiceStub Service to fetch Google Ads User Interest.UserInterestServiceProto UserInterestServiceSettings Settings class to configure an instance ofUserInterestServiceClient.UserInterestServiceSettings.Builder Builder for UserInterestServiceSettings.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.UserLocationViewServiceClient Service Description: Service to manage user location views.UserLocationViewServiceGrpc Service to manage user location views.UserLocationViewServiceGrpc.UserLocationViewServiceBlockingStub Service to manage user location views.UserLocationViewServiceGrpc.UserLocationViewServiceFutureStub Service to manage user location views.UserLocationViewServiceGrpc.UserLocationViewServiceImplBase Service to manage user location views.UserLocationViewServiceGrpc.UserLocationViewServiceStub Service to manage user location views.UserLocationViewServiceProto UserLocationViewServiceSettings Settings class to configure an instance ofUserLocationViewServiceClient.UserLocationViewServiceSettings.Builder Builder for UserLocationViewServiceSettings.VideoServiceClient Service Description: Service to manage videos.VideoServiceGrpc Service to manage videos.VideoServiceGrpc.VideoServiceBlockingStub Service to manage videos.VideoServiceGrpc.VideoServiceFutureStub Service to manage videos.VideoServiceGrpc.VideoServiceImplBase Service to manage videos.VideoServiceGrpc.VideoServiceStub Service to manage videos.VideoServiceProto VideoServiceSettings Settings class to configure an instance ofVideoServiceClient.VideoServiceSettings.Builder Builder for VideoServiceSettings.WebpageViewServiceClient Service Description: Service to manage webpage views.WebpageViewServiceGrpc Service to manage webpage views.WebpageViewServiceGrpc.WebpageViewServiceBlockingStub Service to manage webpage views.WebpageViewServiceGrpc.WebpageViewServiceFutureStub Service to manage webpage views.WebpageViewServiceGrpc.WebpageViewServiceImplBase Service to manage webpage views.WebpageViewServiceGrpc.WebpageViewServiceStub Service to manage webpage views.WebpageViewServiceProto WebpageViewServiceSettings Settings class to configure an instance ofWebpageViewServiceClient.WebpageViewServiceSettings.Builder Builder for WebpageViewServiceSettings.