google-ads-googleads 2.4.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +29 -0
- data/google_ads_config.rb +3 -0
- data/lib/google/ads/google_ads/api_versions.rb +2 -2
- data/lib/google/ads/google_ads/autoboxing_fields.rb +55 -49
- data/lib/google/ads/google_ads/autoboxing_mappings.rb +53 -0
- data/lib/google/ads/google_ads/config.rb +15 -0
- data/lib/google/ads/google_ads/factories.rb +49 -0
- data/lib/google/ads/google_ads/factories/v1/enums.rb +1174 -1174
- data/lib/google/ads/google_ads/factories/v1/operations.rb +1291 -1431
- data/lib/google/ads/google_ads/factories/v1/resources.rb +2371 -2371
- data/lib/google/ads/google_ads/factories/v1/services.rb +297 -357
- data/lib/google/ads/google_ads/factories/v2/enums.rb +2507 -0
- data/lib/google/ads/google_ads/factories/v2/operations.rb +3679 -0
- data/lib/google/ads/google_ads/factories/v2/resources.rb +5575 -0
- data/lib/google/ads/google_ads/factories/v2/services.rb +2113 -0
- data/lib/google/ads/google_ads/field_mask_util.rb +3 -3
- data/lib/google/ads/google_ads/google_ads_client.rb +19 -33
- data/lib/google/ads/google_ads/lookup_util.rb +1 -54
- data/lib/google/ads/google_ads/service_lookup.rb +21 -57
- data/lib/google/ads/google_ads/utils/v1/path_lookup_util.rb +238 -98
- data/lib/google/ads/google_ads/utils/v2/path_lookup_util.rb +870 -0
- data/lib/google/ads/google_ads/v1/resources/campaign_pb.rb +14 -14
- data/lib/google/ads/google_ads/v1/resources/recommendation_pb.rb +17 -17
- data/lib/google/ads/google_ads/v1/services/account_budget_proposal_service_client.rb +10 -3
- data/lib/google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/account_budget_proposal_service_services_pb.rb +2 -1
- data/lib/google/ads/google_ads/v1/services/account_budget_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/account_budget_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/ad_group_ad_label_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_ad_label_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_ad_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_audience_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_audience_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/ad_group_bid_modifier_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_criterion_label_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_criterion_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_criterion_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_criterion_simulation_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_criterion_simulation_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/ad_group_extension_setting_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_extension_setting_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_feed_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_feed_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_label_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_label_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_group_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_simulation_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/ad_group_simulation_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/ad_parameter_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/ad_parameter_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/ad_schedule_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/ad_schedule_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/age_range_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/age_range_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/asset_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/asset_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/bidding_strategy_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/billing_setup_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/billing_setup_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/campaign_audience_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/campaign_audience_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/campaign_bid_modifier_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_bid_modifier_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_budget_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_budget_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_criterion_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_criterion_simulation_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/campaign_criterion_simulation_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/campaign_draft_service_client.rb +17 -4
- data/lib/google/ads/google_ads/v1/services/campaign_draft_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_experiment_service_client.rb +29 -7
- data/lib/google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_extension_setting_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_extension_setting_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_feed_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_feed_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_label_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_label_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_service_client.rb +9 -2
- data/lib/google/ads/google_ads/v1/services/campaign_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/campaign_shared_set_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/campaign_shared_set_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/carrier_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/carrier_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/change_status_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/change_status_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/click_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/click_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/conversion_action_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/conversion_action_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/conversion_adjustment_upload_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/conversion_adjustment_upload_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/conversion_upload_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/conversion_upload_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/custom_interest_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/custom_interest_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/customer_client_link_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/customer_client_link_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/customer_client_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/customer_client_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/customer_extension_setting_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/customer_extension_setting_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/customer_feed_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/customer_feed_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/customer_label_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/customer_label_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/customer_manager_link_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/customer_manager_link_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/customer_negative_criterion_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/customer_negative_criterion_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/customer_service_client.rb +12 -3
- data/lib/google/ads/google_ads/v1/services/customer_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/detail_placement_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/detail_placement_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/display_keyword_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/display_keyword_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/domain_category_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/domain_category_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/dynamic_search_ads_search_term_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/dynamic_search_ads_search_term_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/expanded_landing_page_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/expanded_landing_page_view_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/extension_feed_item_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/extension_feed_item_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/feed_item_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/feed_item_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/feed_item_target_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/feed_item_target_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/feed_mapping_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/feed_mapping_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/feed_placeholder_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/feed_placeholder_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/feed_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/feed_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/gender_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/gender_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/geo_target_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/geo_target_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/geographic_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/geographic_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/google_ads_field_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/google_ads_field_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/google_ads_service_client.rb +14 -6
- data/lib/google/ads/google_ads/v1/services/google_ads_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/google_ads_service_services_pb.rb +6 -4
- data/lib/google/ads/google_ads/v1/services/group_placement_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/group_placement_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/hotel_group_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/hotel_group_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/hotel_performance_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/hotel_performance_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/keyword_plan_ad_group_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/keyword_plan_campaign_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/keyword_plan_campaign_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/keyword_plan_idea_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/keyword_plan_idea_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/keyword_plan_keyword_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/keyword_plan_keyword_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/keyword_plan_negative_keyword_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/keyword_plan_negative_keyword_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/keyword_plan_service_client.rb +16 -4
- data/lib/google/ads/google_ads/v1/services/keyword_plan_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/keyword_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/keyword_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/label_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/label_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/landing_page_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/landing_page_view_service_pb.rb +1 -1
- data/lib/google/ads/google_ads/v1/services/language_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/language_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/location_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/location_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/managed_placement_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/managed_placement_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/media_file_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/media_file_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/merchant_center_link_service_client.rb +12 -3
- data/lib/google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/mobile_app_category_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/mobile_app_category_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/mobile_device_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/mobile_device_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/mutate_job_service_client.rb +21 -5
- data/lib/google/ads/google_ads/v1/services/mutate_job_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/operating_system_version_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/operating_system_version_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/paid_organic_search_term_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/paid_organic_search_term_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/parental_status_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/parental_status_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/payments_account_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/payments_account_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/product_bidding_category_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/product_bidding_category_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/product_group_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/product_group_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/recommendation_service_client.rb +12 -3
- data/lib/google/ads/google_ads/v1/services/recommendation_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/remarketing_action_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/remarketing_action_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/search_term_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/search_term_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/shared_criterion_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/shared_criterion_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/shared_set_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/shared_set_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/shopping_performance_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/shopping_performance_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/topic_constant_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/topic_constant_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/topic_view_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/topic_view_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/user_interest_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/user_interest_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/user_list_service_client.rb +8 -2
- data/lib/google/ads/google_ads/v1/services/user_list_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v1/services/video_service_client.rb +4 -1
- data/lib/google/ads/google_ads/v1/services/video_service_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/common/ad_asset_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/common/ad_type_infos_pb.rb +220 -0
- data/lib/google/ads/google_ads/v2/common/asset_types_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/common/bidding_pb.rb +86 -0
- data/lib/google/ads/google_ads/v2/common/click_location_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/common/criteria_pb.rb +297 -0
- data/lib/google/ads/google_ads/v2/common/criterion_category_availability_pb.rb +34 -0
- data/lib/google/ads/google_ads/v2/common/custom_parameter_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/common/dates_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/common/explorer_auto_optimizer_setting_pb.rb +16 -0
- data/lib/google/ads/google_ads/v2/common/extensions_pb.rb +133 -0
- data/lib/google/ads/google_ads/v2/common/feed_common_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/common/final_app_url_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/common/frequency_cap_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/common/keyword_plan_common_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/common/matching_function_pb.rb +52 -0
- data/lib/google/ads/google_ads/v2/common/metrics_pb.rb +127 -0
- data/lib/google/ads/google_ads/v2/common/policy_pb.rb +91 -0
- data/lib/google/ads/google_ads/v2/common/real_time_bidding_setting_pb.rb +16 -0
- data/lib/google/ads/google_ads/v2/common/segments_pb.rb +117 -0
- data/lib/google/ads/google_ads/v2/common/simulation_pb.rb +72 -0
- data/lib/google/ads/google_ads/v2/common/tag_snippet_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/common/targeting_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/common/text_label_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/common/url_collection_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/common/user_lists_pb.rb +114 -0
- data/lib/google/ads/google_ads/v2/common/value_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/access_reason_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/access_role_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/account_budget_proposal_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/account_budget_proposal_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/account_budget_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/ad_group_ad_rotation_mode_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/ad_group_ad_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/ad_group_criterion_approval_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/ad_group_criterion_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/ad_group_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/ad_group_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/enums/ad_network_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/ad_serving_optimization_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/ad_strength_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/ad_type_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/enums/advertising_channel_sub_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v2/enums/advertising_channel_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/affiliate_location_feed_relationship_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/enums/age_range_type_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/app_campaign_app_store_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/app_campaign_bidding_strategy_goal_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/app_payment_model_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/enums/app_store_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/app_url_operating_system_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/asset_field_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/asset_performance_label_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/asset_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/attribution_model_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/bid_modifier_source_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/bidding_source_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/bidding_strategy_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/bidding_strategy_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v2/enums/billing_setup_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/brand_safety_suitability_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/budget_delivery_method_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/budget_period_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/budget_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/budget_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/call_conversion_reporting_state_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_criterion_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_draft_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_experiment_status_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_experiment_traffic_split_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_experiment_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_serving_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_shared_set_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/campaign_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/change_status_operation_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/change_status_resource_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/enums/click_type_pb.rb +72 -0
- data/lib/google/ads/google_ads/v2/enums/content_label_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_action_category_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_action_counting_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_action_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_action_type_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_adjustment_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_attribution_event_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_lag_bucket_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/enums/conversion_or_adjustment_lag_bucket_pb.rb +60 -0
- data/lib/google/ads/google_ads/v2/enums/criterion_category_channel_availability_mode_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/criterion_category_locale_availability_mode_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/criterion_system_serving_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/criterion_type_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/enums/custom_interest_member_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/custom_interest_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/custom_interest_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v2/enums/customer_match_upload_key_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/data_driven_model_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/day_of_week_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/device_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/display_ad_format_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/display_upload_product_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/enums/distance_bucket_pb.rb +46 -0
- data/lib/google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v2/enums/extension_setting_device_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/extension_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/enums/external_conversion_source_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/enums/feed_attribute_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v2/enums/feed_item_quality_approval_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/feed_item_quality_disapproval_reason_pb.rb +37 -0
- data/lib/google/ads/google_ads/v2/enums/feed_item_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/feed_item_target_device_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/feed_item_target_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/feed_item_validation_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/feed_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/feed_origin_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/feed_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/flight_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v2/enums/frequency_cap_event_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/frequency_cap_level_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/frequency_cap_time_unit_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/gender_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/geo_target_constant_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/geo_targeting_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/google_ads_field_category_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/google_ads_field_data_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/enums/hotel_date_selection_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/hotel_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v2/enums/hotel_rate_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/income_range_type_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/interaction_event_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/interaction_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/job_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v2/enums/keyword_match_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/keyword_plan_competition_level_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/keyword_plan_forecast_interval_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/keyword_plan_network_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/label_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/legacy_app_install_ad_app_store_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/listing_custom_attribute_index_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/listing_group_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/local_placeholder_field_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/enums/location_extension_targeting_criterion_field_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/location_group_radius_units_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/location_placeholder_field_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/enums/manager_link_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/matching_function_context_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/matching_function_operator_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/media_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/merchant_center_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/message_placeholder_field_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/mime_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/enums/minute_of_hour_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/mobile_device_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/month_of_year_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/enums/mutate_job_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/negative_geo_target_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/operating_system_version_operator_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/page_one_promoted_strategy_goal_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/parental_status_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/payment_mode_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/placeholder_type_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/enums/placement_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/policy_approval_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/policy_review_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/policy_topic_entry_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_device_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/positive_geo_target_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/preferred_content_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/price_extension_price_qualifier_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/price_extension_price_unit_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/price_extension_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/enums/price_placeholder_field_pb.rb +72 -0
- data/lib/google/ads/google_ads/v2/enums/product_bidding_category_level_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/product_bidding_category_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/product_channel_exclusivity_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/product_channel_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/product_condition_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/product_type_level_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/promotion_extension_discount_modifier_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/promotion_extension_occasion_pb.rb +56 -0
- data/lib/google/ads/google_ads/v2/enums/promotion_placeholder_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v2/enums/proximity_radius_units_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/real_estate_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v2/enums/recommendation_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v2/enums/search_engine_results_page_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/search_term_match_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/search_term_targeting_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/served_asset_field_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/shared_set_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/shared_set_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/simulation_modification_method_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/simulation_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/sitelink_placeholder_field_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/slot_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/enums/spending_limit_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/structured_snippet_placeholder_field_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/system_managed_entity_source_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/target_cpa_opt_in_recommendation_goal_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/target_impression_share_location_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/targeting_dimension_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/enums/time_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/tracking_code_page_format_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/tracking_code_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/travel_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v2/enums/user_interest_taxonomy_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_access_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_closing_reason_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_combined_rule_operator_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_crm_data_source_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_date_rule_item_operator_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_logical_rule_operator_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_membership_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_number_rule_item_operator_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_prepopulation_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_rule_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_size_range_pb.rb +35 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_string_rule_item_operator_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/enums/user_list_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/enums/vanity_pharma_display_url_mode_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/vanity_pharma_text_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/enums/webpage_condition_operand_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/enums/webpage_condition_operator_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/access_invitation_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/account_budget_proposal_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/errors/ad_customizer_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/errors/ad_error_pb.rb +148 -0
- data/lib/google/ads/google_ads/v2/errors/ad_group_ad_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/errors/ad_group_bid_modifier_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/ad_group_criterion_error_pb.rb +56 -0
- data/lib/google/ads/google_ads/v2/errors/ad_group_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/errors/ad_group_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/errors/ad_parameter_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/ad_sharing_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/errors/adx_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/asset_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/errors/authentication_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v2/errors/authorization_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/errors/bidding_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/errors/bidding_strategy_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/errors/billing_setup_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_budget_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_criterion_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_draft_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_error_pb.rb +59 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_experiment_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_feed_error_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/errors/campaign_shared_set_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/change_status_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/collection_size_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/context_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/conversion_action_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/errors/conversion_adjustment_upload_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/errors/conversion_upload_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/errors/country_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/criterion_error_pb.rb +116 -0
- data/lib/google/ads/google_ads/v2/errors/currency_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/custom_interest_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/errors/customer_client_link_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/errors/customer_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/customer_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/errors/customer_manager_link_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/errors/database_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/date_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/errors/date_range_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/errors/distinct_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/enum_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/errors_pb.rb +265 -0
- data/lib/google/ads/google_ads/v2/errors/extension_feed_item_error_pb.rb +62 -0
- data/lib/google/ads/google_ads/v2/errors/extension_setting_error_pb.rb +83 -0
- data/lib/google/ads/google_ads/v2/errors/feed_attribute_reference_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/errors/feed_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v2/errors/feed_item_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/errors/feed_item_target_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb +114 -0
- data/lib/google/ads/google_ads/v2/errors/feed_mapping_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v2/errors/field_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v2/errors/field_mask_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/errors/function_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v2/errors/function_parsing_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/errors/geo_target_constant_suggestion_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/errors/header_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/id_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/image_error_pb.rb +56 -0
- data/lib/google/ads/google_ads/v2/errors/internal_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/errors/keyword_plan_ad_group_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/keyword_plan_campaign_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/errors/keyword_plan_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v2/errors/keyword_plan_idea_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/keyword_plan_keyword_error_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/errors/keyword_plan_negative_keyword_error_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/errors/label_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/errors/language_code_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/list_operation_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/manager_link_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v2/errors/media_bundle_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/errors/media_file_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/errors/media_upload_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/errors/multiplier_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/errors/mutate_error_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/errors/mutate_job_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/errors/new_resource_creation_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/errors/not_empty_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/not_whitelisted_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/null_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/operation_access_denied_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/errors/operator_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/partial_failure_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/policy_finding_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/policy_validation_parameter_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/errors/policy_violation_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/query_error_pb.rb +72 -0
- data/lib/google/ads/google_ads/v2/errors/quota_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/errors/range_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/recommendation_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v2/errors/region_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/request_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/errors/resource_access_denied_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/resource_count_limit_exceeded_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/errors/setting_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v2/errors/shared_criterion_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/errors/shared_set_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/errors/size_limit_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/string_format_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/string_length_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/url_field_error_pb.rb +71 -0
- data/lib/google/ads/google_ads/v2/errors/user_list_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/account_budget_pb.rb +69 -0
- data/lib/google/ads/google_ads/v2/resources/account_budget_proposal_pb.rb +51 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_ad_asset_view_pb.rb +32 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_ad_label_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_ad_pb.rb +33 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_audience_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_bid_modifier_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_criterion_label_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_criterion_pb.rb +86 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_criterion_simulation_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_extension_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_feed_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_label_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/resources/ad_group_simulation_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/resources/ad_parameter_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/ad_pb.rb +56 -0
- data/lib/google/ads/google_ads/v2/resources/ad_schedule_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/age_range_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/asset_pb.rb +27 -0
- data/lib/google/ads/google_ads/v2/resources/bidding_strategy_pb.rb +34 -0
- data/lib/google/ads/google_ads/v2/resources/billing_setup_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_audience_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_bid_modifier_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_budget_pb.rb +36 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_criterion_pb.rb +53 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_criterion_simulation_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_draft_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_experiment_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_extension_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_feed_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_label_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_pb.rb +131 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_shared_set_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/carrier_constant_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/change_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/resources/click_view_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/conversion_action_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/resources/custom_interest_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/resources/customer_client_link_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/customer_client_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/customer_extension_setting_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/customer_feed_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/resources/customer_label_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/customer_manager_link_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/customer_negative_criterion_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/resources/customer_pb.rb +46 -0
- data/lib/google/ads/google_ads/v2/resources/detail_placement_view_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/display_keyword_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/distance_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/domain_category_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/resources/dynamic_search_ads_search_term_view_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/expanded_landing_page_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/resources/extension_feed_item_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/resources/feed_item_pb.rb +69 -0
- data/lib/google/ads/google_ads/v2/resources/feed_item_target_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/resources/feed_mapping_pb.rb +75 -0
- data/lib/google/ads/google_ads/v2/resources/feed_pb.rb +68 -0
- data/lib/google/ads/google_ads/v2/resources/feed_placeholder_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/resources/gender_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/geo_target_constant_pb.rb +23 -0
- data/lib/google/ads/google_ads/v2/resources/geographic_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/google_ads_field_pb.rb +31 -0
- data/lib/google/ads/google_ads/v2/resources/group_placement_view_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/hotel_group_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/hotel_performance_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/keyword_plan_ad_group_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/keyword_plan_campaign_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/resources/keyword_plan_keyword_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/keyword_plan_negative_keyword_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/keyword_plan_pb.rb +28 -0
- data/lib/google/ads/google_ads/v2/resources/keyword_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/label_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/landing_page_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/resources/language_constant_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/location_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/managed_placement_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/media_file_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/resources/merchant_center_link_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/mobile_app_category_constant_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/mobile_device_constant_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/mutate_job_pb.rb +30 -0
- data/lib/google/ads/google_ads/v2/resources/operating_system_version_constant_pb.rb +22 -0
- data/lib/google/ads/google_ads/v2/resources/paid_organic_search_term_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/resources/parental_status_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/payments_account_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/product_bidding_category_constant_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/resources/product_group_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/recommendation_pb.rb +130 -0
- data/lib/google/ads/google_ads/v2/resources/remarketing_action_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/search_term_view_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/resources/shared_criterion_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/resources/shared_set_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/resources/shopping_performance_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/topic_constant_pb.rb +19 -0
- data/lib/google/ads/google_ads/v2/resources/topic_view_pb.rb +15 -0
- data/lib/google/ads/google_ads/v2/resources/user_interest_pb.rb +24 -0
- data/lib/google/ads/google_ads/v2/resources/user_list_pb.rb +47 -0
- data/lib/google/ads/google_ads/v2/resources/user_location_view_pb.rb +18 -0
- data/lib/google/ads/google_ads/v2/resources/video_pb.rb +20 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_proposal_service_client.rb +292 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_proposal_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_proposal_service_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_proposal_service_services_pb.rb +58 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_service_client.rb +226 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/account_budget_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_asset_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_asset_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_asset_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_asset_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_label_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_label_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_ad_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_audience_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_audience_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_audience_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_audience_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_bid_modifier_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_bid_modifier_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_bid_modifier_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_bid_modifier_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_label_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_label_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_simulation_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_criterion_simulation_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_extension_setting_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_extension_setting_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_feed_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_feed_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_label_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_label_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_simulation_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/ad_group_simulation_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/ad_parameter_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/ad_parameter_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_parameter_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/ad_parameter_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/ad_schedule_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/ad_schedule_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/ad_schedule_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/ad_schedule_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/ad_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v2/services/ad_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/ad_service_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/services/ad_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/age_range_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/age_range_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/age_range_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/age_range_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/asset_service_client.rb +275 -0
- data/lib/google/ads/google_ads/v2/services/asset_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/asset_service_pb.rb +36 -0
- data/lib/google/ads/google_ads/v2/services/asset_service_services_pb.rb +46 -0
- data/lib/google/ads/google_ads/v2/services/bidding_strategy_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/bidding_strategy_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/bidding_strategy_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/bidding_strategy_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_client.rb +281 -0
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_pb.rb +37 -0
- data/lib/google/ads/google_ads/v2/services/billing_setup_service_services_pb.rb +52 -0
- data/lib/google/ads/google_ads/v2/services/campaign_audience_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/campaign_audience_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/campaign_audience_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/campaign_audience_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/campaign_bid_modifier_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/campaign_bid_modifier_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_bid_modifier_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_bid_modifier_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/campaign_budget_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/campaign_budget_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_budget_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_budget_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_simulation_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/campaign_criterion_simulation_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/campaign_draft_service_client.rb +452 -0
- data/lib/google/ads/google_ads/v2/services/campaign_draft_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v2/services/campaign_draft_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v2/services/campaign_draft_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v2/services/campaign_experiment_service_client.rb +638 -0
- data/lib/google/ads/google_ads/v2/services/campaign_experiment_service_client_config.json +61 -0
- data/lib/google/ads/google_ads/v2/services/campaign_experiment_service_pb.rb +83 -0
- data/lib/google/ads/google_ads/v2/services/campaign_experiment_service_services_pb.rb +82 -0
- data/lib/google/ads/google_ads/v2/services/campaign_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v2/services/campaign_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_extension_setting_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_extension_setting_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/campaign_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/campaign_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_feed_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_feed_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/campaign_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/campaign_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_label_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/campaign_label_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/campaign_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/campaign_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/campaign_shared_set_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/campaign_shared_set_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/campaign_shared_set_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/campaign_shared_set_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/carrier_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/carrier_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/carrier_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/carrier_constant_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/change_status_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/change_status_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/change_status_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/change_status_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/click_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/click_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/click_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/click_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/conversion_action_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/conversion_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/conversion_action_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/conversion_action_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/conversion_adjustment_upload_service_client.rb +230 -0
- data/lib/google/ads/google_ads/v2/services/conversion_adjustment_upload_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/conversion_adjustment_upload_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v2/services/conversion_adjustment_upload_service_services_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/services/conversion_upload_service_client.rb +291 -0
- data/lib/google/ads/google_ads/v2/services/conversion_upload_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/conversion_upload_service_pb.rb +75 -0
- data/lib/google/ads/google_ads/v2/services/conversion_upload_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/credentials.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/custom_interest_service_client.rb +278 -0
- data/lib/google/ads/google_ads/v2/services/custom_interest_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/custom_interest_service_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/services/custom_interest_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_link_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_link_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_link_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_link_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/customer_client_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/customer_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v2/services/customer_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/customer_extension_setting_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/customer_extension_setting_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/customer_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/customer_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/customer_feed_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/customer_feed_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/customer_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/customer_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/customer_label_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/customer_label_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/customer_manager_link_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v2/services/customer_manager_link_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/customer_manager_link_service_pb.rb +38 -0
- data/lib/google/ads/google_ads/v2/services/customer_manager_link_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/customer_negative_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/customer_negative_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/customer_negative_criterion_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/customer_negative_criterion_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/customer_service_client.rb +365 -0
- data/lib/google/ads/google_ads/v2/services/customer_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v2/services/customer_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v2/services/customer_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/services/detail_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/detail_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/detail_placement_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/detail_placement_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/display_keyword_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/display_keyword_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/display_keyword_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/display_keyword_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/distance_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/distance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/distance_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/distance_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/domain_category_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/domain_category_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/domain_category_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/domain_category_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/dynamic_search_ads_search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/dynamic_search_ads_search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/dynamic_search_ads_search_term_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/dynamic_search_ads_search_term_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/expanded_landing_page_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/expanded_landing_page_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/expanded_landing_page_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/expanded_landing_page_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/extension_feed_item_service_client.rb +287 -0
- data/lib/google/ads/google_ads/v2/services/extension_feed_item_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/extension_feed_item_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/extension_feed_item_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_target_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_target_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_target_service_pb.rb +37 -0
- data/lib/google/ads/google_ads/v2/services/feed_item_target_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/feed_mapping_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/feed_mapping_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/feed_mapping_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/feed_mapping_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/feed_placeholder_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/feed_placeholder_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/feed_placeholder_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/feed_placeholder_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/feed_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/feed_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/gender_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/gender_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/gender_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/gender_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/geo_target_constant_service_client.rb +284 -0
- data/lib/google/ads/google_ads/v2/services/geo_target_constant_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/geo_target_constant_service_pb.rb +47 -0
- data/lib/google/ads/google_ads/v2/services/geo_target_constant_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/geographic_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/geographic_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/geographic_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/geographic_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_field_service_client.rb +293 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_field_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_field_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_field_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_service_client.rb +370 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_service_pb.rb +369 -0
- data/lib/google/ads/google_ads/v2/services/google_ads_service_services_pb.rb +94 -0
- data/lib/google/ads/google_ads/v2/services/group_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/group_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/group_placement_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/group_placement_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/hotel_group_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/hotel_group_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/hotel_group_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/hotel_group_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/hotel_performance_view_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/hotel_performance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/hotel_performance_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/hotel_performance_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_ad_group_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_ad_group_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_ad_group_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_ad_group_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_campaign_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_campaign_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_campaign_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_campaign_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_idea_service_client.rb +255 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_idea_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_idea_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_idea_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_keyword_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_keyword_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_keyword_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_keyword_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_negative_keyword_service_client.rb +287 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_negative_keyword_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_negative_keyword_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_negative_keyword_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_service_client.rb +363 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_service_pb.rb +92 -0
- data/lib/google/ads/google_ads/v2/services/keyword_plan_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v2/services/keyword_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/keyword_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/keyword_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/keyword_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/label_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/label_service_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/label_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/landing_page_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/landing_page_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/landing_page_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/landing_page_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/language_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/language_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/language_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/language_constant_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/location_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/location_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/location_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/location_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/managed_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/managed_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/managed_placement_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/managed_placement_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/media_file_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/media_file_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/media_file_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v2/services/media_file_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_client.rb +315 -0
- data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_pb.rb +47 -0
- data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v2/services/mobile_app_category_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/mobile_app_category_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/mobile_app_category_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/mobile_app_category_constant_service_services_pb.rb +40 -0
- data/lib/google/ads/google_ads/v2/services/mobile_device_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/mobile_device_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/mobile_device_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/mobile_device_constant_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/mutate_job_service_client.rb +492 -0
- data/lib/google/ads/google_ads/v2/services/mutate_job_service_client_config.json +51 -0
- data/lib/google/ads/google_ads/v2/services/mutate_job_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v2/services/mutate_job_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v2/services/operating_system_version_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/operating_system_version_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/operating_system_version_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/operating_system_version_constant_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/paid_organic_search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/paid_organic_search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/paid_organic_search_term_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/paid_organic_search_term_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/parental_status_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/parental_status_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/parental_status_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/parental_status_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/payments_account_service_client.rb +212 -0
- data/lib/google/ads/google_ads/v2/services/payments_account_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/payments_account_service_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/services/payments_account_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/product_bidding_category_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/product_bidding_category_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/product_bidding_category_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/product_bidding_category_constant_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/product_group_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/product_group_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/product_group_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/product_group_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/recommendation_service_client.rb +340 -0
- data/lib/google/ads/google_ads/v2/services/recommendation_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v2/services/recommendation_service_pb.rb +105 -0
- data/lib/google/ads/google_ads/v2/services/recommendation_service_services_pb.rb +46 -0
- data/lib/google/ads/google_ads/v2/services/remarketing_action_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/remarketing_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/remarketing_action_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/remarketing_action_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/search_term_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/search_term_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/shared_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/shared_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/shared_criterion_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/shared_criterion_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/shared_set_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/shared_set_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/shared_set_service_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/shared_set_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/shopping_performance_view_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/shopping_performance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/shopping_performance_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/shopping_performance_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/topic_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v2/services/topic_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/topic_constant_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/topic_constant_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/topic_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/topic_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/topic_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/topic_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/user_interest_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/user_interest_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/user_interest_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/user_interest_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/user_list_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v2/services/user_list_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v2/services/user_list_service_pb.rb +45 -0
- data/lib/google/ads/google_ads/v2/services/user_list_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v2/services/user_location_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/user_location_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/user_location_view_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/user_location_view_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/video_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v2/services/video_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/video_service_pb.rb +17 -0
- data/lib/google/ads/google_ads/v2/services/video_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/version.rb +1 -1
- data/lib/google/ads/google_ads/version_alternate.rb +18 -0
- metadata +870 -9
- data/lib/google/ads/google_ads/patch_lro_headers.rb +0 -92
- data/lib/google/ads/google_ads/utils/v1/proto_lookup_util.rb +0 -844
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 472e4ffd57de2e62dbb2b83ebc0358b73de5caa2722dc26806a5f6759d95966f
|
|
4
|
+
data.tar.gz: 719ad3264e1e22ca184a139a662996730aedc2ad4a6588b59ad0a736587baed7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf5f0074ad68a985b83c417fecbdb0f4bbac848c86367c31abd2bb7a69f01c7aea04581d4857bd002a44ada4cda8abefcb6d56edd0e51d6440127318e8ba6dbf
|
|
7
|
+
data.tar.gz: 374002fcfe8bb1f3c522f4f3173798e210069940d8d8c6f8dccd8fd64c703f575b57b1ff68aad3f94a2dd688104462f8125831c9abe8b0a5ad9fce4eacdaa5ed
|
data/ChangeLog
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
3.0.0:
|
|
2
|
+
- Compatability with v2 of the API: https://developers.google.com/google-ads/api/docs/release-notes
|
|
3
|
+
- Removed the symbol based lookup util, favoring a method based one:
|
|
4
|
+
```ruby
|
|
5
|
+
# instead of
|
|
6
|
+
client.service(:Campaign)
|
|
7
|
+
client.resource(:Campaign)
|
|
8
|
+
client.operation(:Campaign)
|
|
9
|
+
# we now use
|
|
10
|
+
client.service.campaign
|
|
11
|
+
client.resource.campaign
|
|
12
|
+
client.operation.campaign
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
however, path method helpers still use a symbol based lookup:
|
|
16
|
+
```ruby
|
|
17
|
+
client.path(:V1).campaign(...)
|
|
18
|
+
client.path(:V2).campaign(...)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
see https://developers.google.com/google-ads/api/docs/client-libs/ruby/factories
|
|
22
|
+
for full documentation
|
|
23
|
+
- Moved default version of the API to v2, to continue using v1, apply
|
|
24
|
+
the version number to your factories calls:
|
|
25
|
+
```ruby
|
|
26
|
+
client.service.v1.campaign
|
|
27
|
+
client.operation.v1.campaign
|
|
28
|
+
```
|
|
29
|
+
|
|
1
30
|
2.4.1:
|
|
2
31
|
- Updated default inbound metadata size to allow for larger metadata
|
|
3
32
|
server responses.
|
data/google_ads_config.rb
CHANGED
|
@@ -78,4 +78,7 @@ Google::Ads::GoogleAds::Config.new do |c|
|
|
|
78
78
|
# logger directly (e.g. passing Rails.logger in a config/initializer). The
|
|
79
79
|
# passed logger will override log_level and log_target.
|
|
80
80
|
# c.logger = Logger.new(STDOUT)
|
|
81
|
+
|
|
82
|
+
# If you need to use a HTTP proxy you can set one with this config attribute
|
|
83
|
+
# c.http_proxy = "http://example.com:8080"
|
|
81
84
|
end
|
|
@@ -1,83 +1,78 @@
|
|
|
1
|
-
require 'google/
|
|
2
|
-
|
|
1
|
+
require 'google/ads/google_ads/autoboxing_mappings'
|
|
2
|
+
|
|
3
3
|
module Google
|
|
4
4
|
module Ads
|
|
5
5
|
module GoogleAds
|
|
6
6
|
module AutoboxingFields
|
|
7
|
-
MAPPINGS = {
|
|
8
|
-
Google::Protobuf::Int32Value => lambda { |x| Integer(x) },
|
|
9
|
-
Google::Protobuf::Int64Value => lambda { |x| Integer(x) },
|
|
10
|
-
Google::Protobuf::StringValue => lambda { |x| String(x) },
|
|
11
|
-
Google::Protobuf::BoolValue => lambda { |x|
|
|
12
|
-
case x
|
|
13
|
-
when TrueClass, true, "true", "TRUE", "True", "1", 1
|
|
14
|
-
true
|
|
15
|
-
when FalseClass, false, "false", "FALSE", "False", "0", 0
|
|
16
|
-
false
|
|
17
|
-
else
|
|
18
|
-
raise ArgumentError.new("Value #{x} is not boolish")
|
|
19
|
-
end
|
|
20
|
-
},
|
|
21
|
-
Google::Protobuf::DoubleValue => lambda { |x| Float(x) },
|
|
22
|
-
Google::Protobuf::BytesValue => lambda { |x| x.force_encoding("ASCII-8BIT") },
|
|
23
|
-
}
|
|
24
|
-
|
|
25
7
|
def self.patch_class(klass)
|
|
26
8
|
return if klass.instance_variable_get(:@_patched_for_autoboxing_fields)
|
|
27
9
|
klass.instance_variable_set(:@_patched_for_autoboxing_fields, true)
|
|
28
10
|
|
|
29
11
|
klass.instance_eval do
|
|
30
12
|
fields = []
|
|
13
|
+
repeated_fields = []
|
|
14
|
+
|
|
31
15
|
descriptor.each do |field|
|
|
32
16
|
if field.type == :message && AutoboxingFields.is_value_field?(field.subtype.msgclass)
|
|
33
|
-
|
|
34
|
-
|
|
17
|
+
repeated = field.label == :repeated
|
|
18
|
+
if repeated
|
|
19
|
+
repeated_fields << field
|
|
20
|
+
else
|
|
21
|
+
fields << field
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
AutoboxingFields.patch_field_for_autoboxing(field, repeated, self)
|
|
35
25
|
end
|
|
36
26
|
end
|
|
37
27
|
|
|
38
|
-
AutoboxingFields.patch_constructor_for_autoboxing(fields, self)
|
|
28
|
+
AutoboxingFields.patch_constructor_for_autoboxing(fields, repeated_fields, self)
|
|
39
29
|
end
|
|
40
30
|
end
|
|
41
31
|
|
|
42
32
|
def self.is_value_field?(class_name)
|
|
43
|
-
|
|
33
|
+
AutoboxingMappings.has_type?(class_name)
|
|
44
34
|
end
|
|
45
35
|
|
|
46
|
-
def self.patch_constructor_for_autoboxing(fields, klass_to_patch)
|
|
36
|
+
def self.patch_constructor_for_autoboxing(fields, repeated_fields, klass_to_patch)
|
|
47
37
|
orig_initialize = klass_to_patch.instance_method(:initialize)
|
|
48
38
|
klass_to_patch.instance_eval do
|
|
49
39
|
define_method(:initialize) do |**kwargs|
|
|
50
|
-
new_kwargs =
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}]
|
|
40
|
+
new_kwargs = kwargs.dup
|
|
41
|
+
fields.select { |x| new_kwargs.include?(x.name.to_sym) }.each do |field|
|
|
42
|
+
value = new_kwargs.fetch(field.name.to_sym)
|
|
43
|
+
new_kwargs[field.name.to_sym] = AutoboxingMappings.wrapped_mapping(field.subtype.msgclass).call(value)
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
repeated_fields.select { |x| new_kwargs.include?(x.name.to_sym) }.each do |field|
|
|
47
|
+
value = new_kwargs.fetch(field.name.to_sym)
|
|
48
|
+
mapping = AutoboxingMappings.wrapped_mapping(field.subtype.msgclass)
|
|
49
|
+
new_kwargs[field.name.to_sym] = value.map { |x| mapping.call(x) }
|
|
50
|
+
end
|
|
51
|
+
|
|
63
52
|
orig_initialize.bind(self).call(**new_kwargs)
|
|
64
53
|
end
|
|
65
54
|
end
|
|
66
55
|
end
|
|
67
56
|
|
|
68
|
-
def self.patch_field_for_autoboxing(field, klass_to_patch)
|
|
57
|
+
def self.patch_field_for_autoboxing(field, repeated, klass_to_patch)
|
|
69
58
|
name = field.name
|
|
70
|
-
|
|
71
|
-
mapping = MAPPINGS.fetch(field_klass)
|
|
59
|
+
mapping = AutoboxingMappings.wrapped_mapping(field.subtype.msgclass)
|
|
72
60
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
61
|
+
if repeated
|
|
62
|
+
klass_to_patch.instance_eval do
|
|
63
|
+
define_method(name.to_sym) do
|
|
64
|
+
@patched_repeated_fields ||= {}
|
|
65
|
+
@patched_repeated_fields[name] ||= RepeatedFieldProxy.new(
|
|
66
|
+
send(:method_missing, name.to_sym),
|
|
67
|
+
mapping,
|
|
68
|
+
)
|
|
69
|
+
@patched_repeated_fields[name]
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
else
|
|
73
|
+
klass_to_patch.instance_eval do
|
|
74
|
+
define_method("#{name}=".to_sym) do |value|
|
|
75
|
+
send(:method_missing, :"#{name}=", mapping.call(value))
|
|
81
76
|
end
|
|
82
77
|
end
|
|
83
78
|
end
|
|
@@ -87,6 +82,17 @@ module Google
|
|
|
87
82
|
end
|
|
88
83
|
end
|
|
89
84
|
|
|
85
|
+
class RepeatedFieldProxy < SimpleDelegator
|
|
86
|
+
def initialize(collection, mapping)
|
|
87
|
+
super(collection)
|
|
88
|
+
@mapping = mapping
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
def <<(value)
|
|
92
|
+
super(@mapping.call(value))
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
90
96
|
module Google::Protobuf
|
|
91
97
|
module MessageExts
|
|
92
98
|
module ClassMethods
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
require 'google/protobuf/message_exts'
|
|
2
|
+
require 'google/protobuf/wrappers_pb'
|
|
3
|
+
|
|
4
|
+
module Google
|
|
5
|
+
module Ads
|
|
6
|
+
module GoogleAds
|
|
7
|
+
module AutoboxingMappings
|
|
8
|
+
def self.wrap_once(mappings)
|
|
9
|
+
Hash[mappings.map { |field_type, mapping|
|
|
10
|
+
[
|
|
11
|
+
field_type,
|
|
12
|
+
lambda { |value|
|
|
13
|
+
if value == nil
|
|
14
|
+
nil
|
|
15
|
+
elsif field_type === value
|
|
16
|
+
value
|
|
17
|
+
else
|
|
18
|
+
field_type.new(value: mapping.call(value))
|
|
19
|
+
end
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}]
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
MAPPINGS = wrap_once({
|
|
26
|
+
Google::Protobuf::Int32Value => lambda { |x| Integer(x) },
|
|
27
|
+
Google::Protobuf::Int64Value => lambda { |x| Integer(x) },
|
|
28
|
+
Google::Protobuf::StringValue => lambda { |x| String(x) },
|
|
29
|
+
Google::Protobuf::BoolValue => lambda { |x|
|
|
30
|
+
case x
|
|
31
|
+
when TrueClass, true, "true", "TRUE", "True", "1", 1
|
|
32
|
+
true
|
|
33
|
+
when FalseClass, false, "false", "FALSE", "False", "0", 0
|
|
34
|
+
false
|
|
35
|
+
else
|
|
36
|
+
raise ArgumentError.new("Value #{x} is not boolish")
|
|
37
|
+
end
|
|
38
|
+
},
|
|
39
|
+
Google::Protobuf::DoubleValue => lambda { |x| Float(x) },
|
|
40
|
+
Google::Protobuf::BytesValue => lambda { |x| x.force_encoding("ASCII-8BIT") },
|
|
41
|
+
})
|
|
42
|
+
|
|
43
|
+
def self.has_type?(type)
|
|
44
|
+
MAPPINGS.keys.include?(type)
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
def self.wrapped_mapping(type)
|
|
48
|
+
MAPPINGS.fetch(type)
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
#
|
|
17
17
|
# Configuration setup for and storage for the API.
|
|
18
18
|
|
|
19
|
+
require 'uri'
|
|
20
|
+
|
|
19
21
|
module Google
|
|
20
22
|
module Ads
|
|
21
23
|
module GoogleAds
|
|
@@ -62,6 +64,19 @@ module Google
|
|
|
62
64
|
def configure(&block)
|
|
63
65
|
yield self
|
|
64
66
|
end
|
|
67
|
+
|
|
68
|
+
def http_proxy=(uri)
|
|
69
|
+
u = URI.parse(uri)
|
|
70
|
+
if u.scheme != "http" && u.scheme != "https"
|
|
71
|
+
raise ArgumentError, "#{uri} has invalid scheme #{u.scheme}, should be http or https"
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
ENV["http_proxy"] = uri
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
def http_proxy
|
|
78
|
+
ENV["http_proxy"]
|
|
79
|
+
end
|
|
65
80
|
end
|
|
66
81
|
end
|
|
67
82
|
end
|
|
@@ -1,8 +1,15 @@
|
|
|
1
|
+
require "google/ads/google_ads/version_alternate"
|
|
2
|
+
|
|
1
3
|
require "google/ads/google_ads/factories/v1/resources"
|
|
2
4
|
require "google/ads/google_ads/factories/v1/services"
|
|
3
5
|
require "google/ads/google_ads/factories/v1/enums"
|
|
4
6
|
require "google/ads/google_ads/factories/v1/operations"
|
|
5
7
|
|
|
8
|
+
require "google/ads/google_ads/factories/v2/resources"
|
|
9
|
+
require "google/ads/google_ads/factories/v2/services"
|
|
10
|
+
require "google/ads/google_ads/factories/v2/enums"
|
|
11
|
+
require "google/ads/google_ads/factories/v2/operations"
|
|
12
|
+
|
|
6
13
|
module Google
|
|
7
14
|
module Ads
|
|
8
15
|
module GoogleAds
|
|
@@ -16,12 +23,54 @@ module Google
|
|
|
16
23
|
V1::Operations,
|
|
17
24
|
).freeze
|
|
18
25
|
|
|
26
|
+
FACTORY_V2 = Factory.new(
|
|
27
|
+
V2::Resources,
|
|
28
|
+
V2::Services,
|
|
29
|
+
V2::Enums,
|
|
30
|
+
V2::Operations,
|
|
31
|
+
).freeze
|
|
32
|
+
|
|
33
|
+
VERSIONS = [
|
|
34
|
+
|
|
35
|
+
:V1,
|
|
36
|
+
|
|
37
|
+
:V2,
|
|
38
|
+
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
HIGHEST_VERSION = :V2
|
|
42
|
+
|
|
43
|
+
def self.version_alternate_for(type)
|
|
44
|
+
unless [:resources, :services, :enums, :operations].include?(type)
|
|
45
|
+
raise ArgumentError.new(
|
|
46
|
+
"Dont have version alternate for #{type}, valid values are :resources, :services, :enums, :operations, got #{type}"
|
|
47
|
+
)
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
VersionAlternate.new(
|
|
51
|
+
FACTORY_V2.public_send(type),
|
|
52
|
+
{
|
|
53
|
+
|
|
54
|
+
V1: FACTORY_V1.public_send(type),
|
|
55
|
+
|
|
56
|
+
V2: FACTORY_V2.public_send(type),
|
|
57
|
+
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
def self.versions
|
|
63
|
+
end
|
|
64
|
+
|
|
19
65
|
def self.at_version(version)
|
|
20
66
|
case version
|
|
21
67
|
|
|
22
68
|
when :V1
|
|
23
69
|
FACTORY_V1
|
|
24
70
|
|
|
71
|
+
when :V2
|
|
72
|
+
FACTORY_V2
|
|
73
|
+
|
|
25
74
|
else
|
|
26
75
|
raise ArgumentError.new("Got unkown version: #{version}")
|
|
27
76
|
end
|
|
@@ -4,716 +4,580 @@ module Google
|
|
|
4
4
|
module Factories
|
|
5
5
|
module V1
|
|
6
6
|
module Enums
|
|
7
|
-
# Returns the descriptor for the
|
|
7
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
|
8
8
|
#
|
|
9
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
10
|
-
def self.
|
|
11
|
-
require "google/ads/google_ads/v1/enums/
|
|
12
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
9
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
|
10
|
+
def self.keyword_plan_forecast_interval
|
|
11
|
+
require "google/ads/google_ads/v1/enums/keyword_plan_forecast_interval_pb.rb"
|
|
12
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
# Returns the descriptor for the
|
|
15
|
+
# Returns the descriptor for the ExtensionSettingDevice enum
|
|
16
16
|
#
|
|
17
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
18
|
-
def self.
|
|
19
|
-
require "google/ads/google_ads/v1/enums/
|
|
20
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
17
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
|
18
|
+
def self.extension_setting_device
|
|
19
|
+
require "google/ads/google_ads/v1/enums/extension_setting_device_pb.rb"
|
|
20
|
+
Google::Ads::GoogleAds::V1::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
-
# Returns the descriptor for the
|
|
23
|
+
# Returns the descriptor for the ExtensionType enum
|
|
24
24
|
#
|
|
25
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
26
|
-
def self.
|
|
27
|
-
require "google/ads/google_ads/v1/enums/
|
|
28
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
25
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
|
26
|
+
def self.extension_type
|
|
27
|
+
require "google/ads/google_ads/v1/enums/extension_type_pb.rb"
|
|
28
|
+
Google::Ads::GoogleAds::V1::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
-
# Returns the descriptor for the
|
|
31
|
+
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
|
32
32
|
#
|
|
33
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
34
|
-
def self.
|
|
35
|
-
require "google/ads/google_ads/v1/enums/
|
|
36
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
33
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
|
|
34
|
+
def self.account_budget_proposal_status
|
|
35
|
+
require "google/ads/google_ads/v1/enums/account_budget_proposal_status_pb.rb"
|
|
36
|
+
Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
|
37
37
|
end
|
|
38
38
|
|
|
39
|
-
# Returns the descriptor for the
|
|
39
|
+
# Returns the descriptor for the AccountBudgetProposalType enum
|
|
40
40
|
#
|
|
41
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
42
|
-
def self.
|
|
43
|
-
require "google/ads/google_ads/v1/enums/
|
|
44
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
41
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
|
|
42
|
+
def self.account_budget_proposal_type
|
|
43
|
+
require "google/ads/google_ads/v1/enums/account_budget_proposal_type_pb.rb"
|
|
44
|
+
Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# Returns the descriptor for the
|
|
47
|
+
# Returns the descriptor for the SpendingLimitType enum
|
|
48
48
|
#
|
|
49
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
50
|
-
def self.
|
|
51
|
-
require "google/ads/google_ads/v1/enums/
|
|
52
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
49
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
|
|
50
|
+
def self.spending_limit_type
|
|
51
|
+
require "google/ads/google_ads/v1/enums/spending_limit_type_pb.rb"
|
|
52
|
+
Google::Ads::GoogleAds::V1::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
-
# Returns the descriptor for the
|
|
55
|
+
# Returns the descriptor for the TimeType enum
|
|
56
56
|
#
|
|
57
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
58
|
-
def self.
|
|
59
|
-
require "google/ads/google_ads/v1/enums/
|
|
60
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
57
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
|
58
|
+
def self.time_type
|
|
59
|
+
require "google/ads/google_ads/v1/enums/time_type_pb.rb"
|
|
60
|
+
Google::Ads::GoogleAds::V1::Enums::TimeTypeEnum::TimeType.descriptor
|
|
61
61
|
end
|
|
62
62
|
|
|
63
|
-
# Returns the descriptor for the
|
|
63
|
+
# Returns the descriptor for the TargetingDimension enum
|
|
64
64
|
#
|
|
65
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
66
|
-
def self.
|
|
67
|
-
require "google/ads/google_ads/v1/enums/
|
|
68
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
65
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
|
66
|
+
def self.targeting_dimension
|
|
67
|
+
require "google/ads/google_ads/v1/enums/targeting_dimension_pb.rb"
|
|
68
|
+
Google::Ads::GoogleAds::V1::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
# Returns the descriptor for the
|
|
71
|
+
# Returns the descriptor for the AdGroupAdRotationMode enum
|
|
72
72
|
#
|
|
73
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
74
|
-
def self.
|
|
75
|
-
require "google/ads/google_ads/v1/enums/
|
|
76
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
73
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
|
74
|
+
def self.ad_group_ad_rotation_mode
|
|
75
|
+
require "google/ads/google_ads/v1/enums/ad_group_ad_rotation_mode_pb.rb"
|
|
76
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
|
77
77
|
end
|
|
78
78
|
|
|
79
|
-
# Returns the descriptor for the
|
|
79
|
+
# Returns the descriptor for the AdGroupStatus enum
|
|
80
80
|
#
|
|
81
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
82
|
-
def self.
|
|
83
|
-
require "google/ads/google_ads/v1/enums/
|
|
84
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
81
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
|
82
|
+
def self.ad_group_status
|
|
83
|
+
require "google/ads/google_ads/v1/enums/ad_group_status_pb.rb"
|
|
84
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
|
85
85
|
end
|
|
86
86
|
|
|
87
|
-
# Returns the descriptor for the
|
|
87
|
+
# Returns the descriptor for the AdGroupType enum
|
|
88
88
|
#
|
|
89
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
90
|
-
def self.
|
|
91
|
-
require "google/ads/google_ads/v1/enums/
|
|
92
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
89
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
|
90
|
+
def self.ad_group_type
|
|
91
|
+
require "google/ads/google_ads/v1/enums/ad_group_type_pb.rb"
|
|
92
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
-
# Returns the descriptor for the
|
|
95
|
+
# Returns the descriptor for the BiddingSource enum
|
|
96
96
|
#
|
|
97
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
98
|
-
def self.
|
|
99
|
-
require "google/ads/google_ads/v1/enums/
|
|
100
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
97
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
|
98
|
+
def self.bidding_source
|
|
99
|
+
require "google/ads/google_ads/v1/enums/bidding_source_pb.rb"
|
|
100
|
+
Google::Ads::GoogleAds::V1::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
|
101
101
|
end
|
|
102
102
|
|
|
103
|
-
# Returns the descriptor for the
|
|
103
|
+
# Returns the descriptor for the KeywordMatchType enum
|
|
104
104
|
#
|
|
105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
106
|
-
def self.
|
|
107
|
-
require "google/ads/google_ads/v1/enums/
|
|
108
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
|
106
|
+
def self.keyword_match_type
|
|
107
|
+
require "google/ads/google_ads/v1/enums/keyword_match_type_pb.rb"
|
|
108
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
|
109
109
|
end
|
|
110
110
|
|
|
111
|
-
# Returns the descriptor for the
|
|
111
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
|
112
112
|
#
|
|
113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
114
|
-
def self.
|
|
115
|
-
require "google/ads/google_ads/v1/enums/
|
|
116
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
|
114
|
+
def self.simulation_modification_method
|
|
115
|
+
require "google/ads/google_ads/v1/enums/simulation_modification_method_pb.rb"
|
|
116
|
+
Google::Ads::GoogleAds::V1::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
# Returns the descriptor for the
|
|
119
|
+
# Returns the descriptor for the SimulationType enum
|
|
120
120
|
#
|
|
121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
122
|
-
def self.
|
|
123
|
-
require "google/ads/google_ads/v1/enums/
|
|
124
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
|
122
|
+
def self.simulation_type
|
|
123
|
+
require "google/ads/google_ads/v1/enums/simulation_type_pb.rb"
|
|
124
|
+
Google::Ads::GoogleAds::V1::Enums::SimulationTypeEnum::SimulationType.descriptor
|
|
125
125
|
end
|
|
126
126
|
|
|
127
|
-
# Returns the descriptor for the
|
|
127
|
+
# Returns the descriptor for the AgeRangeType enum
|
|
128
128
|
#
|
|
129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
130
|
-
def self.
|
|
131
|
-
require "google/ads/google_ads/v1/enums/
|
|
132
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
|
130
|
+
def self.age_range_type
|
|
131
|
+
require "google/ads/google_ads/v1/enums/age_range_type_pb.rb"
|
|
132
|
+
Google::Ads::GoogleAds::V1::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
# Returns the descriptor for the
|
|
135
|
+
# Returns the descriptor for the AppPaymentModelType enum
|
|
136
136
|
#
|
|
137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
138
|
-
def self.
|
|
139
|
-
require "google/ads/google_ads/v1/enums/
|
|
140
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
|
138
|
+
def self.app_payment_model_type
|
|
139
|
+
require "google/ads/google_ads/v1/enums/app_payment_model_type_pb.rb"
|
|
140
|
+
Google::Ads::GoogleAds::V1::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
|
141
141
|
end
|
|
142
142
|
|
|
143
|
-
# Returns the descriptor for the
|
|
143
|
+
# Returns the descriptor for the ContentLabelType enum
|
|
144
144
|
#
|
|
145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
146
|
-
def self.
|
|
147
|
-
require "google/ads/google_ads/v1/enums/
|
|
148
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
|
146
|
+
def self.content_label_type
|
|
147
|
+
require "google/ads/google_ads/v1/enums/content_label_type_pb.rb"
|
|
148
|
+
Google::Ads::GoogleAds::V1::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
|
149
149
|
end
|
|
150
150
|
|
|
151
|
-
# Returns the descriptor for the
|
|
151
|
+
# Returns the descriptor for the DayOfWeek enum
|
|
152
152
|
#
|
|
153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
154
|
-
def self.
|
|
155
|
-
require "google/ads/google_ads/v1/enums/
|
|
156
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
|
154
|
+
def self.day_of_week
|
|
155
|
+
require "google/ads/google_ads/v1/enums/day_of_week_pb.rb"
|
|
156
|
+
Google::Ads::GoogleAds::V1::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
|
157
157
|
end
|
|
158
158
|
|
|
159
|
-
# Returns the descriptor for the
|
|
159
|
+
# Returns the descriptor for the Device enum
|
|
160
160
|
#
|
|
161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
162
|
-
def self.
|
|
163
|
-
require "google/ads/google_ads/v1/enums/
|
|
164
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
|
162
|
+
def self.device
|
|
163
|
+
require "google/ads/google_ads/v1/enums/device_pb.rb"
|
|
164
|
+
Google::Ads::GoogleAds::V1::Enums::DeviceEnum::Device.descriptor
|
|
165
165
|
end
|
|
166
166
|
|
|
167
|
-
# Returns the descriptor for the
|
|
167
|
+
# Returns the descriptor for the GenderType enum
|
|
168
168
|
#
|
|
169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
170
|
-
def self.
|
|
171
|
-
require "google/ads/google_ads/v1/enums/
|
|
172
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
|
170
|
+
def self.gender_type
|
|
171
|
+
require "google/ads/google_ads/v1/enums/gender_type_pb.rb"
|
|
172
|
+
Google::Ads::GoogleAds::V1::Enums::GenderTypeEnum::GenderType.descriptor
|
|
173
173
|
end
|
|
174
174
|
|
|
175
|
-
# Returns the descriptor for the
|
|
175
|
+
# Returns the descriptor for the HotelDateSelectionType enum
|
|
176
176
|
#
|
|
177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
178
|
-
def self.
|
|
179
|
-
require "google/ads/google_ads/v1/enums/
|
|
180
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
|
178
|
+
def self.hotel_date_selection_type
|
|
179
|
+
require "google/ads/google_ads/v1/enums/hotel_date_selection_type_pb.rb"
|
|
180
|
+
Google::Ads::GoogleAds::V1::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
|
181
181
|
end
|
|
182
182
|
|
|
183
|
-
# Returns the descriptor for the
|
|
183
|
+
# Returns the descriptor for the IncomeRangeType enum
|
|
184
184
|
#
|
|
185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
186
|
-
def self.
|
|
187
|
-
require "google/ads/google_ads/v1/enums/
|
|
188
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
|
186
|
+
def self.income_range_type
|
|
187
|
+
require "google/ads/google_ads/v1/enums/income_range_type_pb.rb"
|
|
188
|
+
Google::Ads::GoogleAds::V1::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
|
189
189
|
end
|
|
190
190
|
|
|
191
|
-
# Returns the descriptor for the
|
|
191
|
+
# Returns the descriptor for the InteractionType enum
|
|
192
192
|
#
|
|
193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
194
|
-
def self.
|
|
195
|
-
require "google/ads/google_ads/v1/enums/
|
|
196
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
|
194
|
+
def self.interaction_type
|
|
195
|
+
require "google/ads/google_ads/v1/enums/interaction_type_pb.rb"
|
|
196
|
+
Google::Ads::GoogleAds::V1::Enums::InteractionTypeEnum::InteractionType.descriptor
|
|
197
197
|
end
|
|
198
198
|
|
|
199
|
-
# Returns the descriptor for the
|
|
199
|
+
# Returns the descriptor for the ListingCustomAttributeIndex enum
|
|
200
200
|
#
|
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
202
|
-
def self.
|
|
203
|
-
require "google/ads/google_ads/v1/enums/
|
|
204
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
|
|
202
|
+
def self.listing_custom_attribute_index
|
|
203
|
+
require "google/ads/google_ads/v1/enums/listing_custom_attribute_index_pb.rb"
|
|
204
|
+
Google::Ads::GoogleAds::V1::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
|
|
205
205
|
end
|
|
206
206
|
|
|
207
|
-
# Returns the descriptor for the
|
|
207
|
+
# Returns the descriptor for the ListingGroupType enum
|
|
208
208
|
#
|
|
209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
210
|
-
def self.
|
|
211
|
-
require "google/ads/google_ads/v1/enums/
|
|
212
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
|
210
|
+
def self.listing_group_type
|
|
211
|
+
require "google/ads/google_ads/v1/enums/listing_group_type_pb.rb"
|
|
212
|
+
Google::Ads::GoogleAds::V1::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
|
213
213
|
end
|
|
214
214
|
|
|
215
|
-
# Returns the descriptor for the
|
|
215
|
+
# Returns the descriptor for the LocationGroupRadiusUnits enum
|
|
216
216
|
#
|
|
217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
218
|
-
def self.
|
|
219
|
-
require "google/ads/google_ads/v1/enums/
|
|
220
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
|
|
218
|
+
def self.location_group_radius_units
|
|
219
|
+
require "google/ads/google_ads/v1/enums/location_group_radius_units_pb.rb"
|
|
220
|
+
Google::Ads::GoogleAds::V1::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
|
221
221
|
end
|
|
222
222
|
|
|
223
|
-
# Returns the descriptor for the
|
|
223
|
+
# Returns the descriptor for the MinuteOfHour enum
|
|
224
224
|
#
|
|
225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
226
|
-
def self.
|
|
227
|
-
require "google/ads/google_ads/v1/enums/
|
|
228
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
|
|
226
|
+
def self.minute_of_hour
|
|
227
|
+
require "google/ads/google_ads/v1/enums/minute_of_hour_pb.rb"
|
|
228
|
+
Google::Ads::GoogleAds::V1::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
|
229
229
|
end
|
|
230
230
|
|
|
231
|
-
# Returns the descriptor for the
|
|
231
|
+
# Returns the descriptor for the ParentalStatusType enum
|
|
232
232
|
#
|
|
233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
234
|
-
def self.
|
|
235
|
-
require "google/ads/google_ads/v1/enums/
|
|
236
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
|
|
234
|
+
def self.parental_status_type
|
|
235
|
+
require "google/ads/google_ads/v1/enums/parental_status_type_pb.rb"
|
|
236
|
+
Google::Ads::GoogleAds::V1::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
|
237
237
|
end
|
|
238
238
|
|
|
239
|
-
# Returns the descriptor for the
|
|
239
|
+
# Returns the descriptor for the PreferredContentType enum
|
|
240
240
|
#
|
|
241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
242
|
-
def self.
|
|
243
|
-
require "google/ads/google_ads/v1/enums/
|
|
244
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
|
|
242
|
+
def self.preferred_content_type
|
|
243
|
+
require "google/ads/google_ads/v1/enums/preferred_content_type_pb.rb"
|
|
244
|
+
Google::Ads::GoogleAds::V1::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
|
245
245
|
end
|
|
246
246
|
|
|
247
|
-
# Returns the descriptor for the
|
|
247
|
+
# Returns the descriptor for the ProductBiddingCategoryLevel enum
|
|
248
248
|
#
|
|
249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
250
|
-
def self.
|
|
251
|
-
require "google/ads/google_ads/v1/enums/
|
|
252
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
|
|
250
|
+
def self.product_bidding_category_level
|
|
251
|
+
require "google/ads/google_ads/v1/enums/product_bidding_category_level_pb.rb"
|
|
252
|
+
Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
|
|
253
253
|
end
|
|
254
254
|
|
|
255
|
-
# Returns the descriptor for the
|
|
255
|
+
# Returns the descriptor for the ProductChannel enum
|
|
256
256
|
#
|
|
257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
258
|
-
def self.
|
|
259
|
-
require "google/ads/google_ads/v1/enums/
|
|
260
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
|
|
258
|
+
def self.product_channel
|
|
259
|
+
require "google/ads/google_ads/v1/enums/product_channel_pb.rb"
|
|
260
|
+
Google::Ads::GoogleAds::V1::Enums::ProductChannelEnum::ProductChannel.descriptor
|
|
261
261
|
end
|
|
262
262
|
|
|
263
|
-
# Returns the descriptor for the
|
|
263
|
+
# Returns the descriptor for the ProductChannelExclusivity enum
|
|
264
264
|
#
|
|
265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
266
|
-
def self.
|
|
267
|
-
require "google/ads/google_ads/v1/enums/
|
|
268
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
|
|
266
|
+
def self.product_channel_exclusivity
|
|
267
|
+
require "google/ads/google_ads/v1/enums/product_channel_exclusivity_pb.rb"
|
|
268
|
+
Google::Ads::GoogleAds::V1::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
|
|
269
269
|
end
|
|
270
270
|
|
|
271
|
-
# Returns the descriptor for the
|
|
271
|
+
# Returns the descriptor for the ProductCondition enum
|
|
272
272
|
#
|
|
273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
274
|
-
def self.
|
|
275
|
-
require "google/ads/google_ads/v1/enums/
|
|
276
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
|
|
274
|
+
def self.product_condition
|
|
275
|
+
require "google/ads/google_ads/v1/enums/product_condition_pb.rb"
|
|
276
|
+
Google::Ads::GoogleAds::V1::Enums::ProductConditionEnum::ProductCondition.descriptor
|
|
277
277
|
end
|
|
278
278
|
|
|
279
|
-
# Returns the descriptor for the
|
|
279
|
+
# Returns the descriptor for the ProductTypeLevel enum
|
|
280
280
|
#
|
|
281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
282
|
-
def self.
|
|
283
|
-
require "google/ads/google_ads/v1/enums/
|
|
284
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
|
|
282
|
+
def self.product_type_level
|
|
283
|
+
require "google/ads/google_ads/v1/enums/product_type_level_pb.rb"
|
|
284
|
+
Google::Ads::GoogleAds::V1::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
|
|
285
285
|
end
|
|
286
286
|
|
|
287
|
-
# Returns the descriptor for the
|
|
287
|
+
# Returns the descriptor for the ProximityRadiusUnits enum
|
|
288
288
|
#
|
|
289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
290
|
-
def self.
|
|
291
|
-
require "google/ads/google_ads/v1/enums/
|
|
292
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
|
|
290
|
+
def self.proximity_radius_units
|
|
291
|
+
require "google/ads/google_ads/v1/enums/proximity_radius_units_pb.rb"
|
|
292
|
+
Google::Ads::GoogleAds::V1::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
|
|
293
293
|
end
|
|
294
294
|
|
|
295
|
-
# Returns the descriptor for the
|
|
295
|
+
# Returns the descriptor for the WebpageConditionOperand enum
|
|
296
296
|
#
|
|
297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
298
|
-
def self.
|
|
299
|
-
require "google/ads/google_ads/v1/enums/
|
|
300
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
|
|
298
|
+
def self.webpage_condition_operand
|
|
299
|
+
require "google/ads/google_ads/v1/enums/webpage_condition_operand_pb.rb"
|
|
300
|
+
Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
|
|
301
301
|
end
|
|
302
302
|
|
|
303
|
-
# Returns the descriptor for the
|
|
303
|
+
# Returns the descriptor for the WebpageConditionOperator enum
|
|
304
304
|
#
|
|
305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
306
|
-
def self.
|
|
307
|
-
require "google/ads/google_ads/v1/enums/
|
|
308
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
|
|
306
|
+
def self.webpage_condition_operator
|
|
307
|
+
require "google/ads/google_ads/v1/enums/webpage_condition_operator_pb.rb"
|
|
308
|
+
Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
|
309
309
|
end
|
|
310
310
|
|
|
311
|
-
# Returns the descriptor for the
|
|
311
|
+
# Returns the descriptor for the BidModifierSource enum
|
|
312
312
|
#
|
|
313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
314
|
-
def self.
|
|
315
|
-
require "google/ads/google_ads/v1/enums/
|
|
316
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
|
314
|
+
def self.bid_modifier_source
|
|
315
|
+
require "google/ads/google_ads/v1/enums/bid_modifier_source_pb.rb"
|
|
316
|
+
Google::Ads::GoogleAds::V1::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
|
317
317
|
end
|
|
318
318
|
|
|
319
|
-
# Returns the descriptor for the
|
|
319
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
|
320
320
|
#
|
|
321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
322
|
-
def self.
|
|
323
|
-
require "google/ads/google_ads/v1/enums/
|
|
324
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
|
322
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
|
323
|
+
require "google/ads/google_ads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
|
|
324
|
+
Google::Ads::GoogleAds::V1::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
|
325
325
|
end
|
|
326
326
|
|
|
327
|
-
# Returns the descriptor for the
|
|
327
|
+
# Returns the descriptor for the LabelStatus enum
|
|
328
328
|
#
|
|
329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
330
|
-
def self.
|
|
331
|
-
require "google/ads/google_ads/v1/enums/
|
|
332
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
|
330
|
+
def self.label_status
|
|
331
|
+
require "google/ads/google_ads/v1/enums/label_status_pb.rb"
|
|
332
|
+
Google::Ads::GoogleAds::V1::Enums::LabelStatusEnum::LabelStatus.descriptor
|
|
333
333
|
end
|
|
334
334
|
|
|
335
|
-
# Returns the descriptor for the
|
|
335
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
|
336
336
|
#
|
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
338
|
-
def self.
|
|
339
|
-
require "google/ads/google_ads/v1/enums/
|
|
340
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
|
338
|
+
def self.search_term_targeting_status
|
|
339
|
+
require "google/ads/google_ads/v1/enums/search_term_targeting_status_pb.rb"
|
|
340
|
+
Google::Ads::GoogleAds::V1::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
|
341
341
|
end
|
|
342
342
|
|
|
343
|
-
# Returns the descriptor for the
|
|
343
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
|
344
344
|
#
|
|
345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
346
|
-
def self.
|
|
347
|
-
require "google/ads/google_ads/v1/enums/
|
|
348
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
|
346
|
+
def self.budget_delivery_method
|
|
347
|
+
require "google/ads/google_ads/v1/enums/budget_delivery_method_pb.rb"
|
|
348
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
|
349
349
|
end
|
|
350
350
|
|
|
351
|
-
# Returns the descriptor for the
|
|
351
|
+
# Returns the descriptor for the BudgetPeriod enum
|
|
352
352
|
#
|
|
353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
354
|
-
def self.
|
|
355
|
-
require "google/ads/google_ads/v1/enums/
|
|
356
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
|
354
|
+
def self.budget_period
|
|
355
|
+
require "google/ads/google_ads/v1/enums/budget_period_pb.rb"
|
|
356
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
|
357
357
|
end
|
|
358
358
|
|
|
359
|
-
# Returns the descriptor for the
|
|
359
|
+
# Returns the descriptor for the BudgetStatus enum
|
|
360
360
|
#
|
|
361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
362
|
-
def self.
|
|
363
|
-
require "google/ads/google_ads/v1/enums/
|
|
364
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
|
362
|
+
def self.budget_status
|
|
363
|
+
require "google/ads/google_ads/v1/enums/budget_status_pb.rb"
|
|
364
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
|
365
365
|
end
|
|
366
366
|
|
|
367
|
-
# Returns the descriptor for the
|
|
367
|
+
# Returns the descriptor for the BudgetType enum
|
|
368
368
|
#
|
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
370
|
-
def self.
|
|
371
|
-
require "google/ads/google_ads/v1/enums/
|
|
372
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
|
370
|
+
def self.budget_type
|
|
371
|
+
require "google/ads/google_ads/v1/enums/budget_type_pb.rb"
|
|
372
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetTypeEnum::BudgetType.descriptor
|
|
373
373
|
end
|
|
374
374
|
|
|
375
|
-
# Returns the descriptor for the
|
|
375
|
+
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
|
376
376
|
#
|
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
378
|
-
def self.
|
|
379
|
-
require "google/ads/google_ads/v1/enums/
|
|
380
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
|
378
|
+
def self.merchant_center_link_status
|
|
379
|
+
require "google/ads/google_ads/v1/enums/merchant_center_link_status_pb.rb"
|
|
380
|
+
Google::Ads::GoogleAds::V1::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
|
381
381
|
end
|
|
382
382
|
|
|
383
|
-
# Returns the descriptor for the
|
|
383
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
|
384
384
|
#
|
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
386
|
-
def self.
|
|
387
|
-
require "google/ads/google_ads/v1/enums/
|
|
388
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
|
386
|
+
def self.tracking_code_page_format
|
|
387
|
+
require "google/ads/google_ads/v1/enums/tracking_code_page_format_pb.rb"
|
|
388
|
+
Google::Ads::GoogleAds::V1::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
|
389
389
|
end
|
|
390
390
|
|
|
391
|
-
# Returns the descriptor for the
|
|
391
|
+
# Returns the descriptor for the TrackingCodeType enum
|
|
392
392
|
#
|
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
394
|
-
def self.
|
|
395
|
-
require "google/ads/google_ads/v1/enums/
|
|
396
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
|
394
|
+
def self.tracking_code_type
|
|
395
|
+
require "google/ads/google_ads/v1/enums/tracking_code_type_pb.rb"
|
|
396
|
+
Google::Ads::GoogleAds::V1::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
|
397
397
|
end
|
|
398
398
|
|
|
399
|
-
# Returns the descriptor for the
|
|
399
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
|
400
400
|
#
|
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
402
|
-
def self.
|
|
403
|
-
require "google/ads/google_ads/v1/enums/
|
|
404
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
|
402
|
+
def self.campaign_draft_status
|
|
403
|
+
require "google/ads/google_ads/v1/enums/campaign_draft_status_pb.rb"
|
|
404
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
|
405
405
|
end
|
|
406
406
|
|
|
407
|
-
# Returns the descriptor for the
|
|
407
|
+
# Returns the descriptor for the PolicyTopicEntryType enum
|
|
408
408
|
#
|
|
409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
410
|
-
def self.
|
|
411
|
-
require "google/ads/google_ads/v1/enums/
|
|
412
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
|
|
410
|
+
def self.policy_topic_entry_type
|
|
411
|
+
require "google/ads/google_ads/v1/enums/policy_topic_entry_type_pb.rb"
|
|
412
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
|
|
413
413
|
end
|
|
414
414
|
|
|
415
|
-
# Returns the descriptor for the
|
|
415
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
|
416
416
|
#
|
|
417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
418
|
-
def self.
|
|
419
|
-
require "google/ads/google_ads/v1/enums/
|
|
420
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
421
|
-
end
|
|
422
|
-
|
|
423
|
-
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
|
424
|
-
#
|
|
425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
|
426
|
-
def self.location_extension_targeting_criterion_field
|
|
427
|
-
require "google/ads/google_ads/v1/enums/location_extension_targeting_criterion_field_pb.rb"
|
|
428
|
-
Google::Ads::GoogleAds::V1::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
|
429
|
-
end
|
|
430
|
-
|
|
431
|
-
# Returns the descriptor for the LocationPlaceholderField enum
|
|
432
|
-
#
|
|
433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
|
434
|
-
def self.location_placeholder_field
|
|
435
|
-
require "google/ads/google_ads/v1/enums/location_placeholder_field_pb.rb"
|
|
436
|
-
Google::Ads::GoogleAds::V1::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
|
437
|
-
end
|
|
438
|
-
|
|
439
|
-
# Returns the descriptor for the MessagePlaceholderField enum
|
|
440
|
-
#
|
|
441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
|
442
|
-
def self.message_placeholder_field
|
|
443
|
-
require "google/ads/google_ads/v1/enums/message_placeholder_field_pb.rb"
|
|
444
|
-
Google::Ads::GoogleAds::V1::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
|
445
|
-
end
|
|
446
|
-
|
|
447
|
-
# Returns the descriptor for the PricePlaceholderField enum
|
|
448
|
-
#
|
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
|
450
|
-
def self.price_placeholder_field
|
|
451
|
-
require "google/ads/google_ads/v1/enums/price_placeholder_field_pb.rb"
|
|
452
|
-
Google::Ads::GoogleAds::V1::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
|
453
|
-
end
|
|
454
|
-
|
|
455
|
-
# Returns the descriptor for the PromotionPlaceholderField enum
|
|
456
|
-
#
|
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
|
458
|
-
def self.promotion_placeholder_field
|
|
459
|
-
require "google/ads/google_ads/v1/enums/promotion_placeholder_field_pb.rb"
|
|
460
|
-
Google::Ads::GoogleAds::V1::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
|
461
|
-
end
|
|
462
|
-
|
|
463
|
-
# Returns the descriptor for the RealEstatePlaceholderField enum
|
|
464
|
-
#
|
|
465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
|
466
|
-
def self.real_estate_placeholder_field
|
|
467
|
-
require "google/ads/google_ads/v1/enums/real_estate_placeholder_field_pb.rb"
|
|
468
|
-
Google::Ads::GoogleAds::V1::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
|
469
|
-
end
|
|
470
|
-
|
|
471
|
-
# Returns the descriptor for the SitelinkPlaceholderField enum
|
|
472
|
-
#
|
|
473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
|
474
|
-
def self.sitelink_placeholder_field
|
|
475
|
-
require "google/ads/google_ads/v1/enums/sitelink_placeholder_field_pb.rb"
|
|
476
|
-
Google::Ads::GoogleAds::V1::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
|
477
|
-
end
|
|
478
|
-
|
|
479
|
-
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
|
480
|
-
#
|
|
481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
|
482
|
-
def self.structured_snippet_placeholder_field
|
|
483
|
-
require "google/ads/google_ads/v1/enums/structured_snippet_placeholder_field_pb.rb"
|
|
484
|
-
Google::Ads::GoogleAds::V1::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
|
485
|
-
end
|
|
486
|
-
|
|
487
|
-
# Returns the descriptor for the TravelPlaceholderField enum
|
|
488
|
-
#
|
|
489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
|
490
|
-
def self.travel_placeholder_field
|
|
491
|
-
require "google/ads/google_ads/v1/enums/travel_placeholder_field_pb.rb"
|
|
492
|
-
Google::Ads::GoogleAds::V1::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
|
493
|
-
end
|
|
494
|
-
|
|
495
|
-
# Returns the descriptor for the BillingSetupStatus enum
|
|
496
|
-
#
|
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
|
498
|
-
def self.billing_setup_status
|
|
499
|
-
require "google/ads/google_ads/v1/enums/billing_setup_status_pb.rb"
|
|
500
|
-
Google::Ads::GoogleAds::V1::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
|
501
|
-
end
|
|
502
|
-
|
|
503
|
-
# Returns the descriptor for the TimeType enum
|
|
504
|
-
#
|
|
505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
|
506
|
-
def self.time_type
|
|
507
|
-
require "google/ads/google_ads/v1/enums/time_type_pb.rb"
|
|
508
|
-
Google::Ads::GoogleAds::V1::Enums::TimeTypeEnum::TimeType.descriptor
|
|
509
|
-
end
|
|
510
|
-
|
|
511
|
-
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
|
512
|
-
#
|
|
513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
|
514
|
-
def self.customer_pay_per_conversion_eligibility_failure_reason
|
|
515
|
-
require "google/ads/google_ads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
|
|
516
|
-
Google::Ads::GoogleAds::V1::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
|
517
|
-
end
|
|
518
|
-
|
|
519
|
-
# Returns the descriptor for the BudgetDeliveryMethod enum
|
|
520
|
-
#
|
|
521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
|
522
|
-
def self.budget_delivery_method
|
|
523
|
-
require "google/ads/google_ads/v1/enums/budget_delivery_method_pb.rb"
|
|
524
|
-
Google::Ads::GoogleAds::V1::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
|
525
|
-
end
|
|
526
|
-
|
|
527
|
-
# Returns the descriptor for the BudgetPeriod enum
|
|
528
|
-
#
|
|
529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
|
530
|
-
def self.budget_period
|
|
531
|
-
require "google/ads/google_ads/v1/enums/budget_period_pb.rb"
|
|
532
|
-
Google::Ads::GoogleAds::V1::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
|
533
|
-
end
|
|
534
|
-
|
|
535
|
-
# Returns the descriptor for the BudgetStatus enum
|
|
536
|
-
#
|
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
|
538
|
-
def self.budget_status
|
|
539
|
-
require "google/ads/google_ads/v1/enums/budget_status_pb.rb"
|
|
540
|
-
Google::Ads::GoogleAds::V1::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
|
541
|
-
end
|
|
542
|
-
|
|
543
|
-
# Returns the descriptor for the BudgetType enum
|
|
544
|
-
#
|
|
545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
|
546
|
-
def self.budget_type
|
|
547
|
-
require "google/ads/google_ads/v1/enums/budget_type_pb.rb"
|
|
548
|
-
Google::Ads::GoogleAds::V1::Enums::BudgetTypeEnum::BudgetType.descriptor
|
|
549
|
-
end
|
|
550
|
-
|
|
551
|
-
# Returns the descriptor for the AgeRangeType enum
|
|
552
|
-
#
|
|
553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
|
554
|
-
def self.age_range_type
|
|
555
|
-
require "google/ads/google_ads/v1/enums/age_range_type_pb.rb"
|
|
556
|
-
Google::Ads::GoogleAds::V1::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
|
417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
|
418
|
+
def self.policy_topic_evidence_destination_mismatch_url_type
|
|
419
|
+
require "google/ads/google_ads/v1/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
|
|
420
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
|
|
557
421
|
end
|
|
558
422
|
|
|
559
|
-
# Returns the descriptor for the
|
|
423
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
|
560
424
|
#
|
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
562
|
-
def self.
|
|
563
|
-
require "google/ads/google_ads/v1/enums/
|
|
564
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
|
426
|
+
def self.policy_topic_evidence_destination_not_working_device
|
|
427
|
+
require "google/ads/google_ads/v1/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
|
|
428
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
|
|
565
429
|
end
|
|
566
430
|
|
|
567
|
-
# Returns the descriptor for the
|
|
431
|
+
# Returns the descriptor for the AdGroupAdStatus enum
|
|
568
432
|
#
|
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
570
|
-
def self.
|
|
571
|
-
require "google/ads/google_ads/v1/enums/
|
|
572
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
|
434
|
+
def self.ad_group_ad_status
|
|
435
|
+
require "google/ads/google_ads/v1/enums/ad_group_ad_status_pb.rb"
|
|
436
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
|
573
437
|
end
|
|
574
438
|
|
|
575
|
-
# Returns the descriptor for the
|
|
439
|
+
# Returns the descriptor for the AdStrength enum
|
|
576
440
|
#
|
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
578
|
-
def self.
|
|
579
|
-
require "google/ads/google_ads/v1/enums/
|
|
580
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
|
442
|
+
def self.ad_strength
|
|
443
|
+
require "google/ads/google_ads/v1/enums/ad_strength_pb.rb"
|
|
444
|
+
Google::Ads::GoogleAds::V1::Enums::AdStrengthEnum::AdStrength.descriptor
|
|
581
445
|
end
|
|
582
446
|
|
|
583
|
-
# Returns the descriptor for the
|
|
447
|
+
# Returns the descriptor for the PolicyApprovalStatus enum
|
|
584
448
|
#
|
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
586
|
-
def self.
|
|
587
|
-
require "google/ads/google_ads/v1/enums/
|
|
588
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
|
|
450
|
+
def self.policy_approval_status
|
|
451
|
+
require "google/ads/google_ads/v1/enums/policy_approval_status_pb.rb"
|
|
452
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
|
|
589
453
|
end
|
|
590
454
|
|
|
591
|
-
# Returns the descriptor for the
|
|
455
|
+
# Returns the descriptor for the PolicyReviewStatus enum
|
|
592
456
|
#
|
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
594
|
-
def self.
|
|
595
|
-
require "google/ads/google_ads/v1/enums/
|
|
596
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
|
|
458
|
+
def self.policy_review_status
|
|
459
|
+
require "google/ads/google_ads/v1/enums/policy_review_status_pb.rb"
|
|
460
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
|
597
461
|
end
|
|
598
462
|
|
|
599
|
-
# Returns the descriptor for the
|
|
463
|
+
# Returns the descriptor for the ServedAssetFieldType enum
|
|
600
464
|
#
|
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
602
|
-
def self.
|
|
603
|
-
require "google/ads/google_ads/v1/enums/
|
|
604
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
|
466
|
+
def self.served_asset_field_type
|
|
467
|
+
require "google/ads/google_ads/v1/enums/served_asset_field_type_pb.rb"
|
|
468
|
+
Google::Ads::GoogleAds::V1::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
|
605
469
|
end
|
|
606
470
|
|
|
607
|
-
# Returns the descriptor for the
|
|
471
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
|
608
472
|
#
|
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
610
|
-
def self.
|
|
611
|
-
require "google/ads/google_ads/v1/enums/
|
|
612
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
|
474
|
+
def self.call_conversion_reporting_state
|
|
475
|
+
require "google/ads/google_ads/v1/enums/call_conversion_reporting_state_pb.rb"
|
|
476
|
+
Google::Ads::GoogleAds::V1::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
|
613
477
|
end
|
|
614
478
|
|
|
615
|
-
# Returns the descriptor for the
|
|
479
|
+
# Returns the descriptor for the DisplayAdFormatSetting enum
|
|
616
480
|
#
|
|
617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
618
|
-
def self.
|
|
619
|
-
require "google/ads/google_ads/v1/enums/
|
|
620
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
|
482
|
+
def self.display_ad_format_setting
|
|
483
|
+
require "google/ads/google_ads/v1/enums/display_ad_format_setting_pb.rb"
|
|
484
|
+
Google::Ads::GoogleAds::V1::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
|
621
485
|
end
|
|
622
486
|
|
|
623
|
-
# Returns the descriptor for the
|
|
487
|
+
# Returns the descriptor for the DisplayUploadProductType enum
|
|
624
488
|
#
|
|
625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
626
|
-
def self.
|
|
627
|
-
require "google/ads/google_ads/v1/enums/
|
|
628
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
|
490
|
+
def self.display_upload_product_type
|
|
491
|
+
require "google/ads/google_ads/v1/enums/display_upload_product_type_pb.rb"
|
|
492
|
+
Google::Ads::GoogleAds::V1::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
|
629
493
|
end
|
|
630
494
|
|
|
631
|
-
# Returns the descriptor for the
|
|
495
|
+
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
|
632
496
|
#
|
|
633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
634
|
-
def self.
|
|
635
|
-
require "google/ads/google_ads/v1/enums/
|
|
636
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
|
498
|
+
def self.legacy_app_install_ad_app_store
|
|
499
|
+
require "google/ads/google_ads/v1/enums/legacy_app_install_ad_app_store_pb.rb"
|
|
500
|
+
Google::Ads::GoogleAds::V1::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
|
637
501
|
end
|
|
638
502
|
|
|
639
|
-
# Returns the descriptor for the
|
|
503
|
+
# Returns the descriptor for the MimeType enum
|
|
640
504
|
#
|
|
641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
642
|
-
def self.
|
|
643
|
-
require "google/ads/google_ads/v1/enums/
|
|
644
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
|
506
|
+
def self.mime_type
|
|
507
|
+
require "google/ads/google_ads/v1/enums/mime_type_pb.rb"
|
|
508
|
+
Google::Ads::GoogleAds::V1::Enums::MimeTypeEnum::MimeType.descriptor
|
|
645
509
|
end
|
|
646
510
|
|
|
647
|
-
# Returns the descriptor for the
|
|
511
|
+
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
|
648
512
|
#
|
|
649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
650
|
-
def self.
|
|
651
|
-
require "google/ads/google_ads/v1/enums/
|
|
652
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
|
514
|
+
def self.app_url_operating_system_type
|
|
515
|
+
require "google/ads/google_ads/v1/enums/app_url_operating_system_type_pb.rb"
|
|
516
|
+
Google::Ads::GoogleAds::V1::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
|
653
517
|
end
|
|
654
518
|
|
|
655
|
-
# Returns the descriptor for the
|
|
519
|
+
# Returns the descriptor for the AdType enum
|
|
656
520
|
#
|
|
657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
658
|
-
def self.
|
|
659
|
-
require "google/ads/google_ads/v1/enums/
|
|
660
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
|
522
|
+
def self.ad_type
|
|
523
|
+
require "google/ads/google_ads/v1/enums/ad_type_pb.rb"
|
|
524
|
+
Google::Ads::GoogleAds::V1::Enums::AdTypeEnum::AdType.descriptor
|
|
661
525
|
end
|
|
662
526
|
|
|
663
|
-
# Returns the descriptor for the
|
|
527
|
+
# Returns the descriptor for the SystemManagedResourceSource enum
|
|
664
528
|
#
|
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
666
|
-
def self.
|
|
667
|
-
require "google/ads/google_ads/v1/enums/
|
|
668
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
|
530
|
+
def self.system_managed_resource_source
|
|
531
|
+
require "google/ads/google_ads/v1/enums/system_managed_entity_source_pb.rb"
|
|
532
|
+
Google::Ads::GoogleAds::V1::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
|
669
533
|
end
|
|
670
534
|
|
|
671
|
-
# Returns the descriptor for the
|
|
535
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
|
672
536
|
#
|
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
674
|
-
def self.
|
|
675
|
-
require "google/ads/google_ads/v1/enums/
|
|
676
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
|
538
|
+
def self.account_budget_status
|
|
539
|
+
require "google/ads/google_ads/v1/enums/account_budget_status_pb.rb"
|
|
540
|
+
Google::Ads::GoogleAds::V1::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
|
677
541
|
end
|
|
678
542
|
|
|
679
|
-
# Returns the descriptor for the
|
|
680
|
-
#
|
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
682
|
-
def self.
|
|
683
|
-
require "google/ads/google_ads/v1/enums/
|
|
684
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
543
|
+
# Returns the descriptor for the BillingSetupStatus enum
|
|
544
|
+
#
|
|
545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
|
546
|
+
def self.billing_setup_status
|
|
547
|
+
require "google/ads/google_ads/v1/enums/billing_setup_status_pb.rb"
|
|
548
|
+
Google::Ads::GoogleAds::V1::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
|
685
549
|
end
|
|
686
550
|
|
|
687
|
-
# Returns the descriptor for the
|
|
551
|
+
# Returns the descriptor for the PageOnePromotedStrategyGoal enum
|
|
688
552
|
#
|
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
690
|
-
def self.
|
|
691
|
-
require "google/ads/google_ads/v1/enums/
|
|
692
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
|
|
554
|
+
def self.page_one_promoted_strategy_goal
|
|
555
|
+
require "google/ads/google_ads/v1/enums/page_one_promoted_strategy_goal_pb.rb"
|
|
556
|
+
Google::Ads::GoogleAds::V1::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
|
|
693
557
|
end
|
|
694
558
|
|
|
695
|
-
# Returns the descriptor for the
|
|
559
|
+
# Returns the descriptor for the TargetImpressionShareLocation enum
|
|
696
560
|
#
|
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
698
|
-
def self.
|
|
699
|
-
require "google/ads/google_ads/v1/enums/
|
|
700
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
|
562
|
+
def self.target_impression_share_location
|
|
563
|
+
require "google/ads/google_ads/v1/enums/target_impression_share_location_pb.rb"
|
|
564
|
+
Google::Ads::GoogleAds::V1::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
|
701
565
|
end
|
|
702
566
|
|
|
703
|
-
# Returns the descriptor for the
|
|
567
|
+
# Returns the descriptor for the BiddingStrategyStatus enum
|
|
704
568
|
#
|
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
706
|
-
def self.
|
|
707
|
-
require "google/ads/google_ads/v1/enums/
|
|
708
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
|
570
|
+
def self.bidding_strategy_status
|
|
571
|
+
require "google/ads/google_ads/v1/enums/bidding_strategy_status_pb.rb"
|
|
572
|
+
Google::Ads::GoogleAds::V1::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
|
709
573
|
end
|
|
710
574
|
|
|
711
|
-
# Returns the descriptor for the
|
|
575
|
+
# Returns the descriptor for the BiddingStrategyType enum
|
|
712
576
|
#
|
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
714
|
-
def self.
|
|
715
|
-
require "google/ads/google_ads/v1/enums/
|
|
716
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
|
578
|
+
def self.bidding_strategy_type
|
|
579
|
+
require "google/ads/google_ads/v1/enums/bidding_strategy_type_pb.rb"
|
|
580
|
+
Google::Ads::GoogleAds::V1::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
|
717
581
|
end
|
|
718
582
|
|
|
719
583
|
# Returns the descriptor for the AppStore enum
|
|
@@ -764,102 +628,6 @@ module Google
|
|
|
764
628
|
Google::Ads::GoogleAds::V1::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
|
765
629
|
end
|
|
766
630
|
|
|
767
|
-
# Returns the descriptor for the RecommendationType enum
|
|
768
|
-
#
|
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
|
770
|
-
def self.recommendation_type
|
|
771
|
-
require "google/ads/google_ads/v1/enums/recommendation_type_pb.rb"
|
|
772
|
-
Google::Ads::GoogleAds::V1::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
|
773
|
-
end
|
|
774
|
-
|
|
775
|
-
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
|
776
|
-
#
|
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
|
778
|
-
def self.target_cpa_opt_in_recommendation_goal
|
|
779
|
-
require "google/ads/google_ads/v1/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
|
|
780
|
-
Google::Ads::GoogleAds::V1::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
|
781
|
-
end
|
|
782
|
-
|
|
783
|
-
# Returns the descriptor for the PlacementType enum
|
|
784
|
-
#
|
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
|
786
|
-
def self.placement_type
|
|
787
|
-
require "google/ads/google_ads/v1/enums/placement_type_pb.rb"
|
|
788
|
-
Google::Ads::GoogleAds::V1::Enums::PlacementTypeEnum::PlacementType.descriptor
|
|
789
|
-
end
|
|
790
|
-
|
|
791
|
-
# Returns the descriptor for the MutateJobStatus enum
|
|
792
|
-
#
|
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
|
|
794
|
-
def self.mutate_job_status
|
|
795
|
-
require "google/ads/google_ads/v1/enums/mutate_job_status_pb.rb"
|
|
796
|
-
Google::Ads::GoogleAds::V1::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
|
|
797
|
-
end
|
|
798
|
-
|
|
799
|
-
# Returns the descriptor for the GeoTargetingType enum
|
|
800
|
-
#
|
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
|
802
|
-
def self.geo_targeting_type
|
|
803
|
-
require "google/ads/google_ads/v1/enums/geo_targeting_type_pb.rb"
|
|
804
|
-
Google::Ads::GoogleAds::V1::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
|
805
|
-
end
|
|
806
|
-
|
|
807
|
-
# Returns the descriptor for the AssetType enum
|
|
808
|
-
#
|
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
|
810
|
-
def self.asset_type
|
|
811
|
-
require "google/ads/google_ads/v1/enums/asset_type_pb.rb"
|
|
812
|
-
Google::Ads::GoogleAds::V1::Enums::AssetTypeEnum::AssetType.descriptor
|
|
813
|
-
end
|
|
814
|
-
|
|
815
|
-
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
|
816
|
-
#
|
|
817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
|
818
|
-
def self.operating_system_version_operator_type
|
|
819
|
-
require "google/ads/google_ads/v1/enums/operating_system_version_operator_type_pb.rb"
|
|
820
|
-
Google::Ads::GoogleAds::V1::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
|
821
|
-
end
|
|
822
|
-
|
|
823
|
-
# Returns the descriptor for the CampaignSharedSetStatus enum
|
|
824
|
-
#
|
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
|
826
|
-
def self.campaign_shared_set_status
|
|
827
|
-
require "google/ads/google_ads/v1/enums/campaign_shared_set_status_pb.rb"
|
|
828
|
-
Google::Ads::GoogleAds::V1::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
|
829
|
-
end
|
|
830
|
-
|
|
831
|
-
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
|
832
|
-
#
|
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
|
834
|
-
def self.keyword_plan_forecast_interval
|
|
835
|
-
require "google/ads/google_ads/v1/enums/keyword_plan_forecast_interval_pb.rb"
|
|
836
|
-
Google::Ads::GoogleAds::V1::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
|
837
|
-
end
|
|
838
|
-
|
|
839
|
-
# Returns the descriptor for the CampaignExperimentStatus enum
|
|
840
|
-
#
|
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
|
|
842
|
-
def self.campaign_experiment_status
|
|
843
|
-
require "google/ads/google_ads/v1/enums/campaign_experiment_status_pb.rb"
|
|
844
|
-
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
|
|
845
|
-
end
|
|
846
|
-
|
|
847
|
-
# Returns the descriptor for the CampaignExperimentTrafficSplitType enum
|
|
848
|
-
#
|
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
|
|
850
|
-
def self.campaign_experiment_traffic_split_type
|
|
851
|
-
require "google/ads/google_ads/v1/enums/campaign_experiment_traffic_split_type_pb.rb"
|
|
852
|
-
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
|
853
|
-
end
|
|
854
|
-
|
|
855
|
-
# Returns the descriptor for the ExtensionType enum
|
|
856
|
-
#
|
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
|
858
|
-
def self.extension_type
|
|
859
|
-
require "google/ads/google_ads/v1/enums/extension_type_pb.rb"
|
|
860
|
-
Google::Ads::GoogleAds::V1::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
|
861
|
-
end
|
|
862
|
-
|
|
863
631
|
# Returns the descriptor for the FeedItemStatus enum
|
|
864
632
|
#
|
|
865
633
|
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
|
@@ -876,52 +644,44 @@ module Google
|
|
|
876
644
|
Google::Ads::GoogleAds::V1::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
|
877
645
|
end
|
|
878
646
|
|
|
879
|
-
# Returns the descriptor for the
|
|
880
|
-
#
|
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
|
882
|
-
def self.extension_setting_device
|
|
883
|
-
require "google/ads/google_ads/v1/enums/extension_setting_device_pb.rb"
|
|
884
|
-
Google::Ads::GoogleAds::V1::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
|
885
|
-
end
|
|
886
|
-
|
|
887
|
-
# Returns the descriptor for the CampaignCriterionStatus enum
|
|
647
|
+
# Returns the descriptor for the ManagerLinkStatus enum
|
|
888
648
|
#
|
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
890
|
-
def self.
|
|
891
|
-
require "google/ads/google_ads/v1/enums/
|
|
892
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
|
650
|
+
def self.manager_link_status
|
|
651
|
+
require "google/ads/google_ads/v1/enums/manager_link_status_pb.rb"
|
|
652
|
+
Google::Ads::GoogleAds::V1::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
|
893
653
|
end
|
|
894
654
|
|
|
895
|
-
# Returns the descriptor for the
|
|
655
|
+
# Returns the descriptor for the CampaignExperimentStatus enum
|
|
896
656
|
#
|
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
898
|
-
def self.
|
|
899
|
-
require "google/ads/google_ads/v1/enums/
|
|
900
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
|
|
658
|
+
def self.campaign_experiment_status
|
|
659
|
+
require "google/ads/google_ads/v1/enums/campaign_experiment_status_pb.rb"
|
|
660
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
|
|
901
661
|
end
|
|
902
662
|
|
|
903
|
-
# Returns the descriptor for the
|
|
663
|
+
# Returns the descriptor for the CampaignExperimentTrafficSplitType enum
|
|
904
664
|
#
|
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
906
|
-
def self.
|
|
907
|
-
require "google/ads/google_ads/v1/enums/
|
|
908
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
|
|
666
|
+
def self.campaign_experiment_traffic_split_type
|
|
667
|
+
require "google/ads/google_ads/v1/enums/campaign_experiment_traffic_split_type_pb.rb"
|
|
668
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
|
909
669
|
end
|
|
910
670
|
|
|
911
|
-
# Returns the descriptor for the
|
|
671
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
|
912
672
|
#
|
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
914
|
-
def self.
|
|
915
|
-
require "google/ads/google_ads/v1/enums/
|
|
916
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
|
674
|
+
def self.change_status_operation
|
|
675
|
+
require "google/ads/google_ads/v1/enums/change_status_operation_pb.rb"
|
|
676
|
+
Google::Ads::GoogleAds::V1::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
|
917
677
|
end
|
|
918
678
|
|
|
919
|
-
# Returns the descriptor for the
|
|
679
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
|
920
680
|
#
|
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
922
|
-
def self.
|
|
923
|
-
require "google/ads/google_ads/v1/enums/
|
|
924
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
|
682
|
+
def self.change_status_resource_type
|
|
683
|
+
require "google/ads/google_ads/v1/enums/change_status_resource_type_pb.rb"
|
|
684
|
+
Google::Ads::GoogleAds::V1::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
|
925
685
|
end
|
|
926
686
|
|
|
927
687
|
# Returns the descriptor for the AdvertisingChannelSubType enum
|
|
@@ -934,114 +694,58 @@ module Google
|
|
|
934
694
|
|
|
935
695
|
# Returns the descriptor for the AdvertisingChannelType enum
|
|
936
696
|
#
|
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
|
938
|
-
def self.advertising_channel_type
|
|
939
|
-
require "google/ads/google_ads/v1/enums/advertising_channel_type_pb.rb"
|
|
940
|
-
Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
|
941
|
-
end
|
|
942
|
-
|
|
943
|
-
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
|
944
|
-
#
|
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
|
946
|
-
def self.criterion_category_channel_availability_mode
|
|
947
|
-
require "google/ads/google_ads/v1/enums/criterion_category_channel_availability_mode_pb.rb"
|
|
948
|
-
Google::Ads::GoogleAds::V1::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
|
949
|
-
end
|
|
950
|
-
|
|
951
|
-
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
|
952
|
-
#
|
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
|
954
|
-
def self.criterion_category_locale_availability_mode
|
|
955
|
-
require "google/ads/google_ads/v1/enums/criterion_category_locale_availability_mode_pb.rb"
|
|
956
|
-
Google::Ads::GoogleAds::V1::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
|
957
|
-
end
|
|
958
|
-
|
|
959
|
-
# Returns the descriptor for the UserInterestTaxonomyType enum
|
|
960
|
-
#
|
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
|
962
|
-
def self.user_interest_taxonomy_type
|
|
963
|
-
require "google/ads/google_ads/v1/enums/user_interest_taxonomy_type_pb.rb"
|
|
964
|
-
Google::Ads::GoogleAds::V1::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
|
965
|
-
end
|
|
966
|
-
|
|
967
|
-
# Returns the descriptor for the ManagerLinkStatus enum
|
|
968
|
-
#
|
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
|
970
|
-
def self.manager_link_status
|
|
971
|
-
require "google/ads/google_ads/v1/enums/manager_link_status_pb.rb"
|
|
972
|
-
Google::Ads::GoogleAds::V1::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
|
973
|
-
end
|
|
974
|
-
|
|
975
|
-
# Returns the descriptor for the MobileDeviceType enum
|
|
976
|
-
#
|
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
|
978
|
-
def self.mobile_device_type
|
|
979
|
-
require "google/ads/google_ads/v1/enums/mobile_device_type_pb.rb"
|
|
980
|
-
Google::Ads::GoogleAds::V1::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
|
981
|
-
end
|
|
982
|
-
|
|
983
|
-
# Returns the descriptor for the SearchTermTargetingStatus enum
|
|
984
|
-
#
|
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
|
986
|
-
def self.search_term_targeting_status
|
|
987
|
-
require "google/ads/google_ads/v1/enums/search_term_targeting_status_pb.rb"
|
|
988
|
-
Google::Ads::GoogleAds::V1::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
|
989
|
-
end
|
|
990
|
-
|
|
991
|
-
# Returns the descriptor for the SimulationModificationMethod enum
|
|
992
|
-
#
|
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
|
994
|
-
def self.simulation_modification_method
|
|
995
|
-
require "google/ads/google_ads/v1/enums/simulation_modification_method_pb.rb"
|
|
996
|
-
Google::Ads::GoogleAds::V1::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
|
698
|
+
def self.advertising_channel_type
|
|
699
|
+
require "google/ads/google_ads/v1/enums/advertising_channel_type_pb.rb"
|
|
700
|
+
Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
|
997
701
|
end
|
|
998
702
|
|
|
999
|
-
# Returns the descriptor for the
|
|
703
|
+
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
|
1000
704
|
#
|
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1002
|
-
def self.
|
|
1003
|
-
require "google/ads/google_ads/v1/enums/
|
|
1004
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
|
706
|
+
def self.criterion_category_channel_availability_mode
|
|
707
|
+
require "google/ads/google_ads/v1/enums/criterion_category_channel_availability_mode_pb.rb"
|
|
708
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
|
1005
709
|
end
|
|
1006
710
|
|
|
1007
|
-
# Returns the descriptor for the
|
|
711
|
+
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
|
1008
712
|
#
|
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1010
|
-
def self.
|
|
1011
|
-
require "google/ads/google_ads/v1/enums/
|
|
1012
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
|
714
|
+
def self.criterion_category_locale_availability_mode
|
|
715
|
+
require "google/ads/google_ads/v1/enums/criterion_category_locale_availability_mode_pb.rb"
|
|
716
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
|
1013
717
|
end
|
|
1014
718
|
|
|
1015
|
-
# Returns the descriptor for the
|
|
719
|
+
# Returns the descriptor for the UserInterestTaxonomyType enum
|
|
1016
720
|
#
|
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1018
|
-
def self.
|
|
1019
|
-
require "google/ads/google_ads/v1/enums/
|
|
1020
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
|
722
|
+
def self.user_interest_taxonomy_type
|
|
723
|
+
require "google/ads/google_ads/v1/enums/user_interest_taxonomy_type_pb.rb"
|
|
724
|
+
Google::Ads::GoogleAds::V1::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
|
1021
725
|
end
|
|
1022
726
|
|
|
1023
|
-
# Returns the descriptor for the
|
|
727
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
|
1024
728
|
#
|
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1026
|
-
def self.
|
|
1027
|
-
require "google/ads/google_ads/v1/enums/
|
|
1028
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
|
730
|
+
def self.google_ads_field_category
|
|
731
|
+
require "google/ads/google_ads/v1/enums/google_ads_field_category_pb.rb"
|
|
732
|
+
Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
|
1029
733
|
end
|
|
1030
734
|
|
|
1031
|
-
# Returns the descriptor for the
|
|
735
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
|
1032
736
|
#
|
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1034
|
-
def self.
|
|
1035
|
-
require "google/ads/google_ads/v1/enums/
|
|
1036
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
|
738
|
+
def self.google_ads_field_data_type
|
|
739
|
+
require "google/ads/google_ads/v1/enums/google_ads_field_data_type_pb.rb"
|
|
740
|
+
Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
|
1037
741
|
end
|
|
1038
742
|
|
|
1039
|
-
# Returns the descriptor for the
|
|
743
|
+
# Returns the descriptor for the PlaceholderType enum
|
|
1040
744
|
#
|
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1042
|
-
def self.
|
|
1043
|
-
require "google/ads/google_ads/v1/
|
|
1044
|
-
Google::Ads::GoogleAds::V1::
|
|
745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
|
746
|
+
def self.placeholder_type
|
|
747
|
+
require "google/ads/google_ads/v1/enums/placeholder_type_pb.rb"
|
|
748
|
+
Google::Ads::GoogleAds::V1::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
|
1045
749
|
end
|
|
1046
750
|
|
|
1047
751
|
# Returns the descriptor for the SharedSetStatus enum
|
|
@@ -1060,44 +764,12 @@ module Google
|
|
|
1060
764
|
Google::Ads::GoogleAds::V1::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
|
1061
765
|
end
|
|
1062
766
|
|
|
1063
|
-
# Returns the descriptor for the
|
|
1064
|
-
#
|
|
1065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
|
|
1066
|
-
def self.page_one_promoted_strategy_goal
|
|
1067
|
-
require "google/ads/google_ads/v1/enums/page_one_promoted_strategy_goal_pb.rb"
|
|
1068
|
-
Google::Ads::GoogleAds::V1::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
|
|
1069
|
-
end
|
|
1070
|
-
|
|
1071
|
-
# Returns the descriptor for the TargetImpressionShareLocation enum
|
|
1072
|
-
#
|
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
|
1074
|
-
def self.target_impression_share_location
|
|
1075
|
-
require "google/ads/google_ads/v1/enums/target_impression_share_location_pb.rb"
|
|
1076
|
-
Google::Ads::GoogleAds::V1::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
|
1077
|
-
end
|
|
1078
|
-
|
|
1079
|
-
# Returns the descriptor for the BiddingStrategyStatus enum
|
|
1080
|
-
#
|
|
1081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
|
1082
|
-
def self.bidding_strategy_status
|
|
1083
|
-
require "google/ads/google_ads/v1/enums/bidding_strategy_status_pb.rb"
|
|
1084
|
-
Google::Ads::GoogleAds::V1::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
|
1085
|
-
end
|
|
1086
|
-
|
|
1087
|
-
# Returns the descriptor for the BiddingStrategyType enum
|
|
1088
|
-
#
|
|
1089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
|
1090
|
-
def self.bidding_strategy_type
|
|
1091
|
-
require "google/ads/google_ads/v1/enums/bidding_strategy_type_pb.rb"
|
|
1092
|
-
Google::Ads::GoogleAds::V1::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
|
1093
|
-
end
|
|
1094
|
-
|
|
1095
|
-
# Returns the descriptor for the BidModifierSource enum
|
|
767
|
+
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
|
1096
768
|
#
|
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1098
|
-
def self.
|
|
1099
|
-
require "google/ads/google_ads/v1/enums/
|
|
1100
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
|
770
|
+
def self.operating_system_version_operator_type
|
|
771
|
+
require "google/ads/google_ads/v1/enums/operating_system_version_operator_type_pb.rb"
|
|
772
|
+
Google::Ads::GoogleAds::V1::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
|
1101
773
|
end
|
|
1102
774
|
|
|
1103
775
|
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
|
@@ -1196,212 +868,364 @@ module Google
|
|
|
1196
868
|
Google::Ads::GoogleAds::V1::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
|
1197
869
|
end
|
|
1198
870
|
|
|
1199
|
-
# Returns the descriptor for the UserListMembershipStatus enum
|
|
871
|
+
# Returns the descriptor for the UserListMembershipStatus enum
|
|
872
|
+
#
|
|
873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
|
874
|
+
def self.user_list_membership_status
|
|
875
|
+
require "google/ads/google_ads/v1/enums/user_list_membership_status_pb.rb"
|
|
876
|
+
Google::Ads::GoogleAds::V1::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
|
877
|
+
end
|
|
878
|
+
|
|
879
|
+
# Returns the descriptor for the UserListSizeRange enum
|
|
880
|
+
#
|
|
881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
|
882
|
+
def self.user_list_size_range
|
|
883
|
+
require "google/ads/google_ads/v1/enums/user_list_size_range_pb.rb"
|
|
884
|
+
Google::Ads::GoogleAds::V1::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
|
885
|
+
end
|
|
886
|
+
|
|
887
|
+
# Returns the descriptor for the UserListType enum
|
|
888
|
+
#
|
|
889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
|
890
|
+
def self.user_list_type
|
|
891
|
+
require "google/ads/google_ads/v1/enums/user_list_type_pb.rb"
|
|
892
|
+
Google::Ads::GoogleAds::V1::Enums::UserListTypeEnum::UserListType.descriptor
|
|
893
|
+
end
|
|
894
|
+
|
|
895
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
|
896
|
+
#
|
|
897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
|
898
|
+
def self.campaign_criterion_status
|
|
899
|
+
require "google/ads/google_ads/v1/enums/campaign_criterion_status_pb.rb"
|
|
900
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
|
901
|
+
end
|
|
902
|
+
|
|
903
|
+
# Returns the descriptor for the CriterionType enum
|
|
904
|
+
#
|
|
905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
|
906
|
+
def self.criterion_type
|
|
907
|
+
require "google/ads/google_ads/v1/enums/criterion_type_pb.rb"
|
|
908
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionTypeEnum::CriterionType.descriptor
|
|
909
|
+
end
|
|
910
|
+
|
|
911
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
|
912
|
+
#
|
|
913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
|
914
|
+
def self.keyword_plan_network
|
|
915
|
+
require "google/ads/google_ads/v1/enums/keyword_plan_network_pb.rb"
|
|
916
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
|
917
|
+
end
|
|
918
|
+
|
|
919
|
+
# Returns the descriptor for the MobileDeviceType enum
|
|
920
|
+
#
|
|
921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
|
922
|
+
def self.mobile_device_type
|
|
923
|
+
require "google/ads/google_ads/v1/enums/mobile_device_type_pb.rb"
|
|
924
|
+
Google::Ads::GoogleAds::V1::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
|
925
|
+
end
|
|
926
|
+
|
|
927
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
|
928
|
+
#
|
|
929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
|
930
|
+
def self.ad_customizer_placeholder_field
|
|
931
|
+
require "google/ads/google_ads/v1/enums/ad_customizer_placeholder_field_pb.rb"
|
|
932
|
+
Google::Ads::GoogleAds::V1::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
|
933
|
+
end
|
|
934
|
+
|
|
935
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
|
936
|
+
#
|
|
937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
|
938
|
+
def self.affiliate_location_placeholder_field
|
|
939
|
+
require "google/ads/google_ads/v1/enums/affiliate_location_placeholder_field_pb.rb"
|
|
940
|
+
Google::Ads::GoogleAds::V1::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
|
944
|
+
#
|
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
|
946
|
+
def self.app_placeholder_field
|
|
947
|
+
require "google/ads/google_ads/v1/enums/app_placeholder_field_pb.rb"
|
|
948
|
+
Google::Ads::GoogleAds::V1::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
|
949
|
+
end
|
|
950
|
+
|
|
951
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
|
952
|
+
#
|
|
953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
|
954
|
+
def self.call_placeholder_field
|
|
955
|
+
require "google/ads/google_ads/v1/enums/call_placeholder_field_pb.rb"
|
|
956
|
+
Google::Ads::GoogleAds::V1::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
|
957
|
+
end
|
|
958
|
+
|
|
959
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
|
960
|
+
#
|
|
961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
|
962
|
+
def self.callout_placeholder_field
|
|
963
|
+
require "google/ads/google_ads/v1/enums/callout_placeholder_field_pb.rb"
|
|
964
|
+
Google::Ads::GoogleAds::V1::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
|
965
|
+
end
|
|
966
|
+
|
|
967
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
|
968
|
+
#
|
|
969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
|
970
|
+
def self.custom_placeholder_field
|
|
971
|
+
require "google/ads/google_ads/v1/enums/custom_placeholder_field_pb.rb"
|
|
972
|
+
Google::Ads::GoogleAds::V1::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
|
973
|
+
end
|
|
974
|
+
|
|
975
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
|
976
|
+
#
|
|
977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
|
978
|
+
def self.dsa_page_feed_criterion_field
|
|
979
|
+
require "google/ads/google_ads/v1/enums/dsa_page_feed_criterion_field_pb.rb"
|
|
980
|
+
Google::Ads::GoogleAds::V1::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
|
981
|
+
end
|
|
982
|
+
|
|
983
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
|
984
|
+
#
|
|
985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
|
986
|
+
def self.education_placeholder_field
|
|
987
|
+
require "google/ads/google_ads/v1/enums/education_placeholder_field_pb.rb"
|
|
988
|
+
Google::Ads::GoogleAds::V1::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
|
989
|
+
end
|
|
990
|
+
|
|
991
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
|
992
|
+
#
|
|
993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
|
994
|
+
def self.feed_mapping_criterion_type
|
|
995
|
+
require "google/ads/google_ads/v1/enums/feed_mapping_criterion_type_pb.rb"
|
|
996
|
+
Google::Ads::GoogleAds::V1::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
|
997
|
+
end
|
|
998
|
+
|
|
999
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
|
1000
|
+
#
|
|
1001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
|
1002
|
+
def self.feed_mapping_status
|
|
1003
|
+
require "google/ads/google_ads/v1/enums/feed_mapping_status_pb.rb"
|
|
1004
|
+
Google::Ads::GoogleAds::V1::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
|
1005
|
+
end
|
|
1006
|
+
|
|
1007
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
|
1008
|
+
#
|
|
1009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
|
1010
|
+
def self.flight_placeholder_field
|
|
1011
|
+
require "google/ads/google_ads/v1/enums/flight_placeholder_field_pb.rb"
|
|
1012
|
+
Google::Ads::GoogleAds::V1::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
|
1013
|
+
end
|
|
1014
|
+
|
|
1015
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
|
1016
|
+
#
|
|
1017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
|
1018
|
+
def self.hotel_placeholder_field
|
|
1019
|
+
require "google/ads/google_ads/v1/enums/hotel_placeholder_field_pb.rb"
|
|
1020
|
+
Google::Ads::GoogleAds::V1::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
|
1021
|
+
end
|
|
1022
|
+
|
|
1023
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
|
1200
1024
|
#
|
|
1201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1202
|
-
def self.
|
|
1203
|
-
require "google/ads/google_ads/v1/enums/
|
|
1204
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
|
1026
|
+
def self.job_placeholder_field
|
|
1027
|
+
require "google/ads/google_ads/v1/enums/job_placeholder_field_pb.rb"
|
|
1028
|
+
Google::Ads::GoogleAds::V1::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
|
1205
1029
|
end
|
|
1206
1030
|
|
|
1207
|
-
# Returns the descriptor for the
|
|
1031
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
|
1208
1032
|
#
|
|
1209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1210
|
-
def self.
|
|
1211
|
-
require "google/ads/google_ads/v1/enums/
|
|
1212
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
|
1034
|
+
def self.local_placeholder_field
|
|
1035
|
+
require "google/ads/google_ads/v1/enums/local_placeholder_field_pb.rb"
|
|
1036
|
+
Google::Ads::GoogleAds::V1::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
|
1213
1037
|
end
|
|
1214
1038
|
|
|
1215
|
-
# Returns the descriptor for the
|
|
1039
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
|
1216
1040
|
#
|
|
1217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1218
|
-
def self.
|
|
1219
|
-
require "google/ads/google_ads/v1/enums/
|
|
1220
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
|
1042
|
+
def self.location_extension_targeting_criterion_field
|
|
1043
|
+
require "google/ads/google_ads/v1/enums/location_extension_targeting_criterion_field_pb.rb"
|
|
1044
|
+
Google::Ads::GoogleAds::V1::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
|
1221
1045
|
end
|
|
1222
1046
|
|
|
1223
|
-
# Returns the descriptor for the
|
|
1047
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
|
1224
1048
|
#
|
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1226
|
-
def self.
|
|
1227
|
-
require "google/ads/google_ads/v1/enums/
|
|
1228
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
|
1050
|
+
def self.location_placeholder_field
|
|
1051
|
+
require "google/ads/google_ads/v1/enums/location_placeholder_field_pb.rb"
|
|
1052
|
+
Google::Ads::GoogleAds::V1::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
|
1229
1053
|
end
|
|
1230
1054
|
|
|
1231
|
-
# Returns the descriptor for the
|
|
1055
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
|
1232
1056
|
#
|
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1234
|
-
def self.
|
|
1235
|
-
require "google/ads/google_ads/v1/enums/
|
|
1236
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
|
1058
|
+
def self.message_placeholder_field
|
|
1059
|
+
require "google/ads/google_ads/v1/enums/message_placeholder_field_pb.rb"
|
|
1060
|
+
Google::Ads::GoogleAds::V1::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
|
1237
1061
|
end
|
|
1238
1062
|
|
|
1239
|
-
# Returns the descriptor for the
|
|
1063
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
|
1240
1064
|
#
|
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1242
|
-
def self.
|
|
1243
|
-
require "google/ads/google_ads/v1/enums/
|
|
1244
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
|
1066
|
+
def self.price_placeholder_field
|
|
1067
|
+
require "google/ads/google_ads/v1/enums/price_placeholder_field_pb.rb"
|
|
1068
|
+
Google::Ads::GoogleAds::V1::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
|
1245
1069
|
end
|
|
1246
1070
|
|
|
1247
|
-
# Returns the descriptor for the
|
|
1071
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
|
1248
1072
|
#
|
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1250
|
-
def self.
|
|
1251
|
-
require "google/ads/google_ads/v1/enums/
|
|
1252
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
|
1074
|
+
def self.promotion_placeholder_field
|
|
1075
|
+
require "google/ads/google_ads/v1/enums/promotion_placeholder_field_pb.rb"
|
|
1076
|
+
Google::Ads::GoogleAds::V1::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
|
1253
1077
|
end
|
|
1254
1078
|
|
|
1255
|
-
# Returns the descriptor for the
|
|
1079
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
|
1256
1080
|
#
|
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1258
|
-
def self.
|
|
1259
|
-
require "google/ads/google_ads/v1/enums/
|
|
1260
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
|
1082
|
+
def self.real_estate_placeholder_field
|
|
1083
|
+
require "google/ads/google_ads/v1/enums/real_estate_placeholder_field_pb.rb"
|
|
1084
|
+
Google::Ads::GoogleAds::V1::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
|
1261
1085
|
end
|
|
1262
1086
|
|
|
1263
|
-
# Returns the descriptor for the
|
|
1087
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
|
1264
1088
|
#
|
|
1265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1266
|
-
def self.
|
|
1267
|
-
require "google/ads/google_ads/v1/enums/
|
|
1268
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
|
1090
|
+
def self.sitelink_placeholder_field
|
|
1091
|
+
require "google/ads/google_ads/v1/enums/sitelink_placeholder_field_pb.rb"
|
|
1092
|
+
Google::Ads::GoogleAds::V1::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
|
1269
1093
|
end
|
|
1270
1094
|
|
|
1271
|
-
# Returns the descriptor for the
|
|
1095
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
|
1272
1096
|
#
|
|
1273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1274
|
-
def self.
|
|
1275
|
-
require "google/ads/google_ads/v1/enums/
|
|
1276
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
|
1098
|
+
def self.structured_snippet_placeholder_field
|
|
1099
|
+
require "google/ads/google_ads/v1/enums/structured_snippet_placeholder_field_pb.rb"
|
|
1100
|
+
Google::Ads::GoogleAds::V1::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
|
1277
1101
|
end
|
|
1278
1102
|
|
|
1279
|
-
# Returns the descriptor for the
|
|
1103
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
|
1280
1104
|
#
|
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1282
|
-
def self.
|
|
1283
|
-
require "google/ads/google_ads/v1/enums/
|
|
1284
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
|
1106
|
+
def self.travel_placeholder_field
|
|
1107
|
+
require "google/ads/google_ads/v1/enums/travel_placeholder_field_pb.rb"
|
|
1108
|
+
Google::Ads::GoogleAds::V1::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
|
1285
1109
|
end
|
|
1286
1110
|
|
|
1287
|
-
# Returns the descriptor for the
|
|
1111
|
+
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
|
1288
1112
|
#
|
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1290
|
-
def self.
|
|
1291
|
-
require "google/ads/google_ads/v1/enums/
|
|
1292
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
|
|
1114
|
+
def self.affiliate_location_feed_relationship_type
|
|
1115
|
+
require "google/ads/google_ads/v1/enums/affiliate_location_feed_relationship_type_pb.rb"
|
|
1116
|
+
Google::Ads::GoogleAds::V1::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
|
|
1293
1117
|
end
|
|
1294
1118
|
|
|
1295
|
-
# Returns the descriptor for the
|
|
1119
|
+
# Returns the descriptor for the FeedAttributeType enum
|
|
1296
1120
|
#
|
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1298
|
-
def self.
|
|
1299
|
-
require "google/ads/google_ads/v1/enums/
|
|
1300
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
|
|
1122
|
+
def self.feed_attribute_type
|
|
1123
|
+
require "google/ads/google_ads/v1/enums/feed_attribute_type_pb.rb"
|
|
1124
|
+
Google::Ads::GoogleAds::V1::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
|
1301
1125
|
end
|
|
1302
1126
|
|
|
1303
|
-
# Returns the descriptor for the
|
|
1127
|
+
# Returns the descriptor for the FeedOrigin enum
|
|
1304
1128
|
#
|
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1306
|
-
def self.
|
|
1307
|
-
require "google/ads/google_ads/v1/enums/
|
|
1308
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
|
1130
|
+
def self.feed_origin
|
|
1131
|
+
require "google/ads/google_ads/v1/enums/feed_origin_pb.rb"
|
|
1132
|
+
Google::Ads::GoogleAds::V1::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
|
1309
1133
|
end
|
|
1310
1134
|
|
|
1311
|
-
# Returns the descriptor for the
|
|
1135
|
+
# Returns the descriptor for the FeedStatus enum
|
|
1312
1136
|
#
|
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1314
|
-
def self.
|
|
1315
|
-
require "google/ads/google_ads/v1/enums/
|
|
1316
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
|
1138
|
+
def self.feed_status
|
|
1139
|
+
require "google/ads/google_ads/v1/enums/feed_status_pb.rb"
|
|
1140
|
+
Google::Ads::GoogleAds::V1::Enums::FeedStatusEnum::FeedStatus.descriptor
|
|
1317
1141
|
end
|
|
1318
1142
|
|
|
1319
|
-
# Returns the descriptor for the
|
|
1143
|
+
# Returns the descriptor for the Operator enum
|
|
1320
1144
|
#
|
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1322
|
-
def self.
|
|
1323
|
-
require "google/ads/google_ads/v1/
|
|
1324
|
-
Google::Ads::GoogleAds::V1::
|
|
1145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
|
1146
|
+
def self.operator
|
|
1147
|
+
require "google/ads/google_ads/v1/resources/feed_pb.rb"
|
|
1148
|
+
Google::Ads::GoogleAds::V1::Resources::FeedAttributeOperation::Operator.descriptor
|
|
1325
1149
|
end
|
|
1326
1150
|
|
|
1327
|
-
# Returns the descriptor for the
|
|
1151
|
+
# Returns the descriptor for the PlacementType enum
|
|
1328
1152
|
#
|
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1330
|
-
def self.
|
|
1331
|
-
require "google/ads/google_ads/v1/enums/
|
|
1332
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
|
1154
|
+
def self.placement_type
|
|
1155
|
+
require "google/ads/google_ads/v1/enums/placement_type_pb.rb"
|
|
1156
|
+
Google::Ads::GoogleAds::V1::Enums::PlacementTypeEnum::PlacementType.descriptor
|
|
1333
1157
|
end
|
|
1334
1158
|
|
|
1335
|
-
# Returns the descriptor for the
|
|
1159
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
|
1336
1160
|
#
|
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1338
|
-
def self.
|
|
1339
|
-
require "google/ads/google_ads/v1/enums/
|
|
1340
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
|
1162
|
+
def self.campaign_shared_set_status
|
|
1163
|
+
require "google/ads/google_ads/v1/enums/campaign_shared_set_status_pb.rb"
|
|
1164
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
|
1341
1165
|
end
|
|
1342
1166
|
|
|
1343
|
-
# Returns the descriptor for the
|
|
1167
|
+
# Returns the descriptor for the MatchingFunctionContextType enum
|
|
1344
1168
|
#
|
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1346
|
-
def self.
|
|
1347
|
-
require "google/ads/google_ads/v1/enums/
|
|
1348
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
|
1170
|
+
def self.matching_function_context_type
|
|
1171
|
+
require "google/ads/google_ads/v1/enums/matching_function_context_type_pb.rb"
|
|
1172
|
+
Google::Ads::GoogleAds::V1::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
|
1349
1173
|
end
|
|
1350
1174
|
|
|
1351
|
-
# Returns the descriptor for the
|
|
1175
|
+
# Returns the descriptor for the MatchingFunctionOperator enum
|
|
1352
1176
|
#
|
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1354
|
-
def self.
|
|
1355
|
-
require "google/ads/google_ads/v1/enums/
|
|
1356
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
|
1178
|
+
def self.matching_function_operator
|
|
1179
|
+
require "google/ads/google_ads/v1/enums/matching_function_operator_pb.rb"
|
|
1180
|
+
Google::Ads::GoogleAds::V1::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
|
1357
1181
|
end
|
|
1358
1182
|
|
|
1359
|
-
# Returns the descriptor for the
|
|
1183
|
+
# Returns the descriptor for the FeedLinkStatus enum
|
|
1360
1184
|
#
|
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1362
|
-
def self.
|
|
1363
|
-
require "google/ads/google_ads/v1/
|
|
1364
|
-
Google::Ads::GoogleAds::V1::
|
|
1185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
|
1186
|
+
def self.feed_link_status
|
|
1187
|
+
require "google/ads/google_ads/v1/enums/feed_link_status_pb.rb"
|
|
1188
|
+
Google::Ads::GoogleAds::V1::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
|
1365
1189
|
end
|
|
1366
1190
|
|
|
1367
|
-
# Returns the descriptor for the
|
|
1191
|
+
# Returns the descriptor for the RecommendationType enum
|
|
1368
1192
|
#
|
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1370
|
-
def self.
|
|
1371
|
-
require "google/ads/google_ads/v1/enums/
|
|
1372
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
|
1194
|
+
def self.recommendation_type
|
|
1195
|
+
require "google/ads/google_ads/v1/enums/recommendation_type_pb.rb"
|
|
1196
|
+
Google::Ads::GoogleAds::V1::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
|
1373
1197
|
end
|
|
1374
1198
|
|
|
1375
|
-
# Returns the descriptor for the
|
|
1199
|
+
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
|
1376
1200
|
#
|
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1378
|
-
def self.
|
|
1379
|
-
require "google/ads/google_ads/v1/enums/
|
|
1380
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
|
1202
|
+
def self.target_cpa_opt_in_recommendation_goal
|
|
1203
|
+
require "google/ads/google_ads/v1/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
|
|
1204
|
+
Google::Ads::GoogleAds::V1::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
|
1381
1205
|
end
|
|
1382
1206
|
|
|
1383
|
-
# Returns the descriptor for the
|
|
1207
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
|
1384
1208
|
#
|
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1386
|
-
def self.
|
|
1387
|
-
require "google/ads/google_ads/v1/enums/
|
|
1388
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
|
1210
|
+
def self.custom_interest_member_type
|
|
1211
|
+
require "google/ads/google_ads/v1/enums/custom_interest_member_type_pb.rb"
|
|
1212
|
+
Google::Ads::GoogleAds::V1::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
|
1389
1213
|
end
|
|
1390
1214
|
|
|
1391
|
-
# Returns the descriptor for the
|
|
1215
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
|
1392
1216
|
#
|
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1394
|
-
def self.
|
|
1395
|
-
require "google/ads/google_ads/v1/enums/
|
|
1396
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
|
1218
|
+
def self.custom_interest_status
|
|
1219
|
+
require "google/ads/google_ads/v1/enums/custom_interest_status_pb.rb"
|
|
1220
|
+
Google::Ads::GoogleAds::V1::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
|
1397
1221
|
end
|
|
1398
1222
|
|
|
1399
|
-
# Returns the descriptor for the
|
|
1223
|
+
# Returns the descriptor for the CustomInterestType enum
|
|
1400
1224
|
#
|
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1402
|
-
def self.
|
|
1403
|
-
require "google/ads/google_ads/v1/enums/
|
|
1404
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
|
1226
|
+
def self.custom_interest_type
|
|
1227
|
+
require "google/ads/google_ads/v1/enums/custom_interest_type_pb.rb"
|
|
1228
|
+
Google::Ads::GoogleAds::V1::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
|
1405
1229
|
end
|
|
1406
1230
|
|
|
1407
1231
|
# Returns the descriptor for the FrequencyCapEventType enum
|
|
@@ -1524,12 +1348,180 @@ module Google
|
|
|
1524
1348
|
Google::Ads::GoogleAds::V1::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
|
1525
1349
|
end
|
|
1526
1350
|
|
|
1527
|
-
# Returns the descriptor for the
|
|
1351
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
|
1528
1352
|
#
|
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1530
|
-
def self.
|
|
1531
|
-
require "google/ads/google_ads/v1/enums/
|
|
1532
|
-
Google::Ads::GoogleAds::V1::Enums::
|
|
1353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
|
1354
|
+
def self.geo_target_constant_status
|
|
1355
|
+
require "google/ads/google_ads/v1/enums/geo_target_constant_status_pb.rb"
|
|
1356
|
+
Google::Ads::GoogleAds::V1::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
|
1357
|
+
end
|
|
1358
|
+
|
|
1359
|
+
# Returns the descriptor for the MutateJobStatus enum
|
|
1360
|
+
#
|
|
1361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
|
|
1362
|
+
def self.mutate_job_status
|
|
1363
|
+
require "google/ads/google_ads/v1/enums/mutate_job_status_pb.rb"
|
|
1364
|
+
Google::Ads::GoogleAds::V1::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
|
|
1365
|
+
end
|
|
1366
|
+
|
|
1367
|
+
# Returns the descriptor for the AttributionModel enum
|
|
1368
|
+
#
|
|
1369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
|
1370
|
+
def self.attribution_model
|
|
1371
|
+
require "google/ads/google_ads/v1/enums/attribution_model_pb.rb"
|
|
1372
|
+
Google::Ads::GoogleAds::V1::Enums::AttributionModelEnum::AttributionModel.descriptor
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1375
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
|
1376
|
+
#
|
|
1377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
|
1378
|
+
def self.conversion_action_category
|
|
1379
|
+
require "google/ads/google_ads/v1/enums/conversion_action_category_pb.rb"
|
|
1380
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
|
1381
|
+
end
|
|
1382
|
+
|
|
1383
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
|
1384
|
+
#
|
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
|
1386
|
+
def self.conversion_action_counting_type
|
|
1387
|
+
require "google/ads/google_ads/v1/enums/conversion_action_counting_type_pb.rb"
|
|
1388
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
|
1389
|
+
end
|
|
1390
|
+
|
|
1391
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
|
1392
|
+
#
|
|
1393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
|
1394
|
+
def self.conversion_action_status
|
|
1395
|
+
require "google/ads/google_ads/v1/enums/conversion_action_status_pb.rb"
|
|
1396
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
|
1397
|
+
end
|
|
1398
|
+
|
|
1399
|
+
# Returns the descriptor for the ConversionActionType enum
|
|
1400
|
+
#
|
|
1401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
|
1402
|
+
def self.conversion_action_type
|
|
1403
|
+
require "google/ads/google_ads/v1/enums/conversion_action_type_pb.rb"
|
|
1404
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
|
1405
|
+
end
|
|
1406
|
+
|
|
1407
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
|
1408
|
+
#
|
|
1409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
|
1410
|
+
def self.data_driven_model_status
|
|
1411
|
+
require "google/ads/google_ads/v1/enums/data_driven_model_status_pb.rb"
|
|
1412
|
+
Google::Ads::GoogleAds::V1::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
|
1413
|
+
end
|
|
1414
|
+
|
|
1415
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
|
1416
|
+
#
|
|
1417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
|
1418
|
+
def self.feed_item_quality_approval_status
|
|
1419
|
+
require "google/ads/google_ads/v1/enums/feed_item_quality_approval_status_pb.rb"
|
|
1420
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
|
1421
|
+
end
|
|
1422
|
+
|
|
1423
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
|
1424
|
+
#
|
|
1425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
|
1426
|
+
def self.feed_item_quality_disapproval_reason
|
|
1427
|
+
require "google/ads/google_ads/v1/enums/feed_item_quality_disapproval_reason_pb.rb"
|
|
1428
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
# Returns the descriptor for the FeedItemValidationStatus enum
|
|
1432
|
+
#
|
|
1433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
|
1434
|
+
def self.feed_item_validation_status
|
|
1435
|
+
require "google/ads/google_ads/v1/enums/feed_item_validation_status_pb.rb"
|
|
1436
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
|
1437
|
+
end
|
|
1438
|
+
|
|
1439
|
+
# Returns the descriptor for the GeoTargetingRestriction enum
|
|
1440
|
+
#
|
|
1441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
|
1442
|
+
def self.geo_targeting_restriction
|
|
1443
|
+
require "google/ads/google_ads/v1/enums/geo_targeting_restriction_pb.rb"
|
|
1444
|
+
Google::Ads::GoogleAds::V1::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
|
1445
|
+
end
|
|
1446
|
+
|
|
1447
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
|
1448
|
+
#
|
|
1449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
|
1450
|
+
def self.feed_item_validation_error
|
|
1451
|
+
require "google/ads/google_ads/v1/errors/feed_item_validation_error_pb.rb"
|
|
1452
|
+
Google::Ads::GoogleAds::V1::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
|
1453
|
+
end
|
|
1454
|
+
|
|
1455
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
|
1456
|
+
#
|
|
1457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
|
1458
|
+
def self.ad_group_criterion_approval_status
|
|
1459
|
+
require "google/ads/google_ads/v1/enums/ad_group_criterion_approval_status_pb.rb"
|
|
1460
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
|
1461
|
+
end
|
|
1462
|
+
|
|
1463
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
|
1464
|
+
#
|
|
1465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
|
1466
|
+
def self.ad_group_criterion_status
|
|
1467
|
+
require "google/ads/google_ads/v1/enums/ad_group_criterion_status_pb.rb"
|
|
1468
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
|
1469
|
+
end
|
|
1470
|
+
|
|
1471
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
|
1472
|
+
#
|
|
1473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
|
1474
|
+
def self.criterion_system_serving_status
|
|
1475
|
+
require "google/ads/google_ads/v1/enums/criterion_system_serving_status_pb.rb"
|
|
1476
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
|
1477
|
+
end
|
|
1478
|
+
|
|
1479
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
|
1480
|
+
#
|
|
1481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
|
1482
|
+
def self.quality_score_bucket
|
|
1483
|
+
require "google/ads/google_ads/v1/enums/quality_score_bucket_pb.rb"
|
|
1484
|
+
Google::Ads::GoogleAds::V1::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
|
1485
|
+
end
|
|
1486
|
+
|
|
1487
|
+
# Returns the descriptor for the FeedItemTargetType enum
|
|
1488
|
+
#
|
|
1489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
|
1490
|
+
def self.feed_item_target_type
|
|
1491
|
+
require "google/ads/google_ads/v1/enums/feed_item_target_type_pb.rb"
|
|
1492
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
|
1493
|
+
end
|
|
1494
|
+
|
|
1495
|
+
# Returns the descriptor for the MediaType enum
|
|
1496
|
+
#
|
|
1497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
|
1498
|
+
def self.media_type
|
|
1499
|
+
require "google/ads/google_ads/v1/enums/media_type_pb.rb"
|
|
1500
|
+
Google::Ads::GoogleAds::V1::Enums::MediaTypeEnum::MediaType.descriptor
|
|
1501
|
+
end
|
|
1502
|
+
|
|
1503
|
+
# Returns the descriptor for the GeoTargetingType enum
|
|
1504
|
+
#
|
|
1505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
|
1506
|
+
def self.geo_targeting_type
|
|
1507
|
+
require "google/ads/google_ads/v1/enums/geo_targeting_type_pb.rb"
|
|
1508
|
+
Google::Ads::GoogleAds::V1::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
|
1509
|
+
end
|
|
1510
|
+
|
|
1511
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
|
1512
|
+
#
|
|
1513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
|
1514
|
+
def self.product_bidding_category_status
|
|
1515
|
+
require "google/ads/google_ads/v1/enums/product_bidding_category_status_pb.rb"
|
|
1516
|
+
Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
|
1517
|
+
end
|
|
1518
|
+
|
|
1519
|
+
# Returns the descriptor for the AssetType enum
|
|
1520
|
+
#
|
|
1521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
|
1522
|
+
def self.asset_type
|
|
1523
|
+
require "google/ads/google_ads/v1/enums/asset_type_pb.rb"
|
|
1524
|
+
Google::Ads::GoogleAds::V1::Enums::AssetTypeEnum::AssetType.descriptor
|
|
1533
1525
|
end
|
|
1534
1526
|
|
|
1535
1527
|
# Returns the descriptor for the InteractionEventType enum
|
|
@@ -1614,154 +1606,90 @@ module Google
|
|
|
1614
1606
|
|
|
1615
1607
|
# Returns the descriptor for the SearchTermMatchType enum
|
|
1616
1608
|
#
|
|
1617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
|
|
1618
|
-
def self.search_term_match_type
|
|
1619
|
-
require "google/ads/google_ads/v1/enums/search_term_match_type_pb.rb"
|
|
1620
|
-
Google::Ads::GoogleAds::V1::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
|
|
1621
|
-
end
|
|
1622
|
-
|
|
1623
|
-
# Returns the descriptor for the Slot enum
|
|
1624
|
-
#
|
|
1625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Slot enum
|
|
1626
|
-
def self.slot
|
|
1627
|
-
require "google/ads/google_ads/v1/enums/slot_pb.rb"
|
|
1628
|
-
Google::Ads::GoogleAds::V1::Enums::SlotEnum::Slot.descriptor
|
|
1629
|
-
end
|
|
1630
|
-
|
|
1631
|
-
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
|
1632
|
-
#
|
|
1633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
|
1634
|
-
def self.keyword_plan_competition_level
|
|
1635
|
-
require "google/ads/google_ads/v1/enums/keyword_plan_competition_level_pb.rb"
|
|
1636
|
-
Google::Ads::GoogleAds::V1::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
|
1637
|
-
end
|
|
1638
|
-
|
|
1639
|
-
# Returns the descriptor for the KeywordPlanCampaignError enum
|
|
1640
|
-
#
|
|
1641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
|
1642
|
-
def self.keyword_plan_campaign_error
|
|
1643
|
-
require "google/ads/google_ads/v1/errors/keyword_plan_campaign_error_pb.rb"
|
|
1644
|
-
Google::Ads::GoogleAds::V1::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
|
1645
|
-
end
|
|
1646
|
-
|
|
1647
|
-
# Returns the descriptor for the AdGroupAdError enum
|
|
1648
|
-
#
|
|
1649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
|
1650
|
-
def self.ad_group_ad_error
|
|
1651
|
-
require "google/ads/google_ads/v1/errors/ad_group_ad_error_pb.rb"
|
|
1652
|
-
Google::Ads::GoogleAds::V1::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
|
1653
|
-
end
|
|
1654
|
-
|
|
1655
|
-
# Returns the descriptor for the HeaderError enum
|
|
1656
|
-
#
|
|
1657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
|
1658
|
-
def self.header_error
|
|
1659
|
-
require "google/ads/google_ads/v1/errors/header_error_pb.rb"
|
|
1660
|
-
Google::Ads::GoogleAds::V1::Errors::HeaderErrorEnum::HeaderError.descriptor
|
|
1661
|
-
end
|
|
1662
|
-
|
|
1663
|
-
# Returns the descriptor for the RegionCodeError enum
|
|
1664
|
-
#
|
|
1665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
|
|
1666
|
-
def self.region_code_error
|
|
1667
|
-
require "google/ads/google_ads/v1/errors/region_code_error_pb.rb"
|
|
1668
|
-
Google::Ads::GoogleAds::V1::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
|
1669
|
-
end
|
|
1670
|
-
|
|
1671
|
-
# Returns the descriptor for the RecommendationError enum
|
|
1672
|
-
#
|
|
1673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
|
|
1674
|
-
def self.recommendation_error
|
|
1675
|
-
require "google/ads/google_ads/v1/errors/recommendation_error_pb.rb"
|
|
1676
|
-
Google::Ads::GoogleAds::V1::Errors::RecommendationErrorEnum::RecommendationError.descriptor
|
|
1677
|
-
end
|
|
1678
|
-
|
|
1679
|
-
# Returns the descriptor for the AdCustomizerError enum
|
|
1680
|
-
#
|
|
1681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
|
1682
|
-
def self.ad_customizer_error
|
|
1683
|
-
require "google/ads/google_ads/v1/errors/ad_customizer_error_pb.rb"
|
|
1684
|
-
Google::Ads::GoogleAds::V1::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
|
1609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
|
|
1610
|
+
def self.search_term_match_type
|
|
1611
|
+
require "google/ads/google_ads/v1/enums/search_term_match_type_pb.rb"
|
|
1612
|
+
Google::Ads::GoogleAds::V1::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
|
|
1685
1613
|
end
|
|
1686
1614
|
|
|
1687
|
-
# Returns the descriptor for the
|
|
1615
|
+
# Returns the descriptor for the Slot enum
|
|
1688
1616
|
#
|
|
1689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1690
|
-
def self.
|
|
1691
|
-
require "google/ads/google_ads/v1/
|
|
1692
|
-
Google::Ads::GoogleAds::V1::
|
|
1617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Slot enum
|
|
1618
|
+
def self.slot
|
|
1619
|
+
require "google/ads/google_ads/v1/enums/slot_pb.rb"
|
|
1620
|
+
Google::Ads::GoogleAds::V1::Enums::SlotEnum::Slot.descriptor
|
|
1693
1621
|
end
|
|
1694
1622
|
|
|
1695
|
-
# Returns the descriptor for the
|
|
1623
|
+
# Returns the descriptor for the ConversionAdjustmentType enum
|
|
1696
1624
|
#
|
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1698
|
-
def self.
|
|
1699
|
-
require "google/ads/google_ads/v1/
|
|
1700
|
-
Google::Ads::GoogleAds::V1::
|
|
1625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
|
1626
|
+
def self.conversion_adjustment_type
|
|
1627
|
+
require "google/ads/google_ads/v1/enums/conversion_adjustment_type_pb.rb"
|
|
1628
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
|
1701
1629
|
end
|
|
1702
1630
|
|
|
1703
|
-
# Returns the descriptor for the
|
|
1631
|
+
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
|
1704
1632
|
#
|
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1706
|
-
def self.
|
|
1707
|
-
require "google/ads/google_ads/v1/
|
|
1708
|
-
Google::Ads::GoogleAds::V1::
|
|
1633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
|
1634
|
+
def self.keyword_plan_competition_level
|
|
1635
|
+
require "google/ads/google_ads/v1/enums/keyword_plan_competition_level_pb.rb"
|
|
1636
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
|
1709
1637
|
end
|
|
1710
1638
|
|
|
1711
|
-
# Returns the descriptor for the
|
|
1639
|
+
# Returns the descriptor for the FeedItemTargetError enum
|
|
1712
1640
|
#
|
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1714
|
-
def self.
|
|
1715
|
-
require "google/ads/google_ads/v1/errors/
|
|
1716
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
|
1642
|
+
def self.feed_item_target_error
|
|
1643
|
+
require "google/ads/google_ads/v1/errors/feed_item_target_error_pb.rb"
|
|
1644
|
+
Google::Ads::GoogleAds::V1::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
|
1717
1645
|
end
|
|
1718
1646
|
|
|
1719
|
-
# Returns the descriptor for the
|
|
1647
|
+
# Returns the descriptor for the QuotaError enum
|
|
1720
1648
|
#
|
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1722
|
-
def self.
|
|
1723
|
-
require "google/ads/google_ads/v1/errors/
|
|
1724
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
|
|
1650
|
+
def self.quota_error
|
|
1651
|
+
require "google/ads/google_ads/v1/errors/quota_error_pb.rb"
|
|
1652
|
+
Google::Ads::GoogleAds::V1::Errors::QuotaErrorEnum::QuotaError.descriptor
|
|
1725
1653
|
end
|
|
1726
1654
|
|
|
1727
|
-
# Returns the descriptor for the
|
|
1655
|
+
# Returns the descriptor for the FeedAttributeReferenceError enum
|
|
1728
1656
|
#
|
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1730
|
-
def self.
|
|
1731
|
-
require "google/ads/google_ads/v1/errors/
|
|
1732
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeReferenceError enum
|
|
1658
|
+
def self.feed_attribute_reference_error
|
|
1659
|
+
require "google/ads/google_ads/v1/errors/feed_attribute_reference_error_pb.rb"
|
|
1660
|
+
Google::Ads::GoogleAds::V1::Errors::FeedAttributeReferenceErrorEnum::FeedAttributeReferenceError.descriptor
|
|
1733
1661
|
end
|
|
1734
1662
|
|
|
1735
|
-
# Returns the descriptor for the
|
|
1663
|
+
# Returns the descriptor for the ResourceCountLimitExceededError enum
|
|
1736
1664
|
#
|
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1738
|
-
def self.
|
|
1739
|
-
require "google/ads/google_ads/v1/errors/
|
|
1740
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceCountLimitExceededError enum
|
|
1666
|
+
def self.resource_count_limit_exceeded_error
|
|
1667
|
+
require "google/ads/google_ads/v1/errors/resource_count_limit_exceeded_error_pb.rb"
|
|
1668
|
+
Google::Ads::GoogleAds::V1::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
|
1741
1669
|
end
|
|
1742
1670
|
|
|
1743
|
-
# Returns the descriptor for the
|
|
1671
|
+
# Returns the descriptor for the AdParameterError enum
|
|
1744
1672
|
#
|
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1746
|
-
def self.
|
|
1747
|
-
require "google/ads/google_ads/v1/errors/
|
|
1748
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdParameterError enum
|
|
1674
|
+
def self.ad_parameter_error
|
|
1675
|
+
require "google/ads/google_ads/v1/errors/ad_parameter_error_pb.rb"
|
|
1676
|
+
Google::Ads::GoogleAds::V1::Errors::AdParameterErrorEnum::AdParameterError.descriptor
|
|
1749
1677
|
end
|
|
1750
1678
|
|
|
1751
|
-
# Returns the descriptor for the
|
|
1679
|
+
# Returns the descriptor for the QueryError enum
|
|
1752
1680
|
#
|
|
1753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1754
|
-
def self.
|
|
1755
|
-
require "google/ads/google_ads/v1/errors/
|
|
1756
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
|
|
1682
|
+
def self.query_error
|
|
1683
|
+
require "google/ads/google_ads/v1/errors/query_error_pb.rb"
|
|
1684
|
+
Google::Ads::GoogleAds::V1::Errors::QueryErrorEnum::QueryError.descriptor
|
|
1757
1685
|
end
|
|
1758
1686
|
|
|
1759
|
-
# Returns the descriptor for the
|
|
1687
|
+
# Returns the descriptor for the CampaignFeedError enum
|
|
1760
1688
|
#
|
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1762
|
-
def self.
|
|
1763
|
-
require "google/ads/google_ads/v1/errors/
|
|
1764
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
|
1690
|
+
def self.campaign_feed_error
|
|
1691
|
+
require "google/ads/google_ads/v1/errors/campaign_feed_error_pb.rb"
|
|
1692
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
|
1765
1693
|
end
|
|
1766
1694
|
|
|
1767
1695
|
# Returns the descriptor for the BiddingError enum
|
|
@@ -1772,108 +1700,124 @@ module Google
|
|
|
1772
1700
|
Google::Ads::GoogleAds::V1::Errors::BiddingErrorEnum::BiddingError.descriptor
|
|
1773
1701
|
end
|
|
1774
1702
|
|
|
1775
|
-
# Returns the descriptor for the
|
|
1703
|
+
# Returns the descriptor for the CustomerClientLinkError enum
|
|
1776
1704
|
#
|
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1778
|
-
def self.
|
|
1779
|
-
require "google/ads/google_ads/v1/errors/
|
|
1780
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
|
1706
|
+
def self.customer_client_link_error
|
|
1707
|
+
require "google/ads/google_ads/v1/errors/customer_client_link_error_pb.rb"
|
|
1708
|
+
Google::Ads::GoogleAds::V1::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
|
|
1781
1709
|
end
|
|
1782
1710
|
|
|
1783
|
-
# Returns the descriptor for the
|
|
1711
|
+
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
|
1784
1712
|
#
|
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1786
|
-
def self.
|
|
1787
|
-
require "google/ads/google_ads/v1/errors/
|
|
1788
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantSuggestionError enum
|
|
1714
|
+
def self.geo_target_constant_suggestion_error
|
|
1715
|
+
require "google/ads/google_ads/v1/errors/geo_target_constant_suggestion_error_pb.rb"
|
|
1716
|
+
Google::Ads::GoogleAds::V1::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
|
|
1789
1717
|
end
|
|
1790
1718
|
|
|
1791
|
-
# Returns the descriptor for the
|
|
1719
|
+
# Returns the descriptor for the MutateError enum
|
|
1792
1720
|
#
|
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1794
|
-
def self.
|
|
1795
|
-
require "google/ads/google_ads/v1/errors/
|
|
1796
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
|
|
1722
|
+
def self.mutate_error
|
|
1723
|
+
require "google/ads/google_ads/v1/errors/mutate_error_pb.rb"
|
|
1724
|
+
Google::Ads::GoogleAds::V1::Errors::MutateErrorEnum::MutateError.descriptor
|
|
1797
1725
|
end
|
|
1798
1726
|
|
|
1799
|
-
# Returns the descriptor for the
|
|
1727
|
+
# Returns the descriptor for the CustomerManagerLinkError enum
|
|
1800
1728
|
#
|
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1802
|
-
def self.
|
|
1803
|
-
require "google/ads/google_ads/v1/errors/
|
|
1804
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
|
1730
|
+
def self.customer_manager_link_error
|
|
1731
|
+
require "google/ads/google_ads/v1/errors/customer_manager_link_error_pb.rb"
|
|
1732
|
+
Google::Ads::GoogleAds::V1::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
|
|
1805
1733
|
end
|
|
1806
1734
|
|
|
1807
|
-
# Returns the descriptor for the
|
|
1735
|
+
# Returns the descriptor for the MediaFileError enum
|
|
1808
1736
|
#
|
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1810
|
-
def self.
|
|
1811
|
-
require "google/ads/google_ads/v1/errors/
|
|
1812
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaFileError enum
|
|
1738
|
+
def self.media_file_error
|
|
1739
|
+
require "google/ads/google_ads/v1/errors/media_file_error_pb.rb"
|
|
1740
|
+
Google::Ads::GoogleAds::V1::Errors::MediaFileErrorEnum::MediaFileError.descriptor
|
|
1813
1741
|
end
|
|
1814
1742
|
|
|
1815
|
-
# Returns the descriptor for the
|
|
1743
|
+
# Returns the descriptor for the MultiplierError enum
|
|
1816
1744
|
#
|
|
1817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1818
|
-
def self.
|
|
1819
|
-
require "google/ads/google_ads/v1/errors/
|
|
1820
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
|
|
1746
|
+
def self.multiplier_error
|
|
1747
|
+
require "google/ads/google_ads/v1/errors/multiplier_error_pb.rb"
|
|
1748
|
+
Google::Ads::GoogleAds::V1::Errors::MultiplierErrorEnum::MultiplierError.descriptor
|
|
1821
1749
|
end
|
|
1822
1750
|
|
|
1823
|
-
# Returns the descriptor for the
|
|
1751
|
+
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
|
1824
1752
|
#
|
|
1825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1826
|
-
def self.
|
|
1827
|
-
require "google/ads/google_ads/v1/errors/
|
|
1828
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
|
1754
|
+
def self.keyword_plan_ad_group_error
|
|
1755
|
+
require "google/ads/google_ads/v1/errors/keyword_plan_ad_group_error_pb.rb"
|
|
1756
|
+
Google::Ads::GoogleAds::V1::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
|
1829
1757
|
end
|
|
1830
1758
|
|
|
1831
|
-
# Returns the descriptor for the
|
|
1759
|
+
# Returns the descriptor for the CountryCodeError enum
|
|
1832
1760
|
#
|
|
1833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1834
|
-
def self.
|
|
1835
|
-
require "google/ads/google_ads/v1/errors/
|
|
1836
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CountryCodeError enum
|
|
1762
|
+
def self.country_code_error
|
|
1763
|
+
require "google/ads/google_ads/v1/errors/country_code_error_pb.rb"
|
|
1764
|
+
Google::Ads::GoogleAds::V1::Errors::CountryCodeErrorEnum::CountryCodeError.descriptor
|
|
1837
1765
|
end
|
|
1838
1766
|
|
|
1839
|
-
# Returns the descriptor for the
|
|
1767
|
+
# Returns the descriptor for the AccountBudgetProposalError enum
|
|
1840
1768
|
#
|
|
1841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1842
|
-
def self.
|
|
1843
|
-
require "google/ads/google_ads/v1/errors/
|
|
1844
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
|
1770
|
+
def self.account_budget_proposal_error
|
|
1771
|
+
require "google/ads/google_ads/v1/errors/account_budget_proposal_error_pb.rb"
|
|
1772
|
+
Google::Ads::GoogleAds::V1::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
|
1845
1773
|
end
|
|
1846
1774
|
|
|
1847
|
-
# Returns the descriptor for the
|
|
1775
|
+
# Returns the descriptor for the RegionCodeError enum
|
|
1848
1776
|
#
|
|
1849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1850
|
-
def self.
|
|
1851
|
-
require "google/ads/google_ads/v1/errors/
|
|
1852
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
|
|
1778
|
+
def self.region_code_error
|
|
1779
|
+
require "google/ads/google_ads/v1/errors/region_code_error_pb.rb"
|
|
1780
|
+
Google::Ads::GoogleAds::V1::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
|
1853
1781
|
end
|
|
1854
1782
|
|
|
1855
|
-
# Returns the descriptor for the
|
|
1783
|
+
# Returns the descriptor for the AdGroupBidModifierError enum
|
|
1856
1784
|
#
|
|
1857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1858
|
-
def self.
|
|
1859
|
-
require "google/ads/google_ads/v1/errors/
|
|
1860
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupBidModifierError enum
|
|
1786
|
+
def self.ad_group_bid_modifier_error
|
|
1787
|
+
require "google/ads/google_ads/v1/errors/ad_group_bid_modifier_error_pb.rb"
|
|
1788
|
+
Google::Ads::GoogleAds::V1::Errors::AdGroupBidModifierErrorEnum::AdGroupBidModifierError.descriptor
|
|
1861
1789
|
end
|
|
1862
1790
|
|
|
1863
|
-
# Returns the descriptor for the
|
|
1791
|
+
# Returns the descriptor for the AdGroupError enum
|
|
1864
1792
|
#
|
|
1865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1866
|
-
def self.
|
|
1867
|
-
require "google/ads/google_ads/v1/errors/
|
|
1868
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupError enum
|
|
1794
|
+
def self.ad_group_error
|
|
1795
|
+
require "google/ads/google_ads/v1/errors/ad_group_error_pb.rb"
|
|
1796
|
+
Google::Ads::GoogleAds::V1::Errors::AdGroupErrorEnum::AdGroupError.descriptor
|
|
1869
1797
|
end
|
|
1870
1798
|
|
|
1871
|
-
# Returns the descriptor for the
|
|
1799
|
+
# Returns the descriptor for the CollectionSizeError enum
|
|
1872
1800
|
#
|
|
1873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1874
|
-
def self.
|
|
1875
|
-
require "google/ads/google_ads/v1/errors/
|
|
1876
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
|
1802
|
+
def self.collection_size_error
|
|
1803
|
+
require "google/ads/google_ads/v1/errors/collection_size_error_pb.rb"
|
|
1804
|
+
Google::Ads::GoogleAds::V1::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
|
|
1805
|
+
end
|
|
1806
|
+
|
|
1807
|
+
# Returns the descriptor for the StringFormatError enum
|
|
1808
|
+
#
|
|
1809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
|
|
1810
|
+
def self.string_format_error
|
|
1811
|
+
require "google/ads/google_ads/v1/errors/string_format_error_pb.rb"
|
|
1812
|
+
Google::Ads::GoogleAds::V1::Errors::StringFormatErrorEnum::StringFormatError.descriptor
|
|
1813
|
+
end
|
|
1814
|
+
|
|
1815
|
+
# Returns the descriptor for the AdCustomizerError enum
|
|
1816
|
+
#
|
|
1817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
|
1818
|
+
def self.ad_customizer_error
|
|
1819
|
+
require "google/ads/google_ads/v1/errors/ad_customizer_error_pb.rb"
|
|
1820
|
+
Google::Ads::GoogleAds::V1::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
|
1877
1821
|
end
|
|
1878
1822
|
|
|
1879
1823
|
# Returns the descriptor for the AdError enum
|
|
@@ -1884,12 +1828,12 @@ module Google
|
|
|
1884
1828
|
Google::Ads::GoogleAds::V1::Errors::AdErrorEnum::AdError.descriptor
|
|
1885
1829
|
end
|
|
1886
1830
|
|
|
1887
|
-
# Returns the descriptor for the
|
|
1888
|
-
#
|
|
1889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1890
|
-
def self.
|
|
1891
|
-
require "google/ads/google_ads/v1/errors/
|
|
1892
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1831
|
+
# Returns the descriptor for the AdGroupAdError enum
|
|
1832
|
+
#
|
|
1833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
|
1834
|
+
def self.ad_group_ad_error
|
|
1835
|
+
require "google/ads/google_ads/v1/errors/ad_group_ad_error_pb.rb"
|
|
1836
|
+
Google::Ads::GoogleAds::V1::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
|
1893
1837
|
end
|
|
1894
1838
|
|
|
1895
1839
|
# Returns the descriptor for the AdGroupCriterionError enum
|
|
@@ -1900,20 +1844,12 @@ module Google
|
|
|
1900
1844
|
Google::Ads::GoogleAds::V1::Errors::AdGroupCriterionErrorEnum::AdGroupCriterionError.descriptor
|
|
1901
1845
|
end
|
|
1902
1846
|
|
|
1903
|
-
# Returns the descriptor for the
|
|
1904
|
-
#
|
|
1905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupError enum
|
|
1906
|
-
def self.ad_group_error
|
|
1907
|
-
require "google/ads/google_ads/v1/errors/ad_group_error_pb.rb"
|
|
1908
|
-
Google::Ads::GoogleAds::V1::Errors::AdGroupErrorEnum::AdGroupError.descriptor
|
|
1909
|
-
end
|
|
1910
|
-
|
|
1911
|
-
# Returns the descriptor for the AdParameterError enum
|
|
1847
|
+
# Returns the descriptor for the AdGroupFeedError enum
|
|
1912
1848
|
#
|
|
1913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
1914
|
-
def self.
|
|
1915
|
-
require "google/ads/google_ads/v1/errors/
|
|
1916
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
1849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupFeedError enum
|
|
1850
|
+
def self.ad_group_feed_error
|
|
1851
|
+
require "google/ads/google_ads/v1/errors/ad_group_feed_error_pb.rb"
|
|
1852
|
+
Google::Ads::GoogleAds::V1::Errors::AdGroupFeedErrorEnum::AdGroupFeedError.descriptor
|
|
1917
1853
|
end
|
|
1918
1854
|
|
|
1919
1855
|
# Returns the descriptor for the AdSharingError enum
|
|
@@ -1924,6 +1860,14 @@ module Google
|
|
|
1924
1860
|
Google::Ads::GoogleAds::V1::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
|
1925
1861
|
end
|
|
1926
1862
|
|
|
1863
|
+
# Returns the descriptor for the AdxError enum
|
|
1864
|
+
#
|
|
1865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
|
1866
|
+
def self.adx_error
|
|
1867
|
+
require "google/ads/google_ads/v1/errors/adx_error_pb.rb"
|
|
1868
|
+
Google::Ads::GoogleAds::V1::Errors::AdxErrorEnum::AdxError.descriptor
|
|
1869
|
+
end
|
|
1870
|
+
|
|
1927
1871
|
# Returns the descriptor for the AssetError enum
|
|
1928
1872
|
#
|
|
1929
1873
|
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
|
@@ -1948,6 +1892,14 @@ module Google
|
|
|
1948
1892
|
Google::Ads::GoogleAds::V1::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
|
1949
1893
|
end
|
|
1950
1894
|
|
|
1895
|
+
# Returns the descriptor for the BiddingStrategyError enum
|
|
1896
|
+
#
|
|
1897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
|
1898
|
+
def self.bidding_strategy_error
|
|
1899
|
+
require "google/ads/google_ads/v1/errors/bidding_strategy_error_pb.rb"
|
|
1900
|
+
Google::Ads::GoogleAds::V1::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
|
1901
|
+
end
|
|
1902
|
+
|
|
1951
1903
|
# Returns the descriptor for the BillingSetupError enum
|
|
1952
1904
|
#
|
|
1953
1905
|
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
|
@@ -1956,6 +1908,14 @@ module Google
|
|
|
1956
1908
|
Google::Ads::GoogleAds::V1::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
|
1957
1909
|
end
|
|
1958
1910
|
|
|
1911
|
+
# Returns the descriptor for the CampaignBudgetError enum
|
|
1912
|
+
#
|
|
1913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
|
1914
|
+
def self.campaign_budget_error
|
|
1915
|
+
require "google/ads/google_ads/v1/errors/campaign_budget_error_pb.rb"
|
|
1916
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
|
|
1917
|
+
end
|
|
1918
|
+
|
|
1959
1919
|
# Returns the descriptor for the CampaignCriterionError enum
|
|
1960
1920
|
#
|
|
1961
1921
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
|
|
@@ -1972,6 +1932,14 @@ module Google
|
|
|
1972
1932
|
Google::Ads::GoogleAds::V1::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
|
1973
1933
|
end
|
|
1974
1934
|
|
|
1935
|
+
# Returns the descriptor for the CampaignError enum
|
|
1936
|
+
#
|
|
1937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
|
1938
|
+
def self.campaign_error
|
|
1939
|
+
require "google/ads/google_ads/v1/errors/campaign_error_pb.rb"
|
|
1940
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignErrorEnum::CampaignError.descriptor
|
|
1941
|
+
end
|
|
1942
|
+
|
|
1975
1943
|
# Returns the descriptor for the CampaignExperimentError enum
|
|
1976
1944
|
#
|
|
1977
1945
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
|
@@ -1980,14 +1948,6 @@ module Google
|
|
|
1980
1948
|
Google::Ads::GoogleAds::V1::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
|
1981
1949
|
end
|
|
1982
1950
|
|
|
1983
|
-
# Returns the descriptor for the CampaignFeedError enum
|
|
1984
|
-
#
|
|
1985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
|
1986
|
-
def self.campaign_feed_error
|
|
1987
|
-
require "google/ads/google_ads/v1/errors/campaign_feed_error_pb.rb"
|
|
1988
|
-
Google::Ads::GoogleAds::V1::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
|
1989
|
-
end
|
|
1990
|
-
|
|
1991
1951
|
# Returns the descriptor for the CampaignSharedSetError enum
|
|
1992
1952
|
#
|
|
1993
1953
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetError enum
|
|
@@ -2004,14 +1964,6 @@ module Google
|
|
|
2004
1964
|
Google::Ads::GoogleAds::V1::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
|
2005
1965
|
end
|
|
2006
1966
|
|
|
2007
|
-
# Returns the descriptor for the CollectionSizeError enum
|
|
2008
|
-
#
|
|
2009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
|
2010
|
-
def self.collection_size_error
|
|
2011
|
-
require "google/ads/google_ads/v1/errors/collection_size_error_pb.rb"
|
|
2012
|
-
Google::Ads::GoogleAds::V1::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
|
|
2013
|
-
end
|
|
2014
|
-
|
|
2015
1967
|
# Returns the descriptor for the ContextError enum
|
|
2016
1968
|
#
|
|
2017
1969
|
# @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
|
|
@@ -2020,6 +1972,14 @@ module Google
|
|
|
2020
1972
|
Google::Ads::GoogleAds::V1::Errors::ContextErrorEnum::ContextError.descriptor
|
|
2021
1973
|
end
|
|
2022
1974
|
|
|
1975
|
+
# Returns the descriptor for the ConversionActionError enum
|
|
1976
|
+
#
|
|
1977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
|
1978
|
+
def self.conversion_action_error
|
|
1979
|
+
require "google/ads/google_ads/v1/errors/conversion_action_error_pb.rb"
|
|
1980
|
+
Google::Ads::GoogleAds::V1::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
|
1981
|
+
end
|
|
1982
|
+
|
|
2023
1983
|
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
|
2024
1984
|
#
|
|
2025
1985
|
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
|
@@ -2036,14 +1996,6 @@ module Google
|
|
|
2036
1996
|
Google::Ads::GoogleAds::V1::Errors::ConversionUploadErrorEnum::ConversionUploadError.descriptor
|
|
2037
1997
|
end
|
|
2038
1998
|
|
|
2039
|
-
# Returns the descriptor for the CountryCodeError enum
|
|
2040
|
-
#
|
|
2041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CountryCodeError enum
|
|
2042
|
-
def self.country_code_error
|
|
2043
|
-
require "google/ads/google_ads/v1/errors/country_code_error_pb.rb"
|
|
2044
|
-
Google::Ads::GoogleAds::V1::Errors::CountryCodeErrorEnum::CountryCodeError.descriptor
|
|
2045
|
-
end
|
|
2046
|
-
|
|
2047
1999
|
# Returns the descriptor for the CriterionError enum
|
|
2048
2000
|
#
|
|
2049
2001
|
# @return [Google::Protobuf::EnumDescriptor] for the CriterionError enum
|
|
@@ -2052,12 +2004,12 @@ module Google
|
|
|
2052
2004
|
Google::Ads::GoogleAds::V1::Errors::CriterionErrorEnum::CriterionError.descriptor
|
|
2053
2005
|
end
|
|
2054
2006
|
|
|
2055
|
-
# Returns the descriptor for the
|
|
2007
|
+
# Returns the descriptor for the CustomInterestError enum
|
|
2056
2008
|
#
|
|
2057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
2058
|
-
def self.
|
|
2059
|
-
require "google/ads/google_ads/v1/errors/
|
|
2060
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
2009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
|
2010
|
+
def self.custom_interest_error
|
|
2011
|
+
require "google/ads/google_ads/v1/errors/custom_interest_error_pb.rb"
|
|
2012
|
+
Google::Ads::GoogleAds::V1::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
|
|
2061
2013
|
end
|
|
2062
2014
|
|
|
2063
2015
|
# Returns the descriptor for the CustomerError enum
|
|
@@ -2076,14 +2028,6 @@ module Google
|
|
|
2076
2028
|
Google::Ads::GoogleAds::V1::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
|
2077
2029
|
end
|
|
2078
2030
|
|
|
2079
|
-
# Returns the descriptor for the CustomerManagerLinkError enum
|
|
2080
|
-
#
|
|
2081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
|
2082
|
-
def self.customer_manager_link_error
|
|
2083
|
-
require "google/ads/google_ads/v1/errors/customer_manager_link_error_pb.rb"
|
|
2084
|
-
Google::Ads::GoogleAds::V1::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
|
|
2085
|
-
end
|
|
2086
|
-
|
|
2087
2031
|
# Returns the descriptor for the DatabaseError enum
|
|
2088
2032
|
#
|
|
2089
2033
|
# @return [Google::Protobuf::EnumDescriptor] for the DatabaseError enum
|
|
@@ -2108,6 +2052,14 @@ module Google
|
|
|
2108
2052
|
Google::Ads::GoogleAds::V1::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
|
2109
2053
|
end
|
|
2110
2054
|
|
|
2055
|
+
# Returns the descriptor for the DistinctError enum
|
|
2056
|
+
#
|
|
2057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
|
2058
|
+
def self.distinct_error
|
|
2059
|
+
require "google/ads/google_ads/v1/errors/distinct_error_pb.rb"
|
|
2060
|
+
Google::Ads::GoogleAds::V1::Errors::DistinctErrorEnum::DistinctError.descriptor
|
|
2061
|
+
end
|
|
2062
|
+
|
|
2111
2063
|
# Returns the descriptor for the EnumError enum
|
|
2112
2064
|
#
|
|
2113
2065
|
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
|
@@ -2132,14 +2084,6 @@ module Google
|
|
|
2132
2084
|
Google::Ads::GoogleAds::V1::Errors::ExtensionSettingErrorEnum::ExtensionSettingError.descriptor
|
|
2133
2085
|
end
|
|
2134
2086
|
|
|
2135
|
-
# Returns the descriptor for the FeedAttributeReferenceError enum
|
|
2136
|
-
#
|
|
2137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeReferenceError enum
|
|
2138
|
-
def self.feed_attribute_reference_error
|
|
2139
|
-
require "google/ads/google_ads/v1/errors/feed_attribute_reference_error_pb.rb"
|
|
2140
|
-
Google::Ads::GoogleAds::V1::Errors::FeedAttributeReferenceErrorEnum::FeedAttributeReferenceError.descriptor
|
|
2141
|
-
end
|
|
2142
|
-
|
|
2143
2087
|
# Returns the descriptor for the FeedError enum
|
|
2144
2088
|
#
|
|
2145
2089
|
# @return [Google::Protobuf::EnumDescriptor] for the FeedError enum
|
|
@@ -2148,6 +2092,22 @@ module Google
|
|
|
2148
2092
|
Google::Ads::GoogleAds::V1::Errors::FeedErrorEnum::FeedError.descriptor
|
|
2149
2093
|
end
|
|
2150
2094
|
|
|
2095
|
+
# Returns the descriptor for the FeedItemError enum
|
|
2096
|
+
#
|
|
2097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
|
2098
|
+
def self.feed_item_error
|
|
2099
|
+
require "google/ads/google_ads/v1/errors/feed_item_error_pb.rb"
|
|
2100
|
+
Google::Ads::GoogleAds::V1::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
|
2101
|
+
end
|
|
2102
|
+
|
|
2103
|
+
# Returns the descriptor for the FeedMappingError enum
|
|
2104
|
+
#
|
|
2105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
|
2106
|
+
def self.feed_mapping_error
|
|
2107
|
+
require "google/ads/google_ads/v1/errors/feed_mapping_error_pb.rb"
|
|
2108
|
+
Google::Ads::GoogleAds::V1::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
|
2109
|
+
end
|
|
2110
|
+
|
|
2151
2111
|
# Returns the descriptor for the FieldError enum
|
|
2152
2112
|
#
|
|
2153
2113
|
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
|
@@ -2180,12 +2140,12 @@ module Google
|
|
|
2180
2140
|
Google::Ads::GoogleAds::V1::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
|
2181
2141
|
end
|
|
2182
2142
|
|
|
2183
|
-
# Returns the descriptor for the
|
|
2143
|
+
# Returns the descriptor for the HeaderError enum
|
|
2184
2144
|
#
|
|
2185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
2186
|
-
def self.
|
|
2187
|
-
require "google/ads/google_ads/v1/errors/
|
|
2188
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
2145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
|
2146
|
+
def self.header_error
|
|
2147
|
+
require "google/ads/google_ads/v1/errors/header_error_pb.rb"
|
|
2148
|
+
Google::Ads::GoogleAds::V1::Errors::HeaderErrorEnum::HeaderError.descriptor
|
|
2189
2149
|
end
|
|
2190
2150
|
|
|
2191
2151
|
# Returns the descriptor for the IdError enum
|
|
@@ -2196,6 +2156,14 @@ module Google
|
|
|
2196
2156
|
Google::Ads::GoogleAds::V1::Errors::IdErrorEnum::IdError.descriptor
|
|
2197
2157
|
end
|
|
2198
2158
|
|
|
2159
|
+
# Returns the descriptor for the ImageError enum
|
|
2160
|
+
#
|
|
2161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
|
2162
|
+
def self.image_error
|
|
2163
|
+
require "google/ads/google_ads/v1/errors/image_error_pb.rb"
|
|
2164
|
+
Google::Ads::GoogleAds::V1::Errors::ImageErrorEnum::ImageError.descriptor
|
|
2165
|
+
end
|
|
2166
|
+
|
|
2199
2167
|
# Returns the descriptor for the InternalError enum
|
|
2200
2168
|
#
|
|
2201
2169
|
# @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
|
|
@@ -2204,12 +2172,12 @@ module Google
|
|
|
2204
2172
|
Google::Ads::GoogleAds::V1::Errors::InternalErrorEnum::InternalError.descriptor
|
|
2205
2173
|
end
|
|
2206
2174
|
|
|
2207
|
-
# Returns the descriptor for the
|
|
2175
|
+
# Returns the descriptor for the KeywordPlanCampaignError enum
|
|
2208
2176
|
#
|
|
2209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
2210
|
-
def self.
|
|
2211
|
-
require "google/ads/google_ads/v1/errors/
|
|
2212
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
2177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
|
2178
|
+
def self.keyword_plan_campaign_error
|
|
2179
|
+
require "google/ads/google_ads/v1/errors/keyword_plan_campaign_error_pb.rb"
|
|
2180
|
+
Google::Ads::GoogleAds::V1::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
|
2213
2181
|
end
|
|
2214
2182
|
|
|
2215
2183
|
# Returns the descriptor for the KeywordPlanError enum
|
|
@@ -2268,6 +2236,14 @@ module Google
|
|
|
2268
2236
|
Google::Ads::GoogleAds::V1::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
|
2269
2237
|
end
|
|
2270
2238
|
|
|
2239
|
+
# Returns the descriptor for the ManagerLinkError enum
|
|
2240
|
+
#
|
|
2241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
|
2242
|
+
def self.manager_link_error
|
|
2243
|
+
require "google/ads/google_ads/v1/errors/manager_link_error_pb.rb"
|
|
2244
|
+
Google::Ads::GoogleAds::V1::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
|
2245
|
+
end
|
|
2246
|
+
|
|
2271
2247
|
# Returns the descriptor for the MediaBundleError enum
|
|
2272
2248
|
#
|
|
2273
2249
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
|
|
@@ -2276,14 +2252,6 @@ module Google
|
|
|
2276
2252
|
Google::Ads::GoogleAds::V1::Errors::MediaBundleErrorEnum::MediaBundleError.descriptor
|
|
2277
2253
|
end
|
|
2278
2254
|
|
|
2279
|
-
# Returns the descriptor for the MediaFileError enum
|
|
2280
|
-
#
|
|
2281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MediaFileError enum
|
|
2282
|
-
def self.media_file_error
|
|
2283
|
-
require "google/ads/google_ads/v1/errors/media_file_error_pb.rb"
|
|
2284
|
-
Google::Ads::GoogleAds::V1::Errors::MediaFileErrorEnum::MediaFileError.descriptor
|
|
2285
|
-
end
|
|
2286
|
-
|
|
2287
2255
|
# Returns the descriptor for the MediaUploadError enum
|
|
2288
2256
|
#
|
|
2289
2257
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaUploadError enum
|
|
@@ -2292,14 +2260,6 @@ module Google
|
|
|
2292
2260
|
Google::Ads::GoogleAds::V1::Errors::MediaUploadErrorEnum::MediaUploadError.descriptor
|
|
2293
2261
|
end
|
|
2294
2262
|
|
|
2295
|
-
# Returns the descriptor for the MutateError enum
|
|
2296
|
-
#
|
|
2297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
|
|
2298
|
-
def self.mutate_error
|
|
2299
|
-
require "google/ads/google_ads/v1/errors/mutate_error_pb.rb"
|
|
2300
|
-
Google::Ads::GoogleAds::V1::Errors::MutateErrorEnum::MutateError.descriptor
|
|
2301
|
-
end
|
|
2302
|
-
|
|
2303
2263
|
# Returns the descriptor for the MutateJobError enum
|
|
2304
2264
|
#
|
|
2305
2265
|
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobError enum
|
|
@@ -2308,6 +2268,14 @@ module Google
|
|
|
2308
2268
|
Google::Ads::GoogleAds::V1::Errors::MutateJobErrorEnum::MutateJobError.descriptor
|
|
2309
2269
|
end
|
|
2310
2270
|
|
|
2271
|
+
# Returns the descriptor for the NewResourceCreationError enum
|
|
2272
|
+
#
|
|
2273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
|
|
2274
|
+
def self.new_resource_creation_error
|
|
2275
|
+
require "google/ads/google_ads/v1/errors/new_resource_creation_error_pb.rb"
|
|
2276
|
+
Google::Ads::GoogleAds::V1::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
|
|
2277
|
+
end
|
|
2278
|
+
|
|
2311
2279
|
# Returns the descriptor for the NotEmptyError enum
|
|
2312
2280
|
#
|
|
2313
2281
|
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
|
@@ -2348,6 +2316,22 @@ module Google
|
|
|
2348
2316
|
Google::Ads::GoogleAds::V1::Errors::OperatorErrorEnum::OperatorError.descriptor
|
|
2349
2317
|
end
|
|
2350
2318
|
|
|
2319
|
+
# Returns the descriptor for the PartialFailureError enum
|
|
2320
|
+
#
|
|
2321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
|
2322
|
+
def self.partial_failure_error
|
|
2323
|
+
require "google/ads/google_ads/v1/errors/partial_failure_error_pb.rb"
|
|
2324
|
+
Google::Ads::GoogleAds::V1::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
|
|
2325
|
+
end
|
|
2326
|
+
|
|
2327
|
+
# Returns the descriptor for the PolicyFindingError enum
|
|
2328
|
+
#
|
|
2329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
|
2330
|
+
def self.policy_finding_error
|
|
2331
|
+
require "google/ads/google_ads/v1/errors/policy_finding_error_pb.rb"
|
|
2332
|
+
Google::Ads::GoogleAds::V1::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
|
2333
|
+
end
|
|
2334
|
+
|
|
2351
2335
|
# Returns the descriptor for the PolicyValidationParameterError enum
|
|
2352
2336
|
#
|
|
2353
2337
|
# @return [Google::Protobuf::EnumDescriptor] for the PolicyValidationParameterError enum
|
|
@@ -2372,6 +2356,14 @@ module Google
|
|
|
2372
2356
|
Google::Ads::GoogleAds::V1::Errors::RangeErrorEnum::RangeError.descriptor
|
|
2373
2357
|
end
|
|
2374
2358
|
|
|
2359
|
+
# Returns the descriptor for the RecommendationError enum
|
|
2360
|
+
#
|
|
2361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
|
|
2362
|
+
def self.recommendation_error
|
|
2363
|
+
require "google/ads/google_ads/v1/errors/recommendation_error_pb.rb"
|
|
2364
|
+
Google::Ads::GoogleAds::V1::Errors::RecommendationErrorEnum::RecommendationError.descriptor
|
|
2365
|
+
end
|
|
2366
|
+
|
|
2375
2367
|
# Returns the descriptor for the RequestError enum
|
|
2376
2368
|
#
|
|
2377
2369
|
# @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
|
|
@@ -2380,12 +2372,12 @@ module Google
|
|
|
2380
2372
|
Google::Ads::GoogleAds::V1::Errors::RequestErrorEnum::RequestError.descriptor
|
|
2381
2373
|
end
|
|
2382
2374
|
|
|
2383
|
-
# Returns the descriptor for the
|
|
2375
|
+
# Returns the descriptor for the ResourceAccessDeniedError enum
|
|
2384
2376
|
#
|
|
2385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
|
2386
|
-
def self.
|
|
2387
|
-
require "google/ads/google_ads/v1/errors/
|
|
2388
|
-
Google::Ads::GoogleAds::V1::Errors::
|
|
2377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
|
|
2378
|
+
def self.resource_access_denied_error
|
|
2379
|
+
require "google/ads/google_ads/v1/errors/resource_access_denied_error_pb.rb"
|
|
2380
|
+
Google::Ads::GoogleAds::V1::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
|
|
2389
2381
|
end
|
|
2390
2382
|
|
|
2391
2383
|
# Returns the descriptor for the SettingError enum
|
|
@@ -2396,6 +2388,14 @@ module Google
|
|
|
2396
2388
|
Google::Ads::GoogleAds::V1::Errors::SettingErrorEnum::SettingError.descriptor
|
|
2397
2389
|
end
|
|
2398
2390
|
|
|
2391
|
+
# Returns the descriptor for the SharedCriterionError enum
|
|
2392
|
+
#
|
|
2393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
|
2394
|
+
def self.shared_criterion_error
|
|
2395
|
+
require "google/ads/google_ads/v1/errors/shared_criterion_error_pb.rb"
|
|
2396
|
+
Google::Ads::GoogleAds::V1::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
|
2397
|
+
end
|
|
2398
|
+
|
|
2399
2399
|
# Returns the descriptor for the SharedSetError enum
|
|
2400
2400
|
#
|
|
2401
2401
|
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
|
@@ -2412,14 +2412,6 @@ module Google
|
|
|
2412
2412
|
Google::Ads::GoogleAds::V1::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
|
|
2413
2413
|
end
|
|
2414
2414
|
|
|
2415
|
-
# Returns the descriptor for the StringFormatError enum
|
|
2416
|
-
#
|
|
2417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
|
|
2418
|
-
def self.string_format_error
|
|
2419
|
-
require "google/ads/google_ads/v1/errors/string_format_error_pb.rb"
|
|
2420
|
-
Google::Ads::GoogleAds::V1::Errors::StringFormatErrorEnum::StringFormatError.descriptor
|
|
2421
|
-
end
|
|
2422
|
-
|
|
2423
2415
|
# Returns the descriptor for the StringLengthError enum
|
|
2424
2416
|
#
|
|
2425
2417
|
# @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
|
|
@@ -2443,6 +2435,14 @@ module Google
|
|
|
2443
2435
|
require "google/ads/google_ads/v1/errors/user_list_error_pb.rb"
|
|
2444
2436
|
Google::Ads::GoogleAds::V1::Errors::UserListErrorEnum::UserListError.descriptor
|
|
2445
2437
|
end
|
|
2438
|
+
|
|
2439
|
+
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
|
2440
|
+
#
|
|
2441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
|
2442
|
+
def self.youtube_video_registration_error
|
|
2443
|
+
require "google/ads/google_ads/v1/errors/youtube_video_registration_error_pb.rb"
|
|
2444
|
+
Google::Ads::GoogleAds::V1::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
|
2445
|
+
end
|
|
2446
2446
|
end
|
|
2447
2447
|
end
|
|
2448
2448
|
end
|