Package com.google.ads.googleads.v18.services
The interfaces provided are listed below, along with usage samples.
======================= AccountBudgetProposalServiceClient =======================
Service Description: A service for managing account-level budgets through proposals.
A proposal is a request to create a new budget or make changes to an existing one.
Mutates: The CREATE operation creates a new proposal. UPDATE operations aren't supported. The REMOVE operation cancels a pending proposal.
Sample for AccountBudgetProposalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AccountBudgetProposalServiceClient accountBudgetProposalServiceClient =
AccountBudgetProposalServiceClient.create()) {
String customerId = "customerId-1581184615";
AccountBudgetProposalOperation operation =
AccountBudgetProposalOperation.newBuilder().build();
MutateAccountBudgetProposalResponse response =
accountBudgetProposalServiceClient.mutateAccountBudgetProposal(customerId, operation);
}
======================= AccountLinkServiceClient =======================
Service Description: This service allows management of links between Google Ads accounts and other accounts.
Sample for AccountLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AccountLinkServiceClient accountLinkServiceClient = AccountLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
AccountLink accountLink = AccountLink.newBuilder().build();
CreateAccountLinkResponse response =
accountLinkServiceClient.createAccountLink(customerId, accountLink);
}
======================= AdGroupAdLabelServiceClient =======================
Service Description: Service to manage labels on ad group ads.
Sample for AdGroupAdLabelServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupAdLabelServiceClient adGroupAdLabelServiceClient =
AdGroupAdLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAdLabelOperation> operations = new ArrayList<>();
MutateAdGroupAdLabelsResponse response =
adGroupAdLabelServiceClient.mutateAdGroupAdLabels(customerId, operations);
}
======================= AdGroupAdServiceClient =======================
Service Description: Service to manage ads in an ad group.
Sample for AdGroupAdServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupAdServiceClient adGroupAdServiceClient = AdGroupAdServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAdOperation> operations = new ArrayList<>();
MutateAdGroupAdsResponse response =
adGroupAdServiceClient.mutateAdGroupAds(customerId, operations);
}
======================= AdGroupAssetServiceClient =======================
Service Description: Service to manage ad group assets.
Sample for AdGroupAssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupAssetServiceClient adGroupAssetServiceClient = AdGroupAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAssetOperation> operations = new ArrayList<>();
MutateAdGroupAssetsResponse response =
adGroupAssetServiceClient.mutateAdGroupAssets(customerId, operations);
}
======================= AdGroupAssetSetServiceClient =======================
Service Description: Service to manage ad group asset set
Sample for AdGroupAssetSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupAssetSetServiceClient adGroupAssetSetServiceClient =
AdGroupAssetSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupAssetSetOperation> operations = new ArrayList<>();
MutateAdGroupAssetSetsResponse response =
adGroupAssetSetServiceClient.mutateAdGroupAssetSets(customerId, operations);
}
======================= AdGroupBidModifierServiceClient =======================
Service Description: Service to manage ad group bid modifiers.
Sample for AdGroupBidModifierServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupBidModifierServiceClient adGroupBidModifierServiceClient =
AdGroupBidModifierServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupBidModifierOperation> operations = new ArrayList<>();
MutateAdGroupBidModifiersResponse response =
adGroupBidModifierServiceClient.mutateAdGroupBidModifiers(customerId, operations);
}
======================= AdGroupCriterionCustomizerServiceClient =======================
Service Description: Service to manage ad group criterion customizer
Sample for AdGroupCriterionCustomizerServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupCriterionLabelServiceClient adGroupCriterionLabelServiceClient =
AdGroupCriterionLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupCriterionLabelOperation> operations = new ArrayList<>();
MutateAdGroupCriterionLabelsResponse response =
adGroupCriterionLabelServiceClient.mutateAdGroupCriterionLabels(customerId, operations);
}
======================= AdGroupCriterionServiceClient =======================
Service Description: Service to manage ad group criteria.
Sample for AdGroupCriterionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupCriterionServiceClient adGroupCriterionServiceClient =
AdGroupCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupCriterionOperation> operations = new ArrayList<>();
MutateAdGroupCriteriaResponse response =
adGroupCriterionServiceClient.mutateAdGroupCriteria(customerId, operations);
}
======================= AdGroupCustomizerServiceClient =======================
Service Description: Service to manage ad group customizer
Sample for AdGroupCustomizerServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupExtensionSettingServiceClient adGroupExtensionSettingServiceClient =
AdGroupExtensionSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupExtensionSettingOperation> operations = new ArrayList<>();
MutateAdGroupExtensionSettingsResponse response =
adGroupExtensionSettingServiceClient.mutateAdGroupExtensionSettings(
customerId, operations);
}
======================= AdGroupFeedServiceClient =======================
Service Description: Service to manage ad group feeds.
Sample for AdGroupFeedServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupFeedServiceClient adGroupFeedServiceClient = AdGroupFeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupFeedOperation> operations = new ArrayList<>();
MutateAdGroupFeedsResponse response =
adGroupFeedServiceClient.mutateAdGroupFeeds(customerId, operations);
}
======================= AdGroupLabelServiceClient =======================
Service Description: Service to manage labels on ad groups.
Sample for AdGroupLabelServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupLabelServiceClient adGroupLabelServiceClient = AdGroupLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupLabelOperation> operations = new ArrayList<>();
MutateAdGroupLabelsResponse response =
adGroupLabelServiceClient.mutateAdGroupLabels(customerId, operations);
}
======================= AdGroupServiceClient =======================
Service Description: Service to manage ad groups.
Sample for AdGroupServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdGroupServiceClient adGroupServiceClient = AdGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdGroupOperation> operations = new ArrayList<>();
MutateAdGroupsResponse response = adGroupServiceClient.mutateAdGroups(customerId, operations);
}
======================= AdParameterServiceClient =======================
Service Description: Service to manage ad parameters.
Sample for AdParameterServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdParameterServiceClient adParameterServiceClient = AdParameterServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdParameterOperation> operations = new ArrayList<>();
MutateAdParametersResponse response =
adParameterServiceClient.mutateAdParameters(customerId, operations);
}
======================= AdServiceClient =======================
Service Description: Service to manage ads.
Sample for AdServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdServiceClient adServiceClient = AdServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AdOperation> operations = new ArrayList<>();
MutateAdsResponse response = adServiceClient.mutateAds(customerId, operations);
}
======================= AssetGroupAssetServiceClient =======================
Service Description: Service to manage asset group asset.
Sample for AssetGroupAssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AssetGroupAssetServiceClient assetGroupAssetServiceClient =
AssetGroupAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupAssetOperation> operations = new ArrayList<>();
MutateAssetGroupAssetsResponse response =
assetGroupAssetServiceClient.mutateAssetGroupAssets(customerId, operations);
}
======================= AssetGroupListingGroupFilterServiceClient =======================
Service Description: Service to manage asset group listing group filter.
Sample for AssetGroupListingGroupFilterServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AssetGroupServiceClient assetGroupServiceClient = AssetGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupOperation> operations = new ArrayList<>();
MutateAssetGroupsResponse response =
assetGroupServiceClient.mutateAssetGroups(customerId, operations);
}
======================= AssetGroupSignalServiceClient =======================
Service Description: Service to manage asset group signal.
Sample for AssetGroupSignalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AssetGroupSignalServiceClient assetGroupSignalServiceClient =
AssetGroupSignalServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetGroupSignalOperation> operations = new ArrayList<>();
MutateAssetGroupSignalsResponse response =
assetGroupSignalServiceClient.mutateAssetGroupSignals(customerId, operations);
}
======================= AssetServiceClient =======================
Service Description: Service to manage assets. Asset types can be created with AssetService are YoutubeVideoAsset, MediaBundleAsset and ImageAsset. TextAsset should be created with Ad inline.
Sample for AssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AssetServiceClient assetServiceClient = AssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetOperation> operations = new ArrayList<>();
MutateAssetsResponse response = assetServiceClient.mutateAssets(customerId, operations);
}
======================= AssetSetAssetServiceClient =======================
Service Description: Service to manage asset set asset.
Sample for AssetSetAssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AssetSetServiceClient assetSetServiceClient = AssetSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AssetSetOperation> operations = new ArrayList<>();
MutateAssetSetsResponse response =
assetSetServiceClient.mutateAssetSets(customerId, operations);
}
======================= AudienceInsightsServiceClient =======================
Service Description: Audience Insights Service helps users find information about groups of people and how they can be reached with Google Ads. Accessible to allowlisted customers only.
Sample for AudienceInsightsServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AudienceInsightsServiceClient audienceInsightsServiceClient =
AudienceInsightsServiceClient.create()) {
String customerId = "customerId-1581184615";
BasicInsightsAudience baselineAudience = BasicInsightsAudience.newBuilder().build();
BasicInsightsAudience specificAudience = BasicInsightsAudience.newBuilder().build();
GenerateInsightsFinderReportResponse response =
audienceInsightsServiceClient.generateInsightsFinderReport(
customerId, baselineAudience, specificAudience);
}
======================= AudienceServiceClient =======================
Service Description: Service to manage audiences.
Sample for AudienceServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AudienceServiceClient audienceServiceClient = AudienceServiceClient.create()) {
String customerId = "customerId-1581184615";
List<AudienceOperation> operations = new ArrayList<>();
MutateAudiencesResponse response =
audienceServiceClient.mutateAudiences(customerId, operations);
}
======================= BatchJobServiceClient =======================
Service Description: Service to manage batch jobs.
Sample for BatchJobServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (BiddingDataExclusionServiceClient biddingDataExclusionServiceClient =
BiddingDataExclusionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<BiddingDataExclusionOperation> operations = new ArrayList<>();
MutateBiddingDataExclusionsResponse response =
biddingDataExclusionServiceClient.mutateBiddingDataExclusions(customerId, operations);
}
======================= BiddingSeasonalityAdjustmentServiceClient =======================
Service Description: Service to manage bidding seasonality adjustments.
Sample for BiddingSeasonalityAdjustmentServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (BiddingSeasonalityAdjustmentServiceClient biddingSeasonalityAdjustmentServiceClient =
BiddingSeasonalityAdjustmentServiceClient.create()) {
String customerId = "customerId-1581184615";
List<BiddingSeasonalityAdjustmentOperation> operations = new ArrayList<>();
MutateBiddingSeasonalityAdjustmentsResponse response =
biddingSeasonalityAdjustmentServiceClient.mutateBiddingSeasonalityAdjustments(
customerId, operations);
}
======================= BiddingStrategyServiceClient =======================
Service Description: Service to manage bidding strategies.
Sample for BiddingStrategyServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (BiddingStrategyServiceClient biddingStrategyServiceClient =
BiddingStrategyServiceClient.create()) {
String customerId = "customerId-1581184615";
List<BiddingStrategyOperation> operations = new ArrayList<>();
MutateBiddingStrategiesResponse response =
biddingStrategyServiceClient.mutateBiddingStrategies(customerId, operations);
}
======================= BillingSetupServiceClient =======================
Service Description: A service for designating the business entity responsible for accrued costs.
A billing setup is associated with a payments account. Billing-related activity for all billing setups associated with a particular payments account will appear on a single invoice generated monthly.
Mutates: The REMOVE operation cancels a pending billing setup. The CREATE operation creates a new billing setup.
Sample for BillingSetupServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (BillingSetupServiceClient billingSetupServiceClient = BillingSetupServiceClient.create()) {
String customerId = "customerId-1581184615";
BillingSetupOperation operation = BillingSetupOperation.newBuilder().build();
MutateBillingSetupResponse response =
billingSetupServiceClient.mutateBillingSetup(customerId, operation);
}
======================= BrandSuggestionServiceClient =======================
Service Description: This service will suggest brands based on a prefix.
Sample for BrandSuggestionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (BrandSuggestionServiceClient brandSuggestionServiceClient =
BrandSuggestionServiceClient.create()) {
String customerId = "customerId-1581184615";
String brandPrefix = "brandPrefix-774313735";
SuggestBrandsResponse response =
brandSuggestionServiceClient.suggestBrands(customerId, brandPrefix);
}
======================= CampaignAssetServiceClient =======================
Service Description: Service to manage campaign assets.
Sample for CampaignAssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignAssetServiceClient campaignAssetServiceClient =
CampaignAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignAssetOperation> operations = new ArrayList<>();
MutateCampaignAssetsResponse response =
campaignAssetServiceClient.mutateCampaignAssets(customerId, operations);
}
======================= CampaignAssetSetServiceClient =======================
Service Description: Service to manage campaign asset set
Sample for CampaignAssetSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignAssetSetServiceClient campaignAssetSetServiceClient =
CampaignAssetSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignAssetSetOperation> operations = new ArrayList<>();
MutateCampaignAssetSetsResponse response =
campaignAssetSetServiceClient.mutateCampaignAssetSets(customerId, operations);
}
======================= CampaignBidModifierServiceClient =======================
Service Description: Service to manage campaign bid modifiers.
Sample for CampaignBidModifierServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignBidModifierServiceClient campaignBidModifierServiceClient =
CampaignBidModifierServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignBidModifierOperation> operations = new ArrayList<>();
MutateCampaignBidModifiersResponse response =
campaignBidModifierServiceClient.mutateCampaignBidModifiers(customerId, operations);
}
======================= CampaignBudgetServiceClient =======================
Service Description: Service to manage campaign budgets.
Sample for CampaignBudgetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignBudgetServiceClient campaignBudgetServiceClient =
CampaignBudgetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignBudgetOperation> operations = new ArrayList<>();
MutateCampaignBudgetsResponse response =
campaignBudgetServiceClient.mutateCampaignBudgets(customerId, operations);
}
======================= CampaignConversionGoalServiceClient =======================
Service Description: Service to manage campaign conversion goal.
Sample for CampaignConversionGoalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignCriterionServiceClient campaignCriterionServiceClient =
CampaignCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignCriterionOperation> operations = new ArrayList<>();
MutateCampaignCriteriaResponse response =
campaignCriterionServiceClient.mutateCampaignCriteria(customerId, operations);
}
======================= CampaignCustomizerServiceClient =======================
Service Description: Service to manage campaign customizer
Sample for CampaignCustomizerServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignDraftServiceClient campaignDraftServiceClient =
CampaignDraftServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignDraftOperation> operations = new ArrayList<>();
MutateCampaignDraftsResponse response =
campaignDraftServiceClient.mutateCampaignDrafts(customerId, operations);
}
======================= CampaignExtensionSettingServiceClient =======================
Service Description: Service to manage campaign extension settings.
Sample for CampaignExtensionSettingServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignExtensionSettingServiceClient campaignExtensionSettingServiceClient =
CampaignExtensionSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignExtensionSettingOperation> operations = new ArrayList<>();
MutateCampaignExtensionSettingsResponse response =
campaignExtensionSettingServiceClient.mutateCampaignExtensionSettings(
customerId, operations);
}
======================= CampaignFeedServiceClient =======================
Service Description: Service to manage campaign feeds.
Sample for CampaignFeedServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignFeedServiceClient campaignFeedServiceClient = CampaignFeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignFeedOperation> operations = new ArrayList<>();
MutateCampaignFeedsResponse response =
campaignFeedServiceClient.mutateCampaignFeeds(customerId, operations);
}
======================= CampaignGroupServiceClient =======================
Service Description: Service to manage campaign groups.
Sample for CampaignGroupServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignGroupServiceClient campaignGroupServiceClient =
CampaignGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignGroupOperation> operations = new ArrayList<>();
MutateCampaignGroupsResponse response =
campaignGroupServiceClient.mutateCampaignGroups(customerId, operations);
}
======================= CampaignLabelServiceClient =======================
Service Description: Service to manage labels on campaigns.
Sample for CampaignLabelServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignLabelServiceClient campaignLabelServiceClient =
CampaignLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignLabelOperation> operations = new ArrayList<>();
MutateCampaignLabelsResponse response =
campaignLabelServiceClient.mutateCampaignLabels(customerId, operations);
}
======================= CampaignLifecycleGoalServiceClient =======================
Service Description: Service to configure campaign lifecycle goals.
Sample for CampaignLifecycleGoalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignLifecycleGoalServiceClient campaignLifecycleGoalServiceClient =
CampaignLifecycleGoalServiceClient.create()) {
String customerId = "customerId-1581184615";
CampaignLifecycleGoalOperation operation =
CampaignLifecycleGoalOperation.newBuilder().build();
ConfigureCampaignLifecycleGoalsResponse response =
campaignLifecycleGoalServiceClient.configureCampaignLifecycleGoals(customerId, operation);
}
======================= CampaignServiceClient =======================
Service Description: Service to manage campaigns.
Sample for CampaignServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignServiceClient campaignServiceClient = CampaignServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignOperation> operations = new ArrayList<>();
MutateCampaignsResponse response =
campaignServiceClient.mutateCampaigns(customerId, operations);
}
======================= CampaignSharedSetServiceClient =======================
Service Description: Service to manage campaign shared sets.
Sample for CampaignSharedSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CampaignSharedSetServiceClient campaignSharedSetServiceClient =
CampaignSharedSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CampaignSharedSetOperation> operations = new ArrayList<>();
MutateCampaignSharedSetsResponse response =
campaignSharedSetServiceClient.mutateCampaignSharedSets(customerId, operations);
}
======================= ContentCreatorInsightsServiceClient =======================
Service Description: Content Creator Insights Service helps users find information about YouTube Creators and their content and how these creators and their audiences can be reached with Google Ads. Accessible to allowlisted customers only.
Sample for ContentCreatorInsightsServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ContentCreatorInsightsServiceClient contentCreatorInsightsServiceClient =
ContentCreatorInsightsServiceClient.create()) {
GenerateCreatorInsightsRequest request =
GenerateCreatorInsightsRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.setCustomerInsightsGroup("customerInsightsGroup1092118566")
.build();
GenerateCreatorInsightsResponse response =
contentCreatorInsightsServiceClient.generateCreatorInsights(request);
}
======================= ConversionActionServiceClient =======================
Service Description: Service to manage conversion actions.
Sample for ConversionActionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ConversionActionServiceClient conversionActionServiceClient =
ConversionActionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionActionOperation> operations = new ArrayList<>();
MutateConversionActionsResponse response =
conversionActionServiceClient.mutateConversionActions(customerId, operations);
}
======================= ConversionAdjustmentUploadServiceClient =======================
Service Description: Service to upload conversion adjustments.
Sample for ConversionAdjustmentUploadServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ConversionCustomVariableServiceClient conversionCustomVariableServiceClient =
ConversionCustomVariableServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionCustomVariableOperation> operations = new ArrayList<>();
MutateConversionCustomVariablesResponse response =
conversionCustomVariableServiceClient.mutateConversionCustomVariables(
customerId, operations);
}
======================= ConversionGoalCampaignConfigServiceClient =======================
Service Description: Service to manage conversion goal campaign config.
Sample for ConversionGoalCampaignConfigServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ConversionValueRuleServiceClient conversionValueRuleServiceClient =
ConversionValueRuleServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionValueRuleOperation> operations = new ArrayList<>();
MutateConversionValueRulesResponse response =
conversionValueRuleServiceClient.mutateConversionValueRules(customerId, operations);
}
======================= ConversionValueRuleSetServiceClient =======================
Service Description: Service to manage conversion value rule sets.
Sample for ConversionValueRuleSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ConversionValueRuleSetServiceClient conversionValueRuleSetServiceClient =
ConversionValueRuleSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ConversionValueRuleSetOperation> operations = new ArrayList<>();
MutateConversionValueRuleSetsResponse response =
conversionValueRuleSetServiceClient.mutateConversionValueRuleSets(customerId, operations);
}
======================= CustomAudienceServiceClient =======================
Service Description: Service to manage custom audiences.
Sample for CustomAudienceServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomAudienceServiceClient customAudienceServiceClient =
CustomAudienceServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomAudienceOperation> operations = new ArrayList<>();
MutateCustomAudiencesResponse response =
customAudienceServiceClient.mutateCustomAudiences(customerId, operations);
}
======================= CustomConversionGoalServiceClient =======================
Service Description: Service to manage custom conversion goal.
Sample for CustomConversionGoalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomInterestServiceClient customInterestServiceClient =
CustomInterestServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomInterestOperation> operations = new ArrayList<>();
MutateCustomInterestsResponse response =
customInterestServiceClient.mutateCustomInterests(customerId, operations);
}
======================= CustomerAssetServiceClient =======================
Service Description: Service to manage customer assets.
Sample for CustomerAssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerAssetServiceClient customerAssetServiceClient =
CustomerAssetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerAssetOperation> operations = new ArrayList<>();
MutateCustomerAssetsResponse response =
customerAssetServiceClient.mutateCustomerAssets(customerId, operations);
}
======================= CustomerAssetSetServiceClient =======================
Service Description: Service to manage customer asset set
Sample for CustomerAssetSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerAssetSetServiceClient customerAssetSetServiceClient =
CustomerAssetSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerAssetSetOperation> operations = new ArrayList<>();
MutateCustomerAssetSetsResponse response =
customerAssetSetServiceClient.mutateCustomerAssetSets(customerId, operations);
}
======================= CustomerClientLinkServiceClient =======================
Service Description: Service to manage customer client links.
Sample for CustomerClientLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerClientLinkServiceClient customerClientLinkServiceClient =
CustomerClientLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerClientLinkOperation operation = CustomerClientLinkOperation.newBuilder().build();
MutateCustomerClientLinkResponse response =
customerClientLinkServiceClient.mutateCustomerClientLink(customerId, operation);
}
======================= CustomerConversionGoalServiceClient =======================
Service Description: Service to manage customer conversion goal.
Sample for CustomerConversionGoalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerExtensionSettingServiceClient customerExtensionSettingServiceClient =
CustomerExtensionSettingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerExtensionSettingOperation> operations = new ArrayList<>();
MutateCustomerExtensionSettingsResponse response =
customerExtensionSettingServiceClient.mutateCustomerExtensionSettings(
customerId, operations);
}
======================= CustomerFeedServiceClient =======================
Service Description: Service to manage customer feeds.
Sample for CustomerFeedServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerFeedServiceClient customerFeedServiceClient = CustomerFeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerFeedOperation> operations = new ArrayList<>();
MutateCustomerFeedsResponse response =
customerFeedServiceClient.mutateCustomerFeeds(customerId, operations);
}
======================= CustomerLabelServiceClient =======================
Service Description: Service to manage labels on customers.
Sample for CustomerLabelServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerLabelServiceClient customerLabelServiceClient =
CustomerLabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerLabelOperation> operations = new ArrayList<>();
MutateCustomerLabelsResponse response =
customerLabelServiceClient.mutateCustomerLabels(customerId, operations);
}
======================= CustomerLifecycleGoalServiceClient =======================
Service Description: Service to configure customer lifecycle goals.
Sample for CustomerLifecycleGoalServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerLifecycleGoalServiceClient customerLifecycleGoalServiceClient =
CustomerLifecycleGoalServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerLifecycleGoalOperation operation =
CustomerLifecycleGoalOperation.newBuilder().build();
ConfigureCustomerLifecycleGoalsResponse response =
customerLifecycleGoalServiceClient.configureCustomerLifecycleGoals(customerId, operation);
}
======================= CustomerManagerLinkServiceClient =======================
Service Description: Service to manage customer-manager links.
Sample for CustomerManagerLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerManagerLinkServiceClient customerManagerLinkServiceClient =
CustomerManagerLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerManagerLinkOperation> operations = new ArrayList<>();
MutateCustomerManagerLinkResponse response =
customerManagerLinkServiceClient.mutateCustomerManagerLink(customerId, operations);
}
======================= CustomerNegativeCriterionServiceClient =======================
Service Description: Service to manage customer negative criteria.
Sample for CustomerNegativeCriterionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerNegativeCriterionServiceClient customerNegativeCriterionServiceClient =
CustomerNegativeCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomerNegativeCriterionOperation> operations = new ArrayList<>();
MutateCustomerNegativeCriteriaResponse response =
customerNegativeCriterionServiceClient.mutateCustomerNegativeCriteria(
customerId, operations);
}
======================= CustomerServiceClient =======================
Service Description: Service to manage customers.
Sample for CustomerServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerServiceClient customerServiceClient = CustomerServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerOperation operation = CustomerOperation.newBuilder().build();
MutateCustomerResponse response = customerServiceClient.mutateCustomer(customerId, operation);
}
======================= CustomerSkAdNetworkConversionValueSchemaServiceClient =======================
Service Description: Service to manage CustomerSkAdNetworkConversionValueSchema.
Sample for CustomerSkAdNetworkConversionValueSchemaServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerSkAdNetworkConversionValueSchemaServiceClient
customerSkAdNetworkConversionValueSchemaServiceClient =
CustomerSkAdNetworkConversionValueSchemaServiceClient.create()) {
MutateCustomerSkAdNetworkConversionValueSchemaRequest request =
MutateCustomerSkAdNetworkConversionValueSchemaRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.setOperation(CustomerSkAdNetworkConversionValueSchemaOperation.newBuilder().build())
.setValidateOnly(true)
.setEnableWarnings(true)
.build();
MutateCustomerSkAdNetworkConversionValueSchemaResponse response =
customerSkAdNetworkConversionValueSchemaServiceClient
.mutateCustomerSkAdNetworkConversionValueSchema(request);
}
======================= CustomerUserAccessInvitationServiceClient =======================
Service Description: This service manages the access invitation extended to users for a given customer.
Sample for CustomerUserAccessInvitationServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerUserAccessInvitationServiceClient customerUserAccessInvitationServiceClient =
CustomerUserAccessInvitationServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerUserAccessInvitationOperation operation =
CustomerUserAccessInvitationOperation.newBuilder().build();
MutateCustomerUserAccessInvitationResponse response =
customerUserAccessInvitationServiceClient.mutateCustomerUserAccessInvitation(
customerId, operation);
}
======================= CustomerUserAccessServiceClient =======================
Service Description: This service manages the permissions of a user on a given customer.
Sample for CustomerUserAccessServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomerUserAccessServiceClient customerUserAccessServiceClient =
CustomerUserAccessServiceClient.create()) {
String customerId = "customerId-1581184615";
CustomerUserAccessOperation operation = CustomerUserAccessOperation.newBuilder().build();
MutateCustomerUserAccessResponse response =
customerUserAccessServiceClient.mutateCustomerUserAccess(customerId, operation);
}
======================= CustomizerAttributeServiceClient =======================
Service Description: Service to manage customizer attribute
Sample for CustomizerAttributeServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (CustomizerAttributeServiceClient customizerAttributeServiceClient =
CustomizerAttributeServiceClient.create()) {
String customerId = "customerId-1581184615";
List<CustomizerAttributeOperation> operations = new ArrayList<>();
MutateCustomizerAttributesResponse response =
customizerAttributeServiceClient.mutateCustomizerAttributes(customerId, operations);
}
======================= DataLinkServiceClient =======================
Service Description: This service allows management of data links between a Google Ads customer and another data entity.
Sample for DataLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataLinkServiceClient dataLinkServiceClient = DataLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
DataLink dataLink = DataLink.newBuilder().build();
CreateDataLinkResponse response = dataLinkServiceClient.createDataLink(customerId, dataLink);
}
======================= ExperimentArmServiceClient =======================
Service Description: Service to manage experiment arms.
Sample for ExperimentArmServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ExperimentArmServiceClient experimentArmServiceClient =
ExperimentArmServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ExperimentArmOperation> operations = new ArrayList<>();
MutateExperimentArmsResponse response =
experimentArmServiceClient.mutateExperimentArms(customerId, operations);
}
======================= ExperimentServiceClient =======================
Service Description: Service to manage experiments.
Sample for ExperimentServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ExperimentServiceClient experimentServiceClient = ExperimentServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ExperimentOperation> operations = new ArrayList<>();
MutateExperimentsResponse response =
experimentServiceClient.mutateExperiments(customerId, operations);
}
======================= ExtensionFeedItemServiceClient =======================
Service Description: Service to manage extension feed items.
Sample for ExtensionFeedItemServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ExtensionFeedItemServiceClient extensionFeedItemServiceClient =
ExtensionFeedItemServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ExtensionFeedItemOperation> operations = new ArrayList<>();
MutateExtensionFeedItemsResponse response =
extensionFeedItemServiceClient.mutateExtensionFeedItems(customerId, operations);
}
======================= FeedItemServiceClient =======================
Service Description: Service to manage feed items.
Sample for FeedItemServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeedItemServiceClient feedItemServiceClient = FeedItemServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemOperation> operations = new ArrayList<>();
MutateFeedItemsResponse response =
feedItemServiceClient.mutateFeedItems(customerId, operations);
}
======================= FeedItemSetLinkServiceClient =======================
Service Description: Service to manage feed item set links.
Sample for FeedItemSetLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeedItemSetLinkServiceClient feedItemSetLinkServiceClient =
FeedItemSetLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemSetLinkOperation> operations = new ArrayList<>();
MutateFeedItemSetLinksResponse response =
feedItemSetLinkServiceClient.mutateFeedItemSetLinks(customerId, operations);
}
======================= FeedItemSetServiceClient =======================
Service Description: Service to manage feed Item Set
Sample for FeedItemSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeedItemSetServiceClient feedItemSetServiceClient = FeedItemSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemSetOperation> operations = new ArrayList<>();
MutateFeedItemSetsResponse response =
feedItemSetServiceClient.mutateFeedItemSets(customerId, operations);
}
======================= FeedItemTargetServiceClient =======================
Service Description: Service to manage feed item targets.
Sample for FeedItemTargetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeedItemTargetServiceClient feedItemTargetServiceClient =
FeedItemTargetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedItemTargetOperation> operations = new ArrayList<>();
MutateFeedItemTargetsResponse response =
feedItemTargetServiceClient.mutateFeedItemTargets(customerId, operations);
}
======================= FeedMappingServiceClient =======================
Service Description: Service to manage feed mappings.
Sample for FeedMappingServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeedMappingServiceClient feedMappingServiceClient = FeedMappingServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedMappingOperation> operations = new ArrayList<>();
MutateFeedMappingsResponse response =
feedMappingServiceClient.mutateFeedMappings(customerId, operations);
}
======================= FeedServiceClient =======================
Service Description: Service to manage feeds.
Sample for FeedServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeedServiceClient feedServiceClient = FeedServiceClient.create()) {
String customerId = "customerId-1581184615";
List<FeedOperation> operations = new ArrayList<>();
MutateFeedsResponse response = feedServiceClient.mutateFeeds(customerId, operations);
}
======================= GeoTargetConstantServiceClient =======================
Service Description: Service to fetch geo target constants.
Sample for GeoTargetConstantServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GeoTargetConstantServiceClient geoTargetConstantServiceClient =
GeoTargetConstantServiceClient.create()) {
SuggestGeoTargetConstantsRequest request =
SuggestGeoTargetConstantsRequest.newBuilder()
.setLocale("locale-1097462182")
.setCountryCode("countryCode-1477067101")
.build();
SuggestGeoTargetConstantsResponse response =
geoTargetConstantServiceClient.suggestGeoTargetConstants(request);
}
======================= GoogleAdsFieldServiceClient =======================
Service Description: Service to fetch Google Ads API fields.
Sample for GoogleAdsFieldServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GoogleAdsServiceClient googleAdsServiceClient = GoogleAdsServiceClient.create()) {
String customerId = "customerId-1581184615";
List<MutateOperation> mutateOperations = new ArrayList<>();
MutateGoogleAdsResponse response =
googleAdsServiceClient.mutate(customerId, mutateOperations);
}
======================= IdentityVerificationServiceClient =======================
Service Description: A service for managing Identity Verification Service.
Sample for IdentityVerificationServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (IdentityVerificationServiceClient identityVerificationServiceClient =
IdentityVerificationServiceClient.create()) {
String customerId = "customerId-1581184615";
IdentityVerificationProgramEnum.IdentityVerificationProgram verificationProgram =
IdentityVerificationProgramEnum.IdentityVerificationProgram.forNumber(0);
identityVerificationServiceClient.startIdentityVerification(customerId, verificationProgram);
}
======================= InvoiceServiceClient =======================
Service Description: A service to fetch invoices issued for a billing setup during a given month.
Sample for InvoiceServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordPlanAdGroupKeywordServiceClient keywordPlanAdGroupKeywordServiceClient =
KeywordPlanAdGroupKeywordServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanAdGroupKeywordOperation> operations = new ArrayList<>();
MutateKeywordPlanAdGroupKeywordsResponse response =
keywordPlanAdGroupKeywordServiceClient.mutateKeywordPlanAdGroupKeywords(
customerId, operations);
}
======================= KeywordPlanAdGroupServiceClient =======================
Service Description: Service to manage Keyword Plan ad groups.
Sample for KeywordPlanAdGroupServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordPlanAdGroupServiceClient keywordPlanAdGroupServiceClient =
KeywordPlanAdGroupServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanAdGroupOperation> operations = new ArrayList<>();
MutateKeywordPlanAdGroupsResponse response =
keywordPlanAdGroupServiceClient.mutateKeywordPlanAdGroups(customerId, operations);
}
======================= KeywordPlanCampaignKeywordServiceClient =======================
Service Description: Service to manage Keyword Plan campaign keywords. KeywordPlanCampaign is required to add the campaign keywords. Only negative keywords are supported. A maximum of 1000 negative keywords are allowed per plan. This includes both campaign negative keywords and ad group negative keywords.
Sample for KeywordPlanCampaignKeywordServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordPlanCampaignKeywordServiceClient keywordPlanCampaignKeywordServiceClient =
KeywordPlanCampaignKeywordServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanCampaignKeywordOperation> operations = new ArrayList<>();
MutateKeywordPlanCampaignKeywordsResponse response =
keywordPlanCampaignKeywordServiceClient.mutateKeywordPlanCampaignKeywords(
customerId, operations);
}
======================= KeywordPlanCampaignServiceClient =======================
Service Description: Service to manage Keyword Plan campaigns.
Sample for KeywordPlanCampaignServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordPlanCampaignServiceClient keywordPlanCampaignServiceClient =
KeywordPlanCampaignServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanCampaignOperation> operations = new ArrayList<>();
MutateKeywordPlanCampaignsResponse response =
keywordPlanCampaignServiceClient.mutateKeywordPlanCampaigns(customerId, operations);
}
======================= KeywordPlanIdeaServiceClient =======================
Service Description: Service to generate keyword ideas.
Sample for KeywordPlanIdeaServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordPlanIdeaServiceClient keywordPlanIdeaServiceClient =
KeywordPlanIdeaServiceClient.create()) {
GenerateKeywordHistoricalMetricsRequest request =
GenerateKeywordHistoricalMetricsRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.addAllKeywords(new ArrayList<String>())
.setLanguage("language-1613589672")
.setIncludeAdultKeywords(true)
.addAllGeoTargetConstants(new ArrayList<String>())
.setAggregateMetrics(KeywordPlanAggregateMetrics.newBuilder().build())
.setHistoricalMetricsOptions(HistoricalMetricsOptions.newBuilder().build())
.build();
GenerateKeywordHistoricalMetricsResponse response =
keywordPlanIdeaServiceClient.generateKeywordHistoricalMetrics(request);
}
======================= KeywordPlanServiceClient =======================
Service Description: Service to manage keyword plans.
Sample for KeywordPlanServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordPlanServiceClient keywordPlanServiceClient = KeywordPlanServiceClient.create()) {
String customerId = "customerId-1581184615";
List<KeywordPlanOperation> operations = new ArrayList<>();
MutateKeywordPlansResponse response =
keywordPlanServiceClient.mutateKeywordPlans(customerId, operations);
}
======================= KeywordThemeConstantServiceClient =======================
Service Description: Service to fetch Smart Campaign keyword themes.
Sample for KeywordThemeConstantServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (KeywordThemeConstantServiceClient keywordThemeConstantServiceClient =
KeywordThemeConstantServiceClient.create()) {
SuggestKeywordThemeConstantsRequest request =
SuggestKeywordThemeConstantsRequest.newBuilder()
.setQueryText("queryText-1806881259")
.setCountryCode("countryCode-1477067101")
.setLanguageCode("languageCode-2092349083")
.build();
SuggestKeywordThemeConstantsResponse response =
keywordThemeConstantServiceClient.suggestKeywordThemeConstants(request);
}
======================= LabelServiceClient =======================
Service Description: Service to manage labels.
Sample for LabelServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (LabelServiceClient labelServiceClient = LabelServiceClient.create()) {
String customerId = "customerId-1581184615";
List<LabelOperation> operations = new ArrayList<>();
MutateLabelsResponse response = labelServiceClient.mutateLabels(customerId, operations);
}
======================= LocalServicesLeadServiceClient =======================
Service Description: This service allows management of LocalServicesLead resources.
Sample for LocalServicesLeadServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (LocalServicesLeadServiceClient localServicesLeadServiceClient =
LocalServicesLeadServiceClient.create()) {
String customerId = "customerId-1581184615";
List<Conversation> conversations = new ArrayList<>();
AppendLeadConversationResponse response =
localServicesLeadServiceClient.appendLeadConversation(customerId, conversations);
}
======================= OfflineUserDataJobServiceClient =======================
Service Description: Service to manage offline user data jobs.
Sample for OfflineUserDataJobServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (OfflineUserDataJobServiceClient offlineUserDataJobServiceClient =
OfflineUserDataJobServiceClient.create()) {
String customerId = "customerId-1581184615";
OfflineUserDataJob job = OfflineUserDataJob.newBuilder().build();
CreateOfflineUserDataJobResponse response =
offlineUserDataJobServiceClient.createOfflineUserDataJob(customerId, job);
}
======================= PaymentsAccountServiceClient =======================
Service Description: Service to provide payments accounts that can be used to set up consolidated billing.
Sample for PaymentsAccountServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (PaymentsAccountServiceClient paymentsAccountServiceClient =
PaymentsAccountServiceClient.create()) {
String customerId = "customerId-1581184615";
ListPaymentsAccountsResponse response =
paymentsAccountServiceClient.listPaymentsAccounts(customerId);
}
======================= ProductLinkInvitationServiceClient =======================
Service Description: This service allows management of product link invitations from Google Ads accounts to other accounts.
Sample for ProductLinkInvitationServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ProductLinkInvitationServiceClient productLinkInvitationServiceClient =
ProductLinkInvitationServiceClient.create()) {
String customerId = "customerId-1581184615";
ProductLinkInvitation productLinkInvitation = ProductLinkInvitation.newBuilder().build();
CreateProductLinkInvitationResponse response =
productLinkInvitationServiceClient.createProductLinkInvitation(
customerId, productLinkInvitation);
}
======================= ProductLinkServiceClient =======================
Service Description: This service allows management of links between a Google Ads customer and another product.
Sample for ProductLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ProductLinkServiceClient productLinkServiceClient = ProductLinkServiceClient.create()) {
String customerId = "customerId-1581184615";
ProductLink productLink = ProductLink.newBuilder().build();
CreateProductLinkResponse response =
productLinkServiceClient.createProductLink(customerId, productLink);
}
======================= 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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (RecommendationServiceClient recommendationServiceClient =
RecommendationServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ApplyRecommendationOperation> operations = new ArrayList<>();
ApplyRecommendationResponse response =
recommendationServiceClient.applyRecommendation(customerId, operations);
}
======================= RecommendationSubscriptionServiceClient =======================
Service Description: Service to manage recommendation subscriptions.
Sample for RecommendationSubscriptionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (RecommendationSubscriptionServiceClient recommendationSubscriptionServiceClient =
RecommendationSubscriptionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<RecommendationSubscriptionOperation> operations = new ArrayList<>();
MutateRecommendationSubscriptionResponse response =
recommendationSubscriptionServiceClient.mutateRecommendationSubscription(
customerId, operations);
}
======================= RemarketingActionServiceClient =======================
Service Description: Service to manage remarketing actions.
Sample for RemarketingActionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (RemarketingActionServiceClient remarketingActionServiceClient =
RemarketingActionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<RemarketingActionOperation> operations = new ArrayList<>();
MutateRemarketingActionsResponse response =
remarketingActionServiceClient.mutateRemarketingActions(customerId, operations);
}
======================= ShareablePreviewServiceClient =======================
Service Description: Service to generate Shareable Previews.
Sample for ShareablePreviewServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ShareablePreviewServiceClient shareablePreviewServiceClient =
ShareablePreviewServiceClient.create()) {
String customerId = "customerId-1581184615";
List<ShareablePreview> shareablePreviews = new ArrayList<>();
GenerateShareablePreviewsResponse response =
shareablePreviewServiceClient.generateShareablePreviews(customerId, shareablePreviews);
}
======================= SharedCriterionServiceClient =======================
Service Description: Service to manage shared criteria.
Sample for SharedCriterionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SharedCriterionServiceClient sharedCriterionServiceClient =
SharedCriterionServiceClient.create()) {
String customerId = "customerId-1581184615";
List<SharedCriterionOperation> operations = new ArrayList<>();
MutateSharedCriteriaResponse response =
sharedCriterionServiceClient.mutateSharedCriteria(customerId, operations);
}
======================= SharedSetServiceClient =======================
Service Description: Service to manage shared sets.
Sample for SharedSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SharedSetServiceClient sharedSetServiceClient = SharedSetServiceClient.create()) {
String customerId = "customerId-1581184615";
List<SharedSetOperation> operations = new ArrayList<>();
MutateSharedSetsResponse response =
sharedSetServiceClient.mutateSharedSets(customerId, operations);
}
======================= SmartCampaignSettingServiceClient =======================
Service Description: Service to manage Smart campaign settings.
Sample for SmartCampaignSettingServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SmartCampaignSettingServiceClient smartCampaignSettingServiceClient =
SmartCampaignSettingServiceClient.create()) {
SmartCampaignSettingName resourceName =
SmartCampaignSettingName.of("[CUSTOMER_ID]", "[CAMPAIGN_ID]");
GetSmartCampaignStatusResponse response =
smartCampaignSettingServiceClient.getSmartCampaignStatus(resourceName);
}
======================= SmartCampaignSuggestServiceClient =======================
Service Description: Service to get suggestions for Smart Campaigns.
Sample for SmartCampaignSuggestServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ThirdPartyAppAnalyticsLinkServiceClient thirdPartyAppAnalyticsLinkServiceClient =
ThirdPartyAppAnalyticsLinkServiceClient.create()) {
RegenerateShareableLinkIdRequest request =
RegenerateShareableLinkIdRequest.newBuilder()
.setResourceName(
ThirdPartyAppAnalyticsLinkName.of("[CUSTOMER_ID]", "[CUSTOMER_LINK_ID]")
.toString())
.build();
RegenerateShareableLinkIdResponse response =
thirdPartyAppAnalyticsLinkServiceClient.regenerateShareableLinkId(request);
}
======================= TravelAssetSuggestionServiceClient =======================
Service Description: Service to retrieve Travel asset suggestions.
Sample for TravelAssetSuggestionServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TravelAssetSuggestionServiceClient travelAssetSuggestionServiceClient =
TravelAssetSuggestionServiceClient.create()) {
String customerId = "customerId-1581184615";
String languageOption = "languageOption-357816851";
SuggestTravelAssetsResponse response =
travelAssetSuggestionServiceClient.suggestTravelAssets(customerId, languageOption);
}
======================= UserDataServiceClient =======================
Service Description: Service to manage user data uploads. Any uploads made to a Customer Match list through this service will be eligible for matching as per the customer matching process. See https://support.google.com/google-ads/answer/7474263. However, the uploads made through this service will not be visible under the 'Segment members' section for the Customer Match List in the Google Ads UI.
Sample for UserDataServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (UserDataServiceClient userDataServiceClient = UserDataServiceClient.create()) {
UploadUserDataRequest request =
UploadUserDataRequest.newBuilder()
.setCustomerId("customerId-1581184615")
.addAllOperations(new ArrayList<UserDataOperation>())
.build();
UploadUserDataResponse response = userDataServiceClient.uploadUserData(request);
}
======================= UserListCustomerTypeServiceClient =======================
Service Description: Service to manage user list customer types.
Sample for UserListCustomerTypeServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (UserListCustomerTypeServiceClient userListCustomerTypeServiceClient =
UserListCustomerTypeServiceClient.create()) {
String customerId = "customerId-1581184615";
List<UserListCustomerTypeOperation> operations = new ArrayList<>();
MutateUserListCustomerTypesResponse response =
userListCustomerTypeServiceClient.mutateUserListCustomerTypes(customerId, operations);
}
======================= UserListServiceClient =======================
Service Description: Service to manage user lists.
Sample for UserListServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (UserListServiceClient userListServiceClient = UserListServiceClient.create()) {
String customerId = "customerId-1581184615";
List<UserListOperation> operations = new ArrayList<>();
MutateUserListsResponse response =
userListServiceClient.mutateUserLists(customerId, operations);
}
-
ClassDescriptionA single operation to propose the creation of a new account-level budget or edit/end/remove an existing one.A single operation to propose the creation of a new account-level budget or edit/end/remove an existing one.Service Description: A service for managing account-level budgets through proposals.A service for managing account-level budgets through proposals.A stub to allow clients to do limited synchronous rpc calls to service AccountBudgetProposalService.A stub to allow clients to do synchronous rpc calls to service AccountBudgetProposalService.A stub to allow clients to do ListenableFuture-style rpc calls to service AccountBudgetProposalService.Base class for the server implementation of the service AccountBudgetProposalService.A stub to allow clients to do asynchronous rpc calls to service AccountBudgetProposalService.A service for managing account-level budgets through proposals.Settings class to configure an instance of
AccountBudgetProposalServiceClient.Builder for AccountBudgetProposalServiceSettings.A single update on an account link.A single update on an account link.Service Description: This service allows management of links between Google Ads accounts and other accounts.This service allows management of links between Google Ads accounts and other accounts.A stub to allow clients to do limited synchronous rpc calls to service AccountLinkService.A stub to allow clients to do synchronous rpc calls to service AccountLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service AccountLinkService.Base class for the server implementation of the service AccountLinkService.A stub to allow clients to do asynchronous rpc calls to service AccountLinkService.This service allows management of links between Google Ads accounts and other accounts.Settings class to configure an instance ofAccountLinkServiceClient.Builder for AccountLinkServiceSettings.Request message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v18.services.BatchJobService.AddBatchJobOperations].Request message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v18.services.BatchJobService.AddBatchJobOperations].Response message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v18.services.BatchJobService.AddBatchJobOperations].Response message for [BatchJobService.AddBatchJobOperations][google.ads.googleads.v18.services.BatchJobService.AddBatchJobOperations].Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v18.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v18.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].Response message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v18.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].Response message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v18.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].A single operation (create, remove) on an ad group ad label.A single operation (create, remove) on an ad group ad label.Service Description: Service to manage labels on ad group ads.Service to manage labels on ad group ads.A stub to allow clients to do limited synchronous rpc calls to service AdGroupAdLabelService.A stub to allow clients to do synchronous rpc calls to service AdGroupAdLabelService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupAdLabelService.Base class for the server implementation of the service AdGroupAdLabelService.A stub to allow clients to do asynchronous rpc calls to service AdGroupAdLabelService.Service to manage labels on ad group ads.Settings class to configure an instance ofAdGroupAdLabelServiceClient.Builder for AdGroupAdLabelServiceSettings.A single operation (create, update, remove) on an ad group ad.A single operation (create, update, remove) on an ad group ad.Service Description: Service to manage ads in an ad group.Service to manage ads in an ad group.A stub to allow clients to do limited synchronous rpc calls to service AdGroupAdService.A stub to allow clients to do synchronous rpc calls to service AdGroupAdService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupAdService.Base class for the server implementation of the service AdGroupAdService.A stub to allow clients to do asynchronous rpc calls to service AdGroupAdService.Service to manage ads in an ad group.Settings class to configure an instance ofAdGroupAdServiceClient.Builder for AdGroupAdServiceSettings.A single operation (create, update, remove) on an ad group asset.A single operation (create, update, remove) on an ad group asset.Service Description: Service to manage ad group assets.Service to manage ad group assets.A stub to allow clients to do limited synchronous rpc calls to service AdGroupAssetService.A stub to allow clients to do synchronous rpc calls to service AdGroupAssetService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupAssetService.Base class for the server implementation of the service AdGroupAssetService.A stub to allow clients to do asynchronous rpc calls to service AdGroupAssetService.Service to manage ad group assets.Settings class to configure an instance ofAdGroupAssetServiceClient.Builder for AdGroupAssetServiceSettings.A single operation (create, remove) on an ad group asset set.A single operation (create, remove) on an ad group asset set.Service Description: Service to manage ad group asset setService to manage ad group asset setA stub to allow clients to do limited synchronous rpc calls to service AdGroupAssetSetService.A stub to allow clients to do synchronous rpc calls to service AdGroupAssetSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupAssetSetService.Base class for the server implementation of the service AdGroupAssetSetService.A stub to allow clients to do asynchronous rpc calls to service AdGroupAssetSetService.Service to manage ad group asset setSettings class to configure an instance ofAdGroupAssetSetServiceClient.Builder for AdGroupAssetSetServiceSettings.A single operation (create, remove, update) on an ad group bid modifier.A single operation (create, remove, update) on an ad group bid modifier.Service Description: Service to manage ad group bid modifiers.Service to manage ad group bid modifiers.A stub to allow clients to do limited synchronous rpc calls to service AdGroupBidModifierService.A stub to allow clients to do synchronous rpc calls to service AdGroupBidModifierService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupBidModifierService.Base class for the server implementation of the service AdGroupBidModifierService.A stub to allow clients to do asynchronous rpc calls to service AdGroupBidModifierService.Service to manage ad group bid modifiers.Settings class to configure an instance ofAdGroupBidModifierServiceClient.Builder for AdGroupBidModifierServiceSettings.A single operation (create, remove) on a customizer attribute.A single operation (create, remove) on a customizer attribute.Service Description: Service to manage ad group criterion customizerService to manage ad group criterion customizerA stub to allow clients to do limited synchronous rpc calls to service AdGroupCriterionCustomizerService.A stub to allow clients to do synchronous rpc calls to service AdGroupCriterionCustomizerService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupCriterionCustomizerService.Base class for the server implementation of the service AdGroupCriterionCustomizerService.A stub to allow clients to do asynchronous rpc calls to service AdGroupCriterionCustomizerService.Service to manage ad group criterion customizerSettings class to configure an instance ofAdGroupCriterionCustomizerServiceClient.Builder for AdGroupCriterionCustomizerServiceSettings.A single operation (create, remove) on an ad group criterion label.A single operation (create, remove) on an ad group criterion label.Service Description: Service to manage labels on ad group criteria.Service to manage labels on ad group criteria.A stub to allow clients to do limited synchronous rpc calls to service AdGroupCriterionLabelService.A stub to allow clients to do synchronous rpc calls to service AdGroupCriterionLabelService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupCriterionLabelService.Base class for the server implementation of the service AdGroupCriterionLabelService.A stub to allow clients to do asynchronous rpc calls to service AdGroupCriterionLabelService.Service to manage labels on ad group criteria.Settings class to configure an instance ofAdGroupCriterionLabelServiceClient.Builder for AdGroupCriterionLabelServiceSettings.A single operation (create, remove, update) on an ad group criterion.A single operation (create, remove, update) on an ad group criterion.Service Description: Service to manage ad group criteria.Service to manage ad group criteria.A stub to allow clients to do limited synchronous rpc calls to service AdGroupCriterionService.A stub to allow clients to do synchronous rpc calls to service AdGroupCriterionService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupCriterionService.Base class for the server implementation of the service AdGroupCriterionService.A stub to allow clients to do asynchronous rpc calls to service AdGroupCriterionService.Service to manage ad group criteria.Settings class to configure an instance ofAdGroupCriterionServiceClient.Builder for AdGroupCriterionServiceSettings.A single operation (create, remove) on a customizer attribute.A single operation (create, remove) on a customizer attribute.Service Description: Service to manage ad group customizerService to manage ad group customizerA stub to allow clients to do limited synchronous rpc calls to service AdGroupCustomizerService.A stub to allow clients to do synchronous rpc calls to service AdGroupCustomizerService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupCustomizerService.Base class for the server implementation of the service AdGroupCustomizerService.A stub to allow clients to do asynchronous rpc calls to service AdGroupCustomizerService.Service to manage ad group customizerSettings class to configure an instance ofAdGroupCustomizerServiceClient.Builder for AdGroupCustomizerServiceSettings.A single operation (create, update, remove) on an ad group extension setting.A single operation (create, update, remove) on an ad group extension setting.Service Description: Service to manage ad group extension settings.Service to manage ad group extension settings.A stub to allow clients to do limited synchronous rpc calls to service AdGroupExtensionSettingService.A stub to allow clients to do synchronous rpc calls to service AdGroupExtensionSettingService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupExtensionSettingService.Base class for the server implementation of the service AdGroupExtensionSettingService.A stub to allow clients to do asynchronous rpc calls to service AdGroupExtensionSettingService.Service to manage ad group extension settings.Settings class to configure an instance ofAdGroupExtensionSettingServiceClient.Builder for AdGroupExtensionSettingServiceSettings.A single operation (create, update, remove) on an ad group feed.A single operation (create, update, remove) on an ad group feed.Service Description: Service to manage ad group feeds.Service to manage ad group feeds.A stub to allow clients to do limited synchronous rpc calls to service AdGroupFeedService.A stub to allow clients to do synchronous rpc calls to service AdGroupFeedService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupFeedService.Base class for the server implementation of the service AdGroupFeedService.A stub to allow clients to do asynchronous rpc calls to service AdGroupFeedService.Service to manage ad group feeds.Settings class to configure an instance ofAdGroupFeedServiceClient.Builder for AdGroupFeedServiceSettings.The suggested text and AdGroup/Campaign pairing for a given keyword.The suggested text and AdGroup/Campaign pairing for a given keyword.A single operation (create, remove) on an ad group label.A single operation (create, remove) on an ad group label.Service Description: Service to manage labels on ad groups.Service to manage labels on ad groups.A stub to allow clients to do limited synchronous rpc calls to service AdGroupLabelService.A stub to allow clients to do synchronous rpc calls to service AdGroupLabelService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupLabelService.Base class for the server implementation of the service AdGroupLabelService.A stub to allow clients to do asynchronous rpc calls to service AdGroupLabelService.Service to manage labels on ad groups.Settings class to configure an instance ofAdGroupLabelServiceClient.Builder for AdGroupLabelServiceSettings.A single operation (create, update, remove) on an ad group.A single operation (create, update, remove) on an ad group.Service Description: Service to manage ad groups.Service to manage ad groups.A stub to allow clients to do limited synchronous rpc calls to service AdGroupService.A stub to allow clients to do synchronous rpc calls to service AdGroupService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupService.Base class for the server implementation of the service AdGroupService.A stub to allow clients to do asynchronous rpc calls to service AdGroupService.Service to manage ad groups.Settings class to configure an instance ofAdGroupServiceClient.Builder for AdGroupServiceSettings.A single update operation on an ad.A single update operation on an ad.A single operation (create, update, remove) on ad parameter.A single operation (create, update, remove) on ad parameter.Service Description: Service to manage ad parameters.Service to manage ad parameters.A stub to allow clients to do limited synchronous rpc calls to service AdParameterService.A stub to allow clients to do synchronous rpc calls to service AdParameterService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdParameterService.Base class for the server implementation of the service AdParameterService.A stub to allow clients to do asynchronous rpc calls to service AdParameterService.Service to manage ad parameters.Settings class to configure an instance ofAdParameterServiceClient.Builder for AdParameterServiceSettings.Service Description: Service to manage ads.Service to manage ads.A stub to allow clients to do limited synchronous rpc calls to service AdService.A stub to allow clients to do synchronous rpc calls to service AdService.A stub to allow clients to do ListenableFuture-style rpc calls to service AdService.Base class for the server implementation of the service AdService.A stub to allow clients to do asynchronous rpc calls to service AdService.Service to manage ads.Settings class to configure an instance ofAdServiceClient.Builder for AdServiceSettings.Advanced targeting settings for products.Advanced targeting settings for products.Request message for [LocalServicesLeadService.AppendLeadConversation][google.ads.googleads.v18.services.LocalServicesLeadService.AppendLeadConversation].Request message for [LocalServicesLeadService.AppendLeadConversation][google.ads.googleads.v18.services.LocalServicesLeadService.AppendLeadConversation].Response message for [LocalServicesLeadService.AppendLeadConversation][google.ads.googleads.v18.services.LocalServicesLeadService.AppendLeadConversation].Response message for [LocalServicesLeadService.AppendLeadConversation][google.ads.googleads.v18.services.LocalServicesLeadService.AppendLeadConversation].Information about the operation to apply a recommendation and any parameters to customize it.Common parameters used when applying ad asset recommendations.Scope to apply the assets to.Common parameters used when applying ad asset recommendations.Information about the operation to apply a recommendation and any parameters to customize it.Parameters to use when applying call asset recommendations.Parameters to use when applying call asset recommendations.Parameters to use when applying call extension recommendation.Parameters to use when applying call extension recommendation.Parameters to use when applying callout asset recommendations.Parameters to use when applying callout asset recommendations.Parameters to use when applying callout extension recommendation.Parameters to use when applying callout extension recommendation.Parameters to use when applying a campaign budget recommendation.Parameters to use when applying a campaign budget recommendation.Parameters to use when applying a set target CPA recommendation.Parameters to use when applying a set target CPA recommendation.Parameters to use when applying a forecasting set target roas recommendation.Parameters to use when applying a forecasting set target roas recommendation.Parameters to use when applying keyword recommendation.Parameters to use when applying keyword recommendation.Parameters to use when applying a lead form asset recommendation.Parameters to use when applying a lead form asset recommendation.Parameters to use when applying lower Target ROAS recommendations.Parameters to use when applying lower Target ROAS recommendations.Parameters to use when applying move unused budget recommendation.Parameters to use when applying move unused budget recommendation.Parameters to use when applying a raise target CPA bid too low recommendation.Parameters to use when applying a raise target CPA bid too low recommendation.Parameters to use when applying raise Target CPA recommendations.Parameters to use when applying raise Target CPA recommendations.Parameters to use when applying a responsive search ad asset recommendation.Parameters to use when applying a responsive search ad asset recommendation.Parameters to use when applying a responsive search ad improve ad strength recommendation.Parameters to use when applying a responsive search ad improve ad strength recommendation.Parameters to use when applying a responsive search ad recommendation.Parameters to use when applying a responsive search ad recommendation.Parameters to use when applying sitelink asset recommendations.Parameters to use when applying sitelink asset recommendations.Parameters to use when applying sitelink recommendation.Parameters to use when applying sitelink recommendation.Parameters to use when applying Target CPA recommendation.Parameters to use when applying Target CPA recommendation.Parameters to use when applying a Target ROAS opt-in recommendation.Parameters to use when applying a Target ROAS opt-in recommendation.Parameters to use when applying a text ad recommendation.Parameters to use when applying a text ad recommendation.Parameters to use when applying a use broad match keyword recommendation.Parameters to use when applying a use broad match keyword recommendation.Request message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v18.services.RecommendationService.ApplyRecommendation].Request message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v18.services.RecommendationService.ApplyRecommendation].Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v18.services.RecommendationService.ApplyRecommendation].Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v18.services.RecommendationService.ApplyRecommendation].The result of applying a recommendation.The result of applying a recommendation.A single operation (create, remove) on an asset group asset.A single operation (create, remove) on an asset group asset.Service Description: Service to manage asset group asset.Service to manage asset group asset.A stub to allow clients to do limited synchronous rpc calls to service AssetGroupAssetService.A stub to allow clients to do synchronous rpc calls to service AssetGroupAssetService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetGroupAssetService.Base class for the server implementation of the service AssetGroupAssetService.A stub to allow clients to do asynchronous rpc calls to service AssetGroupAssetService.Service to manage asset group asset.Settings class to configure an instance ofAssetGroupAssetServiceClient.Builder for AssetGroupAssetServiceSettings.Asset group of the shareable preview.Asset group of the shareable preview.A single operation (create, remove) on an asset group listing group filter.A single operation (create, remove) on an asset group listing group filter.Service Description: Service to manage asset group listing group filter.Service to manage asset group listing group filter.A stub to allow clients to do limited synchronous rpc calls to service AssetGroupListingGroupFilterService.A stub to allow clients to do synchronous rpc calls to service AssetGroupListingGroupFilterService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetGroupListingGroupFilterService.Base class for the server implementation of the service AssetGroupListingGroupFilterService.A stub to allow clients to do asynchronous rpc calls to service AssetGroupListingGroupFilterService.Service to manage asset group listing group filter.Settings class to configure an instance ofAssetGroupListingGroupFilterServiceClient.Builder for AssetGroupListingGroupFilterServiceSettings.A single operation (create, remove) on an asset group.A single operation (create, remove) on an asset group.Service Description: Service to manage asset groupService to manage asset groupA stub to allow clients to do limited synchronous rpc calls to service AssetGroupService.A stub to allow clients to do synchronous rpc calls to service AssetGroupService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetGroupService.Base class for the server implementation of the service AssetGroupService.A stub to allow clients to do asynchronous rpc calls to service AssetGroupService.Service to manage asset groupSettings class to configure an instance ofAssetGroupServiceClient.Builder for AssetGroupServiceSettings.A single operation (create, remove) on an asset group signal.A single operation (create, remove) on an asset group signal.Service Description: Service to manage asset group signal.Service to manage asset group signal.A stub to allow clients to do limited synchronous rpc calls to service AssetGroupSignalService.A stub to allow clients to do synchronous rpc calls to service AssetGroupSignalService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetGroupSignalService.Base class for the server implementation of the service AssetGroupSignalService.A stub to allow clients to do asynchronous rpc calls to service AssetGroupSignalService.Service to manage asset group signal.Settings class to configure an instance ofAssetGroupSignalServiceClient.Builder for AssetGroupSignalServiceSettings.A single operation to create an asset.A single operation to create an asset.Service Description: Service to manage assets.Service to manage assets.A stub to allow clients to do limited synchronous rpc calls to service AssetService.A stub to allow clients to do synchronous rpc calls to service AssetService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetService.Base class for the server implementation of the service AssetService.A stub to allow clients to do asynchronous rpc calls to service AssetService.Service to manage assets.Settings class to configure an instance ofAssetServiceClient.Builder for AssetServiceSettings.A single operation (create, remove) on an asset set asset.A single operation (create, remove) on an asset set asset.Service Description: Service to manage asset set asset.Service to manage asset set asset.A stub to allow clients to do limited synchronous rpc calls to service AssetSetAssetService.A stub to allow clients to do synchronous rpc calls to service AssetSetAssetService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetSetAssetService.Base class for the server implementation of the service AssetSetAssetService.A stub to allow clients to do asynchronous rpc calls to service AssetSetAssetService.Service to manage asset set asset.Settings class to configure an instance ofAssetSetAssetServiceClient.Builder for AssetSetAssetServiceSettings.A single operation (create, remove) on an asset set.A single operation (create, remove) on an asset set.Service Description: Service to manage asset setService to manage asset setA stub to allow clients to do limited synchronous rpc calls to service AssetSetService.A stub to allow clients to do synchronous rpc calls to service AssetSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service AssetSetService.Base class for the server implementation of the service AssetSetService.A stub to allow clients to do asynchronous rpc calls to service AssetSetService.Service to manage asset setSettings class to configure an instance ofAssetSetServiceClient.Builder for AssetSetServiceSettings.The combination of system asset and field type to remove.The combination of system asset and field type to remove.An audience attribute with metadata and metrics.An audience attribute with metadata and metrics.A collection of related attributes, with metadata and metrics, in an audience composition insights report.A collection of related attributes, with metadata and metrics, in an audience composition insights report.The share and index metrics associated with an attribute in an audience composition insights report.The share and index metrics associated with an attribute in an audience composition insights report.A collection of related attributes of the same type in an audience composition insights report.A collection of related attributes of the same type in an audience composition insights report.An audience attribute that can be used to request insights about the audience.An audience attribute that can be used to request insights about the audience.An audience attribute, with metadata about it, returned in response to a search.An audience attribute, with metadata about it, returned in response to a search.A Product and Service category.A Product and Service category.A YouTube Dynamic Lineup.A YouTube Dynamic Lineup.A Knowledge Graph entity, represented by its machine id.A Knowledge Graph entity, represented by its machine id.Service Description: Audience Insights Service helps users find information about groups of people and how they can be reached with Google Ads.Audience Insights Service helps users find information about groups of people and how they can be reached with Google Ads.Audience Insights Service helps users find information about groups of people and how they can be reached with Google Ads.A stub to allow clients to do limited synchronous rpc calls to service AudienceInsightsService.A stub to allow clients to do synchronous rpc calls to service AudienceInsightsService.A stub to allow clients to do ListenableFuture-style rpc calls to service AudienceInsightsService.Base class for the server implementation of the service AudienceInsightsService.A stub to allow clients to do asynchronous rpc calls to service AudienceInsightsService.Settings class to configure an instance ofAudienceInsightsServiceClient.Builder for AudienceInsightsServiceSettings.An entity or category representing a topic that defines an audience.An entity or category representing a topic that defines an audience.A single operation (create, update) on an audience.A single operation (create, update) on an audience.An audience attribute, with metadata including the overlap between this attribute's potential YouTube reach and that of a primary attribute.An audience attribute, with metadata including the overlap between this attribute's potential YouTube reach and that of a primary attribute.Service Description: Service to manage audiences.Service to manage audiences.Service to manage audiences.A stub to allow clients to do limited synchronous rpc calls to service AudienceService.A stub to allow clients to do synchronous rpc calls to service AudienceService.A stub to allow clients to do ListenableFuture-style rpc calls to service AudienceService.Base class for the server implementation of the service AudienceService.A stub to allow clients to do asynchronous rpc calls to service AudienceService.Settings class to configure an instance ofAudienceServiceClient.Builder for AudienceServiceSettings.Audience targeting for reach forecast.Audience targeting for reach forecast.A description of an audience used for requesting insights.A description of an audience used for requesting insights.A single operation on a batch job.A single operation on a batch job.An individual batch job result.An individual batch job result.Service Description: Service to manage batch jobs.Service to manage batch jobs.Service to manage batch jobs.A stub to allow clients to do limited synchronous rpc calls to service BatchJobService.A stub to allow clients to do synchronous rpc calls to service BatchJobService.A stub to allow clients to do ListenableFuture-style rpc calls to service BatchJobService.Base class for the server implementation of the service BatchJobService.A stub to allow clients to do asynchronous rpc calls to service BatchJobService.Settings class to configure an instance ofBatchJobServiceClient.Builder for BatchJobServiceSettings.A biddable keyword part of an ad group.A biddable keyword part of an ad group.A single operation (create, remove, update) on a data exclusion.A single operation (create, remove, update) on a data exclusion.Service Description: Service to manage bidding data exclusions.Service to manage bidding data exclusions.Service to manage bidding data exclusions.A stub to allow clients to do limited synchronous rpc calls to service BiddingDataExclusionService.A stub to allow clients to do synchronous rpc calls to service BiddingDataExclusionService.A stub to allow clients to do ListenableFuture-style rpc calls to service BiddingDataExclusionService.Base class for the server implementation of the service BiddingDataExclusionService.A stub to allow clients to do asynchronous rpc calls to service BiddingDataExclusionService.Settings class to configure an instance ofBiddingDataExclusionServiceClient.Builder for BiddingDataExclusionServiceSettings.A single operation (create, remove, update) on a seasonality adjustment.A single operation (create, remove, update) on a seasonality adjustment.Service Description: Service to manage bidding seasonality adjustments.Service to manage bidding seasonality adjustments.Service to manage bidding seasonality adjustments.A stub to allow clients to do limited synchronous rpc calls to service BiddingSeasonalityAdjustmentService.A stub to allow clients to do synchronous rpc calls to service BiddingSeasonalityAdjustmentService.A stub to allow clients to do ListenableFuture-style rpc calls to service BiddingSeasonalityAdjustmentService.Base class for the server implementation of the service BiddingSeasonalityAdjustmentService.A stub to allow clients to do asynchronous rpc calls to service BiddingSeasonalityAdjustmentService.Settings class to configure an instance ofBiddingSeasonalityAdjustmentServiceClient.Builder for BiddingSeasonalityAdjustmentServiceSettings.A single operation (create, update, remove) on a bidding strategy.A single operation (create, update, remove) on a bidding strategy.Service Description: Service to manage bidding strategies.Service to manage bidding strategies.Service to manage bidding strategies.A stub to allow clients to do limited synchronous rpc calls to service BiddingStrategyService.A stub to allow clients to do synchronous rpc calls to service BiddingStrategyService.A stub to allow clients to do ListenableFuture-style rpc calls to service BiddingStrategyService.Base class for the server implementation of the service BiddingStrategyService.A stub to allow clients to do asynchronous rpc calls to service BiddingStrategyService.Settings class to configure an instance ofBiddingStrategyServiceClient.Builder for BiddingStrategyServiceSettings.A single operation on a billing setup, which describes the cancellation of an existing billing setup.A single operation on a billing setup, which describes the cancellation of an existing billing setup.Service Description: A service for designating the business entity responsible for accrued costs.A service for designating the business entity responsible for accrued costs.A service for designating the business entity responsible for accrued costs.A stub to allow clients to do limited synchronous rpc calls to service BillingSetupService.A stub to allow clients to do synchronous rpc calls to service BillingSetupService.A stub to allow clients to do ListenableFuture-style rpc calls to service BillingSetupService.Base class for the server implementation of the service BillingSetupService.A stub to allow clients to do asynchronous rpc calls to service BillingSetupService.Settings class to configure an instance ofBillingSetupServiceClient.Builder for BillingSetupServiceSettings.Information of brand suggestion.Information of brand suggestion.Service Description: This service will suggest brands based on a prefix.This service will suggest brands based on a prefix.This service will suggest brands based on a prefix.A stub to allow clients to do limited synchronous rpc calls to service BrandSuggestionService.A stub to allow clients to do synchronous rpc calls to service BrandSuggestionService.A stub to allow clients to do ListenableFuture-style rpc calls to service BrandSuggestionService.Base class for the server implementation of the service BrandSuggestionService.A stub to allow clients to do asynchronous rpc calls to service BrandSuggestionService.Settings class to configure an instance ofBrandSuggestionServiceClient.Builder for BrandSuggestionServiceSettings.A call conversion.A call conversion.Identifying information for a successfully processed CallConversionUpload.Identifying information for a successfully processed CallConversionUpload.A single operation (create, update, remove) on a campaign asset.A single operation (create, update, remove) on a campaign asset.Service Description: Service to manage campaign assets.Service to manage campaign assets.Service to manage campaign assets.A stub to allow clients to do limited synchronous rpc calls to service CampaignAssetService.A stub to allow clients to do synchronous rpc calls to service CampaignAssetService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignAssetService.Base class for the server implementation of the service CampaignAssetService.A stub to allow clients to do asynchronous rpc calls to service CampaignAssetService.Settings class to configure an instance ofCampaignAssetServiceClient.Builder for CampaignAssetServiceSettings.A single operation (create, remove) on a campaign asset set.A single operation (create, remove) on a campaign asset set.Service Description: Service to manage campaign asset setService to manage campaign asset setService to manage campaign asset setA stub to allow clients to do limited synchronous rpc calls to service CampaignAssetSetService.A stub to allow clients to do synchronous rpc calls to service CampaignAssetSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignAssetSetService.Base class for the server implementation of the service CampaignAssetSetService.A stub to allow clients to do asynchronous rpc calls to service CampaignAssetSetService.Settings class to configure an instance ofCampaignAssetSetServiceClient.Builder for CampaignAssetSetServiceSettings.A single operation (create, remove, update) on a campaign bid modifier.A single operation (create, remove, update) on a campaign bid modifier.Service Description: Service to manage campaign bid modifiers.Service to manage campaign bid modifiers.Service to manage campaign bid modifiers.A stub to allow clients to do limited synchronous rpc calls to service CampaignBidModifierService.A stub to allow clients to do synchronous rpc calls to service CampaignBidModifierService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignBidModifierService.Base class for the server implementation of the service CampaignBidModifierService.A stub to allow clients to do asynchronous rpc calls to service CampaignBidModifierService.Settings class to configure an instance ofCampaignBidModifierServiceClient.Builder for CampaignBidModifierServiceSettings.The mapping of experiment campaign and budget to be graduated.The mapping of experiment campaign and budget to be graduated.A single operation (create, update, remove) on a campaign budget.A single operation (create, update, remove) on a campaign budget.Service Description: Service to manage campaign budgets.Service to manage campaign budgets.Service to manage campaign budgets.A stub to allow clients to do limited synchronous rpc calls to service CampaignBudgetService.A stub to allow clients to do synchronous rpc calls to service CampaignBudgetService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignBudgetService.Base class for the server implementation of the service CampaignBudgetService.A stub to allow clients to do asynchronous rpc calls to service CampaignBudgetService.Settings class to configure an instance ofCampaignBudgetServiceClient.Builder for CampaignBudgetServiceSettings.A single operation (update) on a campaign conversion goal.A single operation (update) on a campaign conversion goal.Service Description: Service to manage campaign conversion goal.Service to manage campaign conversion goal.Service to manage campaign conversion goal.A stub to allow clients to do limited synchronous rpc calls to service CampaignConversionGoalService.A stub to allow clients to do synchronous rpc calls to service CampaignConversionGoalService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignConversionGoalService.Base class for the server implementation of the service CampaignConversionGoalService.A stub to allow clients to do asynchronous rpc calls to service CampaignConversionGoalService.Settings class to configure an instance ofCampaignConversionGoalServiceClient.Builder for CampaignConversionGoalServiceSettings.A single operation (create, update, remove) on a campaign criterion.A single operation (create, update, remove) on a campaign criterion.Service Description: Service to manage campaign criteria.Service to manage campaign criteria.Service to manage campaign criteria.A stub to allow clients to do limited synchronous rpc calls to service CampaignCriterionService.A stub to allow clients to do synchronous rpc calls to service CampaignCriterionService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignCriterionService.Base class for the server implementation of the service CampaignCriterionService.A stub to allow clients to do asynchronous rpc calls to service CampaignCriterionService.Settings class to configure an instance ofCampaignCriterionServiceClient.Builder for CampaignCriterionServiceSettings.A single operation (create, remove) on a customizer attribute.A single operation (create, remove) on a customizer attribute.Service Description: Service to manage campaign customizerService to manage campaign customizerService to manage campaign customizerA stub to allow clients to do limited synchronous rpc calls to service CampaignCustomizerService.A stub to allow clients to do synchronous rpc calls to service CampaignCustomizerService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignCustomizerService.Base class for the server implementation of the service CampaignCustomizerService.A stub to allow clients to do asynchronous rpc calls to service CampaignCustomizerService.Settings class to configure an instance ofCampaignCustomizerServiceClient.Builder for CampaignCustomizerServiceSettings.A single operation (create, update, remove) on a campaign draft.A single operation (create, update, remove) on a campaign draft.Service Description: Service to manage campaign drafts.Service to manage campaign drafts.Service to manage campaign drafts.A stub to allow clients to do limited synchronous rpc calls to service CampaignDraftService.A stub to allow clients to do synchronous rpc calls to service CampaignDraftService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignDraftService.Base class for the server implementation of the service CampaignDraftService.A stub to allow clients to do asynchronous rpc calls to service CampaignDraftService.Settings class to configure an instance ofCampaignDraftServiceClient.Builder for CampaignDraftServiceSettings.The duration of a planned campaign.The duration of a planned campaign.A single operation (create, update, remove) on a campaign extension setting.A single operation (create, update, remove) on a campaign extension setting.Service Description: Service to manage campaign extension settings.Service to manage campaign extension settings.Service to manage campaign extension settings.A stub to allow clients to do limited synchronous rpc calls to service CampaignExtensionSettingService.A stub to allow clients to do synchronous rpc calls to service CampaignExtensionSettingService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignExtensionSettingService.Base class for the server implementation of the service CampaignExtensionSettingService.A stub to allow clients to do asynchronous rpc calls to service CampaignExtensionSettingService.Settings class to configure an instance ofCampaignExtensionSettingServiceClient.Builder for CampaignExtensionSettingServiceSettings.A single operation (create, update, remove) on a campaign feed.A single operation (create, update, remove) on a campaign feed.Service Description: Service to manage campaign feeds.Service to manage campaign feeds.Service to manage campaign feeds.A stub to allow clients to do limited synchronous rpc calls to service CampaignFeedService.A stub to allow clients to do synchronous rpc calls to service CampaignFeedService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignFeedService.Base class for the server implementation of the service CampaignFeedService.A stub to allow clients to do asynchronous rpc calls to service CampaignFeedService.Settings class to configure an instance ofCampaignFeedServiceClient.Builder for CampaignFeedServiceSettings.A single operation (create, update, remove) on a campaign group.A single operation (create, update, remove) on a campaign group.Service Description: Service to manage campaign groups.Service to manage campaign groups.Service to manage campaign groups.A stub to allow clients to do limited synchronous rpc calls to service CampaignGroupService.A stub to allow clients to do synchronous rpc calls to service CampaignGroupService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignGroupService.Base class for the server implementation of the service CampaignGroupService.A stub to allow clients to do asynchronous rpc calls to service CampaignGroupService.Settings class to configure an instance ofCampaignGroupServiceClient.Builder for CampaignGroupServiceSettings.A single operation (create, remove) on a campaign-label relationship.A single operation (create, remove) on a campaign-label relationship.Service Description: Service to manage labels on campaigns.Service to manage labels on campaigns.Service to manage labels on campaigns.A stub to allow clients to do limited synchronous rpc calls to service CampaignLabelService.A stub to allow clients to do synchronous rpc calls to service CampaignLabelService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignLabelService.Base class for the server implementation of the service CampaignLabelService.A stub to allow clients to do asynchronous rpc calls to service CampaignLabelService.Settings class to configure an instance ofCampaignLabelServiceClient.Builder for CampaignLabelServiceSettings.A single operation on a campaign lifecycle goal.A single operation on a campaign lifecycle goal.Service Description: Service to configure campaign lifecycle goals.Service to configure campaign lifecycle goals.Service to configure campaign lifecycle goals.A stub to allow clients to do limited synchronous rpc calls to service CampaignLifecycleGoalService.A stub to allow clients to do synchronous rpc calls to service CampaignLifecycleGoalService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignLifecycleGoalService.Base class for the server implementation of the service CampaignLifecycleGoalService.A stub to allow clients to do asynchronous rpc calls to service CampaignLifecycleGoalService.Settings class to configure an instance ofCampaignLifecycleGoalServiceClient.Builder for CampaignLifecycleGoalServiceSettings.A single operation (create, update, remove) on a campaign.A single operation (create, update, remove) on a campaign.Service Description: Service to manage campaigns.Service to manage campaigns.Service to manage campaigns.A stub to allow clients to do limited synchronous rpc calls to service CampaignService.A stub to allow clients to do synchronous rpc calls to service CampaignService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignService.Base class for the server implementation of the service CampaignService.A stub to allow clients to do asynchronous rpc calls to service CampaignService.Settings class to configure an instance ofCampaignServiceClient.Builder for CampaignServiceSettings.A single operation (create, remove) on a campaign shared set.A single operation (create, remove) on a campaign shared set.Service Description: Service to manage campaign shared sets.Service to manage campaign shared sets.Service to manage campaign shared sets.A stub to allow clients to do limited synchronous rpc calls to service CampaignSharedSetService.A stub to allow clients to do synchronous rpc calls to service CampaignSharedSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service CampaignSharedSetService.Base class for the server implementation of the service CampaignSharedSetService.A stub to allow clients to do asynchronous rpc calls to service CampaignSharedSetService.Settings class to configure an instance ofCampaignSharedSetServiceClient.Builder for CampaignSharedSetServiceSettings.A campaign to do a keyword campaign forecast.A campaign to do a keyword campaign forecast.Supported bidding strategies for new campaign forecasts.Supported bidding strategies for new campaign forecasts.Contains additional information about cart data.Contains additional information about cart data.Contains data of the items purchased.Contains data of the items purchased.A click conversion.A click conversion.Identifying information for a successfully processed ClickConversion.Identifying information for a successfully processed ClickConversion.Request message for [CampaignLifecycleGoalService.configureCampaignLifecycleGoals][].Request message for [CampaignLifecycleGoalService.configureCampaignLifecycleGoals][].Response message for [CampaignLifecycleGoalService.configureCampaignLifecycleGoals][].Response message for [CampaignLifecycleGoalService.configureCampaignLifecycleGoals][].The result for the campaign lifecycle goal configuration.The result for the campaign lifecycle goal configuration.Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].Response message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].Response message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].The result for the customer lifecycle goal configuration.The result for the customer lifecycle goal configuration.Service Description: Content Creator Insights Service helps users find information about YouTube Creators and their content and how these creators and their audiences can be reached with Google Ads.Content Creator Insights Service helps users find information about YouTube Creators and their content and how these creators and their audiences can be reached with Google Ads.Content Creator Insights Service helps users find information about YouTube Creators and their content and how these creators and their audiences can be reached with Google Ads.A stub to allow clients to do limited synchronous rpc calls to service ContentCreatorInsightsService.A stub to allow clients to do synchronous rpc calls to service ContentCreatorInsightsService.A stub to allow clients to do ListenableFuture-style rpc calls to service ContentCreatorInsightsService.Base class for the server implementation of the service ContentCreatorInsightsService.A stub to allow clients to do asynchronous rpc calls to service ContentCreatorInsightsService.Settings class to configure an instance ofContentCreatorInsightsServiceClient.Builder for ContentCreatorInsightsServiceSettings.Details of the conversation that needs to be appended.Details of the conversation that needs to be appended.Result of the append conversation operation.Result of the append conversation operation.A single operation (create, update, remove) on a conversion action.A single operation (create, update, remove) on a conversion action.Service Description: Service to manage conversion actions.Service to manage conversion actions.Service to manage conversion actions.A stub to allow clients to do limited synchronous rpc calls to service ConversionActionService.A stub to allow clients to do synchronous rpc calls to service ConversionActionService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionActionService.Base class for the server implementation of the service ConversionActionService.A stub to allow clients to do asynchronous rpc calls to service ConversionActionService.Settings class to configure an instance ofConversionActionServiceClient.Builder for ConversionActionServiceSettings.A conversion adjustment.A conversion adjustment.Information identifying a successfully processed ConversionAdjustment.Information identifying a successfully processed ConversionAdjustment.Service Description: Service to upload conversion adjustments.Service to upload conversion adjustments.Service to upload conversion adjustments.A stub to allow clients to do limited synchronous rpc calls to service ConversionAdjustmentUploadService.A stub to allow clients to do synchronous rpc calls to service ConversionAdjustmentUploadService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionAdjustmentUploadService.Base class for the server implementation of the service ConversionAdjustmentUploadService.A stub to allow clients to do asynchronous rpc calls to service ConversionAdjustmentUploadService.Settings class to configure an instance ofConversionAdjustmentUploadServiceClient.Builder for ConversionAdjustmentUploadServiceSettings.A single operation (create, update) on a conversion custom variable.A single operation (create, update) on a conversion custom variable.Service Description: Service to manage conversion custom variables.Service to manage conversion custom variables.Service to manage conversion custom variables.A stub to allow clients to do limited synchronous rpc calls to service ConversionCustomVariableService.A stub to allow clients to do synchronous rpc calls to service ConversionCustomVariableService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionCustomVariableService.Base class for the server implementation of the service ConversionCustomVariableService.A stub to allow clients to do asynchronous rpc calls to service ConversionCustomVariableService.Settings class to configure an instance ofConversionCustomVariableServiceClient.Builder for ConversionCustomVariableServiceSettings.A single operation (update) on a conversion goal campaign config.A single operation (update) on a conversion goal campaign config.Service Description: Service to manage conversion goal campaign config.Service to manage conversion goal campaign config.Service to manage conversion goal campaign config.A stub to allow clients to do limited synchronous rpc calls to service ConversionGoalCampaignConfigService.A stub to allow clients to do synchronous rpc calls to service ConversionGoalCampaignConfigService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionGoalCampaignConfigService.Base class for the server implementation of the service ConversionGoalCampaignConfigService.A stub to allow clients to do asynchronous rpc calls to service ConversionGoalCampaignConfigService.Settings class to configure an instance ofConversionGoalCampaignConfigServiceClient.Builder for ConversionGoalCampaignConfigServiceSettings.Service Description: Service to upload conversions.Service to upload conversions.Service to upload conversions.A stub to allow clients to do limited synchronous rpc calls to service ConversionUploadService.A stub to allow clients to do synchronous rpc calls to service ConversionUploadService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionUploadService.Base class for the server implementation of the service ConversionUploadService.A stub to allow clients to do asynchronous rpc calls to service ConversionUploadService.Settings class to configure an instance ofConversionUploadServiceClient.Builder for ConversionUploadServiceSettings.A single operation (create, update, remove) on a conversion value rule.A single operation (create, update, remove) on a conversion value rule.Service Description: Service to manage conversion value rules.Service to manage conversion value rules.Service to manage conversion value rules.A stub to allow clients to do limited synchronous rpc calls to service ConversionValueRuleService.A stub to allow clients to do synchronous rpc calls to service ConversionValueRuleService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionValueRuleService.Base class for the server implementation of the service ConversionValueRuleService.A stub to allow clients to do asynchronous rpc calls to service ConversionValueRuleService.Settings class to configure an instance ofConversionValueRuleServiceClient.Builder for ConversionValueRuleServiceSettings.A single operation (create, update, remove) on a conversion value rule set.A single operation (create, update, remove) on a conversion value rule set.Service Description: Service to manage conversion value rule sets.Service to manage conversion value rule sets.Service to manage conversion value rule sets.A stub to allow clients to do limited synchronous rpc calls to service ConversionValueRuleSetService.A stub to allow clients to do synchronous rpc calls to service ConversionValueRuleSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionValueRuleSetService.Base class for the server implementation of the service ConversionValueRuleSetService.A stub to allow clients to do asynchronous rpc calls to service ConversionValueRuleSetService.Settings class to configure an instance ofConversionValueRuleSetServiceClient.Builder for ConversionValueRuleSetServiceSettings.Request message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v18.services.AccountLinkService.CreateAccountLink].Request message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v18.services.AccountLinkService.CreateAccountLink].Response message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v18.services.AccountLinkService.CreateAccountLink].Response message for [AccountLinkService.CreateAccountLink][google.ads.googleads.v18.services.AccountLinkService.CreateAccountLink].Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v18.services.CustomerService.CreateCustomerClient].Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v18.services.CustomerService.CreateCustomerClient].Response message for CreateCustomerClient mutate.Response message for CreateCustomerClient mutate.Request message for [DataLinkService.CreateDataLink][google.ads.googleads.v18.services.DataLinkService.CreateDataLink].Request message for [DataLinkService.CreateDataLink][google.ads.googleads.v18.services.DataLinkService.CreateDataLink].Response message for [DataLinkService.CreateDataLink][google.ads.googleads.v18.services.DataLinkService.CreateDataLink].Response message for [DataLinkService.CreateDataLink][google.ads.googleads.v18.services.DataLinkService.CreateDataLink].Request message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v18.services.OfflineUserDataJobService.CreateOfflineUserDataJob].Request message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v18.services.OfflineUserDataJobService.CreateOfflineUserDataJob].Response message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v18.services.OfflineUserDataJobService.CreateOfflineUserDataJob].Response message for [OfflineUserDataJobService.CreateOfflineUserDataJob][google.ads.googleads.v18.services.OfflineUserDataJobService.CreateOfflineUserDataJob].Request message for [ProductLinkInvitationService.CreateProductLinkInvitation][google.ads.googleads.v18.services.ProductLinkInvitationService.CreateProductLinkInvitation].Request message for [ProductLinkInvitationService.CreateProductLinkInvitation][google.ads.googleads.v18.services.ProductLinkInvitationService.CreateProductLinkInvitation].Response message for product link invitation create.Response message for product link invitation create.Request message for [ProductLinkService.CreateProductLink][google.ads.googleads.v18.services.ProductLinkService.CreateProductLink].Request message for [ProductLinkService.CreateProductLink][google.ads.googleads.v18.services.ProductLinkService.CreateProductLink].Response message for [ProductLinkService.CreateProductLink][google.ads.googleads.v18.services.ProductLinkService.CreateProductLink].Response message for [ProductLinkService.CreateProductLink][google.ads.googleads.v18.services.ProductLinkService.CreateProductLink].Location Criterion bid modifier.Location Criterion bid modifier.A single operation (create, update) on a custom audience.A single operation (create, update) on a custom audience.Service Description: Service to manage custom audiences.Service to manage custom audiences.Service to manage custom audiences.A stub to allow clients to do limited synchronous rpc calls to service CustomAudienceService.A stub to allow clients to do synchronous rpc calls to service CustomAudienceService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomAudienceService.Base class for the server implementation of the service CustomAudienceService.A stub to allow clients to do asynchronous rpc calls to service CustomAudienceService.Settings class to configure an instance ofCustomAudienceServiceClient.Builder for CustomAudienceServiceSettings.A single operation (create, remove) on a custom conversion goal.A single operation (create, remove) on a custom conversion goal.Service Description: Service to manage custom conversion goal.Service to manage custom conversion goal.Service to manage custom conversion goal.A stub to allow clients to do limited synchronous rpc calls to service CustomConversionGoalService.A stub to allow clients to do synchronous rpc calls to service CustomConversionGoalService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomConversionGoalService.Base class for the server implementation of the service CustomConversionGoalService.A stub to allow clients to do asynchronous rpc calls to service CustomConversionGoalService.Settings class to configure an instance ofCustomConversionGoalServiceClient.Builder for CustomConversionGoalServiceSettings.A single operation (create, update, remove) on a customer asset.A single operation (create, update, remove) on a customer asset.Service Description: Service to manage customer assets.Service to manage customer assets.Service to manage customer assets.A stub to allow clients to do limited synchronous rpc calls to service CustomerAssetService.A stub to allow clients to do synchronous rpc calls to service CustomerAssetService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerAssetService.Base class for the server implementation of the service CustomerAssetService.A stub to allow clients to do asynchronous rpc calls to service CustomerAssetService.Settings class to configure an instance ofCustomerAssetServiceClient.Builder for CustomerAssetServiceSettings.A single operation (create, remove) on a customer asset set.A single operation (create, remove) on a customer asset set.Service Description: Service to manage customer asset setService to manage customer asset setService to manage customer asset setA stub to allow clients to do limited synchronous rpc calls to service CustomerAssetSetService.A stub to allow clients to do synchronous rpc calls to service CustomerAssetSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerAssetSetService.Base class for the server implementation of the service CustomerAssetSetService.A stub to allow clients to do asynchronous rpc calls to service CustomerAssetSetService.Settings class to configure an instance ofCustomerAssetSetServiceClient.Builder for CustomerAssetSetServiceSettings.A single operation (create, update) on a CustomerClientLink.A single operation (create, update) on a CustomerClientLink.Service Description: Service to manage customer client links.Service to manage customer client links.Service to manage customer client links.A stub to allow clients to do limited synchronous rpc calls to service CustomerClientLinkService.A stub to allow clients to do synchronous rpc calls to service CustomerClientLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerClientLinkService.Base class for the server implementation of the service CustomerClientLinkService.A stub to allow clients to do asynchronous rpc calls to service CustomerClientLinkService.Settings class to configure an instance ofCustomerClientLinkServiceClient.Builder for CustomerClientLinkServiceSettings.A single operation (update) on a customer conversion goal.A single operation (update) on a customer conversion goal.Service Description: Service to manage customer conversion goal.Service to manage customer conversion goal.Service to manage customer conversion goal.A stub to allow clients to do limited synchronous rpc calls to service CustomerConversionGoalService.A stub to allow clients to do synchronous rpc calls to service CustomerConversionGoalService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerConversionGoalService.Base class for the server implementation of the service CustomerConversionGoalService.A stub to allow clients to do asynchronous rpc calls to service CustomerConversionGoalService.Settings class to configure an instance ofCustomerConversionGoalServiceClient.Builder for CustomerConversionGoalServiceSettings.A single operation (create, remove) on a customizer attribute.A single operation (create, remove) on a customizer attribute.Service Description: Service to manage customer customizerService to manage customer customizerService to manage customer customizerA stub to allow clients to do limited synchronous rpc calls to service CustomerCustomizerService.A stub to allow clients to do synchronous rpc calls to service CustomerCustomizerService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerCustomizerService.Base class for the server implementation of the service CustomerCustomizerService.A stub to allow clients to do asynchronous rpc calls to service CustomerCustomizerService.Settings class to configure an instance ofCustomerCustomizerServiceClient.Builder for CustomerCustomizerServiceSettings.A single operation (create, update, remove) on a customer extension setting.A single operation (create, update, remove) on a customer extension setting.Service Description: Service to manage customer extension settings.Service to manage customer extension settings.Service to manage customer extension settings.A stub to allow clients to do limited synchronous rpc calls to service CustomerExtensionSettingService.A stub to allow clients to do synchronous rpc calls to service CustomerExtensionSettingService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerExtensionSettingService.Base class for the server implementation of the service CustomerExtensionSettingService.A stub to allow clients to do asynchronous rpc calls to service CustomerExtensionSettingService.Settings class to configure an instance ofCustomerExtensionSettingServiceClient.Builder for CustomerExtensionSettingServiceSettings.A single operation (create, update, remove) on a customer feed.A single operation (create, update, remove) on a customer feed.Service Description: Service to manage customer feeds.Service to manage customer feeds.Service to manage customer feeds.A stub to allow clients to do limited synchronous rpc calls to service CustomerFeedService.A stub to allow clients to do synchronous rpc calls to service CustomerFeedService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerFeedService.Base class for the server implementation of the service CustomerFeedService.A stub to allow clients to do asynchronous rpc calls to service CustomerFeedService.Settings class to configure an instance ofCustomerFeedServiceClient.Builder for CustomerFeedServiceSettings.A single operation (create, remove) on a customer-label relationship.A single operation (create, remove) on a customer-label relationship.Service Description: Service to manage labels on customers.Service to manage labels on customers.Service to manage labels on customers.A stub to allow clients to do limited synchronous rpc calls to service CustomerLabelService.A stub to allow clients to do synchronous rpc calls to service CustomerLabelService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerLabelService.Base class for the server implementation of the service CustomerLabelService.A stub to allow clients to do asynchronous rpc calls to service CustomerLabelService.Settings class to configure an instance ofCustomerLabelServiceClient.Builder for CustomerLabelServiceSettings.A single operation on a customer lifecycle goal.A single operation on a customer lifecycle goal.Service Description: Service to configure customer lifecycle goals.Service to configure customer lifecycle goals.Service to configure customer lifecycle goals.A stub to allow clients to do limited synchronous rpc calls to service CustomerLifecycleGoalService.A stub to allow clients to do synchronous rpc calls to service CustomerLifecycleGoalService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerLifecycleGoalService.Base class for the server implementation of the service CustomerLifecycleGoalService.A stub to allow clients to do asynchronous rpc calls to service CustomerLifecycleGoalService.Settings class to configure an instance ofCustomerLifecycleGoalServiceClient.Builder for CustomerLifecycleGoalServiceSettings.Updates the status of a CustomerManagerLink.Updates the status of a CustomerManagerLink.Service Description: Service to manage customer-manager links.Service to manage customer-manager links.Service to manage customer-manager links.A stub to allow clients to do limited synchronous rpc calls to service CustomerManagerLinkService.A stub to allow clients to do synchronous rpc calls to service CustomerManagerLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerManagerLinkService.Base class for the server implementation of the service CustomerManagerLinkService.A stub to allow clients to do asynchronous rpc calls to service CustomerManagerLinkService.Settings class to configure an instance ofCustomerManagerLinkServiceClient.Builder for CustomerManagerLinkServiceSettings.A single operation (create or remove) on a customer level negative criterion.A single operation (create or remove) on a customer level negative criterion.Service Description: Service to manage customer negative criteria.Service to manage customer negative criteria.Service to manage customer negative criteria.A stub to allow clients to do limited synchronous rpc calls to service CustomerNegativeCriterionService.A stub to allow clients to do synchronous rpc calls to service CustomerNegativeCriterionService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerNegativeCriterionService.Base class for the server implementation of the service CustomerNegativeCriterionService.A stub to allow clients to do asynchronous rpc calls to service CustomerNegativeCriterionService.Settings class to configure an instance ofCustomerNegativeCriterionServiceClient.Builder for CustomerNegativeCriterionServiceSettings.A single update on a customer.A single update on a customer.Service Description: Service to manage customers.Service to manage customers.Service to manage customers.A stub to allow clients to do limited synchronous rpc calls to service CustomerService.A stub to allow clients to do synchronous rpc calls to service CustomerService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerService.Base class for the server implementation of the service CustomerService.A stub to allow clients to do asynchronous rpc calls to service CustomerService.Settings class to configure an instance ofCustomerServiceClient.Builder for CustomerServiceSettings.A single update operation for a CustomerSkAdNetworkConversionValueSchema.A single update operation for a CustomerSkAdNetworkConversionValueSchema.Service Description: Service to manage CustomerSkAdNetworkConversionValueSchema.Service to manage CustomerSkAdNetworkConversionValueSchema.Service to manage CustomerSkAdNetworkConversionValueSchema.A stub to allow clients to do limited synchronous rpc calls to service CustomerSkAdNetworkConversionValueSchemaService.A stub to allow clients to do synchronous rpc calls to service CustomerSkAdNetworkConversionValueSchemaService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerSkAdNetworkConversionValueSchemaService.Base class for the server implementation of the service CustomerSkAdNetworkConversionValueSchemaService.A stub to allow clients to do asynchronous rpc calls to service CustomerSkAdNetworkConversionValueSchemaService.Settings class to configure an instance ofCustomerSkAdNetworkConversionValueSchemaServiceClient.Builder for CustomerSkAdNetworkConversionValueSchemaServiceSettings.A single operation (create or remove) on customer user access invitation.A single operation (create or remove) on customer user access invitation.Service Description: This service manages the access invitation extended to users for a given customer.This service manages the access invitation extended to users for a given customer.This service manages the access invitation extended to users for a given customer.A stub to allow clients to do limited synchronous rpc calls to service CustomerUserAccessInvitationService.A stub to allow clients to do synchronous rpc calls to service CustomerUserAccessInvitationService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerUserAccessInvitationService.Base class for the server implementation of the service CustomerUserAccessInvitationService.A stub to allow clients to do asynchronous rpc calls to service CustomerUserAccessInvitationService.Settings class to configure an instance ofCustomerUserAccessInvitationServiceClient.Builder for CustomerUserAccessInvitationServiceSettings.A single operation (update, remove) on customer user access.A single operation (update, remove) on customer user access.Service Description: This service manages the permissions of a user on a given customer.This service manages the permissions of a user on a given customer.This service manages the permissions of a user on a given customer.A stub to allow clients to do limited synchronous rpc calls to service CustomerUserAccessService.A stub to allow clients to do synchronous rpc calls to service CustomerUserAccessService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerUserAccessService.Base class for the server implementation of the service CustomerUserAccessService.A stub to allow clients to do asynchronous rpc calls to service CustomerUserAccessService.Settings class to configure an instance ofCustomerUserAccessServiceClient.Builder for CustomerUserAccessServiceSettings.A single operation (create, update) on a custom interest.A single operation (create, update) on a custom interest.Service Description: Service to manage custom interests.Service to manage custom interests.Service to manage custom interests.A stub to allow clients to do limited synchronous rpc calls to service CustomInterestService.A stub to allow clients to do synchronous rpc calls to service CustomInterestService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomInterestService.Base class for the server implementation of the service CustomInterestService.A stub to allow clients to do asynchronous rpc calls to service CustomInterestService.Settings class to configure an instance ofCustomInterestServiceClient.Builder for CustomInterestServiceSettings.A single operation (create, remove) on a customizer attribute.A single operation (create, remove) on a customizer attribute.Service Description: Service to manage customizer attributeService to manage customizer attributeService to manage customizer attributeA stub to allow clients to do limited synchronous rpc calls to service CustomizerAttributeService.A stub to allow clients to do synchronous rpc calls to service CustomizerAttributeService.A stub to allow clients to do ListenableFuture-style rpc calls to service CustomizerAttributeService.Base class for the server implementation of the service CustomizerAttributeService.A stub to allow clients to do asynchronous rpc calls to service CustomizerAttributeService.Settings class to configure an instance ofCustomizerAttributeServiceClient.Builder for CustomizerAttributeServiceSettings.A custom variable.A custom variable.Service Description: This service allows management of data links between a Google Ads customer and another data entity.This service allows management of data links between a Google Ads customer and another data entity.This service allows management of data links between a Google Ads customer and another data entity.A stub to allow clients to do limited synchronous rpc calls to service DataLinkService.A stub to allow clients to do synchronous rpc calls to service DataLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service DataLinkService.Base class for the server implementation of the service DataLinkService.A stub to allow clients to do asynchronous rpc calls to service DataLinkService.Settings class to configure an instance ofDataLinkServiceClient.Builder for DataLinkServiceSettings.A list of audience attributes of a single dimension, including their overlap with a primary attribute, returned as part of a [GenerateAudienceOverlapInsightsResponse][google.ads.googleads.v18.services.GenerateAudienceOverlapInsightsResponse].A list of audience attributes of a single dimension, including their overlap with a primary attribute, returned as part of a [GenerateAudienceOverlapInsightsResponse][google.ads.googleads.v18.services.GenerateAudienceOverlapInsightsResponse].Request message for [RecommendationService.DismissRecommendation][google.ads.googleads.v18.services.RecommendationService.DismissRecommendation].Request message for [RecommendationService.DismissRecommendation][google.ads.googleads.v18.services.RecommendationService.DismissRecommendation].Operation to dismiss a single recommendation identified by resource_name.Operation to dismiss a single recommendation identified by resource_name.Response message for [RecommendationService.DismissRecommendation][google.ads.googleads.v18.services.RecommendationService.DismissRecommendation].Response message for [RecommendationService.DismissRecommendation][google.ads.googleads.v18.services.RecommendationService.DismissRecommendation].The result of dismissing a recommendation.The result of dismissing a recommendation.Metadata associated with a Dynamic Lineup attribute.Metadata associated with a Dynamic Lineup attribute.A YouTube channel returned as an example of the content in a lineup.A YouTube channel returned as an example of the content in a lineup.A breakdown of the number of unique people reached at a given effective frequency.A breakdown of the number of unique people reached at a given effective frequency.Effective frequency limit.Effective frequency limit.Request message for [ExperimentService.EndExperiment][google.ads.googleads.v18.services.ExperimentService.EndExperiment].Request message for [ExperimentService.EndExperiment][google.ads.googleads.v18.services.ExperimentService.EndExperiment].A single operation on an experiment arm.A single operation on an experiment arm.Service Description: Service to manage experiment arms.Service to manage experiment arms.Service to manage experiment arms.A stub to allow clients to do limited synchronous rpc calls to service ExperimentArmService.A stub to allow clients to do synchronous rpc calls to service ExperimentArmService.A stub to allow clients to do ListenableFuture-style rpc calls to service ExperimentArmService.Base class for the server implementation of the service ExperimentArmService.A stub to allow clients to do asynchronous rpc calls to service ExperimentArmService.Settings class to configure an instance ofExperimentArmServiceClient.Builder for ExperimentArmServiceSettings.A single operation on an experiment.A single operation on an experiment.Service Description: Service to manage experiments.Service to manage experiments.Service to manage experiments.A stub to allow clients to do limited synchronous rpc calls to service ExperimentService.A stub to allow clients to do synchronous rpc calls to service ExperimentService.A stub to allow clients to do ListenableFuture-style rpc calls to service ExperimentService.Base class for the server implementation of the service ExperimentService.A stub to allow clients to do asynchronous rpc calls to service ExperimentService.Settings class to configure an instance ofExperimentServiceClient.Builder for ExperimentServiceSettings.A single operation (create, update, remove) on an extension feed item.A single operation (create, update, remove) on an extension feed item.Service Description: Service to manage extension feed items.Service to manage extension feed items.Service to manage extension feed items.A stub to allow clients to do limited synchronous rpc calls to service ExtensionFeedItemService.A stub to allow clients to do synchronous rpc calls to service ExtensionFeedItemService.A stub to allow clients to do ListenableFuture-style rpc calls to service ExtensionFeedItemService.Base class for the server implementation of the service ExtensionFeedItemService.A stub to allow clients to do asynchronous rpc calls to service ExtensionFeedItemService.Settings class to configure an instance ofExtensionFeedItemServiceClient.Builder for ExtensionFeedItemServiceSettings.Contains additional information about externally attributed conversions.Contains additional information about externally attributed conversions.A single operation (create, update, remove) on an feed item.A single operation (create, update, remove) on an feed item.Service Description: Service to manage feed items.Service to manage feed items.Service to manage feed items.A stub to allow clients to do limited synchronous rpc calls to service FeedItemService.A stub to allow clients to do synchronous rpc calls to service FeedItemService.A stub to allow clients to do ListenableFuture-style rpc calls to service FeedItemService.Base class for the server implementation of the service FeedItemService.A stub to allow clients to do asynchronous rpc calls to service FeedItemService.Settings class to configure an instance ofFeedItemServiceClient.Builder for FeedItemServiceSettings.A single operation (create, update, remove) on a feed item set link.A single operation (create, update, remove) on a feed item set link.Service Description: Service to manage feed item set links.Service to manage feed item set links.Service to manage feed item set links.A stub to allow clients to do limited synchronous rpc calls to service FeedItemSetLinkService.A stub to allow clients to do synchronous rpc calls to service FeedItemSetLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service FeedItemSetLinkService.Base class for the server implementation of the service FeedItemSetLinkService.A stub to allow clients to do asynchronous rpc calls to service FeedItemSetLinkService.Settings class to configure an instance ofFeedItemSetLinkServiceClient.Builder for FeedItemSetLinkServiceSettings.A single operation (create, remove) on an feed item set.A single operation (create, remove) on an feed item set.Service Description: Service to manage feed Item SetService to manage feed Item SetService to manage feed Item SetA stub to allow clients to do limited synchronous rpc calls to service FeedItemSetService.A stub to allow clients to do synchronous rpc calls to service FeedItemSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service FeedItemSetService.Base class for the server implementation of the service FeedItemSetService.A stub to allow clients to do asynchronous rpc calls to service FeedItemSetService.Settings class to configure an instance ofFeedItemSetServiceClient.Builder for FeedItemSetServiceSettings.A single operation (create, remove) on an feed item target.A single operation (create, remove) on an feed item target.Service Description: Service to manage feed item targets.Service to manage feed item targets.Service to manage feed item targets.A stub to allow clients to do limited synchronous rpc calls to service FeedItemTargetService.A stub to allow clients to do synchronous rpc calls to service FeedItemTargetService.A stub to allow clients to do ListenableFuture-style rpc calls to service FeedItemTargetService.Base class for the server implementation of the service FeedItemTargetService.A stub to allow clients to do asynchronous rpc calls to service FeedItemTargetService.Settings class to configure an instance ofFeedItemTargetServiceClient.Builder for FeedItemTargetServiceSettings.A single operation (create, remove) on a feed mapping.A single operation (create, remove) on a feed mapping.Service Description: Service to manage feed mappings.Service to manage feed mappings.Service to manage feed mappings.A stub to allow clients to do limited synchronous rpc calls to service FeedMappingService.A stub to allow clients to do synchronous rpc calls to service FeedMappingService.A stub to allow clients to do ListenableFuture-style rpc calls to service FeedMappingService.Base class for the server implementation of the service FeedMappingService.A stub to allow clients to do asynchronous rpc calls to service FeedMappingService.Settings class to configure an instance ofFeedMappingServiceClient.Builder for FeedMappingServiceSettings.A single operation (create, update, remove) on an feed.A single operation (create, update, remove) on an feed.Service Description: Service to manage feeds.Service to manage feeds.Service to manage feeds.A stub to allow clients to do limited synchronous rpc calls to service FeedService.A stub to allow clients to do synchronous rpc calls to service FeedService.A stub to allow clients to do ListenableFuture-style rpc calls to service FeedService.Base class for the server implementation of the service FeedService.A stub to allow clients to do asynchronous rpc calls to service FeedService.Settings class to configure an instance ofFeedServiceClient.Builder for FeedServiceSettings.Forecasted traffic metrics for the planned products and targeting.Forecasted traffic metrics for the planned products and targeting.An ad group that is part of a campaign to be forecasted.An ad group that is part of a campaign to be forecasted.Controls forecast metrics to return.Controls forecast metrics to return.A rule specifying the maximum number of times an ad can be shown to a user over a particular time period.A rule specifying the maximum number of times an ad can be shown to a user over a particular time period.Uniquely identifies a conversion that was reported without an order ID specified.Uniquely identifies a conversion that was reported without an order ID specified.Request message for [KeywordPlanIdeaService.GenerateAdGroupThemes][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateAdGroupThemes].Request message for [KeywordPlanIdeaService.GenerateAdGroupThemes][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateAdGroupThemes].Response message for [KeywordPlanIdeaService.GenerateAdGroupThemes][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateAdGroupThemes].Response message for [KeywordPlanIdeaService.GenerateAdGroupThemes][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateAdGroupThemes].Request message for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights].Request message for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights].Response message for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights].Response message for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights].Request message for [AudienceInsightsService.GenerateAudienceOverlapInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceOverlapInsights].Request message for [AudienceInsightsService.GenerateAudienceOverlapInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceOverlapInsights].Response message for [AudienceInsightsService.GenerateAudienceOverlapInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceOverlapInsights].Response message for [AudienceInsightsService.GenerateAudienceOverlapInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceOverlapInsights].Request message for [ContentCreatorInsightsService.GenerateCreatorInsights][google.ads.googleads.v18.services.ContentCreatorInsightsService.GenerateCreatorInsights].Request message for [ContentCreatorInsightsService.GenerateCreatorInsights][google.ads.googleads.v18.services.ContentCreatorInsightsService.GenerateCreatorInsights].The audience attributes (such as Age, Gender, Affinity, and In-Market) and creator attributes (such as creator location and creator's content topics) used to search for top creators.The audience attributes (such as Age, Gender, Affinity, and In-Market) and creator attributes (such as creator location and creator's content topics) used to search for top creators.A collection of YouTube Channels.A collection of YouTube Channels.Response message for [ContentCreatorInsightsService.GenerateCreatorInsights][google.ads.googleads.v18.services.ContentCreatorInsightsService.GenerateCreatorInsights].Response message for [ContentCreatorInsightsService.GenerateCreatorInsights][google.ads.googleads.v18.services.ContentCreatorInsightsService.GenerateCreatorInsights].Request message for [AudienceInsightsService.GenerateInsightsFinderReport][google.ads.googleads.v18.services.AudienceInsightsService.GenerateInsightsFinderReport].Request message for [AudienceInsightsService.GenerateInsightsFinderReport][google.ads.googleads.v18.services.AudienceInsightsService.GenerateInsightsFinderReport].The response message for [AudienceInsightsService.GenerateInsightsFinderReport][google.ads.googleads.v18.services.AudienceInsightsService.GenerateInsightsFinderReport], containing the shareable URL for the report.The response message for [AudienceInsightsService.GenerateInsightsFinderReport][google.ads.googleads.v18.services.AudienceInsightsService.GenerateInsightsFinderReport], containing the shareable URL for the report.Request message for [KeywordPlanIdeaService.GenerateKeywordForecastMetrics].Request message for [KeywordPlanIdeaService.GenerateKeywordForecastMetrics].Response message for [KeywordPlanIdeaService.GenerateKeywordForecastMetrics].Response message for [KeywordPlanIdeaService.GenerateKeywordForecastMetrics].Request message for [KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics].Request message for [KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics].Response message for [KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics].Response message for [KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics].The result of generating keyword historical metrics.The result of generating keyword historical metrics.Response message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordIdeas].Response message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordIdeas].The result of generating keyword ideas.The result of generating keyword ideas.Request message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordIdeas].Request message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v18.services.KeywordPlanIdeaService.GenerateKeywordIdeas].Request message for [ReachPlanService.GenerateReachForecast][google.ads.googleads.v18.services.ReachPlanService.GenerateReachForecast].Request message for [ReachPlanService.GenerateReachForecast][google.ads.googleads.v18.services.ReachPlanService.GenerateReachForecast].Response message containing the generated reach curve.Response message containing the generated reach curve.Request message for [RecommendationService.GenerateRecommendations][google.ads.googleads.v18.services.RecommendationService.GenerateRecommendations].Current AdGroup Information of the campaign.Current AdGroup Information of the campaign.Current AssetGroup information of the campaign.Current AssetGroup information of the campaign.Current bidding information of the campaign.Current bidding information of the campaign.Current budget information of the campaign.Current budget information of the campaign.Request message for [RecommendationService.GenerateRecommendations][google.ads.googleads.v18.services.RecommendationService.GenerateRecommendations].A keyword seed and a specific url to generate keywords from.A keyword seed and a specific url to generate keywords from.Current Target Impression Share information of the campaign.Current Target Impression Share information of the campaign.Response message for [RecommendationService.GenerateRecommendations][google.ads.googleads.v18.services.RecommendationService.GenerateRecommendations].Response message for [RecommendationService.GenerateRecommendations][google.ads.googleads.v18.services.RecommendationService.GenerateRecommendations].Request message for [ShareablePreviewService.GenerateShareablePreviews][google.ads.googleads.v18.services.ShareablePreviewService.GenerateShareablePreviews].Request message for [ShareablePreviewService.GenerateShareablePreviews][google.ads.googleads.v18.services.ShareablePreviewService.GenerateShareablePreviews].Response message for [ShareablePreviewService.GenerateShareablePreviews][google.ads.googleads.v18.services.ShareablePreviewService.GenerateShareablePreviews].Response message for [ShareablePreviewService.GenerateShareablePreviews][google.ads.googleads.v18.services.ShareablePreviewService.GenerateShareablePreviews].Request message for [AudienceInsightsService.GenerateSuggestedTargetingInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateSuggestedTargetingInsights].Request message for [AudienceInsightsService.GenerateSuggestedTargetingInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateSuggestedTargetingInsights].Response message for [AudienceInsightsService.GenerateSuggestedTargetingInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateSuggestedTargetingInsights].Response message for [AudienceInsightsService.GenerateSuggestedTargetingInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateSuggestedTargetingInsights].Request message for [AudienceInsightsService.GenerateTargetingSuggestionMetrics][google.ads.googleads.v18.services.AudienceInsightsService.GenerateTargetingSuggestionMetrics].Request message for [AudienceInsightsService.GenerateTargetingSuggestionMetrics][google.ads.googleads.v18.services.AudienceInsightsService.GenerateTargetingSuggestionMetrics].Response message for [AudienceInsightsService.GenerateTargetingSuggestionMetrics][google.ads.googleads.v18.services.AudienceInsightsService.GenerateTargetingSuggestionMetrics].Response message for [AudienceInsightsService.GenerateTargetingSuggestionMetrics][google.ads.googleads.v18.services.AudienceInsightsService.GenerateTargetingSuggestionMetrics].Service Description: Service to fetch geo target constants.Service to fetch geo target constants.Service to fetch geo target constants.A stub to allow clients to do limited synchronous rpc calls to service GeoTargetConstantService.A stub to allow clients to do synchronous rpc calls to service GeoTargetConstantService.A stub to allow clients to do ListenableFuture-style rpc calls to service GeoTargetConstantService.Base class for the server implementation of the service GeoTargetConstantService.A stub to allow clients to do asynchronous rpc calls to service GeoTargetConstantService.Settings class to configure an instance ofGeoTargetConstantServiceClient.Builder for GeoTargetConstantServiceSettings.A geo target constant suggestion.A geo target constant suggestion.Request message for [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v18.services.GoogleAdsFieldService.GetGoogleAdsField].Request message for [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v18.services.GoogleAdsFieldService.GetGoogleAdsField].Request message for [IdentityVerificationService.GetIdentityVerification].Request message for [IdentityVerificationService.GetIdentityVerification].Response message for [IdentityVerificationService.GetIdentityVerification].Response message for [IdentityVerificationService.GetIdentityVerification].Request message for [SmartCampaignSettingService.GetSmartCampaignStatus][google.ads.googleads.v18.services.SmartCampaignSettingService.GetSmartCampaignStatus].Request message for [SmartCampaignSettingService.GetSmartCampaignStatus][google.ads.googleads.v18.services.SmartCampaignSettingService.GetSmartCampaignStatus].Response message for [SmartCampaignSettingService.GetSmartCampaignStatus][google.ads.googleads.v18.services.SmartCampaignSettingService.GetSmartCampaignStatus].Response message for [SmartCampaignSettingService.GetSmartCampaignStatus][google.ads.googleads.v18.services.SmartCampaignSettingService.GetSmartCampaignStatus].Service Description: Service to fetch Google Ads API fields.Service to fetch Google Ads API fields.Service to fetch Google Ads API fields.A stub to allow clients to do limited synchronous rpc calls to service GoogleAdsFieldService.A stub to allow clients to do synchronous rpc calls to service GoogleAdsFieldService.A stub to allow clients to do ListenableFuture-style rpc calls to service GoogleAdsFieldService.Base class for the server implementation of the service GoogleAdsFieldService.A stub to allow clients to do asynchronous rpc calls to service GoogleAdsFieldService.Settings class to configure an instance ofGoogleAdsFieldServiceClient.Builder for GoogleAdsFieldServiceSettings.A returned row from the query.A returned row from the query.Service Description: Service to fetch data and metrics across resources.Service to fetch data and metrics across resources.Service to fetch data and metrics across resources.A stub to allow clients to do limited synchronous rpc calls to service GoogleAdsService.A stub to allow clients to do synchronous rpc calls to service GoogleAdsService.A stub to allow clients to do ListenableFuture-style rpc calls to service GoogleAdsService.Base class for the server implementation of the service GoogleAdsService.A stub to allow clients to do asynchronous rpc calls to service GoogleAdsService.Settings class to configure an instance ofGoogleAdsServiceClient.Builder for GoogleAdsServiceSettings.Request message for [ExperimentService.GraduateExperiment][google.ads.googleads.v18.services.ExperimentService.GraduateExperiment].Request message for [ExperimentService.GraduateExperiment][google.ads.googleads.v18.services.ExperimentService.GraduateExperiment].Message containing the asset suggestions for a hotel.Message containing the asset suggestions for a hotel.A single image asset suggestion for a hotel.A single image asset suggestion for a hotel.A single text asset suggestion for a hotel.A single text asset suggestion for a hotel.An identity verification for a customer.An identity verification for a customer.Information regarding the verification progress for a verification program type.Information regarding the verification progress for a verification program type.Information regarding the verification requirement for a verification program type.Information regarding the verification requirement for a verification program type.Service Description: A service for managing Identity Verification Service.A service for managing Identity Verification Service.A service for managing Identity Verification Service.A stub to allow clients to do limited synchronous rpc calls to service IdentityVerificationService.A stub to allow clients to do synchronous rpc calls to service IdentityVerificationService.A stub to allow clients to do ListenableFuture-style rpc calls to service IdentityVerificationService.Base class for the server implementation of the service IdentityVerificationService.A stub to allow clients to do asynchronous rpc calls to service IdentityVerificationService.Settings class to configure an instance ofIdentityVerificationServiceClient.Builder for IdentityVerificationServiceSettings.A set of users, defined by various characteristics, for which insights can be requested in AudienceInsightsService.A set of users, defined by various characteristics, for which insights can be requested in AudienceInsightsService.A list of AudienceInsightsAttributes.A list of AudienceInsightsAttributes.A structured definition of the audience of interest for which insights are being requested in AudienceInsightsService.A structured definition of the audience of interest for which insights are being requested in AudienceInsightsService.A text description of the audience of interest for which insights are being requested in AudienceInsightsService.A text description of the audience of interest for which insights are being requested in AudienceInsightsService.Service Description: A service to fetch invoices issued for a billing setup during a given month.A service to fetch invoices issued for a billing setup during a given month.A service to fetch invoices issued for a billing setup during a given month.A stub to allow clients to do limited synchronous rpc calls to service InvoiceService.A stub to allow clients to do synchronous rpc calls to service InvoiceService.A stub to allow clients to do ListenableFuture-style rpc calls to service InvoiceService.Base class for the server implementation of the service InvoiceService.A stub to allow clients to do asynchronous rpc calls to service InvoiceService.Settings class to configure an instance ofInvoiceServiceClient.Builder for InvoiceServiceSettings.Keyword And Url SeedKeyword And Url SeedThe forecast metrics for the planless keyword campaign.The forecast metrics for the planless keyword campaign.A single operation (create, update, remove) on a Keyword Plan ad group keyword.A single operation (create, update, remove) on a Keyword Plan ad group keyword.Service Description: Service to manage Keyword Plan ad group keywords.Service to manage Keyword Plan ad group keywords.Service to manage Keyword Plan ad group keywords.A stub to allow clients to do limited synchronous rpc calls to service KeywordPlanAdGroupKeywordService.A stub to allow clients to do synchronous rpc calls to service KeywordPlanAdGroupKeywordService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanAdGroupKeywordService.Base class for the server implementation of the service KeywordPlanAdGroupKeywordService.A stub to allow clients to do asynchronous rpc calls to service KeywordPlanAdGroupKeywordService.Settings class to configure an instance ofKeywordPlanAdGroupKeywordServiceClient.Builder for KeywordPlanAdGroupKeywordServiceSettings.A single operation (create, update, remove) on a Keyword Plan ad group.A single operation (create, update, remove) on a Keyword Plan ad group.Service Description: Service to manage Keyword Plan ad groups.Service to manage Keyword Plan ad groups.Service to manage Keyword Plan ad groups.A stub to allow clients to do limited synchronous rpc calls to service KeywordPlanAdGroupService.A stub to allow clients to do synchronous rpc calls to service KeywordPlanAdGroupService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanAdGroupService.Base class for the server implementation of the service KeywordPlanAdGroupService.A stub to allow clients to do asynchronous rpc calls to service KeywordPlanAdGroupService.Settings class to configure an instance ofKeywordPlanAdGroupServiceClient.Builder for KeywordPlanAdGroupServiceSettings.A single operation (create, update, remove) on a Keyword Plan campaign keyword.A single operation (create, update, remove) on a Keyword Plan campaign keyword.Service Description: Service to manage Keyword Plan campaign keywords.Service to manage Keyword Plan campaign keywords.Service to manage Keyword Plan campaign keywords.A stub to allow clients to do limited synchronous rpc calls to service KeywordPlanCampaignKeywordService.A stub to allow clients to do synchronous rpc calls to service KeywordPlanCampaignKeywordService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanCampaignKeywordService.Base class for the server implementation of the service KeywordPlanCampaignKeywordService.A stub to allow clients to do asynchronous rpc calls to service KeywordPlanCampaignKeywordService.Settings class to configure an instance ofKeywordPlanCampaignKeywordServiceClient.Builder for KeywordPlanCampaignKeywordServiceSettings.A single operation (create, update, remove) on a Keyword Plan campaign.A single operation (create, update, remove) on a Keyword Plan campaign.Service Description: Service to manage Keyword Plan campaigns.Service to manage Keyword Plan campaigns.Service to manage Keyword Plan campaigns.A stub to allow clients to do limited synchronous rpc calls to service KeywordPlanCampaignService.A stub to allow clients to do synchronous rpc calls to service KeywordPlanCampaignService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanCampaignService.Base class for the server implementation of the service KeywordPlanCampaignService.A stub to allow clients to do asynchronous rpc calls to service KeywordPlanCampaignService.Settings class to configure an instance ofKeywordPlanCampaignServiceClient.Builder for KeywordPlanCampaignServiceSettings.Service Description: Service to generate keyword ideas.Service to generate keyword ideas.Service to generate keyword ideas.A stub to allow clients to do limited synchronous rpc calls to service KeywordPlanIdeaService.A stub to allow clients to do synchronous rpc calls to service KeywordPlanIdeaService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanIdeaService.Base class for the server implementation of the service KeywordPlanIdeaService.A stub to allow clients to do asynchronous rpc calls to service KeywordPlanIdeaService.Settings class to configure an instance ofKeywordPlanIdeaServiceClient.Builder for KeywordPlanIdeaServiceSettings.A single operation (create, update, remove) on a keyword plan.A single operation (create, update, remove) on a keyword plan.Service Description: Service to manage keyword plans.Service to manage keyword plans.Service to manage keyword plans.A stub to allow clients to do limited synchronous rpc calls to service KeywordPlanService.A stub to allow clients to do synchronous rpc calls to service KeywordPlanService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanService.Base class for the server implementation of the service KeywordPlanService.A stub to allow clients to do asynchronous rpc calls to service KeywordPlanService.Settings class to configure an instance ofKeywordPlanServiceClient.Builder for KeywordPlanServiceSettings.Keyword SeedKeyword SeedService Description: Service to fetch Smart Campaign keyword themes.Service to fetch Smart Campaign keyword themes.Service to fetch Smart Campaign keyword themes.A stub to allow clients to do limited synchronous rpc calls to service KeywordThemeConstantService.A stub to allow clients to do synchronous rpc calls to service KeywordThemeConstantService.A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordThemeConstantService.Base class for the server implementation of the service KeywordThemeConstantService.A stub to allow clients to do asynchronous rpc calls to service KeywordThemeConstantService.Settings class to configure an instance ofKeywordThemeConstantServiceClient.Builder for KeywordThemeConstantServiceSettings.A single operation (create, remove, update) on a label.A single operation (create, remove, update) on a label.Service Description: Service to manage labels.Service to manage labels.Service to manage labels.A stub to allow clients to do limited synchronous rpc calls to service LabelService.A stub to allow clients to do synchronous rpc calls to service LabelService.A stub to allow clients to do ListenableFuture-style rpc calls to service LabelService.Base class for the server implementation of the service LabelService.A stub to allow clients to do asynchronous rpc calls to service LabelService.Settings class to configure an instance ofLabelServiceClient.Builder for LabelServiceSettings.Request message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v18.services.CustomerService.ListAccessibleCustomers].Request message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v18.services.CustomerService.ListAccessibleCustomers].Response message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v18.services.CustomerService.ListAccessibleCustomers].Response message for [CustomerService.ListAccessibleCustomers][google.ads.googleads.v18.services.CustomerService.ListAccessibleCustomers].Request message for [AudienceInsightsService.ListAudienceInsightsAttributes][google.ads.googleads.v18.services.AudienceInsightsService.ListAudienceInsightsAttributes].Request message for [AudienceInsightsService.ListAudienceInsightsAttributes][google.ads.googleads.v18.services.AudienceInsightsService.ListAudienceInsightsAttributes].Response message for [AudienceInsightsService.ListAudienceInsightsAttributes][google.ads.googleads.v18.services.AudienceInsightsService.ListAudienceInsightsAttributes].Response message for [AudienceInsightsService.ListAudienceInsightsAttributes][google.ads.googleads.v18.services.AudienceInsightsService.ListAudienceInsightsAttributes].Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v18.services.BatchJobService.ListBatchJobResults].Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v18.services.BatchJobService.ListBatchJobResults].Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v18.services.BatchJobService.ListBatchJobResults].Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v18.services.BatchJobService.ListBatchJobResults].Request message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v18.services.CampaignDraftService.ListCampaignDraftAsyncErrors].Request message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v18.services.CampaignDraftService.ListCampaignDraftAsyncErrors].Response message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v18.services.CampaignDraftService.ListCampaignDraftAsyncErrors].Response message for [CampaignDraftService.ListCampaignDraftAsyncErrors][google.ads.googleads.v18.services.CampaignDraftService.ListCampaignDraftAsyncErrors].Request message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v18.services.ExperimentService.ListExperimentAsyncErrors].Request message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v18.services.ExperimentService.ListExperimentAsyncErrors].Response message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v18.services.ExperimentService.ListExperimentAsyncErrors].Response message for [ExperimentService.ListExperimentAsyncErrors][google.ads.googleads.v18.services.ExperimentService.ListExperimentAsyncErrors].Request message for [AudienceInsightsService.ListInsightsEligibleDates][google.ads.googleads.v18.services.AudienceInsightsService.ListInsightsEligibleDates].Request message for [AudienceInsightsService.ListInsightsEligibleDates][google.ads.googleads.v18.services.AudienceInsightsService.ListInsightsEligibleDates].Response message for [AudienceInsightsService.ListInsightsEligibleDates][google.ads.googleads.v18.services.AudienceInsightsService.ListInsightsEligibleDates].Response message for [AudienceInsightsService.ListInsightsEligibleDates][google.ads.googleads.v18.services.AudienceInsightsService.ListInsightsEligibleDates].Request message for fetching the invoices of a given billing setup that were issued during a given month.Request message for fetching the invoices of a given billing setup that were issued during a given month.Response message for [InvoiceService.ListInvoices][google.ads.googleads.v18.services.InvoiceService.ListInvoices].Response message for [InvoiceService.ListInvoices][google.ads.googleads.v18.services.InvoiceService.ListInvoices].Request message for fetching all accessible payments accounts.Request message for fetching all accessible payments accounts.Response message for [PaymentsAccountService.ListPaymentsAccounts][google.ads.googleads.v18.services.PaymentsAccountService.ListPaymentsAccounts].Response message for [PaymentsAccountService.ListPaymentsAccounts][google.ads.googleads.v18.services.PaymentsAccountService.ListPaymentsAccounts].Request message for [ReachPlanService.ListPlannableLocations][google.ads.googleads.v18.services.ReachPlanService.ListPlannableLocations].Request message for [ReachPlanService.ListPlannableLocations][google.ads.googleads.v18.services.ReachPlanService.ListPlannableLocations].The list of plannable locations.The list of plannable locations.Request to list available products in a given location.Request to list available products in a given location.A response with all available products.A response with all available products.Service Description: This service allows management of LocalServicesLead resources.This service allows management of LocalServicesLead resources.This service allows management of LocalServicesLead resources.A stub to allow clients to do limited synchronous rpc calls to service LocalServicesLeadService.A stub to allow clients to do synchronous rpc calls to service LocalServicesLeadService.A stub to allow clients to do ListenableFuture-style rpc calls to service LocalServicesLeadService.Base class for the server implementation of the service LocalServicesLeadService.A stub to allow clients to do asynchronous rpc calls to service LocalServicesLeadService.Settings class to configure an instance ofLocalServicesLeadServiceClient.Builder for LocalServicesLeadServiceSettings.Metadata associated with a Location attribute.Metadata associated with a Location attribute.Manual CPC Bidding Strategy.Manual CPC Bidding Strategy.Maximize Clicks Bidding Strategy.Maximize Clicks Bidding Strategy.Maximize Conversions Bidding Strategy.Maximize Conversions Bidding Strategy.Request message for [CustomerManagerLinkService.MoveManagerLink][google.ads.googleads.v18.services.CustomerManagerLinkService.MoveManagerLink].Request message for [CustomerManagerLinkService.MoveManagerLink][google.ads.googleads.v18.services.CustomerManagerLinkService.MoveManagerLink].Response message for a CustomerManagerLink moveManagerLink.Response message for a CustomerManagerLink moveManagerLink.Request message for [AccountBudgetProposalService.MutateAccountBudgetProposal][google.ads.googleads.v18.services.AccountBudgetProposalService.MutateAccountBudgetProposal].Request message for [AccountBudgetProposalService.MutateAccountBudgetProposal][google.ads.googleads.v18.services.AccountBudgetProposalService.MutateAccountBudgetProposal].Response message for account-level budget mutate operations.Response message for account-level budget mutate operations.The result for the account budget proposal mutate.The result for the account budget proposal mutate.Request message for [AccountLinkService.MutateAccountLink][google.ads.googleads.v18.services.AccountLinkService.MutateAccountLink].Request message for [AccountLinkService.MutateAccountLink][google.ads.googleads.v18.services.AccountLinkService.MutateAccountLink].Response message for account link mutate.Response message for account link mutate.The result for the account link mutate.The result for the account link mutate.The result for an ad group ad label mutate.The result for an ad group ad label mutate.Request message for [AdGroupAdLabelService.MutateAdGroupAdLabels][google.ads.googleads.v18.services.AdGroupAdLabelService.MutateAdGroupAdLabels].Request message for [AdGroupAdLabelService.MutateAdGroupAdLabels][google.ads.googleads.v18.services.AdGroupAdLabelService.MutateAdGroupAdLabels].Response message for an ad group ad labels mutate.Response message for an ad group ad labels mutate.The result for the ad mutate.The result for the ad mutate.Request message for [AdGroupAdService.MutateAdGroupAds][google.ads.googleads.v18.services.AdGroupAdService.MutateAdGroupAds].Request message for [AdGroupAdService.MutateAdGroupAds][google.ads.googleads.v18.services.AdGroupAdService.MutateAdGroupAds].Response message for an ad group ad mutate.Response message for an ad group ad mutate.The result for the ad group asset mutate.The result for the ad group asset mutate.The result for the ad group asset set mutate.The result for the ad group asset set mutate.Request message for [AdGroupAssetSetService.MutateAdGroupAssetSets][google.ads.googleads.v18.services.AdGroupAssetSetService.MutateAdGroupAssetSets].Request message for [AdGroupAssetSetService.MutateAdGroupAssetSets][google.ads.googleads.v18.services.AdGroupAssetSetService.MutateAdGroupAssetSets].Response message for an ad group asset set mutate.Response message for an ad group asset set mutate.Request message for [AdGroupAssetService.MutateAdGroupAssets][google.ads.googleads.v18.services.AdGroupAssetService.MutateAdGroupAssets].Request message for [AdGroupAssetService.MutateAdGroupAssets][google.ads.googleads.v18.services.AdGroupAssetService.MutateAdGroupAssets].Response message for an ad group asset mutate.Response message for an ad group asset mutate.The result for the criterion mutate.The result for the criterion mutate.Request message for [AdGroupBidModifierService.MutateAdGroupBidModifiers][google.ads.googleads.v18.services.AdGroupBidModifierService.MutateAdGroupBidModifiers].Request message for [AdGroupBidModifierService.MutateAdGroupBidModifiers][google.ads.googleads.v18.services.AdGroupBidModifierService.MutateAdGroupBidModifiers].Response message for ad group bid modifiers mutate.Response message for ad group bid modifiers mutate.Request message for [AdGroupCriterionService.MutateAdGroupCriteria][google.ads.googleads.v18.services.AdGroupCriterionService.MutateAdGroupCriteria].Request message for [AdGroupCriterionService.MutateAdGroupCriteria][google.ads.googleads.v18.services.AdGroupCriterionService.MutateAdGroupCriteria].Response message for an ad group criterion mutate.Response message for an ad group criterion mutate.The result for the ad group criterion customizer mutate.The result for the ad group criterion customizer mutate.Request message for [AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers][google.ads.googleads.v18.services.AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers].Request message for [AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers][google.ads.googleads.v18.services.AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers].Response message for an ad group criterion customizer mutate.Response message for an ad group criterion customizer mutate.The result for an ad group criterion label mutate.The result for an ad group criterion label mutate.Request message for [AdGroupCriterionLabelService.MutateAdGroupCriterionLabels][google.ads.googleads.v18.services.AdGroupCriterionLabelService.MutateAdGroupCriterionLabels].Request message for [AdGroupCriterionLabelService.MutateAdGroupCriterionLabels][google.ads.googleads.v18.services.AdGroupCriterionLabelService.MutateAdGroupCriterionLabels].Response message for an ad group criterion labels mutate.Response message for an ad group criterion labels mutate.The result for the criterion mutate.The result for the criterion mutate.The result for the ad group customizer mutate.The result for the ad group customizer mutate.Request message for [AdGroupCustomizerService.MutateAdGroupCustomizers][google.ads.googleads.v18.services.AdGroupCustomizerService.MutateAdGroupCustomizers].Request message for [AdGroupCustomizerService.MutateAdGroupCustomizers][google.ads.googleads.v18.services.AdGroupCustomizerService.MutateAdGroupCustomizers].Response message for an ad group customizer mutate.Response message for an ad group customizer mutate.The result for the ad group extension setting mutate.The result for the ad group extension setting mutate.Request message for [AdGroupExtensionSettingService.MutateAdGroupExtensionSettings][google.ads.googleads.v18.services.AdGroupExtensionSettingService.MutateAdGroupExtensionSettings].Request message for [AdGroupExtensionSettingService.MutateAdGroupExtensionSettings][google.ads.googleads.v18.services.AdGroupExtensionSettingService.MutateAdGroupExtensionSettings].Response message for an ad group extension setting mutate.Response message for an ad group extension setting mutate.The result for the ad group feed mutate.The result for the ad group feed mutate.Request message for [AdGroupFeedService.MutateAdGroupFeeds][google.ads.googleads.v18.services.AdGroupFeedService.MutateAdGroupFeeds].Request message for [AdGroupFeedService.MutateAdGroupFeeds][google.ads.googleads.v18.services.AdGroupFeedService.MutateAdGroupFeeds].Response message for an ad group feed mutate.Response message for an ad group feed mutate.The result for an ad group label mutate.The result for an ad group label mutate.Request message for [AdGroupLabelService.MutateAdGroupLabels][google.ads.googleads.v18.services.AdGroupLabelService.MutateAdGroupLabels].Request message for [AdGroupLabelService.MutateAdGroupLabels][google.ads.googleads.v18.services.AdGroupLabelService.MutateAdGroupLabels].Response message for an ad group labels mutate.Response message for an ad group labels mutate.The result for the ad group mutate.The result for the ad group mutate.Request message for [AdGroupService.MutateAdGroups][google.ads.googleads.v18.services.AdGroupService.MutateAdGroups].Request message for [AdGroupService.MutateAdGroups][google.ads.googleads.v18.services.AdGroupService.MutateAdGroups].Response message for an ad group mutate.Response message for an ad group mutate.The result for the ad parameter mutate.The result for the ad parameter mutate.Request message for [AdParameterService.MutateAdParameters][google.ads.googleads.v18.services.AdParameterService.MutateAdParameters]Request message for [AdParameterService.MutateAdParameters][google.ads.googleads.v18.services.AdParameterService.MutateAdParameters]Response message for an ad parameter mutate.Response message for an ad parameter mutate.The result for the ad mutate.The result for the ad mutate.Request message for [AdService.MutateAds][google.ads.googleads.v18.services.AdService.MutateAds].Request message for [AdService.MutateAds][google.ads.googleads.v18.services.AdService.MutateAds].Response message for an ad mutate.Response message for an ad mutate.The result for the asset group asset mutate.The result for the asset group asset mutate.Request message for [AssetGroupAssetService.MutateAssetGroupAssets][google.ads.googleads.v18.services.AssetGroupAssetService.MutateAssetGroupAssets].Request message for [AssetGroupAssetService.MutateAssetGroupAssets][google.ads.googleads.v18.services.AssetGroupAssetService.MutateAssetGroupAssets].Response message for an asset group asset mutate.Response message for an asset group asset mutate.The result for the asset group listing group filter mutate.The result for the asset group listing group filter mutate.Request message for [AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters][google.ads.googleads.v18.services.AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters].Request message for [AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters][google.ads.googleads.v18.services.AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters].Response message for an asset group listing group filter mutate.Response message for an asset group listing group filter mutate.The result for the asset group mutate.The result for the asset group mutate.The result for the asset group signal mutate.The result for the asset group signal mutate.Request message for [AssetGroupSignalService.MutateAssetGroupSignals][google.ads.googleads.v18.services.AssetGroupSignalService.MutateAssetGroupSignals].Request message for [AssetGroupSignalService.MutateAssetGroupSignals][google.ads.googleads.v18.services.AssetGroupSignalService.MutateAssetGroupSignals].Response message for an asset group signal mutate.Response message for an asset group signal mutate.Request message for [AssetGroupService.MutateAssetGroups][google.ads.googleads.v18.services.AssetGroupService.MutateAssetGroups].Request message for [AssetGroupService.MutateAssetGroups][google.ads.googleads.v18.services.AssetGroupService.MutateAssetGroups].Response message for an asset group mutate.Response message for an asset group mutate.The result for the asset mutate.The result for the asset mutate.The result for the asset set asset mutate.The result for the asset set asset mutate.Request message for [AssetSetAssetService.MutateAssetSetAssets][google.ads.googleads.v18.services.AssetSetAssetService.MutateAssetSetAssets].Request message for [AssetSetAssetService.MutateAssetSetAssets][google.ads.googleads.v18.services.AssetSetAssetService.MutateAssetSetAssets].Response message for an asset set asset mutate.Response message for an asset set asset mutate.The result for the asset set mutate.The result for the asset set mutate.Request message for [AssetSetService.MutateAssetSets][google.ads.googleads.v18.services.AssetSetService.MutateAssetSets].Request message for [AssetSetService.MutateAssetSets][google.ads.googleads.v18.services.AssetSetService.MutateAssetSets].Response message for an asset set mutate.Response message for an asset set mutate.Request message for [AssetService.MutateAssets][google.ads.googleads.v18.services.AssetService.MutateAssets]Request message for [AssetService.MutateAssets][google.ads.googleads.v18.services.AssetService.MutateAssets]Response message for an asset mutate.Response message for an asset mutate.The result for the audience mutate.The result for the audience mutate.Request message for [AudienceService.MutateAudiences][google.ads.googleads.v18.services.AudienceService.MutateAudiences].Request message for [AudienceService.MutateAudiences][google.ads.googleads.v18.services.AudienceService.MutateAudiences].Response message for an audience mutate.Response message for an audience mutate.Request message for [BatchJobService.MutateBatchJob][google.ads.googleads.v18.services.BatchJobService.MutateBatchJob].Request message for [BatchJobService.MutateBatchJob][google.ads.googleads.v18.services.BatchJobService.MutateBatchJob].Response message for [BatchJobService.MutateBatchJob][google.ads.googleads.v18.services.BatchJobService.MutateBatchJob].Response message for [BatchJobService.MutateBatchJob][google.ads.googleads.v18.services.BatchJobService.MutateBatchJob].The result for the batch job mutate.The result for the batch job mutate.Request message for [BiddingDataExclusionService.MutateBiddingDataExclusions][google.ads.googleads.v18.services.BiddingDataExclusionService.MutateBiddingDataExclusions].Request message for [BiddingDataExclusionService.MutateBiddingDataExclusions][google.ads.googleads.v18.services.BiddingDataExclusionService.MutateBiddingDataExclusions].Response message for data exclusions mutate.Response message for data exclusions mutate.The result for the data exclusion mutate.The result for the data exclusion mutate.Request message for [BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments][google.ads.googleads.v18.services.BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments].Request message for [BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments][google.ads.googleads.v18.services.BiddingSeasonalityAdjustmentService.MutateBiddingSeasonalityAdjustments].Response message for seasonality adjustments mutate.Response message for seasonality adjustments mutate.The result for the seasonality adjustment mutate.The result for the seasonality adjustment mutate.Request message for [BiddingStrategyService.MutateBiddingStrategies][google.ads.googleads.v18.services.BiddingStrategyService.MutateBiddingStrategies].Request message for [BiddingStrategyService.MutateBiddingStrategies][google.ads.googleads.v18.services.BiddingStrategyService.MutateBiddingStrategies].Response message for bidding strategy mutate.Response message for bidding strategy mutate.The result for the bidding strategy mutate.The result for the bidding strategy mutate.Request message for billing setup mutate operations.Request message for billing setup mutate operations.Response message for a billing setup operation.Response message for a billing setup operation.Result for a single billing setup mutate.Result for a single billing setup mutate.The result for the campaign asset mutate.The result for the campaign asset mutate.The result for the campaign asset set mutate.The result for the campaign asset set mutate.Request message for [CampaignAssetSetService.MutateCampaignAssetSets][google.ads.googleads.v18.services.CampaignAssetSetService.MutateCampaignAssetSets].Request message for [CampaignAssetSetService.MutateCampaignAssetSets][google.ads.googleads.v18.services.CampaignAssetSetService.MutateCampaignAssetSets].Response message for a campaign asset set mutate.Response message for a campaign asset set mutate.Request message for [CampaignAssetService.MutateCampaignAssets][google.ads.googleads.v18.services.CampaignAssetService.MutateCampaignAssets].Request message for [CampaignAssetService.MutateCampaignAssets][google.ads.googleads.v18.services.CampaignAssetService.MutateCampaignAssets].Response message for a campaign asset mutate.Response message for a campaign asset mutate.The result for the criterion mutate.The result for the criterion mutate.Request message for [CampaignBidModifierService.MutateCampaignBidModifiers][google.ads.googleads.v18.services.CampaignBidModifierService.MutateCampaignBidModifiers].Request message for [CampaignBidModifierService.MutateCampaignBidModifiers][google.ads.googleads.v18.services.CampaignBidModifierService.MutateCampaignBidModifiers].Response message for campaign bid modifiers mutate.Response message for campaign bid modifiers mutate.The result for the campaign budget mutate.The result for the campaign budget mutate.Request message for [CampaignBudgetService.MutateCampaignBudgets][google.ads.googleads.v18.services.CampaignBudgetService.MutateCampaignBudgets].Request message for [CampaignBudgetService.MutateCampaignBudgets][google.ads.googleads.v18.services.CampaignBudgetService.MutateCampaignBudgets].Response message for campaign budget mutate.Response message for campaign budget mutate.The result for the campaign conversion goal mutate.The result for the campaign conversion goal mutate.Request message for [CampaignConversionGoalService.MutateCampaignConversionGoals][google.ads.googleads.v18.services.CampaignConversionGoalService.MutateCampaignConversionGoals].Request message for [CampaignConversionGoalService.MutateCampaignConversionGoals][google.ads.googleads.v18.services.CampaignConversionGoalService.MutateCampaignConversionGoals].Response message for a campaign conversion goal mutate.Response message for a campaign conversion goal mutate.Request message for [CampaignCriterionService.MutateCampaignCriteria][google.ads.googleads.v18.services.CampaignCriterionService.MutateCampaignCriteria].Request message for [CampaignCriterionService.MutateCampaignCriteria][google.ads.googleads.v18.services.CampaignCriterionService.MutateCampaignCriteria].Response message for campaign criterion mutate.Response message for campaign criterion mutate.The result for the criterion mutate.The result for the criterion mutate.The result for the campaign customizer mutate.The result for the campaign customizer mutate.Request message for [CampaignCustomizerService.MutateCampaignCustomizers][google.ads.googleads.v18.services.CampaignCustomizerService.MutateCampaignCustomizers].Request message for [CampaignCustomizerService.MutateCampaignCustomizers][google.ads.googleads.v18.services.CampaignCustomizerService.MutateCampaignCustomizers].Response message for a campaign customizer mutate.Response message for a campaign customizer mutate.The result for the campaign draft mutate.The result for the campaign draft mutate.Request message for [CampaignDraftService.MutateCampaignDrafts][google.ads.googleads.v18.services.CampaignDraftService.MutateCampaignDrafts].Request message for [CampaignDraftService.MutateCampaignDrafts][google.ads.googleads.v18.services.CampaignDraftService.MutateCampaignDrafts].Response message for campaign draft mutate.Response message for campaign draft mutate.The result for the campaign extension setting mutate.The result for the campaign extension setting mutate.Request message for [CampaignExtensionSettingService.MutateCampaignExtensionSettings][google.ads.googleads.v18.services.CampaignExtensionSettingService.MutateCampaignExtensionSettings].Request message for [CampaignExtensionSettingService.MutateCampaignExtensionSettings][google.ads.googleads.v18.services.CampaignExtensionSettingService.MutateCampaignExtensionSettings].Response message for a campaign extension setting mutate.Response message for a campaign extension setting mutate.The result for the campaign feed mutate.The result for the campaign feed mutate.Request message for [CampaignFeedService.MutateCampaignFeeds][google.ads.googleads.v18.services.CampaignFeedService.MutateCampaignFeeds].Request message for [CampaignFeedService.MutateCampaignFeeds][google.ads.googleads.v18.services.CampaignFeedService.MutateCampaignFeeds].Response message for a campaign feed mutate.Response message for a campaign feed mutate.The result for the campaign group mutate.The result for the campaign group mutate.Request message for [CampaignGroupService.MutateCampaignGroups][google.ads.googleads.v18.services.CampaignGroupService.MutateCampaignGroups].Request message for [CampaignGroupService.MutateCampaignGroups][google.ads.googleads.v18.services.CampaignGroupService.MutateCampaignGroups].Response message for campaign group mutate.Response message for campaign group mutate.The result for a campaign label mutate.The result for a campaign label mutate.Request message for [CampaignLabelService.MutateCampaignLabels][google.ads.googleads.v18.services.CampaignLabelService.MutateCampaignLabels].Request message for [CampaignLabelService.MutateCampaignLabels][google.ads.googleads.v18.services.CampaignLabelService.MutateCampaignLabels].Response message for a campaign labels mutate.Response message for a campaign labels mutate.The result for the campaign mutate.The result for the campaign mutate.The result for the campaign shared set mutate.The result for the campaign shared set mutate.Request message for [CampaignSharedSetService.MutateCampaignSharedSets][google.ads.googleads.v18.services.CampaignSharedSetService.MutateCampaignSharedSets].Request message for [CampaignSharedSetService.MutateCampaignSharedSets][google.ads.googleads.v18.services.CampaignSharedSetService.MutateCampaignSharedSets].Response message for a campaign shared set mutate.Response message for a campaign shared set mutate.Request message for [CampaignService.MutateCampaigns][google.ads.googleads.v18.services.CampaignService.MutateCampaigns].Request message for [CampaignService.MutateCampaigns][google.ads.googleads.v18.services.CampaignService.MutateCampaigns].Response message for campaign mutate.Response message for campaign mutate.The result for the conversion action mutate.The result for the conversion action mutate.Request message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v18.services.ConversionActionService.MutateConversionActions].Request message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v18.services.ConversionActionService.MutateConversionActions].Response message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v18.services.ConversionActionService.MutateConversionActions].Response message for [ConversionActionService.MutateConversionActions][google.ads.googleads.v18.services.ConversionActionService.MutateConversionActions].The result for the conversion custom variable mutate.The result for the conversion custom variable mutate.Request message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v18.services.ConversionCustomVariableService.MutateConversionCustomVariables].Request message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v18.services.ConversionCustomVariableService.MutateConversionCustomVariables].Response message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v18.services.ConversionCustomVariableService.MutateConversionCustomVariables].Response message for [ConversionCustomVariableService.MutateConversionCustomVariables][google.ads.googleads.v18.services.ConversionCustomVariableService.MutateConversionCustomVariables].The result for the conversion goal campaign config mutate.The result for the conversion goal campaign config mutate.Request message for [ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs][google.ads.googleads.v18.services.ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs].Request message for [ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs][google.ads.googleads.v18.services.ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs].Response message for a conversion goal campaign config mutate.Response message for a conversion goal campaign config mutate.The result for the conversion value rule mutate.The result for the conversion value rule mutate.The result for the conversion value rule set mutate.The result for the conversion value rule set mutate.Request message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v18.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].Request message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v18.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].Response message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v18.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].Response message for [ConversionValueRuleSetService.MutateConversionValueRuleSets][google.ads.googleads.v18.services.ConversionValueRuleSetService.MutateConversionValueRuleSets].Request message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v18.services.ConversionValueRuleService.MutateConversionValueRules].Request message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v18.services.ConversionValueRuleService.MutateConversionValueRules].Response message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v18.services.ConversionValueRuleService.MutateConversionValueRules].Response message for [ConversionValueRuleService.MutateConversionValueRules][google.ads.googleads.v18.services.ConversionValueRuleService.MutateConversionValueRules].The result for the custom audience mutate.The result for the custom audience mutate.Request message for [CustomAudienceService.MutateCustomAudiences][google.ads.googleads.v18.services.CustomAudienceService.MutateCustomAudiences].Request message for [CustomAudienceService.MutateCustomAudiences][google.ads.googleads.v18.services.CustomAudienceService.MutateCustomAudiences].Response message for custom audience mutate.Response message for custom audience mutate.The result for the custom conversion goal mutate.The result for the custom conversion goal mutate.Request message for [CustomConversionGoalService.MutateCustomConversionGoals][google.ads.googleads.v18.services.CustomConversionGoalService.MutateCustomConversionGoals].Request message for [CustomConversionGoalService.MutateCustomConversionGoals][google.ads.googleads.v18.services.CustomConversionGoalService.MutateCustomConversionGoals].Response message for a custom conversion goal mutate.Response message for a custom conversion goal mutate.The result for the customer asset mutate.The result for the customer asset mutate.The result for the customer asset set mutate.The result for the customer asset set mutate.Request message for [CustomerAssetSetService.MutateCustomerAssetSets][google.ads.googleads.v18.services.CustomerAssetSetService.MutateCustomerAssetSets].Request message for [CustomerAssetSetService.MutateCustomerAssetSets][google.ads.googleads.v18.services.CustomerAssetSetService.MutateCustomerAssetSets].Response message for a customer asset set mutate.Response message for a customer asset set mutate.Request message for [CustomerAssetService.MutateCustomerAssets][google.ads.googleads.v18.services.CustomerAssetService.MutateCustomerAssets].Request message for [CustomerAssetService.MutateCustomerAssets][google.ads.googleads.v18.services.CustomerAssetService.MutateCustomerAssets].Response message for a customer asset mutate.Response message for a customer asset mutate.Request message for [CustomerClientLinkService.MutateCustomerClientLink][google.ads.googleads.v18.services.CustomerClientLinkService.MutateCustomerClientLink].Request message for [CustomerClientLinkService.MutateCustomerClientLink][google.ads.googleads.v18.services.CustomerClientLinkService.MutateCustomerClientLink].Response message for a CustomerClientLink mutate.Response message for a CustomerClientLink mutate.The result for a single customer client link mutate.The result for a single customer client link mutate.The result for the customer conversion goal mutate.The result for the customer conversion goal mutate.Request message for [CustomerConversionGoalService.MutateCustomerConversionGoals][google.ads.googleads.v18.services.CustomerConversionGoalService.MutateCustomerConversionGoals].Request message for [CustomerConversionGoalService.MutateCustomerConversionGoals][google.ads.googleads.v18.services.CustomerConversionGoalService.MutateCustomerConversionGoals].Response message for a customer conversion goal mutate.Response message for a customer conversion goal mutate.The result for the customizer attribute mutate.The result for the customizer attribute mutate.Request message for [CustomerCustomizerService.MutateCustomerCustomizers][google.ads.googleads.v18.services.CustomerCustomizerService.MutateCustomerCustomizers].Request message for [CustomerCustomizerService.MutateCustomerCustomizers][google.ads.googleads.v18.services.CustomerCustomizerService.MutateCustomerCustomizers].Response message for a customizer attribute mutate.Response message for a customizer attribute mutate.The result for the customer extension setting mutate.The result for the customer extension setting mutate.Request message for [CustomerExtensionSettingService.MutateCustomerExtensionSettings][google.ads.googleads.v18.services.CustomerExtensionSettingService.MutateCustomerExtensionSettings].Request message for [CustomerExtensionSettingService.MutateCustomerExtensionSettings][google.ads.googleads.v18.services.CustomerExtensionSettingService.MutateCustomerExtensionSettings].Response message for a customer extension setting mutate.Response message for a customer extension setting mutate.The result for the customer feed mutate.The result for the customer feed mutate.Request message for [CustomerFeedService.MutateCustomerFeeds][google.ads.googleads.v18.services.CustomerFeedService.MutateCustomerFeeds].Request message for [CustomerFeedService.MutateCustomerFeeds][google.ads.googleads.v18.services.CustomerFeedService.MutateCustomerFeeds].Response message for a customer feed mutate.Response message for a customer feed mutate.The result for a customer label mutate.The result for a customer label mutate.Request message for [CustomerLabelService.MutateCustomerLabels][google.ads.googleads.v18.services.CustomerLabelService.MutateCustomerLabels].Request message for [CustomerLabelService.MutateCustomerLabels][google.ads.googleads.v18.services.CustomerLabelService.MutateCustomerLabels].Response message for a customer labels mutate.Response message for a customer labels mutate.Request message for [CustomerManagerLinkService.MutateCustomerManagerLink][google.ads.googleads.v18.services.CustomerManagerLinkService.MutateCustomerManagerLink].Request message for [CustomerManagerLinkService.MutateCustomerManagerLink][google.ads.googleads.v18.services.CustomerManagerLinkService.MutateCustomerManagerLink].Response message for a CustomerManagerLink mutate.Response message for a CustomerManagerLink mutate.The result for the customer manager link mutate.The result for the customer manager link mutate.Request message for [CustomerNegativeCriterionService.MutateCustomerNegativeCriteria][google.ads.googleads.v18.services.CustomerNegativeCriterionService.MutateCustomerNegativeCriteria].Request message for [CustomerNegativeCriterionService.MutateCustomerNegativeCriteria][google.ads.googleads.v18.services.CustomerNegativeCriterionService.MutateCustomerNegativeCriteria].Response message for customer negative criterion mutate.Response message for customer negative criterion mutate.The result for the criterion mutate.The result for the criterion mutate.Request message for [CustomerService.MutateCustomer][google.ads.googleads.v18.services.CustomerService.MutateCustomer].Request message for [CustomerService.MutateCustomer][google.ads.googleads.v18.services.CustomerService.MutateCustomer].Response message for customer mutate.Response message for customer mutate.The result for the customer mutate.The result for the customer mutate.Request message for [CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema][google.ads.googleads.v18.services.CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema].Request message for [CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema][google.ads.googleads.v18.services.CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema].Response message for MutateCustomerSkAdNetworkConversionValueSchema.Response message for MutateCustomerSkAdNetworkConversionValueSchema.The result for the CustomerSkAdNetworkConversionValueSchema mutate.The result for the CustomerSkAdNetworkConversionValueSchema mutate.Request message for [CustomerUserAccessInvitationService.MutateCustomerUserAccessInvitation][google.ads.googleads.v18.services.CustomerUserAccessInvitationService.MutateCustomerUserAccessInvitation]Request message for [CustomerUserAccessInvitationService.MutateCustomerUserAccessInvitation][google.ads.googleads.v18.services.CustomerUserAccessInvitationService.MutateCustomerUserAccessInvitation]Response message for access invitation mutate.Response message for access invitation mutate.The result for the access invitation mutate.The result for the access invitation mutate.Mutate Request for [CustomerUserAccessService.MutateCustomerUserAccess][google.ads.googleads.v18.services.CustomerUserAccessService.MutateCustomerUserAccess].Mutate Request for [CustomerUserAccessService.MutateCustomerUserAccess][google.ads.googleads.v18.services.CustomerUserAccessService.MutateCustomerUserAccess].Response message for customer user access mutate.Response message for customer user access mutate.The result for the customer user access mutate.The result for the customer user access mutate.The result for the custom interest mutate.The result for the custom interest mutate.Request message for [CustomInterestService.MutateCustomInterests][google.ads.googleads.v18.services.CustomInterestService.MutateCustomInterests].Request message for [CustomInterestService.MutateCustomInterests][google.ads.googleads.v18.services.CustomInterestService.MutateCustomInterests].Response message for custom interest mutate.Response message for custom interest mutate.The result for the customizer attribute mutate.The result for the customizer attribute mutate.Request message for [CustomizerAttributeService.MutateCustomizerAttributes][google.ads.googleads.v18.services.CustomizerAttributeService.MutateCustomizerAttributes].Request message for [CustomizerAttributeService.MutateCustomizerAttributes][google.ads.googleads.v18.services.CustomizerAttributeService.MutateCustomizerAttributes].Response message for a customizer attribute mutate.Response message for a customizer attribute mutate.The result for the experiment arm mutate.The result for the experiment arm mutate.Request message for [ExperimentArmService.MutateExperimentArms][google.ads.googleads.v18.services.ExperimentArmService.MutateExperimentArms].Request message for [ExperimentArmService.MutateExperimentArms][google.ads.googleads.v18.services.ExperimentArmService.MutateExperimentArms].Response message for experiment arm mutate.Response message for experiment arm mutate.The result for the campaign experiment mutate.The result for the campaign experiment mutate.Request message for [ExperimentService.MutateExperiments][google.ads.googleads.v18.services.ExperimentService.MutateExperiments].Request message for [ExperimentService.MutateExperiments][google.ads.googleads.v18.services.ExperimentService.MutateExperiments].Response message for experiment mutate.Response message for experiment mutate.The result for the extension feed item mutate.The result for the extension feed item mutate.Request message for [ExtensionFeedItemService.MutateExtensionFeedItems][google.ads.googleads.v18.services.ExtensionFeedItemService.MutateExtensionFeedItems].Request message for [ExtensionFeedItemService.MutateExtensionFeedItems][google.ads.googleads.v18.services.ExtensionFeedItemService.MutateExtensionFeedItems].Response message for an extension feed item mutate.Response message for an extension feed item mutate.The result for the feed item mutate.The result for the feed item mutate.The result for the feed item set link mutate.The result for the feed item set link mutate.Request message for [FeedItemSetLinkService.MutateFeedItemSetLinks][google.ads.googleads.v18.services.FeedItemSetLinkService.MutateFeedItemSetLinks].Request message for [FeedItemSetLinkService.MutateFeedItemSetLinks][google.ads.googleads.v18.services.FeedItemSetLinkService.MutateFeedItemSetLinks].Response message for a feed item set link mutate.Response message for a feed item set link mutate.The result for the feed item set mutate.The result for the feed item set mutate.Request message for [FeedItemSetService.MutateFeedItemSets][google.ads.googleads.v18.services.FeedItemSetService.MutateFeedItemSets].Request message for [FeedItemSetService.MutateFeedItemSets][google.ads.googleads.v18.services.FeedItemSetService.MutateFeedItemSets].Response message for an feed item set mutate.Response message for an feed item set mutate.Request message for [FeedItemService.MutateFeedItems][google.ads.googleads.v18.services.FeedItemService.MutateFeedItems].Request message for [FeedItemService.MutateFeedItems][google.ads.googleads.v18.services.FeedItemService.MutateFeedItems].Response message for an feed item mutate.Response message for an feed item mutate.The result for the feed item target mutate.The result for the feed item target mutate.Request message for [FeedItemTargetService.MutateFeedItemTargets][google.ads.googleads.v18.services.FeedItemTargetService.MutateFeedItemTargets].Request message for [FeedItemTargetService.MutateFeedItemTargets][google.ads.googleads.v18.services.FeedItemTargetService.MutateFeedItemTargets].Response message for an feed item target mutate.Response message for an feed item target mutate.The result for the feed mapping mutate.The result for the feed mapping mutate.Request message for [FeedMappingService.MutateFeedMappings][google.ads.googleads.v18.services.FeedMappingService.MutateFeedMappings].Request message for [FeedMappingService.MutateFeedMappings][google.ads.googleads.v18.services.FeedMappingService.MutateFeedMappings].Response message for a feed mapping mutate.Response message for a feed mapping mutate.The result for the feed mutate.The result for the feed mutate.Request message for [FeedService.MutateFeeds][google.ads.googleads.v18.services.FeedService.MutateFeeds].Request message for [FeedService.MutateFeeds][google.ads.googleads.v18.services.FeedService.MutateFeeds].Response message for an feed mutate.Response message for an feed mutate.Request message for [GoogleAdsService.Mutate][google.ads.googleads.v18.services.GoogleAdsService.Mutate].Request message for [GoogleAdsService.Mutate][google.ads.googleads.v18.services.GoogleAdsService.Mutate].Response message for [GoogleAdsService.Mutate][google.ads.googleads.v18.services.GoogleAdsService.Mutate].Response message for [GoogleAdsService.Mutate][google.ads.googleads.v18.services.GoogleAdsService.Mutate].The result for the Keyword Plan ad group keyword mutate.The result for the Keyword Plan ad group keyword mutate.Request message for [KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords][google.ads.googleads.v18.services.KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords].Request message for [KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords][google.ads.googleads.v18.services.KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords].Response message for a Keyword Plan ad group keyword mutate.Response message for a Keyword Plan ad group keyword mutate.The result for the Keyword Plan ad group mutate.The result for the Keyword Plan ad group mutate.Request message for [KeywordPlanAdGroupService.MutateKeywordPlanAdGroups][google.ads.googleads.v18.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups].Request message for [KeywordPlanAdGroupService.MutateKeywordPlanAdGroups][google.ads.googleads.v18.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups].Response message for a Keyword Plan ad group mutate.Response message for a Keyword Plan ad group mutate.The result for the Keyword Plan campaign keyword mutate.The result for the Keyword Plan campaign keyword mutate.Request message for [KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords][google.ads.googleads.v18.services.KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords].Request message for [KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords][google.ads.googleads.v18.services.KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords].Response message for a Keyword Plan campaign keyword mutate.Response message for a Keyword Plan campaign keyword mutate.The result for the Keyword Plan campaign mutate.The result for the Keyword Plan campaign mutate.Request message for [KeywordPlanCampaignService.MutateKeywordPlanCampaigns][google.ads.googleads.v18.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns].Request message for [KeywordPlanCampaignService.MutateKeywordPlanCampaigns][google.ads.googleads.v18.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns].Response message for a Keyword Plan campaign mutate.Response message for a Keyword Plan campaign mutate.Request message for [KeywordPlanService.MutateKeywordPlans][google.ads.googleads.v18.services.KeywordPlanService.MutateKeywordPlans].Request message for [KeywordPlanService.MutateKeywordPlans][google.ads.googleads.v18.services.KeywordPlanService.MutateKeywordPlans].Response message for a keyword plan mutate.Response message for a keyword plan mutate.The result for the keyword plan mutate.The result for the keyword plan mutate.The result for a label mutate.The result for a label mutate.Request message for [LabelService.MutateLabels][google.ads.googleads.v18.services.LabelService.MutateLabels].Request message for [LabelService.MutateLabels][google.ads.googleads.v18.services.LabelService.MutateLabels].Response message for a labels mutate.Response message for a labels mutate.A single operation (create, update, remove) on a resource.A single operation (create, update, remove) on a resource.Response message for the resource mutate.Response message for the resource mutate.Request message for [RecommendationSubscriptionService.MutateRecommendationSubscription]Request message for [RecommendationSubscriptionService.MutateRecommendationSubscription]Response message for [RecommendationSubscriptionService.MutateRecommendationSubscription]Response message for [RecommendationSubscriptionService.MutateRecommendationSubscription]Result message for [RecommendationSubscriptionService.MutateRecommendationSubscription]Result message for [RecommendationSubscriptionService.MutateRecommendationSubscription]The result for the remarketing action mutate.The result for the remarketing action mutate.Request message for [RemarketingActionService.MutateRemarketingActions][google.ads.googleads.v18.services.RemarketingActionService.MutateRemarketingActions].Request message for [RemarketingActionService.MutateRemarketingActions][google.ads.googleads.v18.services.RemarketingActionService.MutateRemarketingActions].Response message for remarketing action mutate.Response message for remarketing action mutate.Request message for [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v18.services.SharedCriterionService.MutateSharedCriteria].Request message for [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v18.services.SharedCriterionService.MutateSharedCriteria].Response message for a shared criterion mutate.Response message for a shared criterion mutate.The result for the shared criterion mutate.The result for the shared criterion mutate.The result for the shared set mutate.The result for the shared set mutate.Request message for [SharedSetService.MutateSharedSets][google.ads.googleads.v18.services.SharedSetService.MutateSharedSets].Request message for [SharedSetService.MutateSharedSets][google.ads.googleads.v18.services.SharedSetService.MutateSharedSets].Response message for a shared set mutate.Response message for a shared set mutate.The result for the Smart campaign setting mutate.The result for the Smart campaign setting mutate.Request message for [SmartCampaignSettingService.MutateSmartCampaignSettings][google.ads.googleads.v18.services.SmartCampaignSettingService.MutateSmartCampaignSettings].Request message for [SmartCampaignSettingService.MutateSmartCampaignSettings][google.ads.googleads.v18.services.SmartCampaignSettingService.MutateSmartCampaignSettings].Response message for campaign mutate.Response message for campaign mutate.The result for the user list customer type mutate.The result for the user list customer type mutate.Request message for [UserListCustomerTypeService.MutateUserListCustomerTypes][google.ads.googleads.v18.services.UserListCustomerTypeService.MutateUserListCustomerTypes].Request message for [UserListCustomerTypeService.MutateUserListCustomerTypes][google.ads.googleads.v18.services.UserListCustomerTypeService.MutateUserListCustomerTypes].Response message for a user list customer type mutate.Response message for a user list customer type mutate.The result for the user list mutate.The result for the user list mutate.Request message for [UserListService.MutateUserLists][google.ads.googleads.v18.services.UserListService.MutateUserLists].Request message for [UserListService.MutateUserLists][google.ads.googleads.v18.services.UserListService.MutateUserLists].Response message for user list mutate.Response message for user list mutate.Operation to be made for the AddOfflineUserDataJobOperationsRequest.Operation to be made for the AddOfflineUserDataJobOperationsRequest.Service Description: Service to manage offline user data jobs.Service to manage offline user data jobs.Service to manage offline user data jobs.A stub to allow clients to do limited synchronous rpc calls to service OfflineUserDataJobService.A stub to allow clients to do synchronous rpc calls to service OfflineUserDataJobService.A stub to allow clients to do ListenableFuture-style rpc calls to service OfflineUserDataJobService.Base class for the server implementation of the service OfflineUserDataJobService.A stub to allow clients to do asynchronous rpc calls to service OfflineUserDataJobService.Settings class to configure an instance ofOfflineUserDataJobServiceClient.Builder for OfflineUserDataJobServiceSettings.Audience metrics for the planned products.Audience metrics for the planned products.Service Description: Service to provide payments accounts that can be used to set up consolidated billing.Service to provide payments accounts that can be used to set up consolidated billing.Service to provide payments accounts that can be used to set up consolidated billing.A stub to allow clients to do limited synchronous rpc calls to service PaymentsAccountService.A stub to allow clients to do synchronous rpc calls to service PaymentsAccountService.A stub to allow clients to do ListenableFuture-style rpc calls to service PaymentsAccountService.Base class for the server implementation of the service PaymentsAccountService.A stub to allow clients to do asynchronous rpc calls to service PaymentsAccountService.Settings class to configure an instance ofPaymentsAccountServiceClient.Builder for PaymentsAccountServiceSettings.A plannable location: country, metro region, province, etc.A plannable location: country, metro region, province, etc.The targeting for which traffic metrics will be reported.The targeting for which traffic metrics will be reported.A product being planned for reach.A product being planned for reach.Forecasted traffic metrics for a planned product.Forecasted traffic metrics for a planned product.The forecasted allocation and traffic metrics for a specific product at a point on the reach curve.The forecasted allocation and traffic metrics for a specific product at a point on the reach curve.Service Description: This service allows management of product link invitations from Google Ads accounts to other accounts.This service allows management of product link invitations from Google Ads accounts to other accounts.This service allows management of product link invitations from Google Ads accounts to other accounts.A stub to allow clients to do limited synchronous rpc calls to service ProductLinkInvitationService.A stub to allow clients to do synchronous rpc calls to service ProductLinkInvitationService.A stub to allow clients to do ListenableFuture-style rpc calls to service ProductLinkInvitationService.Base class for the server implementation of the service ProductLinkInvitationService.A stub to allow clients to do asynchronous rpc calls to service ProductLinkInvitationService.Settings class to configure an instance ofProductLinkInvitationServiceClient.Builder for ProductLinkInvitationServiceSettings.Service Description: This service allows management of links between a Google Ads customer and another product.This service allows management of links between a Google Ads customer and another product.This service allows management of links between a Google Ads customer and another product.A stub to allow clients to do limited synchronous rpc calls to service ProductLinkService.A stub to allow clients to do synchronous rpc calls to service ProductLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service ProductLinkService.Base class for the server implementation of the service ProductLinkService.A stub to allow clients to do asynchronous rpc calls to service ProductLinkService.Settings class to configure an instance ofProductLinkServiceClient.Builder for ProductLinkServiceSettings.The metadata associated with an available plannable product.The metadata associated with an available plannable product.Request message for [CampaignDraftService.PromoteCampaignDraft][google.ads.googleads.v18.services.CampaignDraftService.PromoteCampaignDraft].Request message for [CampaignDraftService.PromoteCampaignDraft][google.ads.googleads.v18.services.CampaignDraftService.PromoteCampaignDraft].The metadata of the promoted experiment.The metadata of the promoted experiment.Request message for [ExperimentService.PromoteExperiment][google.ads.googleads.v18.services.ExperimentService.PromoteExperiment].Request message for [ExperimentService.PromoteExperiment][google.ads.googleads.v18.services.ExperimentService.PromoteExperiment].The reach curve for the planned products.The reach curve for the planned products.A point on reach curve.A point on reach curve.Service Description: Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube.A stub to allow clients to do limited synchronous rpc calls to service ReachPlanService.A stub to allow clients to do synchronous rpc calls to service ReachPlanService.A stub to allow clients to do ListenableFuture-style rpc calls to service ReachPlanService.Base class for the server implementation of the service ReachPlanService.A stub to allow clients to do asynchronous rpc calls to service ReachPlanService.Settings class to configure an instance ofReachPlanServiceClient.Builder for ReachPlanServiceSettings.Service Description: Service to manage recommendations.Service to manage recommendations.Service to manage recommendations.A stub to allow clients to do limited synchronous rpc calls to service RecommendationService.A stub to allow clients to do synchronous rpc calls to service RecommendationService.A stub to allow clients to do ListenableFuture-style rpc calls to service RecommendationService.Base class for the server implementation of the service RecommendationService.A stub to allow clients to do asynchronous rpc calls to service RecommendationService.Settings class to configure an instance ofRecommendationServiceClient.Builder for RecommendationServiceSettings.A single operation (create, update) on a recommendation subscription.A single operation (create, update) on a recommendation subscription.Service Description: Service to manage recommendation subscriptions.Service to manage recommendation subscriptions.Service to manage recommendation subscriptions.A stub to allow clients to do limited synchronous rpc calls to service RecommendationSubscriptionService.A stub to allow clients to do synchronous rpc calls to service RecommendationSubscriptionService.A stub to allow clients to do ListenableFuture-style rpc calls to service RecommendationSubscriptionService.Base class for the server implementation of the service RecommendationSubscriptionService.A stub to allow clients to do asynchronous rpc calls to service RecommendationSubscriptionService.Settings class to configure an instance ofRecommendationSubscriptionServiceClient.Builder for RecommendationSubscriptionServiceSettings.Request message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v18.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].Request message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v18.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].Response message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v18.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].Response message for [ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId][google.ads.googleads.v18.services.ThirdPartyAppAnalyticsLinkService.RegenerateShareableLinkId].A single operation (create, update) on a remarketing action.A single operation (create, update) on a remarketing action.Service Description: Service to manage remarketing actions.Service to manage remarketing actions.Service to manage remarketing actions.A stub to allow clients to do limited synchronous rpc calls to service RemarketingActionService.A stub to allow clients to do synchronous rpc calls to service RemarketingActionService.A stub to allow clients to do ListenableFuture-style rpc calls to service RemarketingActionService.Base class for the server implementation of the service RemarketingActionService.A stub to allow clients to do asynchronous rpc calls to service RemarketingActionService.Settings class to configure an instance ofRemarketingActionServiceClient.Builder for RemarketingActionServiceSettings.Request message for [AdGroupAdService.RemoveAutomaticallyCreatedAssetsRequest][].Request message for [AdGroupAdService.RemoveAutomaticallyCreatedAssetsRequest][].Request message for [ProductLinkinvitationService.RemoveProductLinkInvitation][].Request message for [ProductLinkinvitationService.RemoveProductLinkInvitation][].Response message for product link invitation removeal.Response message for product link invitation removeal.Request message for [ProductLinkService.RemoveProductLink][google.ads.googleads.v18.services.ProductLinkService.RemoveProductLink].Request message for [ProductLinkService.RemoveProductLink][google.ads.googleads.v18.services.ProductLinkService.RemoveProductLink].Response message for product link removal.Response message for product link removal.Contains information needed to restate a conversion's value.Contains information needed to restate a conversion's value.Request message for [BatchJobService.RunBatchJob][google.ads.googleads.v18.services.BatchJobService.RunBatchJob].Request message for [BatchJobService.RunBatchJob][google.ads.googleads.v18.services.BatchJobService.RunBatchJob].Request message for [OfflineUserDataJobService.RunOfflineUserDataJob][google.ads.googleads.v18.services.OfflineUserDataJobService.RunOfflineUserDataJob].Request message for [OfflineUserDataJobService.RunOfflineUserDataJob][google.ads.googleads.v18.services.OfflineUserDataJobService.RunOfflineUserDataJob].The metadata of the scheduled experiment.The metadata of the scheduled experiment.Request message for [ExperimentService.ScheduleExperiment][google.ads.googleads.v18.services.ExperimentService.ScheduleExperiment].Request message for [ExperimentService.ScheduleExperiment][google.ads.googleads.v18.services.ExperimentService.ScheduleExperiment].Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v18.services.GoogleAdsFieldService.SearchGoogleAdsFields].Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v18.services.GoogleAdsFieldService.SearchGoogleAdsFields].Response message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v18.services.GoogleAdsFieldService.SearchGoogleAdsFields].Response message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v18.services.GoogleAdsFieldService.SearchGoogleAdsFields].Request message for [GoogleAdsService.Search][google.ads.googleads.v18.services.GoogleAdsService.Search].Request message for [GoogleAdsService.Search][google.ads.googleads.v18.services.GoogleAdsService.Search].Response message for [GoogleAdsService.Search][google.ads.googleads.v18.services.GoogleAdsService.Search].Response message for [GoogleAdsService.Search][google.ads.googleads.v18.services.GoogleAdsService.Search].Request message for [GoogleAdsService.SearchStream][google.ads.googleads.v18.services.GoogleAdsService.SearchStream].Request message for [GoogleAdsService.SearchStream][google.ads.googleads.v18.services.GoogleAdsService.SearchStream].Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v18.services.GoogleAdsService.SearchStream].Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v18.services.GoogleAdsService.SearchStream].Indicates search settings in request parameter.Indicates search settings in request parameter.A shareable preview with its identifier.A shareable preview with its identifier.Result of the generate shareable preview.Result of the generate shareable preview.Message to hold a shareable preview result.Message to hold a shareable preview result.Service Description: Service to generate Shareable Previews.Service to generate Shareable Previews.Service to generate Shareable Previews.A stub to allow clients to do limited synchronous rpc calls to service ShareablePreviewService.A stub to allow clients to do synchronous rpc calls to service ShareablePreviewService.A stub to allow clients to do ListenableFuture-style rpc calls to service ShareablePreviewService.Base class for the server implementation of the service ShareablePreviewService.A stub to allow clients to do asynchronous rpc calls to service ShareablePreviewService.Settings class to configure an instance ofShareablePreviewServiceClient.Builder for ShareablePreviewServiceSettings.A single operation (create, remove) on an shared criterion.A single operation (create, remove) on an shared criterion.Service Description: Service to manage shared criteria.Service to manage shared criteria.Service to manage shared criteria.A stub to allow clients to do limited synchronous rpc calls to service SharedCriterionService.A stub to allow clients to do synchronous rpc calls to service SharedCriterionService.A stub to allow clients to do ListenableFuture-style rpc calls to service SharedCriterionService.Base class for the server implementation of the service SharedCriterionService.A stub to allow clients to do asynchronous rpc calls to service SharedCriterionService.Settings class to configure an instance ofSharedCriterionServiceClient.Builder for SharedCriterionServiceSettings.A single operation (create, update, remove) on an shared set.A single operation (create, update, remove) on an shared set.Service Description: Service to manage shared sets.Service to manage shared sets.Service to manage shared sets.A stub to allow clients to do limited synchronous rpc calls to service SharedSetService.A stub to allow clients to do synchronous rpc calls to service SharedSetService.A stub to allow clients to do ListenableFuture-style rpc calls to service SharedSetService.Base class for the server implementation of the service SharedSetService.A stub to allow clients to do asynchronous rpc calls to service SharedSetService.Settings class to configure an instance ofSharedSetServiceClient.Builder for SharedSetServiceSettings.Site SeedSite SeedDetails related to Smart campaigns that are eligible to serve.Details related to Smart campaigns that are eligible to serve.Details related to Smart campaigns that have ended.Details related to Smart campaigns that have ended.Details related to Smart campaigns that are not eligible to serve.Details related to Smart campaigns that are not eligible to serve.Details related to paused Smart campaigns.Details related to paused Smart campaigns.Details related to removed Smart campaigns.Details related to removed Smart campaigns.A single operation to update Smart campaign settings for a campaign.A single operation to update Smart campaign settings for a campaign.Service Description: Service to manage Smart campaign settings.Service to manage Smart campaign settings.Service to manage Smart campaign settings.A stub to allow clients to do limited synchronous rpc calls to service SmartCampaignSettingService.A stub to allow clients to do synchronous rpc calls to service SmartCampaignSettingService.A stub to allow clients to do ListenableFuture-style rpc calls to service SmartCampaignSettingService.Base class for the server implementation of the service SmartCampaignSettingService.A stub to allow clients to do asynchronous rpc calls to service SmartCampaignSettingService.Settings class to configure an instance ofSmartCampaignSettingServiceClient.Builder for SmartCampaignSettingServiceSettings.Information needed to get suggestion for Smart Campaign.Information needed to get suggestion for Smart Campaign.A context that describes a business.A context that describes a business.A list of locations.A list of locations.Service Description: Service to get suggestions for Smart Campaigns.Service to get suggestions for Smart Campaigns.Service to get suggestions for Smart Campaigns.A stub to allow clients to do limited synchronous rpc calls to service SmartCampaignSuggestService.A stub to allow clients to do synchronous rpc calls to service SmartCampaignSuggestService.A stub to allow clients to do ListenableFuture-style rpc calls to service SmartCampaignSuggestService.Base class for the server implementation of the service SmartCampaignSuggestService.A stub to allow clients to do asynchronous rpc calls to service SmartCampaignSuggestService.Settings class to configure an instance ofSmartCampaignSuggestServiceClient.Builder for SmartCampaignSuggestServiceSettings.Request message for [IdentityVerificationService.StartIdentityVerification].Request message for [IdentityVerificationService.StartIdentityVerification].Request message for [BrandSuggestionService.SuggestBrands][google.ads.googleads.v18.services.BrandSuggestionService.SuggestBrands].Request message for [BrandSuggestionService.SuggestBrands][google.ads.googleads.v18.services.BrandSuggestionService.SuggestBrands].Response message for [BrandSuggestionService.SuggestBrands][google.ads.googleads.v18.services.BrandSuggestionService.SuggestBrands].Response message for [BrandSuggestionService.SuggestBrands][google.ads.googleads.v18.services.BrandSuggestionService.SuggestBrands].Request message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v18.services.GeoTargetConstantService.SuggestGeoTargetConstants].Request message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v18.services.GeoTargetConstantService.SuggestGeoTargetConstants].A list of geo target constant resource names.A list of geo target constant resource names.A list of location names.A list of location names.Response message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v18.services.GeoTargetConstantService.SuggestGeoTargetConstants].Response message for [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v18.services.GeoTargetConstantService.SuggestGeoTargetConstants].Request message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v18.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].Request message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v18.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].Response message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v18.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].Response message for [KeywordThemeConstantService.SuggestKeywordThemeConstants][google.ads.googleads.v18.services.KeywordThemeConstantService.SuggestKeywordThemeConstants].Request message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestKeywordThemes].Request message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestKeywordThemes].Response message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestKeywordThemes].Response message for [SmartCampaignSuggestService.SuggestKeywordThemes][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestKeywordThemes].A Smart campaign keyword theme suggestion.A Smart campaign keyword theme suggestion.Request message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].Request message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].Response message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].Response message for [SmartCampaignSuggestService.SuggestSmartCampaignAd][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignAd].Request message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions].Request message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions].Response message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions].Smart Campaign budget option.Smart Campaign budget option.Response message for [SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions][google.ads.googleads.v18.services.SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions].Performance metrics for a given budget option.Performance metrics for a given budget option.Request message for [TravelAssetSuggestionService.SuggestTravelAssets][google.ads.googleads.v18.services.TravelAssetSuggestionService.SuggestTravelAssets].Request message for [TravelAssetSuggestionService.SuggestTravelAssets][google.ads.googleads.v18.services.TravelAssetSuggestionService.SuggestTravelAssets].Response message for [TravelAssetSuggestionService.SuggestTravelAssets][google.ads.googleads.v18.services.TravelAssetSuggestionService.SuggestTravelAssets].Response message for [TravelAssetSuggestionService.SuggestTravelAssets][google.ads.googleads.v18.services.TravelAssetSuggestionService.SuggestTravelAssets].Container for surfaces for a product.Container for surfaces for a product.The surface targeting combinations available for an ad product.The surface targeting combinations available for an ad product.Target Frequency settings for a supported product.Target Frequency settings for a supported product.The targeting for which traffic metrics will be reported.The targeting for which traffic metrics will be reported.A suggested targetable audience relevant to the requested audience.A suggested targetable audience relevant to the requested audience.Service Description: This service allows management of links between Google Ads and third party app analytics.This service allows management of links between Google Ads and third party app analytics.This service allows management of links between Google Ads and third party app analytics.A stub to allow clients to do limited synchronous rpc calls to service ThirdPartyAppAnalyticsLinkService.A stub to allow clients to do synchronous rpc calls to service ThirdPartyAppAnalyticsLinkService.A stub to allow clients to do ListenableFuture-style rpc calls to service ThirdPartyAppAnalyticsLinkService.Base class for the server implementation of the service ThirdPartyAppAnalyticsLinkService.A stub to allow clients to do asynchronous rpc calls to service ThirdPartyAppAnalyticsLinkService.Settings class to configure an instance ofThirdPartyAppAnalyticsLinkServiceClient.Builder for ThirdPartyAppAnalyticsLinkServiceSettings.Service Description: Service to retrieve Travel asset suggestions.Service to retrieve Travel asset suggestions.Service to retrieve Travel asset suggestions.A stub to allow clients to do limited synchronous rpc calls to service TravelAssetSuggestionService.A stub to allow clients to do synchronous rpc calls to service TravelAssetSuggestionService.A stub to allow clients to do ListenableFuture-style rpc calls to service TravelAssetSuggestionService.Base class for the server implementation of the service TravelAssetSuggestionService.A stub to allow clients to do asynchronous rpc calls to service TravelAssetSuggestionService.Settings class to configure an instance ofTravelAssetSuggestionServiceClient.Builder for TravelAssetSuggestionServiceSettings.An AdGroup/Campaign pair that could not be used as a suggestion for keywords.An AdGroup/Campaign pair that could not be used as a suggestion for keywords.Request message for [ProductLinkInvitationService.UpdateProductLinkInvitation][google.ads.googleads.v18.services.ProductLinkInvitationService.UpdateProductLinkInvitation].Request message for [ProductLinkInvitationService.UpdateProductLinkInvitation][google.ads.googleads.v18.services.ProductLinkInvitationService.UpdateProductLinkInvitation].Response message for product link invitation update.Response message for product link invitation update.Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadCallConversions].Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadCallConversions].Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadCallConversions].Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadCallConversions].Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadClickConversions].Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadClickConversions].Response message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadClickConversions].Response message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v18.services.ConversionUploadService.UploadClickConversions].Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v18.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v18.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].Response message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v18.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].Response message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v18.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].Request message for [UserDataService.UploadUserData][google.ads.googleads.v18.services.UserDataService.UploadUserData]Request message for [UserDataService.UploadUserData][google.ads.googleads.v18.services.UserDataService.UploadUserData]Response message for [UserDataService.UploadUserData][google.ads.googleads.v18.services.UserDataService.UploadUserData] Uploads made through this service will not be visible under the 'Segment members' section for the Customer Match List in the Google Ads UI.Response message for [UserDataService.UploadUserData][google.ads.googleads.v18.services.UserDataService.UploadUserData] Uploads made through this service will not be visible under the 'Segment members' section for the Customer Match List in the Google Ads UI.Url SeedUrl SeedOperation to be made for the UploadUserDataRequest.Operation to be made for the UploadUserDataRequest.Service Description: Service to manage user data uploads.Service to manage user data uploads.Service to manage user data uploads.A stub to allow clients to do limited synchronous rpc calls to service UserDataService.A stub to allow clients to do synchronous rpc calls to service UserDataService.A stub to allow clients to do ListenableFuture-style rpc calls to service UserDataService.Base class for the server implementation of the service UserDataService.A stub to allow clients to do asynchronous rpc calls to service UserDataService.Settings class to configure an instance ofUserDataServiceClient.Builder for UserDataServiceSettings.Metadata associated with a User Interest attribute.Metadata associated with a User Interest attribute.A single mutate operation on the user list customer type.A single mutate operation on the user list customer type.Service Description: Service to manage user list customer types.Service to manage user list customer types.Service to manage user list customer types.A stub to allow clients to do limited synchronous rpc calls to service UserListCustomerTypeService.A stub to allow clients to do synchronous rpc calls to service UserListCustomerTypeService.A stub to allow clients to do ListenableFuture-style rpc calls to service UserListCustomerTypeService.Base class for the server implementation of the service UserListCustomerTypeService.A stub to allow clients to do asynchronous rpc calls to service UserListCustomerTypeService.Settings class to configure an instance ofUserListCustomerTypeServiceClient.Builder for UserListCustomerTypeServiceSettings.A single operation (create, update) on a user list.A single operation (create, update) on a user list.Service Description: Service to manage user lists.Service to manage user lists.Service to manage user lists.A stub to allow clients to do limited synchronous rpc calls to service UserListService.A stub to allow clients to do synchronous rpc calls to service UserListService.A stub to allow clients to do ListenableFuture-style rpc calls to service UserListService.Base class for the server implementation of the service UserListService.A stub to allow clients to do asynchronous rpc calls to service UserListService.Settings class to configure an instance ofUserListServiceClient.Builder for UserListServiceSettings.Metadata associated with a YouTube channel attribute.Metadata associated with a YouTube channel attribute.YouTube Channel insights, and its metadata (such as channel name and channel ID), returned for a creator insights response.YouTube Channel insights, and its metadata (such as channel name and channel ID), returned for a creator insights response.A YouTube creator and the insights for this creator.A YouTube creator and the insights for this creator.YouTube Channel metrics.YouTube Channel metrics.A Plannable YouTube Select Lineup for product targeting.A Plannable YouTube Select Lineup for product targeting.Request settings for YouTube Select LineupsRequest settings for YouTube Select Lineups