google-ads-googleads 3.1.0 → 6.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 +13 -0
- data/README.md +9 -2
- data/Rakefile +9 -28
- data/lib/google/ads/google_ads/api_versions.rb +2 -2
- data/lib/google/ads/google_ads/autoboxing_fields.rb +12 -9
- data/lib/google/ads/google_ads/config.rb +0 -1
- data/lib/google/ads/google_ads/error_transformer.rb +37 -0
- data/lib/google/ads/google_ads/errors.rb +4 -0
- data/lib/google/ads/google_ads/factories.rb +42 -4
- data/lib/google/ads/google_ads/factories/v1/enums.rb +1172 -1172
- data/lib/google/ads/google_ads/factories/v1/operations.rb +1074 -1074
- data/lib/google/ads/google_ads/factories/v1/resources.rb +2290 -2290
- data/lib/google/ads/google_ads/factories/v1/services.rb +395 -395
- data/lib/google/ads/google_ads/factories/v2/enums.rb +1236 -1212
- data/lib/google/ads/google_ads/factories/v2/operations.rb +1158 -1158
- data/lib/google/ads/google_ads/factories/v2/resources.rb +2410 -2371
- data/lib/google/ads/google_ads/factories/v2/services.rb +434 -414
- data/lib/google/ads/google_ads/factories/v3/enums.rb +2643 -0
- data/lib/google/ads/google_ads/factories/v3/operations.rb +3786 -0
- data/lib/google/ads/google_ads/factories/v3/resources.rb +5887 -0
- data/lib/google/ads/google_ads/factories/v3/services.rb +2213 -0
- data/lib/google/ads/google_ads/factories/v4/enums.rb +2683 -0
- data/lib/google/ads/google_ads/factories/v4/operations.rb +3874 -0
- data/lib/google/ads/google_ads/factories/v4/resources.rb +6147 -0
- data/lib/google/ads/google_ads/factories/v4/services.rb +2273 -0
- data/lib/google/ads/google_ads/google_ads_client.rb +25 -29
- data/lib/google/ads/google_ads/logging_interceptor.rb +26 -0
- data/lib/google/ads/google_ads/search_stream_intercepting_factory.rb +49 -0
- data/lib/google/ads/google_ads/service_lookup.rb +13 -33
- data/lib/google/ads/google_ads/utils/v3/path_lookup_util.rb +876 -0
- data/lib/google/ads/google_ads/utils/v4/path_lookup_util.rb +900 -0
- data/lib/google/ads/google_ads/v2/common/extensions_pb.rb +5 -0
- data/lib/google/ads/google_ads/v2/common/segments_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/enums/extension_type_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/enums/hotel_price_bucket_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/enums/invoice_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/errors/errors_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/errors/invoice_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v2/resources/ad_pb.rb +1 -0
- data/lib/google/ads/google_ads/v2/resources/campaign_pb.rb +13 -13
- data/lib/google/ads/google_ads/v2/resources/extension_feed_item_pb.rb +2 -0
- data/lib/google/ads/google_ads/v2/resources/invoice_pb.rb +47 -0
- data/lib/google/ads/google_ads/v2/resources/recommendation_pb.rb +21 -21
- data/lib/google/ads/google_ads/v2/services/invoice_service_client.rb +233 -0
- data/lib/google/ads/google_ads/v2/services/invoice_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v2/services/invoice_service_pb.rb +25 -0
- data/lib/google/ads/google_ads/v2/services/invoice_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_client.rb +1 -1
- data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_services_pb.rb +1 -1
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_client.rb +1 -1
- data/lib/google/ads/google_ads/v2/services/reach_plan_service_services_pb.rb +1 -1
- data/lib/google/ads/google_ads/v3/common/ad_asset_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/common/ad_type_infos_pb.rb +228 -0
- data/lib/google/ads/google_ads/v3/common/asset_types_pb.rb +38 -0
- data/lib/google/ads/google_ads/v3/common/bidding_pb.rb +68 -0
- data/lib/google/ads/google_ads/v3/common/click_location_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/common/criteria_pb.rb +297 -0
- data/lib/google/ads/google_ads/v3/common/criterion_category_availability_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/common/custom_parameter_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/common/dates_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/common/explorer_auto_optimizer_setting_pb.rb +16 -0
- data/lib/google/ads/google_ads/v3/common/extensions_pb.rb +138 -0
- data/lib/google/ads/google_ads/v3/common/feed_common_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/common/final_app_url_pb.rb +18 -0
- data/lib/google/ads/google_ads/v3/common/frequency_cap_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/common/keyword_plan_common_pb.rb +18 -0
- data/lib/google/ads/google_ads/v3/common/matching_function_pb.rb +52 -0
- data/lib/google/ads/google_ads/v3/common/metrics_pb.rb +128 -0
- data/lib/google/ads/google_ads/v3/common/offline_user_data_pb.rb +70 -0
- data/lib/google/ads/google_ads/v3/common/policy_pb.rb +91 -0
- data/lib/google/ads/google_ads/v3/common/real_time_bidding_setting_pb.rb +16 -0
- data/lib/google/ads/google_ads/v3/common/segments_pb.rb +119 -0
- data/lib/google/ads/google_ads/v3/common/simulation_pb.rb +72 -0
- data/lib/google/ads/google_ads/v3/common/tag_snippet_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/common/targeting_setting_pb.rb +35 -0
- data/lib/google/ads/google_ads/v3/common/text_label_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/common/url_collection_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/common/user_lists_pb.rb +114 -0
- data/lib/google/ads/google_ads/v3/common/value_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/access_reason_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/access_role_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/account_budget_proposal_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/account_budget_proposal_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/account_budget_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/ad_customizer_placeholder_field_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/ad_group_ad_rotation_mode_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/ad_group_ad_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/ad_group_criterion_approval_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/ad_group_criterion_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/ad_group_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/ad_group_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/enums/ad_network_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/ad_serving_optimization_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/ad_strength_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/ad_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/enums/advertising_channel_sub_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v3/enums/advertising_channel_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/affiliate_location_feed_relationship_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/affiliate_location_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/enums/age_range_type_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/app_campaign_app_store_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/app_campaign_bidding_strategy_goal_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/app_payment_model_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/app_placeholder_field_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/enums/app_store_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/app_url_operating_system_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/asset_field_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/asset_performance_label_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/asset_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/attribution_model_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/bid_modifier_source_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/bidding_source_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/bidding_strategy_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/bidding_strategy_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/enums/billing_setup_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/brand_safety_suitability_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/budget_delivery_method_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/budget_period_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/budget_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/budget_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/call_conversion_reporting_state_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/call_placeholder_field_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/callout_placeholder_field_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_criterion_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_draft_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_experiment_status_pb.rb +28 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_experiment_traffic_split_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_experiment_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_serving_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_shared_set_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/campaign_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/change_status_operation_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/change_status_resource_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/enums/click_type_pb.rb +72 -0
- data/lib/google/ads/google_ads/v3/enums/content_label_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_action_category_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_action_counting_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_action_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_action_type_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_adjustment_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_attribution_event_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_lag_bucket_pb.rb +38 -0
- data/lib/google/ads/google_ads/v3/enums/conversion_or_adjustment_lag_bucket_pb.rb +60 -0
- data/lib/google/ads/google_ads/v3/enums/criterion_category_channel_availability_mode_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/criterion_category_locale_availability_mode_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/criterion_system_serving_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/criterion_type_pb.rb +49 -0
- data/lib/google/ads/google_ads/v3/enums/custom_interest_member_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/custom_interest_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/custom_interest_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/custom_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/enums/customer_match_upload_key_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/data_driven_model_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/day_of_week_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/device_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/display_ad_format_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/display_upload_product_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/enums/distance_bucket_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/enums/dsa_page_feed_criterion_field_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/education_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v3/enums/extension_setting_device_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/extension_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/enums/external_conversion_source_pb.rb +40 -0
- data/lib/google/ads/google_ads/v3/enums/feed_attribute_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_quality_approval_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_quality_disapproval_reason_pb.rb +37 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_target_device_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_target_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_target_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/feed_item_validation_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/feed_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_mapping_criterion_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_mapping_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_origin_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/feed_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/flight_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v3/enums/frequency_cap_event_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/frequency_cap_level_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/frequency_cap_time_unit_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/gender_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/geo_target_constant_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/geo_targeting_restriction_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/geo_targeting_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/google_ads_field_category_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/google_ads_field_data_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/enums/hotel_date_selection_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/hotel_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/enums/hotel_price_bucket_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/hotel_rate_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/income_range_type_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/interaction_event_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/interaction_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/invoice_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/job_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v3/enums/keyword_match_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/keyword_plan_competition_level_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/keyword_plan_forecast_interval_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/keyword_plan_network_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/label_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/legacy_app_install_ad_app_store_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/listing_group_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/local_placeholder_field_pb.rb +38 -0
- data/lib/google/ads/google_ads/v3/enums/location_extension_targeting_criterion_field_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/location_group_radius_units_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/location_placeholder_field_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/enums/manager_link_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/matching_function_context_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/matching_function_operator_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/media_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/merchant_center_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/message_placeholder_field_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/mime_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/enums/minute_of_hour_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/mobile_device_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/month_of_year_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/enums/mutate_job_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/negative_geo_target_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/offline_user_data_job_failure_reason_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/offline_user_data_job_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/offline_user_data_job_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/operating_system_version_operator_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/page_one_promoted_strategy_goal_pb.rb +11 -0
- data/lib/google/ads/google_ads/v3/enums/parental_status_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/payment_mode_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/placeholder_type_pb.rb +38 -0
- data/lib/google/ads/google_ads/v3/enums/placement_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/policy_approval_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/policy_review_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/policy_topic_entry_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/policy_topic_evidence_destination_not_working_device_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/positive_geo_target_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/preferred_content_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/price_extension_price_qualifier_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/price_extension_price_unit_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/price_extension_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v3/enums/price_placeholder_field_pb.rb +72 -0
- data/lib/google/ads/google_ads/v3/enums/product_bidding_category_level_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/product_bidding_category_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/product_channel_exclusivity_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/product_channel_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/product_condition_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/product_custom_attribute_index_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/product_type_level_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/promotion_extension_discount_modifier_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/promotion_extension_occasion_pb.rb +56 -0
- data/lib/google/ads/google_ads/v3/enums/promotion_placeholder_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/enums/proximity_radius_units_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/quality_score_bucket_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/reach_plan_ad_length_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/reach_plan_age_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v3/enums/reach_plan_network_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/real_estate_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v3/enums/recommendation_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/enums/search_engine_results_page_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/search_term_match_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/search_term_targeting_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/served_asset_field_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/shared_set_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/shared_set_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/simulation_modification_method_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/simulation_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/sitelink_placeholder_field_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/slot_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/enums/spending_limit_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/structured_snippet_placeholder_field_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/summary_row_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/system_managed_entity_source_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/target_cpa_opt_in_recommendation_goal_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/target_impression_share_location_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/targeting_dimension_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/enums/time_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/tracking_code_page_format_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/tracking_code_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/travel_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/enums/user_interest_taxonomy_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_access_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_closing_reason_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_combined_rule_operator_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_crm_data_source_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_date_rule_item_operator_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_logical_rule_operator_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_membership_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_number_rule_item_operator_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_prepopulation_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_rule_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_size_range_pb.rb +35 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_string_rule_item_operator_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/enums/user_list_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/enums/vanity_pharma_display_url_mode_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/enums/vanity_pharma_text_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/enums/webpage_condition_operand_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/enums/webpage_condition_operator_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/access_invitation_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/account_budget_proposal_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v3/errors/ad_customizer_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/errors/ad_error_pb.rb +154 -0
- data/lib/google/ads/google_ads/v3/errors/ad_group_ad_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/errors/ad_group_bid_modifier_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/ad_group_criterion_error_pb.rb +56 -0
- data/lib/google/ads/google_ads/v3/errors/ad_group_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v3/errors/ad_group_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/errors/ad_parameter_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/ad_sharing_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/adx_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/asset_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/errors/asset_link_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/authentication_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v3/errors/authorization_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/errors/bidding_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/errors/bidding_strategy_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/errors/billing_setup_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_budget_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_criterion_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_draft_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_error_pb.rb +59 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_experiment_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/errors/campaign_shared_set_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/change_status_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/collection_size_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/context_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/conversion_action_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/errors/conversion_adjustment_upload_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/errors/conversion_upload_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v3/errors/country_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/criterion_error_pb.rb +123 -0
- data/lib/google/ads/google_ads/v3/errors/currency_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/custom_interest_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/errors/customer_client_link_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/errors/customer_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/customer_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/errors/customer_manager_link_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v3/errors/database_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/date_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/errors/date_range_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/errors/distinct_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/enum_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/errors_pb.rb +279 -0
- data/lib/google/ads/google_ads/v3/errors/extension_feed_item_error_pb.rb +64 -0
- data/lib/google/ads/google_ads/v3/errors/extension_setting_error_pb.rb +83 -0
- data/lib/google/ads/google_ads/v3/errors/feed_attribute_reference_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/feed_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/errors/feed_item_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v3/errors/feed_item_target_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/errors/feed_item_validation_error_pb.rb +116 -0
- data/lib/google/ads/google_ads/v3/errors/feed_mapping_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v3/errors/field_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/errors/field_mask_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/errors/function_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v3/errors/function_parsing_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/errors/geo_target_constant_suggestion_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/errors/header_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/id_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/image_error_pb.rb +57 -0
- data/lib/google/ads/google_ads/v3/errors/internal_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/errors/invoice_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/keyword_plan_ad_group_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/keyword_plan_campaign_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/errors/keyword_plan_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/errors/keyword_plan_idea_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/keyword_plan_keyword_error_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/errors/keyword_plan_negative_keyword_error_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/errors/label_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v3/errors/language_code_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/list_operation_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/manager_link_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v3/errors/media_bundle_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/errors/media_file_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v3/errors/media_upload_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/errors/multiplier_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/errors/mutate_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/errors/mutate_job_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/errors/new_resource_creation_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/not_empty_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/not_whitelisted_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/null_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/offline_user_data_job_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/errors/operation_access_denied_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/errors/operator_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/partial_failure_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/payments_account_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/policy_finding_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/policy_validation_parameter_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/policy_violation_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/query_error_pb.rb +72 -0
- data/lib/google/ads/google_ads/v3/errors/quota_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/range_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/reach_plan_error_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/errors/recommendation_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/errors/region_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/request_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/errors/resource_access_denied_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/resource_count_limit_exceeded_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v3/errors/setting_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/errors/shared_criterion_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/shared_set_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/errors/size_limit_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/string_format_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/errors/string_length_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/time_zone_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/errors/url_field_error_pb.rb +71 -0
- data/lib/google/ads/google_ads/v3/errors/user_data_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/errors/user_list_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v3/errors/youtube_video_registration_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/account_budget_pb.rb +71 -0
- data/lib/google/ads/google_ads/v3/resources/account_budget_proposal_pb.rb +53 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_ad_asset_view_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_ad_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_ad_pb.rb +35 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_audience_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_bid_modifier_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_criterion_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_criterion_pb.rb +88 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_criterion_simulation_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_extension_setting_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_feed_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_pb.rb +51 -0
- data/lib/google/ads/google_ads/v3/resources/ad_group_simulation_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/resources/ad_parameter_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/resources/ad_pb.rb +59 -0
- data/lib/google/ads/google_ads/v3/resources/ad_schedule_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/age_range_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/asset_pb.rb +29 -0
- data/lib/google/ads/google_ads/v3/resources/bidding_strategy_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/resources/billing_setup_pb.rb +40 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_audience_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_bid_modifier_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_budget_pb.rb +38 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_criterion_pb.rb +56 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_criterion_simulation_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_draft_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_experiment_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_extension_setting_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_feed_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_pb.rb +134 -0
- data/lib/google/ads/google_ads/v3/resources/campaign_shared_set_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/carrier_constant_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/resources/change_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/resources/click_view_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/conversion_action_pb.rb +51 -0
- data/lib/google/ads/google_ads/v3/resources/currency_constant_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/custom_interest_pb.rb +32 -0
- data/lib/google/ads/google_ads/v3/resources/customer_client_link_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/resources/customer_client_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/resources/customer_extension_setting_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/resources/customer_feed_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/resources/customer_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/customer_manager_link_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/customer_negative_criterion_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/resources/customer_pb.rb +48 -0
- data/lib/google/ads/google_ads/v3/resources/detail_placement_view_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/display_keyword_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/distance_view_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/resources/domain_category_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/resources/dynamic_search_ads_search_term_view_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/resources/expanded_landing_page_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/resources/extension_feed_item_pb.rb +49 -0
- data/lib/google/ads/google_ads/v3/resources/feed_item_pb.rb +71 -0
- data/lib/google/ads/google_ads/v3/resources/feed_item_target_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/resources/feed_mapping_pb.rb +77 -0
- data/lib/google/ads/google_ads/v3/resources/feed_pb.rb +70 -0
- data/lib/google/ads/google_ads/v3/resources/feed_placeholder_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/resources/gender_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/geo_target_constant_pb.rb +25 -0
- data/lib/google/ads/google_ads/v3/resources/geographic_view_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/resources/google_ads_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v3/resources/group_placement_view_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/resources/hotel_group_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/hotel_performance_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/invoice_pb.rb +49 -0
- data/lib/google/ads/google_ads/v3/resources/keyword_plan_ad_group_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/keyword_plan_campaign_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/resources/keyword_plan_keyword_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/keyword_plan_negative_keyword_pb.rb +23 -0
- data/lib/google/ads/google_ads/v3/resources/keyword_plan_pb.rb +30 -0
- data/lib/google/ads/google_ads/v3/resources/keyword_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/label_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/landing_page_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/resources/language_constant_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/location_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/managed_placement_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/media_file_pb.rb +51 -0
- data/lib/google/ads/google_ads/v3/resources/merchant_center_link_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/mobile_app_category_constant_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/mobile_device_constant_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/mutate_job_pb.rb +32 -0
- data/lib/google/ads/google_ads/v3/resources/offline_user_data_job_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/resources/operating_system_version_constant_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/paid_organic_search_term_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/resources/parental_status_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/payments_account_pb.rb +24 -0
- data/lib/google/ads/google_ads/v3/resources/product_bidding_category_constant_pb.rb +27 -0
- data/lib/google/ads/google_ads/v3/resources/product_group_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/recommendation_pb.rb +132 -0
- data/lib/google/ads/google_ads/v3/resources/remarketing_action_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/search_term_view_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/resources/shared_criterion_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/resources/shared_set_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/resources/shopping_performance_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/topic_constant_pb.rb +21 -0
- data/lib/google/ads/google_ads/v3/resources/topic_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v3/resources/user_interest_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/resources/user_list_pb.rb +49 -0
- data/lib/google/ads/google_ads/v3/resources/user_location_view_pb.rb +20 -0
- data/lib/google/ads/google_ads/v3/resources/video_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_client.rb +292 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_service_client.rb +226 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/account_budget_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_pb.rb +48 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_pb.rb +48 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/ad_parameter_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/ad_parameter_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_parameter_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/ad_parameter_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/ad_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v3/services/ad_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/ad_service_pb.rb +40 -0
- data/lib/google/ads/google_ads/v3/services/ad_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/age_range_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/age_range_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/age_range_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/age_range_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/asset_service_client.rb +275 -0
- data/lib/google/ads/google_ads/v3/services/asset_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/asset_service_pb.rb +38 -0
- data/lib/google/ads/google_ads/v3/services/asset_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/billing_setup_service_client.rb +281 -0
- data/lib/google/ads/google_ads/v3/services/billing_setup_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/billing_setup_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/services/billing_setup_service_services_pb.rb +51 -0
- data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/campaign_budget_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/campaign_budget_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_budget_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_budget_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/campaign_draft_service_client.rb +451 -0
- data/lib/google/ads/google_ads/v3/services/campaign_draft_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_draft_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v3/services/campaign_draft_service_services_pb.rb +58 -0
- data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_client.rb +637 -0
- data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_client_config.json +61 -0
- data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_pb.rb +85 -0
- data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/campaign_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/campaign_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/campaign_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/campaign_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/campaign_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/campaign_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/campaign_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/campaign_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/carrier_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/carrier_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/carrier_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/carrier_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/change_status_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/change_status_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/change_status_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/change_status_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/click_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/click_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/click_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/click_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/conversion_action_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/conversion_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/conversion_action_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/conversion_action_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_client.rb +230 -0
- data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_services_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/services/conversion_upload_service_client.rb +291 -0
- data/lib/google/ads/google_ads/v3/services/conversion_upload_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/conversion_upload_service_pb.rb +76 -0
- data/lib/google/ads/google_ads/v3/services/conversion_upload_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/credentials.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/currency_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/currency_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/currency_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/currency_constant_service_services_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/services/custom_interest_service_client.rb +278 -0
- data/lib/google/ads/google_ads/v3/services/custom_interest_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/custom_interest_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v3/services/custom_interest_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_link_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_link_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_link_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_link_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/customer_client_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/customer_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/customer_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/customer_feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/customer_feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/customer_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/customer_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/customer_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/customer_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_client.rb +334 -0
- data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_pb.rb +50 -0
- data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/customer_service_client.rb +365 -0
- data/lib/google/ads/google_ads/v3/services/customer_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v3/services/customer_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v3/services/customer_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/distance_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/distance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/distance_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/distance_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/domain_category_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/domain_category_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/domain_category_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/domain_category_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_client.rb +287 -0
- data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_target_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_target_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_target_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/services/feed_item_target_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/feed_mapping_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/feed_mapping_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/feed_mapping_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/feed_mapping_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/gender_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/gender_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/gender_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/gender_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_client.rb +284 -0
- data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/geographic_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/geographic_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/geographic_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/geographic_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_field_service_client.rb +293 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_field_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_field_service_pb.rb +31 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_field_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_service_client.rb +430 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_service_client_config.json +49 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_service_pb.rb +391 -0
- data/lib/google/ads/google_ads/v3/services/google_ads_service_services_pb.rb +95 -0
- data/lib/google/ads/google_ads/v3/services/group_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/group_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/group_placement_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/group_placement_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/invoice_service_client.rb +233 -0
- data/lib/google/ads/google_ads/v3/services/invoice_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/invoice_service_pb.rb +26 -0
- data/lib/google/ads/google_ads/v3/services/invoice_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_client.rb +255 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_pb.rb +50 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_client.rb +287 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_service_client.rb +363 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_service_pb.rb +94 -0
- data/lib/google/ads/google_ads/v3/services/keyword_plan_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v3/services/keyword_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/keyword_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/keyword_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/keyword_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/label_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/label_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/label_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/landing_page_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/landing_page_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/landing_page_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/landing_page_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/language_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/language_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/language_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/language_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/location_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/location_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/location_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/location_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/media_file_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/media_file_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/media_file_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v3/services/media_file_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_client.rb +315 -0
- data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_services_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_services_pb.rb +39 -0
- data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/mutate_job_service_client.rb +491 -0
- data/lib/google/ads/google_ads/v3/services/mutate_job_service_client_config.json +51 -0
- data/lib/google/ads/google_ads/v3/services/mutate_job_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v3/services/mutate_job_service_services_pb.rb +54 -0
- data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_client.rb +415 -0
- data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/parental_status_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/parental_status_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/parental_status_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/parental_status_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/payments_account_service_client.rb +212 -0
- data/lib/google/ads/google_ads/v3/services/payments_account_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/payments_account_service_pb.rb +22 -0
- data/lib/google/ads/google_ads/v3/services/payments_account_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/product_group_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/product_group_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/product_group_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/product_group_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/reach_plan_service_client.rb +434 -0
- data/lib/google/ads/google_ads/v3/services/reach_plan_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v3/services/reach_plan_service_pb.rb +130 -0
- data/lib/google/ads/google_ads/v3/services/reach_plan_service_services_pb.rb +54 -0
- data/lib/google/ads/google_ads/v3/services/recommendation_service_client.rb +340 -0
- data/lib/google/ads/google_ads/v3/services/recommendation_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v3/services/recommendation_service_pb.rb +107 -0
- data/lib/google/ads/google_ads/v3/services/recommendation_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v3/services/remarketing_action_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/remarketing_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/remarketing_action_service_pb.rb +45 -0
- data/lib/google/ads/google_ads/v3/services/remarketing_action_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/search_term_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/search_term_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/shared_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/shared_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/shared_criterion_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/shared_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/shared_set_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/shared_set_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/shared_set_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/shared_set_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/topic_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v3/services/topic_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/topic_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/topic_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/topic_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/topic_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/topic_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/topic_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/user_data_service_client.rb +225 -0
- data/lib/google/ads/google_ads/v3/services/user_data_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/user_data_service_pb.rb +34 -0
- data/lib/google/ads/google_ads/v3/services/user_data_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v3/services/user_interest_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/user_interest_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/user_interest_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/user_interest_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/user_list_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v3/services/user_list_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v3/services/user_list_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v3/services/user_list_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v3/services/user_location_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/user_location_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/user_location_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/user_location_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v3/services/video_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v3/services/video_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v3/services/video_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v3/services/video_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/common/ad_asset_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/common/ad_type_infos_pb.rb +239 -0
- data/lib/google/ads/google_ads/v4/common/asset_types_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/common/bidding_pb.rb +68 -0
- data/lib/google/ads/google_ads/v4/common/click_location_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/common/criteria_pb.rb +297 -0
- data/lib/google/ads/google_ads/v4/common/criterion_category_availability_pb.rb +34 -0
- data/lib/google/ads/google_ads/v4/common/custom_parameter_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/common/dates_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/common/explorer_auto_optimizer_setting_pb.rb +16 -0
- data/lib/google/ads/google_ads/v4/common/extensions_pb.rb +138 -0
- data/lib/google/ads/google_ads/v4/common/feed_common_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/common/final_app_url_pb.rb +18 -0
- data/lib/google/ads/google_ads/v4/common/frequency_cap_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/common/keyword_plan_common_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/common/matching_function_pb.rb +52 -0
- data/lib/google/ads/google_ads/v4/common/metrics_pb.rb +129 -0
- data/lib/google/ads/google_ads/v4/common/offline_user_data_pb.rb +70 -0
- data/lib/google/ads/google_ads/v4/common/policy_pb.rb +91 -0
- data/lib/google/ads/google_ads/v4/common/real_time_bidding_setting_pb.rb +16 -0
- data/lib/google/ads/google_ads/v4/common/segments_pb.rb +119 -0
- data/lib/google/ads/google_ads/v4/common/simulation_pb.rb +86 -0
- data/lib/google/ads/google_ads/v4/common/tag_snippet_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/common/targeting_setting_pb.rb +35 -0
- data/lib/google/ads/google_ads/v4/common/text_label_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/common/url_collection_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/common/user_lists_pb.rb +114 -0
- data/lib/google/ads/google_ads/v4/common/value_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/access_reason_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/access_role_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/account_budget_proposal_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/account_budget_proposal_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/account_budget_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/account_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/ad_customizer_placeholder_field_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/ad_group_ad_rotation_mode_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/ad_group_ad_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/ad_group_criterion_approval_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/ad_group_criterion_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/ad_group_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/ad_group_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/enums/ad_network_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/ad_serving_optimization_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/ad_strength_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/ad_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v4/enums/advertising_channel_sub_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/enums/advertising_channel_type_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/enums/affiliate_location_feed_relationship_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/affiliate_location_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/enums/age_range_type_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/app_campaign_app_store_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/app_campaign_bidding_strategy_goal_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/app_payment_model_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/app_placeholder_field_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/enums/app_store_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/app_url_operating_system_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/asset_field_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/asset_performance_label_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/asset_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/attribution_model_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/batch_job_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/bid_modifier_source_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/bidding_source_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/bidding_strategy_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/bidding_strategy_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v4/enums/billing_setup_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/brand_safety_suitability_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/budget_delivery_method_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/budget_period_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/budget_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/budget_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/call_conversion_reporting_state_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/call_placeholder_field_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/callout_placeholder_field_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_criterion_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_draft_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_experiment_status_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_experiment_traffic_split_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_experiment_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_serving_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_shared_set_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/campaign_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/change_status_operation_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/change_status_resource_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/enums/click_type_pb.rb +72 -0
- data/lib/google/ads/google_ads/v4/enums/content_label_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_action_category_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_action_counting_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_action_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_action_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_adjustment_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_attribution_event_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_lag_bucket_pb.rb +38 -0
- data/lib/google/ads/google_ads/v4/enums/conversion_or_adjustment_lag_bucket_pb.rb +60 -0
- data/lib/google/ads/google_ads/v4/enums/criterion_category_channel_availability_mode_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/criterion_category_locale_availability_mode_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/criterion_system_serving_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/criterion_type_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/enums/custom_interest_member_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/custom_interest_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/custom_interest_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/custom_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/enums/customer_match_upload_key_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/data_driven_model_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/day_of_week_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/device_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/display_ad_format_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/display_upload_product_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/enums/distance_bucket_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/enums/dsa_page_feed_criterion_field_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/education_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v4/enums/extension_setting_device_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/extension_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/enums/external_conversion_source_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/enums/feed_attribute_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_quality_approval_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_quality_disapproval_reason_pb.rb +37 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_target_device_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_target_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_target_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/feed_item_validation_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/feed_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_mapping_criterion_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_mapping_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_origin_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/feed_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/flight_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v4/enums/frequency_cap_event_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/frequency_cap_level_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/frequency_cap_time_unit_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/gender_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/geo_target_constant_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/geo_targeting_restriction_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/geo_targeting_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/google_ads_field_category_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/google_ads_field_data_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/enums/hotel_date_selection_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/hotel_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/enums/hotel_price_bucket_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/hotel_rate_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/income_range_type_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/interaction_event_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/interaction_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/invoice_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/job_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v4/enums/keyword_match_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/keyword_plan_competition_level_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/keyword_plan_forecast_interval_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/keyword_plan_network_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/label_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/legacy_app_install_ad_app_store_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/linked_account_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/listing_group_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/local_placeholder_field_pb.rb +38 -0
- data/lib/google/ads/google_ads/v4/enums/location_extension_targeting_criterion_field_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/location_group_radius_units_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/location_placeholder_field_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/enums/location_source_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/manager_link_status_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/matching_function_context_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/matching_function_operator_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/media_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/merchant_center_link_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/message_placeholder_field_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/mime_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/enums/minute_of_hour_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/mobile_app_vendor_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/mobile_device_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/month_of_year_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/enums/negative_geo_target_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/offline_user_data_job_failure_reason_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/offline_user_data_job_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/offline_user_data_job_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/operating_system_version_operator_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/optimization_goal_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/page_one_promoted_strategy_goal_pb.rb +11 -0
- data/lib/google/ads/google_ads/v4/enums/parental_status_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/payment_mode_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/placeholder_type_pb.rb +38 -0
- data/lib/google/ads/google_ads/v4/enums/placement_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/policy_approval_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/policy_review_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/policy_topic_entry_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/policy_topic_evidence_destination_not_working_device_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/positive_geo_target_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/preferred_content_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/price_extension_price_qualifier_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/price_extension_price_unit_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/price_extension_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/enums/price_placeholder_field_pb.rb +72 -0
- data/lib/google/ads/google_ads/v4/enums/product_bidding_category_level_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/product_bidding_category_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/product_channel_exclusivity_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/product_channel_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/product_condition_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/product_custom_attribute_index_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/product_type_level_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/promotion_extension_discount_modifier_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/promotion_extension_occasion_pb.rb +56 -0
- data/lib/google/ads/google_ads/v4/enums/promotion_placeholder_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/enums/proximity_radius_units_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/quality_score_bucket_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/reach_plan_ad_length_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/reach_plan_age_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v4/enums/reach_plan_network_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/real_estate_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v4/enums/recommendation_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/enums/search_engine_results_page_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/search_term_match_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/search_term_targeting_status_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/served_asset_field_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/shared_set_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/shared_set_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/simulation_modification_method_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/simulation_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/sitelink_placeholder_field_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/slot_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/enums/spending_limit_type_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/structured_snippet_placeholder_field_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/summary_row_setting_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/system_managed_entity_source_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/target_cpa_opt_in_recommendation_goal_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/target_impression_share_location_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/targeting_dimension_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/enums/time_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/tracking_code_page_format_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/tracking_code_type_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/travel_placeholder_field_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/enums/user_interest_taxonomy_type_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_access_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_closing_reason_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_combined_rule_operator_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_crm_data_source_type_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_date_rule_item_operator_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_logical_rule_operator_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_membership_status_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_number_rule_item_operator_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_prepopulation_status_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_rule_type_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_size_range_pb.rb +35 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_string_rule_item_operator_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/enums/user_list_type_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/enums/vanity_pharma_display_url_mode_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/enums/vanity_pharma_text_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/enums/webpage_condition_operand_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/enums/webpage_condition_operator_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/access_invitation_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/account_budget_proposal_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/errors/account_link_error_pb.rb +11 -0
- data/lib/google/ads/google_ads/v4/errors/ad_customizer_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/errors/ad_error_pb.rb +163 -0
- data/lib/google/ads/google_ads/v4/errors/ad_group_ad_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/errors/ad_group_bid_modifier_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/ad_group_criterion_error_pb.rb +47 -0
- data/lib/google/ads/google_ads/v4/errors/ad_group_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v4/errors/ad_group_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/ad_parameter_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/ad_sharing_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/adx_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/asset_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/errors/asset_link_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/authentication_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v4/errors/authorization_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/errors/batch_job_error_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/errors/bidding_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/errors/bidding_strategy_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/errors/billing_setup_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_budget_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_criterion_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_draft_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_error_pb.rb +59 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_experiment_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/campaign_shared_set_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/change_status_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/collection_size_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/context_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/conversion_action_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/errors/conversion_adjustment_upload_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/errors/conversion_upload_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v4/errors/country_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/criterion_error_pb.rb +130 -0
- data/lib/google/ads/google_ads/v4/errors/currency_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/custom_interest_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/customer_client_link_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/errors/customer_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/customer_feed_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/customer_manager_link_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/errors/database_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/date_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/errors/date_range_error_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/errors/distinct_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/enum_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/errors_pb.rb +279 -0
- data/lib/google/ads/google_ads/v4/errors/extension_feed_item_error_pb.rb +64 -0
- data/lib/google/ads/google_ads/v4/errors/extension_setting_error_pb.rb +83 -0
- data/lib/google/ads/google_ads/v4/errors/feed_attribute_reference_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/feed_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/errors/feed_item_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/errors/feed_item_target_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/errors/feed_item_validation_error_pb.rb +116 -0
- data/lib/google/ads/google_ads/v4/errors/feed_mapping_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v4/errors/field_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/field_mask_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/errors/function_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v4/errors/function_parsing_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/errors/geo_target_constant_suggestion_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/errors/header_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/id_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/image_error_pb.rb +57 -0
- data/lib/google/ads/google_ads/v4/errors/internal_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/errors/invoice_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/keyword_plan_ad_group_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/keyword_plan_ad_group_keyword_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/keyword_plan_campaign_error_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/errors/keyword_plan_campaign_keyword_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/keyword_plan_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/errors/keyword_plan_idea_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/label_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/errors/language_code_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/list_operation_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/manager_link_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v4/errors/media_bundle_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/errors/media_file_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v4/errors/media_upload_error_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/errors/multiplier_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/errors/mutate_error_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/errors/new_resource_creation_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/not_empty_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/not_whitelisted_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/null_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/offline_user_data_job_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/errors/operation_access_denied_error_pb.rb +29 -0
- data/lib/google/ads/google_ads/v4/errors/operator_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/partial_failure_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/payments_account_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/policy_finding_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/policy_validation_parameter_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/policy_violation_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/query_error_pb.rb +72 -0
- data/lib/google/ads/google_ads/v4/errors/quota_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/range_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/reach_plan_error_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/errors/recommendation_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/errors/region_code_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/request_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/errors/resource_access_denied_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/resource_count_limit_exceeded_error_pb.rb +28 -0
- data/lib/google/ads/google_ads/v4/errors/setting_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/errors/shared_criterion_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/shared_set_error_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/errors/size_limit_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/string_format_error_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/errors/string_length_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/third_party_app_analytics_link_error_pb.rb +11 -0
- data/lib/google/ads/google_ads/v4/errors/time_zone_error_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/errors/url_field_error_pb.rb +71 -0
- data/lib/google/ads/google_ads/v4/errors/user_data_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/errors/user_list_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v4/errors/youtube_video_registration_error_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/account_budget_pb.rb +71 -0
- data/lib/google/ads/google_ads/v4/resources/account_budget_proposal_pb.rb +53 -0
- data/lib/google/ads/google_ads/v4/resources/account_link_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_ad_asset_view_pb.rb +34 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_ad_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_ad_pb.rb +35 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_audience_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_bid_modifier_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_criterion_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_criterion_pb.rb +89 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_criterion_simulation_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_extension_setting_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_feed_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_pb.rb +51 -0
- data/lib/google/ads/google_ads/v4/resources/ad_group_simulation_pb.rb +32 -0
- data/lib/google/ads/google_ads/v4/resources/ad_parameter_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/resources/ad_pb.rb +60 -0
- data/lib/google/ads/google_ads/v4/resources/ad_schedule_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/age_range_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/asset_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/resources/batch_job_pb.rb +32 -0
- data/lib/google/ads/google_ads/v4/resources/bidding_strategy_pb.rb +34 -0
- data/lib/google/ads/google_ads/v4/resources/billing_setup_pb.rb +40 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_audience_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_bid_modifier_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_budget_pb.rb +38 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_criterion_pb.rb +56 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_criterion_simulation_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_draft_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_experiment_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_extension_setting_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_feed_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_pb.rb +146 -0
- data/lib/google/ads/google_ads/v4/resources/campaign_shared_set_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/carrier_constant_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/resources/change_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/resources/click_view_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/conversion_action_pb.rb +64 -0
- data/lib/google/ads/google_ads/v4/resources/currency_constant_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/custom_interest_pb.rb +32 -0
- data/lib/google/ads/google_ads/v4/resources/customer_client_link_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/resources/customer_client_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/resources/customer_extension_setting_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/resources/customer_feed_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/resources/customer_label_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/customer_manager_link_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/customer_negative_criterion_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/resources/customer_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/resources/detail_placement_view_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/display_keyword_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/distance_view_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/resources/domain_category_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/resources/dynamic_search_ads_search_term_view_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/resources/expanded_landing_page_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/resources/extension_feed_item_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/resources/feed_item_pb.rb +71 -0
- data/lib/google/ads/google_ads/v4/resources/feed_item_target_pb.rb +34 -0
- data/lib/google/ads/google_ads/v4/resources/feed_mapping_pb.rb +77 -0
- data/lib/google/ads/google_ads/v4/resources/feed_pb.rb +70 -0
- data/lib/google/ads/google_ads/v4/resources/feed_placeholder_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/resources/gender_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/geo_target_constant_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/resources/geographic_view_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/resources/google_ads_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v4/resources/group_placement_view_pb.rb +23 -0
- data/lib/google/ads/google_ads/v4/resources/hotel_group_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/hotel_performance_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/income_range_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/invoice_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/resources/keyword_plan_ad_group_keyword_pb.rb +25 -0
- data/lib/google/ads/google_ads/v4/resources/keyword_plan_ad_group_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/keyword_plan_campaign_keyword_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/keyword_plan_campaign_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/resources/keyword_plan_pb.rb +30 -0
- data/lib/google/ads/google_ads/v4/resources/keyword_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/label_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/landing_page_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/resources/language_constant_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/location_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/managed_placement_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/media_file_pb.rb +51 -0
- data/lib/google/ads/google_ads/v4/resources/merchant_center_link_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/mobile_app_category_constant_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/mobile_device_constant_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/offline_user_data_job_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/resources/operating_system_version_constant_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/paid_organic_search_term_view_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/resources/parental_status_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/payments_account_pb.rb +24 -0
- data/lib/google/ads/google_ads/v4/resources/product_bidding_category_constant_pb.rb +27 -0
- data/lib/google/ads/google_ads/v4/resources/product_group_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/recommendation_pb.rb +132 -0
- data/lib/google/ads/google_ads/v4/resources/remarketing_action_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/search_term_view_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/resources/shared_criterion_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/resources/shared_set_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/resources/shopping_performance_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/third_party_app_analytics_link_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/resources/topic_constant_pb.rb +21 -0
- data/lib/google/ads/google_ads/v4/resources/topic_view_pb.rb +17 -0
- data/lib/google/ads/google_ads/v4/resources/user_interest_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/resources/user_list_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/resources/user_location_view_pb.rb +20 -0
- data/lib/google/ads/google_ads/v4/resources/video_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_client.rb +292 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_service_client.rb +226 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/account_budget_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/account_link_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/account_link_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/account_link_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/account_link_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_pb.rb +48 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_pb.rb +48 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/ad_parameter_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/ad_parameter_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_parameter_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/ad_parameter_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/ad_service_client.rb +274 -0
- data/lib/google/ads/google_ads/v4/services/ad_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/ad_service_pb.rb +40 -0
- data/lib/google/ads/google_ads/v4/services/ad_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/age_range_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/age_range_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/age_range_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/age_range_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/asset_service_client.rb +275 -0
- data/lib/google/ads/google_ads/v4/services/asset_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/asset_service_pb.rb +38 -0
- data/lib/google/ads/google_ads/v4/services/asset_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v4/services/batch_job_service_client.rb +500 -0
- data/lib/google/ads/google_ads/v4/services/batch_job_service_client_config.json +51 -0
- data/lib/google/ads/google_ads/v4/services/batch_job_service_pb.rb +74 -0
- data/lib/google/ads/google_ads/v4/services/batch_job_service_services_pb.rb +54 -0
- data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/billing_setup_service_client.rb +281 -0
- data/lib/google/ads/google_ads/v4/services/billing_setup_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/billing_setup_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/services/billing_setup_service_services_pb.rb +51 -0
- data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/campaign_budget_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/campaign_budget_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_budget_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_budget_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/campaign_draft_service_client.rb +451 -0
- data/lib/google/ads/google_ads/v4/services/campaign_draft_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_draft_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v4/services/campaign_draft_service_services_pb.rb +58 -0
- data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_client.rb +637 -0
- data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_client_config.json +61 -0
- data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_pb.rb +85 -0
- data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/campaign_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/campaign_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/campaign_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/campaign_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/campaign_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/campaign_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/campaign_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/campaign_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/carrier_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/carrier_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/carrier_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/carrier_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/change_status_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/change_status_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/change_status_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/change_status_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/click_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/click_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/click_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/click_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/conversion_action_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/conversion_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/conversion_action_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/conversion_action_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_client.rb +233 -0
- data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_services_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/services/conversion_upload_service_client.rb +297 -0
- data/lib/google/ads/google_ads/v4/services/conversion_upload_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/conversion_upload_service_pb.rb +76 -0
- data/lib/google/ads/google_ads/v4/services/conversion_upload_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/credentials.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/currency_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/currency_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/currency_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/currency_constant_service_services_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/services/custom_interest_service_client.rb +278 -0
- data/lib/google/ads/google_ads/v4/services/custom_interest_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/custom_interest_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v4/services/custom_interest_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_link_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_link_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_link_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_link_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/customer_client_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_client.rb +288 -0
- data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/customer_feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/customer_feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/customer_feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/customer_feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/customer_label_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/customer_label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/customer_label_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/customer_label_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_client.rb +334 -0
- data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_pb.rb +50 -0
- data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/customer_service_client.rb +365 -0
- data/lib/google/ads/google_ads/v4/services/customer_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v4/services/customer_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v4/services/customer_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/distance_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/distance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/distance_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/distance_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/domain_category_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/domain_category_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/domain_category_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/domain_category_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_client.rb +287 -0
- data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_target_service_client.rb +273 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_target_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_target_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/services/feed_item_target_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/feed_mapping_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/feed_mapping_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/feed_mapping_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/feed_mapping_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/feed_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/feed_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/feed_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/feed_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/gender_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/gender_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/gender_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/gender_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_client.rb +284 -0
- data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/geographic_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/geographic_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/geographic_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/geographic_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_field_service_client.rb +293 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_field_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_field_service_pb.rb +31 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_field_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_service_client.rb +430 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_service_pb.rb +412 -0
- data/lib/google/ads/google_ads/v4/services/google_ads_service_services_pb.rb +95 -0
- data/lib/google/ads/google_ads/v4/services/group_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/group_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/group_placement_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/group_placement_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/income_range_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/income_range_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/income_range_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/income_range_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/invoice_service_client.rb +233 -0
- data/lib/google/ads/google_ads/v4/services/invoice_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/invoice_service_pb.rb +26 -0
- data/lib/google/ads/google_ads/v4/services/invoice_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_client.rb +292 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_client.rb +290 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_client.rb +286 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_client.rb +303 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_service_client.rb +407 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_service_client_config.json +51 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_service_pb.rb +116 -0
- data/lib/google/ads/google_ads/v4/services/keyword_plan_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v4/services/keyword_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/keyword_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/keyword_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/keyword_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/label_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/label_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/label_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/label_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/landing_page_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/landing_page_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/landing_page_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/landing_page_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/language_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/language_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/language_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/language_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/location_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/location_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/location_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/location_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/media_file_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/media_file_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/media_file_service_pb.rb +42 -0
- data/lib/google/ads/google_ads/v4/services/media_file_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_client.rb +315 -0
- data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_services_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_services_pb.rb +39 -0
- data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_client.rb +415 -0
- data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/parental_status_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/parental_status_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/parental_status_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/parental_status_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/payments_account_service_client.rb +212 -0
- data/lib/google/ads/google_ads/v4/services/payments_account_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/payments_account_service_pb.rb +22 -0
- data/lib/google/ads/google_ads/v4/services/payments_account_service_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/product_group_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/product_group_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/product_group_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/product_group_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/reach_plan_service_client.rb +452 -0
- data/lib/google/ads/google_ads/v4/services/reach_plan_service_client_config.json +46 -0
- data/lib/google/ads/google_ads/v4/services/reach_plan_service_pb.rb +137 -0
- data/lib/google/ads/google_ads/v4/services/reach_plan_service_services_pb.rb +54 -0
- data/lib/google/ads/google_ads/v4/services/recommendation_service_client.rb +340 -0
- data/lib/google/ads/google_ads/v4/services/recommendation_service_client_config.json +41 -0
- data/lib/google/ads/google_ads/v4/services/recommendation_service_pb.rb +107 -0
- data/lib/google/ads/google_ads/v4/services/recommendation_service_services_pb.rb +45 -0
- data/lib/google/ads/google_ads/v4/services/remarketing_action_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/remarketing_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/remarketing_action_service_pb.rb +45 -0
- data/lib/google/ads/google_ads/v4/services/remarketing_action_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/search_term_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/search_term_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/search_term_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/search_term_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/shared_criterion_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/shared_criterion_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/shared_criterion_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/shared_criterion_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/shared_set_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/shared_set_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/shared_set_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/shared_set_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_client.rb +225 -0
- data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_pb.rb +18 -0
- data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_services_pb.rb +40 -0
- data/lib/google/ads/google_ads/v4/services/topic_constant_service_client.rb +222 -0
- data/lib/google/ads/google_ads/v4/services/topic_constant_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/topic_constant_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/topic_constant_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/topic_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/topic_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/topic_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/topic_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/user_data_service_client.rb +225 -0
- data/lib/google/ads/google_ads/v4/services/user_data_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/user_data_service_pb.rb +35 -0
- data/lib/google/ads/google_ads/v4/services/user_data_service_services_pb.rb +42 -0
- data/lib/google/ads/google_ads/v4/services/user_interest_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/user_interest_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/user_interest_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/user_interest_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/user_list_service_client.rb +285 -0
- data/lib/google/ads/google_ads/v4/services/user_list_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v4/services/user_list_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v4/services/user_list_service_services_pb.rb +43 -0
- data/lib/google/ads/google_ads/v4/services/user_location_view_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/user_location_view_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/user_location_view_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/user_location_view_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/v4/services/video_service_client.rb +224 -0
- data/lib/google/ads/google_ads/v4/services/video_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v4/services/video_service_pb.rb +19 -0
- data/lib/google/ads/google_ads/v4/services/video_service_services_pb.rb +41 -0
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +1854 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 410d4906f09999cd3b4ddaf6e836cf30dce2b2b739a0f0b117e157a8f0eff168
|
4
|
+
data.tar.gz: 6fe1de8ffd8fbf82849b49cb1de1898e92e67370a2bf2e4715857530375082d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11ab63b21ce4f2d91910eefb1f35ad0fcbdcc08916921b3cebcc20dc512ebaf872f82f88f9f380f689a1ed25796dde81073d4a320d7912ea0f0d544f776efb99
|
7
|
+
data.tar.gz: 74ce2c5dee23ff4a22ca9ffdc6a364d4a67b22725a0aec21cf18087ca182efb3f1ab6db3c1957caa90752c50ad1c3f854a87790c4b019ddbd64951d953f9ee33
|
data/ChangeLog
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
6.0.0:
|
2
|
+
- Compatability with v4 of the API: https://developers.google.com/google-ads/api/docs/release-notes
|
3
|
+
|
4
|
+
5.1.0:
|
5
|
+
- Adding support for Google Ads API v3_1.
|
6
|
+
|
7
|
+
5.0.0:
|
8
|
+
- Compatability with v3 of the API: https://developers.google.com/google-ads/api/docs/release-notes
|
9
|
+
4.0.0:
|
10
|
+
- Change supported Ruby versions (>= 2.5)
|
11
|
+
3.2.0:
|
12
|
+
- Adding support for Google Ads API v2_2.
|
13
|
+
|
1
14
|
3.1.0:
|
2
15
|
- Adding support for Google Ads API v2_1.
|
3
16
|
|
data/README.md
CHANGED
@@ -108,7 +108,7 @@ To include the gem in your code:
|
|
108
108
|
To fetch a specific service, for example CampaignService:
|
109
109
|
|
110
110
|
client = Google::Ads::GoogleAds::GoogleAdsClient.new
|
111
|
-
campaign_service = client.service
|
111
|
+
campaign_service = client.service.campaign
|
112
112
|
|
113
113
|
See the provided [examples][] for more detailed demonstrations of how to use the
|
114
114
|
library.
|
@@ -126,6 +126,13 @@ See the [Logging guide][].
|
|
126
126
|
|
127
127
|
[Logging guide]: https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
|
128
128
|
|
129
|
+
## Ruby versions
|
130
|
+
|
131
|
+
The client library supports versions 2.5 and up of Ruby. We plan to support 3
|
132
|
+
Ruby releases at any one time. As Ruby releases once a year on December 25th,
|
133
|
+
that means towards the end of 2020 we will look at dropping 2.5 and adding
|
134
|
+
support for the next version of ruby
|
135
|
+
|
129
136
|
# Authors
|
130
137
|
|
131
138
|
Author:
|
@@ -136,4 +143,4 @@ Author:
|
|
136
143
|
Maintainer:
|
137
144
|
|
138
145
|
- Michael Cloonan
|
139
|
-
-
|
146
|
+
- Penelope Phippen
|
data/Rakefile
CHANGED
@@ -6,26 +6,6 @@ Rake::TestTask.new do |t|
|
|
6
6
|
t.test_files = FileList['test/**/test_*.rb']
|
7
7
|
end
|
8
8
|
|
9
|
-
def apply_patches
|
10
|
-
clean = system(<<~EOD)
|
11
|
-
bash -c 'if [ -z "$(git status --porcelain)" ]; then exit 0; else exit 1; fi'
|
12
|
-
EOD
|
13
|
-
|
14
|
-
raise "Working directory is not clean" unless clean
|
15
|
-
|
16
|
-
patches = Dir["patches/*.patch"]
|
17
|
-
patches.each do |patch|
|
18
|
-
puts "PATCH #{patch}"
|
19
|
-
res = system("git apply #{patch}")
|
20
|
-
if res
|
21
|
-
`git add -u`
|
22
|
-
`git commit -m 'Applying #{patch} for v#{Google::Ads::GoogleAds::CLIENT_LIB_VERSION} release'`
|
23
|
-
else
|
24
|
-
puts "FAIL #{patch}: may not be a big deal because already applied or no longer needed"
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
9
|
task :validate_protos do
|
30
10
|
res = system("./scripts/validate_protos.rb")
|
31
11
|
if !res
|
@@ -33,12 +13,8 @@ task :validate_protos do
|
|
33
13
|
end
|
34
14
|
end
|
35
15
|
|
36
|
-
task :apply_patches do |t|
|
37
|
-
apply_patches
|
38
|
-
end
|
39
|
-
|
40
16
|
def proto_files
|
41
|
-
Dir["lib/google/ads/google_ads/
|
17
|
+
Dir["lib/google/ads/google_ads/v*/**/*.rb"]
|
42
18
|
end
|
43
19
|
|
44
20
|
def newest_of(files)
|
@@ -62,7 +38,7 @@ def factories_are_recent?
|
|
62
38
|
newest_factory_file > newest_proto_file
|
63
39
|
end
|
64
40
|
|
65
|
-
task :codegen do |t|
|
41
|
+
task :codegen => [:copy_third_party_code] do |t|
|
66
42
|
`./scripts/codegen.sh` unless factories_are_recent?
|
67
43
|
end
|
68
44
|
|
@@ -70,5 +46,10 @@ task :copy_third_party_code do |t|
|
|
70
46
|
`cp third_party/rspec/caller_filter.rb lib/google/ads/google_ads/deprecation.rb`
|
71
47
|
end
|
72
48
|
|
73
|
-
task :
|
74
|
-
|
49
|
+
task :copy_timeout_overrides do |t|
|
50
|
+
`cp patches/v3/google_ads_service_client_config.json lib/google/ads/google_ads/v3/services/`
|
51
|
+
end
|
52
|
+
|
53
|
+
task :copy_code => [:copy_third_party_code, :copy_timeout_overrides]
|
54
|
+
task :build => [:copy_code, :codegen, :validate_protos]
|
55
|
+
task :test => [:copy_code, :codegen]
|
@@ -1,3 +1,4 @@
|
|
1
|
+
require 'delegate'
|
1
2
|
require 'google/ads/google_ads/autoboxing_mappings'
|
2
3
|
|
3
4
|
module Google
|
@@ -36,17 +37,19 @@ module Google
|
|
36
37
|
def self.patch_constructor_for_autoboxing(fields, repeated_fields, klass_to_patch)
|
37
38
|
orig_initialize = klass_to_patch.instance_method(:initialize)
|
38
39
|
klass_to_patch.instance_eval do
|
40
|
+
fields_map = fields.map { |field| [field.name.to_sym, field] }.to_h
|
41
|
+
repeated_fields_map = repeated_fields.map { |field| [field.name.to_sym, field] }.to_h
|
39
42
|
define_method(:initialize) do |**kwargs|
|
40
43
|
new_kwargs = kwargs.dup
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
44
|
+
if !kwargs.empty?
|
45
|
+
kwargs.each do |kwarg, value|
|
46
|
+
if fields_map.include?(kwarg)
|
47
|
+
new_kwargs[kwarg] = AutoboxingMappings.wrapped_mapping(fields_map[kwarg].subtype.msgclass).call(value)
|
48
|
+
elsif repeated_fields_map.include?(kwarg)
|
49
|
+
mapping = AutoboxingMappings.wrapped_mapping(repeated_fields_map[kwarg].subtype.msgclass)
|
50
|
+
new_kwargs[kwarg] = value.map { |x| mapping.call(x) }
|
51
|
+
end
|
52
|
+
end
|
50
53
|
end
|
51
54
|
|
52
55
|
orig_initialize.bind(self).call(**new_kwargs)
|
@@ -0,0 +1,37 @@
|
|
1
|
+
module Google
|
2
|
+
module Ads
|
3
|
+
module GoogleAds
|
4
|
+
ERROR_TRANSFORMER = Proc.new do |gax_error|
|
5
|
+
begin
|
6
|
+
gax_error.status_details.each do |detail|
|
7
|
+
# If there is an underlying GoogleAdsFailure, throw that one.
|
8
|
+
if detail.class.name.start_with?("Google::Ads::GoogleAds") &&
|
9
|
+
detail.class.name.end_with?("GoogleAdsFailure")
|
10
|
+
raise Google::Ads::GoogleAds::Errors::GoogleAdsError.new(
|
11
|
+
detail
|
12
|
+
)
|
13
|
+
elsif detail.is_a?(Google::Protobuf::Any)
|
14
|
+
type = Google::Protobuf::DescriptorPool.generated_pool.lookup(
|
15
|
+
detail.type_name
|
16
|
+
).msgclass
|
17
|
+
failure = detail.unpack(type)
|
18
|
+
|
19
|
+
raise Google::Ads::GoogleAds::Errors::GoogleAdsError.new(
|
20
|
+
failure
|
21
|
+
)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
rescue Google::Ads::GoogleAds::Errors::GoogleAdsError
|
25
|
+
# If we raised this, bubble it out.
|
26
|
+
raise
|
27
|
+
rescue NoMethodError
|
28
|
+
# Sometimes status_details is just a String; in that case, we should
|
29
|
+
# just raise the original exception.
|
30
|
+
end
|
31
|
+
# If we don't find an error of the correct type, or if we run into an
|
32
|
+
# error while processing, just throw the original.
|
33
|
+
raise gax_error
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -10,6 +10,16 @@ require "google/ads/google_ads/factories/v2/services"
|
|
10
10
|
require "google/ads/google_ads/factories/v2/enums"
|
11
11
|
require "google/ads/google_ads/factories/v2/operations"
|
12
12
|
|
13
|
+
require "google/ads/google_ads/factories/v3/resources"
|
14
|
+
require "google/ads/google_ads/factories/v3/services"
|
15
|
+
require "google/ads/google_ads/factories/v3/enums"
|
16
|
+
require "google/ads/google_ads/factories/v3/operations"
|
17
|
+
|
18
|
+
require "google/ads/google_ads/factories/v4/resources"
|
19
|
+
require "google/ads/google_ads/factories/v4/services"
|
20
|
+
require "google/ads/google_ads/factories/v4/enums"
|
21
|
+
require "google/ads/google_ads/factories/v4/operations"
|
22
|
+
|
13
23
|
module Google
|
14
24
|
module Ads
|
15
25
|
module GoogleAds
|
@@ -20,14 +30,28 @@ module Google
|
|
20
30
|
V1::Resources,
|
21
31
|
V1::Services,
|
22
32
|
V1::Enums,
|
23
|
-
V1::Operations
|
33
|
+
V1::Operations
|
24
34
|
).freeze
|
25
35
|
|
26
36
|
FACTORY_V2 = Factory.new(
|
27
37
|
V2::Resources,
|
28
38
|
V2::Services,
|
29
39
|
V2::Enums,
|
30
|
-
V2::Operations
|
40
|
+
V2::Operations
|
41
|
+
).freeze
|
42
|
+
|
43
|
+
FACTORY_V3 = Factory.new(
|
44
|
+
V3::Resources,
|
45
|
+
V3::Services,
|
46
|
+
V3::Enums,
|
47
|
+
V3::Operations
|
48
|
+
).freeze
|
49
|
+
|
50
|
+
FACTORY_V4 = Factory.new(
|
51
|
+
V4::Resources,
|
52
|
+
V4::Services,
|
53
|
+
V4::Enums,
|
54
|
+
V4::Operations
|
31
55
|
).freeze
|
32
56
|
|
33
57
|
VERSIONS = [
|
@@ -36,9 +60,13 @@ module Google
|
|
36
60
|
|
37
61
|
:V2,
|
38
62
|
|
63
|
+
:V3,
|
64
|
+
|
65
|
+
:V4
|
66
|
+
|
39
67
|
]
|
40
68
|
|
41
|
-
HIGHEST_VERSION = :
|
69
|
+
HIGHEST_VERSION = :V4
|
42
70
|
|
43
71
|
def self.version_alternate_for(type)
|
44
72
|
unless [:resources, :services, :enums, :operations].include?(type)
|
@@ -48,13 +76,17 @@ module Google
|
|
48
76
|
end
|
49
77
|
|
50
78
|
VersionAlternate.new(
|
51
|
-
|
79
|
+
FACTORY_V4.public_send(type),
|
52
80
|
{
|
53
81
|
|
54
82
|
V1: FACTORY_V1.public_send(type),
|
55
83
|
|
56
84
|
V2: FACTORY_V2.public_send(type),
|
57
85
|
|
86
|
+
V3: FACTORY_V3.public_send(type),
|
87
|
+
|
88
|
+
V4: FACTORY_V4.public_send(type)
|
89
|
+
|
58
90
|
}
|
59
91
|
)
|
60
92
|
end
|
@@ -71,6 +103,12 @@ module Google
|
|
71
103
|
when :V2
|
72
104
|
FACTORY_V2
|
73
105
|
|
106
|
+
when :V3
|
107
|
+
FACTORY_V3
|
108
|
+
|
109
|
+
when :V4
|
110
|
+
FACTORY_V4
|
111
|
+
|
74
112
|
else
|
75
113
|
raise ArgumentError.new("Got unkown version: #{version}")
|
76
114
|
end
|
@@ -4,716 +4,516 @@ 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 MatchingFunctionContextType 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 MatchingFunctionContextType enum
|
10
|
+
def self.matching_function_context_type
|
11
|
+
require "google/ads/google_ads/v1/enums/matching_function_context_type_pb.rb"
|
12
|
+
Google::Ads::GoogleAds::V1::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
13
13
|
end
|
14
14
|
|
15
|
-
# Returns the descriptor for the
|
15
|
+
# Returns the descriptor for the MatchingFunctionOperator 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 MatchingFunctionOperator enum
|
18
|
+
def self.matching_function_operator
|
19
|
+
require "google/ads/google_ads/v1/enums/matching_function_operator_pb.rb"
|
20
|
+
Google::Ads::GoogleAds::V1::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
21
21
|
end
|
22
22
|
|
23
|
-
# Returns the descriptor for the
|
23
|
+
# Returns the descriptor for the FeedLinkStatus 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 FeedLinkStatus enum
|
26
|
+
def self.feed_link_status
|
27
|
+
require "google/ads/google_ads/v1/enums/feed_link_status_pb.rb"
|
28
|
+
Google::Ads::GoogleAds::V1::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
29
29
|
end
|
30
30
|
|
31
|
-
# Returns the descriptor for the
|
31
|
+
# Returns the descriptor for the PlaceholderType 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 PlaceholderType enum
|
34
|
+
def self.placeholder_type
|
35
|
+
require "google/ads/google_ads/v1/enums/placeholder_type_pb.rb"
|
36
|
+
Google::Ads::GoogleAds::V1::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
37
37
|
end
|
38
38
|
|
39
|
-
# Returns the descriptor for the
|
39
|
+
# Returns the descriptor for the AccountBudgetProposalStatus 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 AccountBudgetProposalStatus enum
|
42
|
+
def self.account_budget_proposal_status
|
43
|
+
require "google/ads/google_ads/v1/enums/account_budget_proposal_status_pb.rb"
|
44
|
+
Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
45
45
|
end
|
46
46
|
|
47
|
-
# Returns the descriptor for the
|
47
|
+
# Returns the descriptor for the AccountBudgetProposalType 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 AccountBudgetProposalType enum
|
50
|
+
def self.account_budget_proposal_type
|
51
|
+
require "google/ads/google_ads/v1/enums/account_budget_proposal_type_pb.rb"
|
52
|
+
Google::Ads::GoogleAds::V1::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
53
53
|
end
|
54
54
|
|
55
|
-
# Returns the descriptor for the
|
55
|
+
# Returns the descriptor for the SpendingLimitType 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 SpendingLimitType enum
|
58
|
+
def self.spending_limit_type
|
59
|
+
require "google/ads/google_ads/v1/enums/spending_limit_type_pb.rb"
|
60
|
+
Google::Ads::GoogleAds::V1::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
61
61
|
end
|
62
62
|
|
63
|
-
# Returns the descriptor for the
|
63
|
+
# Returns the descriptor for the TimeType 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 TimeType enum
|
66
|
+
def self.time_type
|
67
|
+
require "google/ads/google_ads/v1/enums/time_type_pb.rb"
|
68
|
+
Google::Ads::GoogleAds::V1::Enums::TimeTypeEnum::TimeType.descriptor
|
69
69
|
end
|
70
70
|
|
71
|
-
# Returns the descriptor for the
|
71
|
+
# Returns the descriptor for the ExtensionSettingDevice 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 ExtensionSettingDevice enum
|
74
|
+
def self.extension_setting_device
|
75
|
+
require "google/ads/google_ads/v1/enums/extension_setting_device_pb.rb"
|
76
|
+
Google::Ads::GoogleAds::V1::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
77
77
|
end
|
78
78
|
|
79
|
-
# Returns the descriptor for the
|
79
|
+
# Returns the descriptor for the ExtensionType 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 ExtensionType enum
|
82
|
+
def self.extension_type
|
83
|
+
require "google/ads/google_ads/v1/enums/extension_type_pb.rb"
|
84
|
+
Google::Ads::GoogleAds::V1::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
85
85
|
end
|
86
86
|
|
87
|
-
# Returns the descriptor for the
|
87
|
+
# Returns the descriptor for the ManagerLinkStatus 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 ManagerLinkStatus enum
|
90
|
+
def self.manager_link_status
|
91
|
+
require "google/ads/google_ads/v1/enums/manager_link_status_pb.rb"
|
92
|
+
Google::Ads::GoogleAds::V1::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
93
93
|
end
|
94
94
|
|
95
|
-
# Returns the descriptor for the
|
95
|
+
# Returns the descriptor for the AgeRangeType 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 AgeRangeType enum
|
98
|
+
def self.age_range_type
|
99
|
+
require "google/ads/google_ads/v1/enums/age_range_type_pb.rb"
|
100
|
+
Google::Ads::GoogleAds::V1::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
101
101
|
end
|
102
102
|
|
103
|
-
# Returns the descriptor for the
|
103
|
+
# Returns the descriptor for the AppPaymentModelType 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 AppPaymentModelType enum
|
106
|
+
def self.app_payment_model_type
|
107
|
+
require "google/ads/google_ads/v1/enums/app_payment_model_type_pb.rb"
|
108
|
+
Google::Ads::GoogleAds::V1::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
109
109
|
end
|
110
110
|
|
111
|
-
# Returns the descriptor for the
|
111
|
+
# Returns the descriptor for the ContentLabelType 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 ContentLabelType enum
|
114
|
+
def self.content_label_type
|
115
|
+
require "google/ads/google_ads/v1/enums/content_label_type_pb.rb"
|
116
|
+
Google::Ads::GoogleAds::V1::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
117
117
|
end
|
118
118
|
|
119
|
-
# Returns the descriptor for the
|
119
|
+
# Returns the descriptor for the DayOfWeek 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 DayOfWeek enum
|
122
|
+
def self.day_of_week
|
123
|
+
require "google/ads/google_ads/v1/enums/day_of_week_pb.rb"
|
124
|
+
Google::Ads::GoogleAds::V1::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
125
125
|
end
|
126
126
|
|
127
|
-
# Returns the descriptor for the
|
127
|
+
# Returns the descriptor for the Device 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 Device enum
|
130
|
+
def self.device
|
131
|
+
require "google/ads/google_ads/v1/enums/device_pb.rb"
|
132
|
+
Google::Ads::GoogleAds::V1::Enums::DeviceEnum::Device.descriptor
|
133
133
|
end
|
134
134
|
|
135
|
-
# Returns the descriptor for the
|
135
|
+
# Returns the descriptor for the GenderType 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 GenderType enum
|
138
|
+
def self.gender_type
|
139
|
+
require "google/ads/google_ads/v1/enums/gender_type_pb.rb"
|
140
|
+
Google::Ads::GoogleAds::V1::Enums::GenderTypeEnum::GenderType.descriptor
|
141
141
|
end
|
142
142
|
|
143
|
-
# Returns the descriptor for the
|
143
|
+
# Returns the descriptor for the HotelDateSelectionType 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 HotelDateSelectionType enum
|
146
|
+
def self.hotel_date_selection_type
|
147
|
+
require "google/ads/google_ads/v1/enums/hotel_date_selection_type_pb.rb"
|
148
|
+
Google::Ads::GoogleAds::V1::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
149
149
|
end
|
150
150
|
|
151
|
-
# Returns the descriptor for the
|
151
|
+
# Returns the descriptor for the IncomeRangeType 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 IncomeRangeType enum
|
154
|
+
def self.income_range_type
|
155
|
+
require "google/ads/google_ads/v1/enums/income_range_type_pb.rb"
|
156
|
+
Google::Ads::GoogleAds::V1::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
157
157
|
end
|
158
158
|
|
159
|
-
# Returns the descriptor for the
|
159
|
+
# Returns the descriptor for the InteractionType 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 InteractionType enum
|
162
|
+
def self.interaction_type
|
163
|
+
require "google/ads/google_ads/v1/enums/interaction_type_pb.rb"
|
164
|
+
Google::Ads::GoogleAds::V1::Enums::InteractionTypeEnum::InteractionType.descriptor
|
165
165
|
end
|
166
166
|
|
167
|
-
# Returns the descriptor for the
|
167
|
+
# Returns the descriptor for the KeywordMatchType 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 KeywordMatchType enum
|
170
|
+
def self.keyword_match_type
|
171
|
+
require "google/ads/google_ads/v1/enums/keyword_match_type_pb.rb"
|
172
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
173
173
|
end
|
174
174
|
|
175
|
-
# Returns the descriptor for the
|
175
|
+
# Returns the descriptor for the ListingCustomAttributeIndex 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 ListingCustomAttributeIndex enum
|
178
|
+
def self.listing_custom_attribute_index
|
179
|
+
require "google/ads/google_ads/v1/enums/listing_custom_attribute_index_pb.rb"
|
180
|
+
Google::Ads::GoogleAds::V1::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
|
181
181
|
end
|
182
182
|
|
183
|
-
# Returns the descriptor for the
|
183
|
+
# Returns the descriptor for the ListingGroupType 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 ListingGroupType enum
|
186
|
+
def self.listing_group_type
|
187
|
+
require "google/ads/google_ads/v1/enums/listing_group_type_pb.rb"
|
188
|
+
Google::Ads::GoogleAds::V1::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
189
189
|
end
|
190
190
|
|
191
|
-
# Returns the descriptor for the
|
191
|
+
# Returns the descriptor for the LocationGroupRadiusUnits 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 LocationGroupRadiusUnits enum
|
194
|
+
def self.location_group_radius_units
|
195
|
+
require "google/ads/google_ads/v1/enums/location_group_radius_units_pb.rb"
|
196
|
+
Google::Ads::GoogleAds::V1::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
197
197
|
end
|
198
198
|
|
199
|
-
# Returns the descriptor for the
|
199
|
+
# Returns the descriptor for the MinuteOfHour 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 MinuteOfHour enum
|
202
|
+
def self.minute_of_hour
|
203
|
+
require "google/ads/google_ads/v1/enums/minute_of_hour_pb.rb"
|
204
|
+
Google::Ads::GoogleAds::V1::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
205
205
|
end
|
206
206
|
|
207
|
-
# Returns the descriptor for the
|
207
|
+
# Returns the descriptor for the ParentalStatusType 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 ParentalStatusType enum
|
210
|
+
def self.parental_status_type
|
211
|
+
require "google/ads/google_ads/v1/enums/parental_status_type_pb.rb"
|
212
|
+
Google::Ads::GoogleAds::V1::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
213
213
|
end
|
214
214
|
|
215
|
-
# Returns the descriptor for the
|
215
|
+
# Returns the descriptor for the PreferredContentType 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 PreferredContentType enum
|
218
|
+
def self.preferred_content_type
|
219
|
+
require "google/ads/google_ads/v1/enums/preferred_content_type_pb.rb"
|
220
|
+
Google::Ads::GoogleAds::V1::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
221
221
|
end
|
222
222
|
|
223
|
-
# Returns the descriptor for the
|
223
|
+
# Returns the descriptor for the ProductBiddingCategoryLevel 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 ProductBiddingCategoryLevel enum
|
226
|
+
def self.product_bidding_category_level
|
227
|
+
require "google/ads/google_ads/v1/enums/product_bidding_category_level_pb.rb"
|
228
|
+
Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
|
229
229
|
end
|
230
230
|
|
231
|
-
# Returns the descriptor for the
|
231
|
+
# Returns the descriptor for the ProductChannel 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 ProductChannel enum
|
234
|
+
def self.product_channel
|
235
|
+
require "google/ads/google_ads/v1/enums/product_channel_pb.rb"
|
236
|
+
Google::Ads::GoogleAds::V1::Enums::ProductChannelEnum::ProductChannel.descriptor
|
237
237
|
end
|
238
238
|
|
239
|
-
# Returns the descriptor for the
|
239
|
+
# Returns the descriptor for the ProductChannelExclusivity 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 ProductChannelExclusivity enum
|
242
|
+
def self.product_channel_exclusivity
|
243
|
+
require "google/ads/google_ads/v1/enums/product_channel_exclusivity_pb.rb"
|
244
|
+
Google::Ads::GoogleAds::V1::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
|
245
245
|
end
|
246
246
|
|
247
|
-
# Returns the descriptor for the
|
247
|
+
# Returns the descriptor for the ProductCondition 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 ProductCondition enum
|
250
|
+
def self.product_condition
|
251
|
+
require "google/ads/google_ads/v1/enums/product_condition_pb.rb"
|
252
|
+
Google::Ads::GoogleAds::V1::Enums::ProductConditionEnum::ProductCondition.descriptor
|
253
253
|
end
|
254
254
|
|
255
|
-
# Returns the descriptor for the
|
255
|
+
# Returns the descriptor for the ProductTypeLevel 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 ProductTypeLevel enum
|
258
|
+
def self.product_type_level
|
259
|
+
require "google/ads/google_ads/v1/enums/product_type_level_pb.rb"
|
260
|
+
Google::Ads::GoogleAds::V1::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
|
261
261
|
end
|
262
262
|
|
263
|
-
# Returns the descriptor for the
|
263
|
+
# Returns the descriptor for the ProximityRadiusUnits 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 ProximityRadiusUnits enum
|
266
|
+
def self.proximity_radius_units
|
267
|
+
require "google/ads/google_ads/v1/enums/proximity_radius_units_pb.rb"
|
268
|
+
Google::Ads::GoogleAds::V1::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
|
269
269
|
end
|
270
270
|
|
271
|
-
# Returns the descriptor for the
|
271
|
+
# Returns the descriptor for the WebpageConditionOperand 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 WebpageConditionOperand enum
|
274
|
+
def self.webpage_condition_operand
|
275
|
+
require "google/ads/google_ads/v1/enums/webpage_condition_operand_pb.rb"
|
276
|
+
Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
|
277
277
|
end
|
278
278
|
|
279
|
-
# Returns the descriptor for the
|
279
|
+
# Returns the descriptor for the WebpageConditionOperator 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 WebpageConditionOperator enum
|
282
|
+
def self.webpage_condition_operator
|
283
|
+
require "google/ads/google_ads/v1/enums/webpage_condition_operator_pb.rb"
|
284
|
+
Google::Ads::GoogleAds::V1::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
285
285
|
end
|
286
286
|
|
287
|
-
# Returns the descriptor for the
|
287
|
+
# Returns the descriptor for the FeedItemTargetDevice 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 FeedItemTargetDevice enum
|
290
|
+
def self.feed_item_target_device
|
291
|
+
require "google/ads/google_ads/v1/enums/feed_item_target_device_pb.rb"
|
292
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
293
293
|
end
|
294
294
|
|
295
|
-
# Returns the descriptor for the
|
295
|
+
# Returns the descriptor for the FeedItemTargetType 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 FeedItemTargetType enum
|
298
|
+
def self.feed_item_target_type
|
299
|
+
require "google/ads/google_ads/v1/enums/feed_item_target_type_pb.rb"
|
300
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
301
301
|
end
|
302
302
|
|
303
|
-
# Returns the descriptor for the
|
303
|
+
# Returns the descriptor for the PolicyTopicEntryType 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 PolicyTopicEntryType enum
|
306
|
+
def self.policy_topic_entry_type
|
307
|
+
require "google/ads/google_ads/v1/enums/policy_topic_entry_type_pb.rb"
|
308
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
|
309
309
|
end
|
310
310
|
|
311
|
-
# Returns the descriptor for the
|
311
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType 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 PolicyTopicEvidenceDestinationMismatchUrlType enum
|
314
|
+
def self.policy_topic_evidence_destination_mismatch_url_type
|
315
|
+
require "google/ads/google_ads/v1/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
|
316
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
|
317
317
|
end
|
318
318
|
|
319
|
-
# Returns the descriptor for the
|
319
|
+
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice 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 PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
322
|
+
def self.policy_topic_evidence_destination_not_working_device
|
323
|
+
require "google/ads/google_ads/v1/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
|
324
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
|
325
325
|
end
|
326
326
|
|
327
|
-
# Returns the descriptor for the
|
327
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus 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 FeedItemQualityApprovalStatus enum
|
330
|
+
def self.feed_item_quality_approval_status
|
331
|
+
require "google/ads/google_ads/v1/enums/feed_item_quality_approval_status_pb.rb"
|
332
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
333
333
|
end
|
334
334
|
|
335
|
-
# Returns the descriptor for the
|
335
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason 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 FeedItemQualityDisapprovalReason enum
|
338
|
+
def self.feed_item_quality_disapproval_reason
|
339
|
+
require "google/ads/google_ads/v1/enums/feed_item_quality_disapproval_reason_pb.rb"
|
340
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
341
341
|
end
|
342
342
|
|
343
|
-
# Returns the descriptor for the
|
343
|
+
# Returns the descriptor for the FeedItemStatus 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 FeedItemStatus enum
|
346
|
+
def self.feed_item_status
|
347
|
+
require "google/ads/google_ads/v1/enums/feed_item_status_pb.rb"
|
348
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
349
349
|
end
|
350
350
|
|
351
|
-
# Returns the descriptor for the
|
351
|
+
# Returns the descriptor for the FeedItemValidationStatus 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 FeedItemValidationStatus enum
|
354
|
+
def self.feed_item_validation_status
|
355
|
+
require "google/ads/google_ads/v1/enums/feed_item_validation_status_pb.rb"
|
356
|
+
Google::Ads::GoogleAds::V1::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
357
357
|
end
|
358
358
|
|
359
|
-
# Returns the descriptor for the
|
359
|
+
# Returns the descriptor for the GeoTargetingRestriction 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 GeoTargetingRestriction enum
|
362
|
+
def self.geo_targeting_restriction
|
363
|
+
require "google/ads/google_ads/v1/enums/geo_targeting_restriction_pb.rb"
|
364
|
+
Google::Ads::GoogleAds::V1::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
365
365
|
end
|
366
366
|
|
367
|
-
# Returns the descriptor for the
|
367
|
+
# Returns the descriptor for the PolicyApprovalStatus 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 PolicyApprovalStatus enum
|
370
|
+
def self.policy_approval_status
|
371
|
+
require "google/ads/google_ads/v1/enums/policy_approval_status_pb.rb"
|
372
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
|
373
373
|
end
|
374
374
|
|
375
|
-
# Returns the descriptor for the
|
375
|
+
# Returns the descriptor for the PolicyReviewStatus 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 PolicyReviewStatus enum
|
378
|
+
def self.policy_review_status
|
379
|
+
require "google/ads/google_ads/v1/enums/policy_review_status_pb.rb"
|
380
|
+
Google::Ads::GoogleAds::V1::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
381
381
|
end
|
382
382
|
|
383
|
-
# Returns the descriptor for the
|
383
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
384
384
|
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
386
|
-
def self.
|
387
|
-
require "google/ads/google_ads/v1/
|
388
|
-
Google::Ads::GoogleAds::V1::
|
385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
386
|
+
def self.feed_item_validation_error
|
387
|
+
require "google/ads/google_ads/v1/errors/feed_item_validation_error_pb.rb"
|
388
|
+
Google::Ads::GoogleAds::V1::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
389
389
|
end
|
390
390
|
|
391
|
-
# Returns the descriptor for the
|
391
|
+
# Returns the descriptor for the MerchantCenterLinkStatus 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 MerchantCenterLinkStatus enum
|
394
|
+
def self.merchant_center_link_status
|
395
|
+
require "google/ads/google_ads/v1/enums/merchant_center_link_status_pb.rb"
|
396
|
+
Google::Ads::GoogleAds::V1::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
397
397
|
end
|
398
398
|
|
399
|
-
# Returns the descriptor for the
|
399
|
+
# Returns the descriptor for the BidModifierSource 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 BidModifierSource enum
|
402
|
+
def self.bid_modifier_source
|
403
|
+
require "google/ads/google_ads/v1/enums/bid_modifier_source_pb.rb"
|
404
|
+
Google::Ads::GoogleAds::V1::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
405
405
|
end
|
406
406
|
|
407
|
-
# Returns the descriptor for the
|
407
|
+
# Returns the descriptor for the MimeType 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 MimeType enum
|
410
|
+
def self.mime_type
|
411
|
+
require "google/ads/google_ads/v1/enums/mime_type_pb.rb"
|
412
|
+
Google::Ads::GoogleAds::V1::Enums::MimeTypeEnum::MimeType.descriptor
|
413
413
|
end
|
414
414
|
|
415
|
-
# Returns the descriptor for the
|
415
|
+
# Returns the descriptor for the AssetType 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
|
557
|
-
end
|
558
|
-
|
559
|
-
# Returns the descriptor for the AppPaymentModelType enum
|
560
|
-
#
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
562
|
-
def self.app_payment_model_type
|
563
|
-
require "google/ads/google_ads/v1/enums/app_payment_model_type_pb.rb"
|
564
|
-
Google::Ads::GoogleAds::V1::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
565
|
-
end
|
566
|
-
|
567
|
-
# Returns the descriptor for the ContentLabelType enum
|
568
|
-
#
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
570
|
-
def self.content_label_type
|
571
|
-
require "google/ads/google_ads/v1/enums/content_label_type_pb.rb"
|
572
|
-
Google::Ads::GoogleAds::V1::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
573
|
-
end
|
574
|
-
|
575
|
-
# Returns the descriptor for the DayOfWeek enum
|
576
|
-
#
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
578
|
-
def self.day_of_week
|
579
|
-
require "google/ads/google_ads/v1/enums/day_of_week_pb.rb"
|
580
|
-
Google::Ads::GoogleAds::V1::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
581
|
-
end
|
582
|
-
|
583
|
-
# Returns the descriptor for the GenderType enum
|
584
|
-
#
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
586
|
-
def self.gender_type
|
587
|
-
require "google/ads/google_ads/v1/enums/gender_type_pb.rb"
|
588
|
-
Google::Ads::GoogleAds::V1::Enums::GenderTypeEnum::GenderType.descriptor
|
589
|
-
end
|
590
|
-
|
591
|
-
# Returns the descriptor for the HotelDateSelectionType enum
|
592
|
-
#
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
594
|
-
def self.hotel_date_selection_type
|
595
|
-
require "google/ads/google_ads/v1/enums/hotel_date_selection_type_pb.rb"
|
596
|
-
Google::Ads::GoogleAds::V1::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
597
|
-
end
|
598
|
-
|
599
|
-
# Returns the descriptor for the IncomeRangeType enum
|
600
|
-
#
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
602
|
-
def self.income_range_type
|
603
|
-
require "google/ads/google_ads/v1/enums/income_range_type_pb.rb"
|
604
|
-
Google::Ads::GoogleAds::V1::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
605
|
-
end
|
606
|
-
|
607
|
-
# Returns the descriptor for the InteractionType enum
|
608
|
-
#
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
610
|
-
def self.interaction_type
|
611
|
-
require "google/ads/google_ads/v1/enums/interaction_type_pb.rb"
|
612
|
-
Google::Ads::GoogleAds::V1::Enums::InteractionTypeEnum::InteractionType.descriptor
|
613
|
-
end
|
614
|
-
|
615
|
-
# Returns the descriptor for the ListingCustomAttributeIndex enum
|
616
|
-
#
|
617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
|
618
|
-
def self.listing_custom_attribute_index
|
619
|
-
require "google/ads/google_ads/v1/enums/listing_custom_attribute_index_pb.rb"
|
620
|
-
Google::Ads::GoogleAds::V1::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
|
417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
418
|
+
def self.asset_type
|
419
|
+
require "google/ads/google_ads/v1/enums/asset_type_pb.rb"
|
420
|
+
Google::Ads::GoogleAds::V1::Enums::AssetTypeEnum::AssetType.descriptor
|
621
421
|
end
|
622
422
|
|
623
|
-
# Returns the descriptor for the
|
423
|
+
# Returns the descriptor for the CriterionType enum
|
624
424
|
#
|
625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
626
|
-
def self.
|
627
|
-
require "google/ads/google_ads/v1/enums/
|
628
|
-
Google::Ads::GoogleAds::V1::Enums::
|
425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
426
|
+
def self.criterion_type
|
427
|
+
require "google/ads/google_ads/v1/enums/criterion_type_pb.rb"
|
428
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionTypeEnum::CriterionType.descriptor
|
629
429
|
end
|
630
430
|
|
631
|
-
# Returns the descriptor for the
|
431
|
+
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
632
432
|
#
|
633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
634
|
-
def self.
|
635
|
-
require "google/ads/google_ads/v1/enums/
|
636
|
-
Google::Ads::GoogleAds::V1::Enums::
|
433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
|
434
|
+
def self.affiliate_location_feed_relationship_type
|
435
|
+
require "google/ads/google_ads/v1/enums/affiliate_location_feed_relationship_type_pb.rb"
|
436
|
+
Google::Ads::GoogleAds::V1::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
|
637
437
|
end
|
638
438
|
|
639
|
-
# Returns the descriptor for the
|
439
|
+
# Returns the descriptor for the FeedAttributeType enum
|
640
440
|
#
|
641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
642
|
-
def self.
|
643
|
-
require "google/ads/google_ads/v1/enums/
|
644
|
-
Google::Ads::GoogleAds::V1::Enums::
|
441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
|
442
|
+
def self.feed_attribute_type
|
443
|
+
require "google/ads/google_ads/v1/enums/feed_attribute_type_pb.rb"
|
444
|
+
Google::Ads::GoogleAds::V1::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
645
445
|
end
|
646
446
|
|
647
|
-
# Returns the descriptor for the
|
447
|
+
# Returns the descriptor for the FeedOrigin enum
|
648
448
|
#
|
649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
650
|
-
def self.
|
651
|
-
require "google/ads/google_ads/v1/enums/
|
652
|
-
Google::Ads::GoogleAds::V1::Enums::
|
449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
450
|
+
def self.feed_origin
|
451
|
+
require "google/ads/google_ads/v1/enums/feed_origin_pb.rb"
|
452
|
+
Google::Ads::GoogleAds::V1::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
653
453
|
end
|
654
454
|
|
655
|
-
# Returns the descriptor for the
|
455
|
+
# Returns the descriptor for the FeedStatus enum
|
656
456
|
#
|
657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
658
|
-
def self.
|
659
|
-
require "google/ads/google_ads/v1/enums/
|
660
|
-
Google::Ads::GoogleAds::V1::Enums::
|
457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
458
|
+
def self.feed_status
|
459
|
+
require "google/ads/google_ads/v1/enums/feed_status_pb.rb"
|
460
|
+
Google::Ads::GoogleAds::V1::Enums::FeedStatusEnum::FeedStatus.descriptor
|
661
461
|
end
|
662
462
|
|
663
|
-
# Returns the descriptor for the
|
463
|
+
# Returns the descriptor for the Operator enum
|
664
464
|
#
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
666
|
-
def self.
|
667
|
-
require "google/ads/google_ads/v1/
|
668
|
-
Google::Ads::GoogleAds::V1::
|
465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
466
|
+
def self.operator
|
467
|
+
require "google/ads/google_ads/v1/resources/feed_pb.rb"
|
468
|
+
Google::Ads::GoogleAds::V1::Resources::FeedAttributeOperation::Operator.descriptor
|
669
469
|
end
|
670
470
|
|
671
|
-
# Returns the descriptor for the
|
471
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
672
472
|
#
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
674
|
-
def self.
|
675
|
-
require "google/ads/google_ads/v1/enums/
|
676
|
-
Google::Ads::GoogleAds::V1::Enums::
|
473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
474
|
+
def self.account_budget_status
|
475
|
+
require "google/ads/google_ads/v1/enums/account_budget_status_pb.rb"
|
476
|
+
Google::Ads::GoogleAds::V1::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
677
477
|
end
|
678
478
|
|
679
|
-
# Returns the descriptor for the
|
479
|
+
# Returns the descriptor for the MobileDeviceType enum
|
680
480
|
#
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
682
|
-
def self.
|
683
|
-
require "google/ads/google_ads/v1/enums/
|
684
|
-
Google::Ads::GoogleAds::V1::Enums::
|
481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
482
|
+
def self.mobile_device_type
|
483
|
+
require "google/ads/google_ads/v1/enums/mobile_device_type_pb.rb"
|
484
|
+
Google::Ads::GoogleAds::V1::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
685
485
|
end
|
686
486
|
|
687
|
-
# Returns the descriptor for the
|
487
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
688
488
|
#
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
690
|
-
def self.
|
691
|
-
require "google/ads/google_ads/v1/enums/
|
692
|
-
Google::Ads::GoogleAds::V1::Enums::
|
489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
490
|
+
def self.keyword_plan_forecast_interval
|
491
|
+
require "google/ads/google_ads/v1/enums/keyword_plan_forecast_interval_pb.rb"
|
492
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
693
493
|
end
|
694
494
|
|
695
|
-
# Returns the descriptor for the
|
495
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
696
496
|
#
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
698
|
-
def self.
|
699
|
-
require "google/ads/google_ads/v1/enums/
|
700
|
-
Google::Ads::GoogleAds::V1::Enums::
|
497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
498
|
+
def self.simulation_modification_method
|
499
|
+
require "google/ads/google_ads/v1/enums/simulation_modification_method_pb.rb"
|
500
|
+
Google::Ads::GoogleAds::V1::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
701
501
|
end
|
702
502
|
|
703
|
-
# Returns the descriptor for the
|
503
|
+
# Returns the descriptor for the SimulationType enum
|
704
504
|
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
706
|
-
def self.
|
707
|
-
require "google/ads/google_ads/v1/enums/
|
708
|
-
Google::Ads::GoogleAds::V1::Enums::
|
505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
506
|
+
def self.simulation_type
|
507
|
+
require "google/ads/google_ads/v1/enums/simulation_type_pb.rb"
|
508
|
+
Google::Ads::GoogleAds::V1::Enums::SimulationTypeEnum::SimulationType.descriptor
|
709
509
|
end
|
710
510
|
|
711
|
-
# Returns the descriptor for the
|
511
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
712
512
|
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
714
|
-
def self.
|
715
|
-
require "google/ads/google_ads/v1/enums/
|
716
|
-
Google::Ads::GoogleAds::V1::Enums::
|
513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
514
|
+
def self.search_term_targeting_status
|
515
|
+
require "google/ads/google_ads/v1/enums/search_term_targeting_status_pb.rb"
|
516
|
+
Google::Ads::GoogleAds::V1::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
717
517
|
end
|
718
518
|
|
719
519
|
# Returns the descriptor for the AppStore enum
|
@@ -724,6 +524,14 @@ module Google
|
|
724
524
|
Google::Ads::GoogleAds::V1::Enums::AppStoreEnum::AppStore.descriptor
|
725
525
|
end
|
726
526
|
|
527
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
528
|
+
#
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
530
|
+
def self.call_conversion_reporting_state
|
531
|
+
require "google/ads/google_ads/v1/enums/call_conversion_reporting_state_pb.rb"
|
532
|
+
Google::Ads::GoogleAds::V1::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
533
|
+
end
|
534
|
+
|
727
535
|
# Returns the descriptor for the PriceExtensionPriceQualifier enum
|
728
536
|
#
|
729
537
|
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
|
@@ -780,6 +588,70 @@ module Google
|
|
780
588
|
Google::Ads::GoogleAds::V1::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
781
589
|
end
|
782
590
|
|
591
|
+
# Returns the descriptor for the ServedAssetFieldType enum
|
592
|
+
#
|
593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
594
|
+
def self.served_asset_field_type
|
595
|
+
require "google/ads/google_ads/v1/enums/served_asset_field_type_pb.rb"
|
596
|
+
Google::Ads::GoogleAds::V1::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
597
|
+
end
|
598
|
+
|
599
|
+
# Returns the descriptor for the DisplayAdFormatSetting enum
|
600
|
+
#
|
601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
602
|
+
def self.display_ad_format_setting
|
603
|
+
require "google/ads/google_ads/v1/enums/display_ad_format_setting_pb.rb"
|
604
|
+
Google::Ads::GoogleAds::V1::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
605
|
+
end
|
606
|
+
|
607
|
+
# Returns the descriptor for the DisplayUploadProductType enum
|
608
|
+
#
|
609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
610
|
+
def self.display_upload_product_type
|
611
|
+
require "google/ads/google_ads/v1/enums/display_upload_product_type_pb.rb"
|
612
|
+
Google::Ads::GoogleAds::V1::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
613
|
+
end
|
614
|
+
|
615
|
+
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
616
|
+
#
|
617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
618
|
+
def self.legacy_app_install_ad_app_store
|
619
|
+
require "google/ads/google_ads/v1/enums/legacy_app_install_ad_app_store_pb.rb"
|
620
|
+
Google::Ads::GoogleAds::V1::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
621
|
+
end
|
622
|
+
|
623
|
+
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
624
|
+
#
|
625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
626
|
+
def self.app_url_operating_system_type
|
627
|
+
require "google/ads/google_ads/v1/enums/app_url_operating_system_type_pb.rb"
|
628
|
+
Google::Ads::GoogleAds::V1::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
629
|
+
end
|
630
|
+
|
631
|
+
# Returns the descriptor for the AdType enum
|
632
|
+
#
|
633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
634
|
+
def self.ad_type
|
635
|
+
require "google/ads/google_ads/v1/enums/ad_type_pb.rb"
|
636
|
+
Google::Ads::GoogleAds::V1::Enums::AdTypeEnum::AdType.descriptor
|
637
|
+
end
|
638
|
+
|
639
|
+
# Returns the descriptor for the SystemManagedResourceSource enum
|
640
|
+
#
|
641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
642
|
+
def self.system_managed_resource_source
|
643
|
+
require "google/ads/google_ads/v1/enums/system_managed_entity_source_pb.rb"
|
644
|
+
Google::Ads::GoogleAds::V1::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
645
|
+
end
|
646
|
+
|
647
|
+
# Returns the descriptor for the LabelStatus enum
|
648
|
+
#
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
650
|
+
def self.label_status
|
651
|
+
require "google/ads/google_ads/v1/enums/label_status_pb.rb"
|
652
|
+
Google::Ads::GoogleAds::V1::Enums::LabelStatusEnum::LabelStatus.descriptor
|
653
|
+
end
|
654
|
+
|
783
655
|
# Returns the descriptor for the PlacementType enum
|
784
656
|
#
|
785
657
|
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
@@ -788,260 +660,268 @@ module Google
|
|
788
660
|
Google::Ads::GoogleAds::V1::Enums::PlacementTypeEnum::PlacementType.descriptor
|
789
661
|
end
|
790
662
|
|
791
|
-
# Returns the descriptor for the
|
663
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
792
664
|
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
794
|
-
def self.
|
795
|
-
require "google/ads/google_ads/v1/enums/
|
796
|
-
Google::Ads::GoogleAds::V1::Enums::
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
666
|
+
def self.ad_group_criterion_approval_status
|
667
|
+
require "google/ads/google_ads/v1/enums/ad_group_criterion_approval_status_pb.rb"
|
668
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
797
669
|
end
|
798
670
|
|
799
|
-
# Returns the descriptor for the
|
671
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
800
672
|
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
802
|
-
def self.
|
803
|
-
require "google/ads/google_ads/v1/enums/
|
804
|
-
Google::Ads::GoogleAds::V1::Enums::
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
674
|
+
def self.ad_group_criterion_status
|
675
|
+
require "google/ads/google_ads/v1/enums/ad_group_criterion_status_pb.rb"
|
676
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
805
677
|
end
|
806
678
|
|
807
|
-
# Returns the descriptor for the
|
679
|
+
# Returns the descriptor for the BiddingSource enum
|
808
680
|
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
810
|
-
def self.
|
811
|
-
require "google/ads/google_ads/v1/enums/
|
812
|
-
Google::Ads::GoogleAds::V1::Enums::
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
682
|
+
def self.bidding_source
|
683
|
+
require "google/ads/google_ads/v1/enums/bidding_source_pb.rb"
|
684
|
+
Google::Ads::GoogleAds::V1::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
813
685
|
end
|
814
686
|
|
815
|
-
# Returns the descriptor for the
|
687
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
816
688
|
#
|
817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
818
|
-
def self.
|
819
|
-
require "google/ads/google_ads/v1/enums/
|
820
|
-
Google::Ads::GoogleAds::V1::Enums::
|
689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
690
|
+
def self.criterion_system_serving_status
|
691
|
+
require "google/ads/google_ads/v1/enums/criterion_system_serving_status_pb.rb"
|
692
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
821
693
|
end
|
822
694
|
|
823
|
-
# Returns the descriptor for the
|
695
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
824
696
|
#
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
826
|
-
def self.
|
827
|
-
require "google/ads/google_ads/v1/enums/
|
828
|
-
Google::Ads::GoogleAds::V1::Enums::
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
698
|
+
def self.quality_score_bucket
|
699
|
+
require "google/ads/google_ads/v1/enums/quality_score_bucket_pb.rb"
|
700
|
+
Google::Ads::GoogleAds::V1::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
829
701
|
end
|
830
702
|
|
831
|
-
# Returns the descriptor for the
|
703
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
832
704
|
#
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
834
|
-
def self.
|
835
|
-
require "google/ads/google_ads/v1/enums/
|
836
|
-
Google::Ads::GoogleAds::V1::Enums::
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
706
|
+
def self.keyword_plan_network
|
707
|
+
require "google/ads/google_ads/v1/enums/keyword_plan_network_pb.rb"
|
708
|
+
Google::Ads::GoogleAds::V1::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
837
709
|
end
|
838
710
|
|
839
|
-
# Returns the descriptor for the
|
711
|
+
# Returns the descriptor for the BillingSetupStatus enum
|
840
712
|
#
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
842
|
-
def self.
|
843
|
-
require "google/ads/google_ads/v1/enums/
|
844
|
-
Google::Ads::GoogleAds::V1::Enums::
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
714
|
+
def self.billing_setup_status
|
715
|
+
require "google/ads/google_ads/v1/enums/billing_setup_status_pb.rb"
|
716
|
+
Google::Ads::GoogleAds::V1::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
845
717
|
end
|
846
718
|
|
847
|
-
# Returns the descriptor for the
|
719
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
848
720
|
#
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
850
|
-
def self.
|
851
|
-
require "google/ads/google_ads/v1/enums/
|
852
|
-
Google::Ads::GoogleAds::V1::Enums::
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
722
|
+
def self.campaign_shared_set_status
|
723
|
+
require "google/ads/google_ads/v1/enums/campaign_shared_set_status_pb.rb"
|
724
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
853
725
|
end
|
854
726
|
|
855
|
-
# Returns the descriptor for the
|
727
|
+
# Returns the descriptor for the AdvertisingChannelSubType enum
|
856
728
|
#
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
858
|
-
def self.
|
859
|
-
require "google/ads/google_ads/v1/enums/
|
860
|
-
Google::Ads::GoogleAds::V1::Enums::
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
730
|
+
def self.advertising_channel_sub_type
|
731
|
+
require "google/ads/google_ads/v1/enums/advertising_channel_sub_type_pb.rb"
|
732
|
+
Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
861
733
|
end
|
862
734
|
|
863
|
-
# Returns the descriptor for the
|
735
|
+
# Returns the descriptor for the AdvertisingChannelType enum
|
864
736
|
#
|
865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
866
|
-
def self.
|
867
|
-
require "google/ads/google_ads/v1/enums/
|
868
|
-
Google::Ads::GoogleAds::V1::Enums::
|
737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
738
|
+
def self.advertising_channel_type
|
739
|
+
require "google/ads/google_ads/v1/enums/advertising_channel_type_pb.rb"
|
740
|
+
Google::Ads::GoogleAds::V1::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
869
741
|
end
|
870
742
|
|
871
|
-
# Returns the descriptor for the
|
743
|
+
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
872
744
|
#
|
873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
874
|
-
def self.
|
875
|
-
require "google/ads/google_ads/v1/enums/
|
876
|
-
Google::Ads::GoogleAds::V1::Enums::
|
745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
746
|
+
def self.criterion_category_channel_availability_mode
|
747
|
+
require "google/ads/google_ads/v1/enums/criterion_category_channel_availability_mode_pb.rb"
|
748
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
877
749
|
end
|
878
750
|
|
879
|
-
# Returns the descriptor for the
|
751
|
+
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
880
752
|
#
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
882
|
-
def self.
|
883
|
-
require "google/ads/google_ads/v1/enums/
|
884
|
-
Google::Ads::GoogleAds::V1::Enums::
|
753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
754
|
+
def self.criterion_category_locale_availability_mode
|
755
|
+
require "google/ads/google_ads/v1/enums/criterion_category_locale_availability_mode_pb.rb"
|
756
|
+
Google::Ads::GoogleAds::V1::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
885
757
|
end
|
886
758
|
|
887
|
-
# Returns the descriptor for the
|
759
|
+
# Returns the descriptor for the UserInterestTaxonomyType enum
|
888
760
|
#
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
890
|
-
def self.
|
891
|
-
require "google/ads/google_ads/v1/enums/
|
892
|
-
Google::Ads::GoogleAds::V1::Enums::
|
761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
762
|
+
def self.user_interest_taxonomy_type
|
763
|
+
require "google/ads/google_ads/v1/enums/user_interest_taxonomy_type_pb.rb"
|
764
|
+
Google::Ads::GoogleAds::V1::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
893
765
|
end
|
894
766
|
|
895
|
-
# Returns the descriptor for the
|
767
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
896
768
|
#
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
898
|
-
def self.
|
899
|
-
require "google/ads/google_ads/v1/enums/
|
900
|
-
Google::Ads::GoogleAds::V1::Enums::
|
769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
770
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
771
|
+
require "google/ads/google_ads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
|
772
|
+
Google::Ads::GoogleAds::V1::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
901
773
|
end
|
902
774
|
|
903
|
-
# Returns the descriptor for the
|
775
|
+
# Returns the descriptor for the PageOnePromotedStrategyGoal enum
|
904
776
|
#
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
906
|
-
def self.
|
907
|
-
require "google/ads/google_ads/v1/enums/
|
908
|
-
Google::Ads::GoogleAds::V1::Enums::
|
777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
|
778
|
+
def self.page_one_promoted_strategy_goal
|
779
|
+
require "google/ads/google_ads/v1/enums/page_one_promoted_strategy_goal_pb.rb"
|
780
|
+
Google::Ads::GoogleAds::V1::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
|
781
|
+
end
|
782
|
+
|
783
|
+
# Returns the descriptor for the TargetImpressionShareLocation enum
|
784
|
+
#
|
785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
786
|
+
def self.target_impression_share_location
|
787
|
+
require "google/ads/google_ads/v1/enums/target_impression_share_location_pb.rb"
|
788
|
+
Google::Ads::GoogleAds::V1::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
909
789
|
end
|
910
790
|
|
911
|
-
# Returns the descriptor for the
|
791
|
+
# Returns the descriptor for the FrequencyCapEventType enum
|
912
792
|
#
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
914
|
-
def self.
|
915
|
-
require "google/ads/google_ads/v1/enums/
|
916
|
-
Google::Ads::GoogleAds::V1::Enums::
|
793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
|
794
|
+
def self.frequency_cap_event_type
|
795
|
+
require "google/ads/google_ads/v1/enums/frequency_cap_event_type_pb.rb"
|
796
|
+
Google::Ads::GoogleAds::V1::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
|
917
797
|
end
|
918
798
|
|
919
|
-
# Returns the descriptor for the
|
799
|
+
# Returns the descriptor for the FrequencyCapLevel enum
|
920
800
|
#
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
922
|
-
def self.
|
923
|
-
require "google/ads/google_ads/v1/enums/
|
924
|
-
Google::Ads::GoogleAds::V1::Enums::
|
801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
|
802
|
+
def self.frequency_cap_level
|
803
|
+
require "google/ads/google_ads/v1/enums/frequency_cap_level_pb.rb"
|
804
|
+
Google::Ads::GoogleAds::V1::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
|
925
805
|
end
|
926
806
|
|
927
|
-
# Returns the descriptor for the
|
807
|
+
# Returns the descriptor for the FrequencyCapTimeUnit enum
|
928
808
|
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
930
|
-
def self.
|
931
|
-
require "google/ads/google_ads/v1/enums/
|
932
|
-
Google::Ads::GoogleAds::V1::Enums::
|
809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
|
810
|
+
def self.frequency_cap_time_unit
|
811
|
+
require "google/ads/google_ads/v1/enums/frequency_cap_time_unit_pb.rb"
|
812
|
+
Google::Ads::GoogleAds::V1::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
|
933
813
|
end
|
934
814
|
|
935
|
-
# Returns the descriptor for the
|
815
|
+
# Returns the descriptor for the TargetingDimension enum
|
936
816
|
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
938
|
-
def self.
|
939
|
-
require "google/ads/google_ads/v1/enums/
|
940
|
-
Google::Ads::GoogleAds::V1::Enums::
|
817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
818
|
+
def self.targeting_dimension
|
819
|
+
require "google/ads/google_ads/v1/enums/targeting_dimension_pb.rb"
|
820
|
+
Google::Ads::GoogleAds::V1::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
941
821
|
end
|
942
822
|
|
943
|
-
# Returns the descriptor for the
|
823
|
+
# Returns the descriptor for the AdServingOptimizationStatus enum
|
944
824
|
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
946
|
-
def self.
|
947
|
-
require "google/ads/google_ads/v1/enums/
|
948
|
-
Google::Ads::GoogleAds::V1::Enums::
|
825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
|
826
|
+
def self.ad_serving_optimization_status
|
827
|
+
require "google/ads/google_ads/v1/enums/ad_serving_optimization_status_pb.rb"
|
828
|
+
Google::Ads::GoogleAds::V1::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
|
949
829
|
end
|
950
830
|
|
951
|
-
# Returns the descriptor for the
|
831
|
+
# Returns the descriptor for the AppCampaignAppStore enum
|
952
832
|
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
954
|
-
def self.
|
955
|
-
require "google/ads/google_ads/v1/enums/
|
956
|
-
Google::Ads::GoogleAds::V1::Enums::
|
833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
|
834
|
+
def self.app_campaign_app_store
|
835
|
+
require "google/ads/google_ads/v1/enums/app_campaign_app_store_pb.rb"
|
836
|
+
Google::Ads::GoogleAds::V1::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
|
957
837
|
end
|
958
838
|
|
959
|
-
# Returns the descriptor for the
|
839
|
+
# Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
|
960
840
|
#
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
962
|
-
def self.
|
963
|
-
require "google/ads/google_ads/v1/enums/
|
964
|
-
Google::Ads::GoogleAds::V1::Enums::
|
841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
|
842
|
+
def self.app_campaign_bidding_strategy_goal_type
|
843
|
+
require "google/ads/google_ads/v1/enums/app_campaign_bidding_strategy_goal_type_pb.rb"
|
844
|
+
Google::Ads::GoogleAds::V1::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
|
965
845
|
end
|
966
846
|
|
967
|
-
# Returns the descriptor for the
|
847
|
+
# Returns the descriptor for the BiddingStrategyType enum
|
968
848
|
#
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
970
|
-
def self.
|
971
|
-
require "google/ads/google_ads/v1/enums/
|
972
|
-
Google::Ads::GoogleAds::V1::Enums::
|
849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
850
|
+
def self.bidding_strategy_type
|
851
|
+
require "google/ads/google_ads/v1/enums/bidding_strategy_type_pb.rb"
|
852
|
+
Google::Ads::GoogleAds::V1::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
973
853
|
end
|
974
854
|
|
975
|
-
# Returns the descriptor for the
|
855
|
+
# Returns the descriptor for the BrandSafetySuitability enum
|
976
856
|
#
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
978
|
-
def self.
|
979
|
-
require "google/ads/google_ads/v1/enums/
|
980
|
-
Google::Ads::GoogleAds::V1::Enums::
|
857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
|
858
|
+
def self.brand_safety_suitability
|
859
|
+
require "google/ads/google_ads/v1/enums/brand_safety_suitability_pb.rb"
|
860
|
+
Google::Ads::GoogleAds::V1::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
|
981
861
|
end
|
982
862
|
|
983
|
-
# Returns the descriptor for the
|
863
|
+
# Returns the descriptor for the CampaignExperimentType enum
|
984
864
|
#
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
986
|
-
def self.
|
987
|
-
require "google/ads/google_ads/v1/enums/
|
988
|
-
Google::Ads::GoogleAds::V1::Enums::
|
865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
|
866
|
+
def self.campaign_experiment_type
|
867
|
+
require "google/ads/google_ads/v1/enums/campaign_experiment_type_pb.rb"
|
868
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
|
989
869
|
end
|
990
870
|
|
991
|
-
# Returns the descriptor for the
|
871
|
+
# Returns the descriptor for the CampaignServingStatus enum
|
992
872
|
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
994
|
-
def self.
|
995
|
-
require "google/ads/google_ads/v1/enums/
|
996
|
-
Google::Ads::GoogleAds::V1::Enums::
|
873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
|
874
|
+
def self.campaign_serving_status
|
875
|
+
require "google/ads/google_ads/v1/enums/campaign_serving_status_pb.rb"
|
876
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
|
997
877
|
end
|
998
878
|
|
999
|
-
# Returns the descriptor for the
|
879
|
+
# Returns the descriptor for the CampaignStatus enum
|
1000
880
|
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1002
|
-
def self.
|
1003
|
-
require "google/ads/google_ads/v1/enums/
|
1004
|
-
Google::Ads::GoogleAds::V1::Enums::
|
881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
|
882
|
+
def self.campaign_status
|
883
|
+
require "google/ads/google_ads/v1/enums/campaign_status_pb.rb"
|
884
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignStatusEnum::CampaignStatus.descriptor
|
1005
885
|
end
|
1006
886
|
|
1007
|
-
# Returns the descriptor for the
|
887
|
+
# Returns the descriptor for the NegativeGeoTargetType enum
|
1008
888
|
#
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1010
|
-
def self.
|
1011
|
-
require "google/ads/google_ads/v1/enums/
|
1012
|
-
Google::Ads::GoogleAds::V1::Enums::
|
889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
|
890
|
+
def self.negative_geo_target_type
|
891
|
+
require "google/ads/google_ads/v1/enums/negative_geo_target_type_pb.rb"
|
892
|
+
Google::Ads::GoogleAds::V1::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
|
1013
893
|
end
|
1014
894
|
|
1015
|
-
# Returns the descriptor for the
|
895
|
+
# Returns the descriptor for the PaymentMode enum
|
1016
896
|
#
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1018
|
-
def self.
|
1019
|
-
require "google/ads/google_ads/v1/enums/
|
1020
|
-
Google::Ads::GoogleAds::V1::Enums::
|
897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
|
898
|
+
def self.payment_mode
|
899
|
+
require "google/ads/google_ads/v1/enums/payment_mode_pb.rb"
|
900
|
+
Google::Ads::GoogleAds::V1::Enums::PaymentModeEnum::PaymentMode.descriptor
|
1021
901
|
end
|
1022
902
|
|
1023
|
-
# Returns the descriptor for the
|
903
|
+
# Returns the descriptor for the PositiveGeoTargetType enum
|
1024
904
|
#
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1026
|
-
def self.
|
1027
|
-
require "google/ads/google_ads/v1/enums/
|
1028
|
-
Google::Ads::GoogleAds::V1::Enums::
|
905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
|
906
|
+
def self.positive_geo_target_type
|
907
|
+
require "google/ads/google_ads/v1/enums/positive_geo_target_type_pb.rb"
|
908
|
+
Google::Ads::GoogleAds::V1::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
|
1029
909
|
end
|
1030
910
|
|
1031
|
-
# Returns the descriptor for the
|
911
|
+
# Returns the descriptor for the VanityPharmaDisplayUrlMode enum
|
1032
912
|
#
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1034
|
-
def self.
|
1035
|
-
require "google/ads/google_ads/v1/enums/
|
1036
|
-
Google::Ads::GoogleAds::V1::Enums::
|
913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
|
914
|
+
def self.vanity_pharma_display_url_mode
|
915
|
+
require "google/ads/google_ads/v1/enums/vanity_pharma_display_url_mode_pb.rb"
|
916
|
+
Google::Ads::GoogleAds::V1::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
|
1037
917
|
end
|
1038
918
|
|
1039
|
-
# Returns the descriptor for the
|
919
|
+
# Returns the descriptor for the VanityPharmaText enum
|
1040
920
|
#
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1042
|
-
def self.
|
1043
|
-
require "google/ads/google_ads/v1/
|
1044
|
-
Google::Ads::GoogleAds::V1::
|
921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
|
922
|
+
def self.vanity_pharma_text
|
923
|
+
require "google/ads/google_ads/v1/enums/vanity_pharma_text_pb.rb"
|
924
|
+
Google::Ads::GoogleAds::V1::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
1045
925
|
end
|
1046
926
|
|
1047
927
|
# Returns the descriptor for the SharedSetStatus enum
|
@@ -1060,20 +940,12 @@ module Google
|
|
1060
940
|
Google::Ads::GoogleAds::V1::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
1061
941
|
end
|
1062
942
|
|
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
|
943
|
+
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
1072
944
|
#
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1074
|
-
def self.
|
1075
|
-
require "google/ads/google_ads/v1/enums/
|
1076
|
-
Google::Ads::GoogleAds::V1::Enums::
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
946
|
+
def self.operating_system_version_operator_type
|
947
|
+
require "google/ads/google_ads/v1/enums/operating_system_version_operator_type_pb.rb"
|
948
|
+
Google::Ads::GoogleAds::V1::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
1077
949
|
end
|
1078
950
|
|
1079
951
|
# Returns the descriptor for the BiddingStrategyStatus enum
|
@@ -1084,22 +956,6 @@ module Google
|
|
1084
956
|
Google::Ads::GoogleAds::V1::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
1085
957
|
end
|
1086
958
|
|
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
|
1096
|
-
#
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
1098
|
-
def self.bid_modifier_source
|
1099
|
-
require "google/ads/google_ads/v1/enums/bid_modifier_source_pb.rb"
|
1100
|
-
Google::Ads::GoogleAds::V1::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
1101
|
-
end
|
1102
|
-
|
1103
959
|
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
1104
960
|
#
|
1105
961
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
@@ -1220,652 +1076,612 @@ module Google
|
|
1220
1076
|
Google::Ads::GoogleAds::V1::Enums::UserListTypeEnum::UserListType.descriptor
|
1221
1077
|
end
|
1222
1078
|
|
1223
|
-
# Returns the descriptor for the
|
1224
|
-
#
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1226
|
-
def self.
|
1227
|
-
require "google/ads/google_ads/v1/enums/
|
1228
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1229
|
-
end
|
1230
|
-
|
1231
|
-
# Returns the descriptor for the AdGroupCriterionStatus enum
|
1232
|
-
#
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
1234
|
-
def self.ad_group_criterion_status
|
1235
|
-
require "google/ads/google_ads/v1/enums/ad_group_criterion_status_pb.rb"
|
1236
|
-
Google::Ads::GoogleAds::V1::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
1237
|
-
end
|
1238
|
-
|
1239
|
-
# Returns the descriptor for the BiddingSource enum
|
1240
|
-
#
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
1242
|
-
def self.bidding_source
|
1243
|
-
require "google/ads/google_ads/v1/enums/bidding_source_pb.rb"
|
1244
|
-
Google::Ads::GoogleAds::V1::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
1245
|
-
end
|
1246
|
-
|
1247
|
-
# Returns the descriptor for the CriterionSystemServingStatus enum
|
1248
|
-
#
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
1250
|
-
def self.criterion_system_serving_status
|
1251
|
-
require "google/ads/google_ads/v1/enums/criterion_system_serving_status_pb.rb"
|
1252
|
-
Google::Ads::GoogleAds::V1::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
1253
|
-
end
|
1254
|
-
|
1255
|
-
# Returns the descriptor for the QualityScoreBucket enum
|
1256
|
-
#
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
1258
|
-
def self.quality_score_bucket
|
1259
|
-
require "google/ads/google_ads/v1/enums/quality_score_bucket_pb.rb"
|
1260
|
-
Google::Ads::GoogleAds::V1::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
1261
|
-
end
|
1262
|
-
|
1263
|
-
# Returns the descriptor for the FeedItemTargetType enum
|
1264
|
-
#
|
1265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1266
|
-
def self.feed_item_target_type
|
1267
|
-
require "google/ads/google_ads/v1/enums/feed_item_target_type_pb.rb"
|
1268
|
-
Google::Ads::GoogleAds::V1::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1079
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
1080
|
+
#
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
1082
|
+
def self.geo_target_constant_status
|
1083
|
+
require "google/ads/google_ads/v1/enums/geo_target_constant_status_pb.rb"
|
1084
|
+
Google::Ads::GoogleAds::V1::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
1269
1085
|
end
|
1270
1086
|
|
1271
|
-
# Returns the descriptor for the
|
1087
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
1272
1088
|
#
|
1273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1274
|
-
def self.
|
1275
|
-
require "google/ads/google_ads/v1/enums/
|
1276
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
1090
|
+
def self.google_ads_field_category
|
1091
|
+
require "google/ads/google_ads/v1/enums/google_ads_field_category_pb.rb"
|
1092
|
+
Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
1277
1093
|
end
|
1278
1094
|
|
1279
|
-
# Returns the descriptor for the
|
1095
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
1280
1096
|
#
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1282
|
-
def self.
|
1283
|
-
require "google/ads/google_ads/v1/enums/
|
1284
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
1098
|
+
def self.google_ads_field_data_type
|
1099
|
+
require "google/ads/google_ads/v1/enums/google_ads_field_data_type_pb.rb"
|
1100
|
+
Google::Ads::GoogleAds::V1::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
1285
1101
|
end
|
1286
1102
|
|
1287
|
-
# Returns the descriptor for the
|
1103
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
1288
1104
|
#
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1290
|
-
def self.
|
1291
|
-
require "google/ads/google_ads/v1/enums/
|
1292
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
1106
|
+
def self.budget_delivery_method
|
1107
|
+
require "google/ads/google_ads/v1/enums/budget_delivery_method_pb.rb"
|
1108
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
1293
1109
|
end
|
1294
1110
|
|
1295
|
-
# Returns the descriptor for the
|
1111
|
+
# Returns the descriptor for the BudgetPeriod enum
|
1296
1112
|
#
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1298
|
-
def self.
|
1299
|
-
require "google/ads/google_ads/v1/enums/
|
1300
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
1114
|
+
def self.budget_period
|
1115
|
+
require "google/ads/google_ads/v1/enums/budget_period_pb.rb"
|
1116
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
1301
1117
|
end
|
1302
1118
|
|
1303
|
-
# Returns the descriptor for the
|
1119
|
+
# Returns the descriptor for the BudgetStatus enum
|
1304
1120
|
#
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1306
|
-
def self.
|
1307
|
-
require "google/ads/google_ads/v1/enums/
|
1308
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
1122
|
+
def self.budget_status
|
1123
|
+
require "google/ads/google_ads/v1/enums/budget_status_pb.rb"
|
1124
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
1309
1125
|
end
|
1310
1126
|
|
1311
|
-
# Returns the descriptor for the
|
1127
|
+
# Returns the descriptor for the BudgetType enum
|
1312
1128
|
#
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1314
|
-
def self.
|
1315
|
-
require "google/ads/google_ads/v1/enums/
|
1316
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
1130
|
+
def self.budget_type
|
1131
|
+
require "google/ads/google_ads/v1/enums/budget_type_pb.rb"
|
1132
|
+
Google::Ads::GoogleAds::V1::Enums::BudgetTypeEnum::BudgetType.descriptor
|
1317
1133
|
end
|
1318
1134
|
|
1319
|
-
# Returns the descriptor for the
|
1135
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
1320
1136
|
#
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1322
|
-
def self.
|
1323
|
-
require "google/ads/google_ads/v1/enums/
|
1324
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
1138
|
+
def self.tracking_code_page_format
|
1139
|
+
require "google/ads/google_ads/v1/enums/tracking_code_page_format_pb.rb"
|
1140
|
+
Google::Ads::GoogleAds::V1::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
1325
1141
|
end
|
1326
1142
|
|
1327
|
-
# Returns the descriptor for the
|
1143
|
+
# Returns the descriptor for the TrackingCodeType enum
|
1328
1144
|
#
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1330
|
-
def self.
|
1331
|
-
require "google/ads/google_ads/v1/enums/
|
1332
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
1146
|
+
def self.tracking_code_type
|
1147
|
+
require "google/ads/google_ads/v1/enums/tracking_code_type_pb.rb"
|
1148
|
+
Google::Ads::GoogleAds::V1::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
1333
1149
|
end
|
1334
1150
|
|
1335
|
-
# Returns the descriptor for the
|
1151
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
1336
1152
|
#
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1338
|
-
def self.
|
1339
|
-
require "google/ads/google_ads/v1/enums/
|
1340
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
1154
|
+
def self.campaign_draft_status
|
1155
|
+
require "google/ads/google_ads/v1/enums/campaign_draft_status_pb.rb"
|
1156
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
1341
1157
|
end
|
1342
1158
|
|
1343
|
-
# Returns the descriptor for the
|
1159
|
+
# Returns the descriptor for the MutateJobStatus enum
|
1344
1160
|
#
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1346
|
-
def self.
|
1347
|
-
require "google/ads/google_ads/v1/enums/
|
1348
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
|
1162
|
+
def self.mutate_job_status
|
1163
|
+
require "google/ads/google_ads/v1/enums/mutate_job_status_pb.rb"
|
1164
|
+
Google::Ads::GoogleAds::V1::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
|
1349
1165
|
end
|
1350
1166
|
|
1351
|
-
# Returns the descriptor for the
|
1167
|
+
# Returns the descriptor for the MediaType enum
|
1352
1168
|
#
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1354
|
-
def self.
|
1355
|
-
require "google/ads/google_ads/v1/enums/
|
1356
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
1170
|
+
def self.media_type
|
1171
|
+
require "google/ads/google_ads/v1/enums/media_type_pb.rb"
|
1172
|
+
Google::Ads::GoogleAds::V1::Enums::MediaTypeEnum::MediaType.descriptor
|
1357
1173
|
end
|
1358
1174
|
|
1359
|
-
# Returns the descriptor for the
|
1175
|
+
# Returns the descriptor for the CampaignExperimentStatus enum
|
1360
1176
|
#
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1362
|
-
def self.
|
1363
|
-
require "google/ads/google_ads/v1/
|
1364
|
-
Google::Ads::GoogleAds::V1::
|
1177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
|
1178
|
+
def self.campaign_experiment_status
|
1179
|
+
require "google/ads/google_ads/v1/enums/campaign_experiment_status_pb.rb"
|
1180
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
|
1365
1181
|
end
|
1366
1182
|
|
1367
|
-
# Returns the descriptor for the
|
1183
|
+
# Returns the descriptor for the CampaignExperimentTrafficSplitType enum
|
1368
1184
|
#
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1370
|
-
def self.
|
1371
|
-
require "google/ads/google_ads/v1/enums/
|
1372
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
|
1186
|
+
def self.campaign_experiment_traffic_split_type
|
1187
|
+
require "google/ads/google_ads/v1/enums/campaign_experiment_traffic_split_type_pb.rb"
|
1188
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
1373
1189
|
end
|
1374
1190
|
|
1375
|
-
# Returns the descriptor for the
|
1191
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
1376
1192
|
#
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1378
|
-
def self.
|
1379
|
-
require "google/ads/google_ads/v1/enums/
|
1380
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
1194
|
+
def self.product_bidding_category_status
|
1195
|
+
require "google/ads/google_ads/v1/enums/product_bidding_category_status_pb.rb"
|
1196
|
+
Google::Ads::GoogleAds::V1::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
1381
1197
|
end
|
1382
1198
|
|
1383
|
-
# Returns the descriptor for the
|
1199
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
1384
1200
|
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1386
|
-
def self.
|
1387
|
-
require "google/ads/google_ads/v1/enums/
|
1388
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
1202
|
+
def self.ad_customizer_placeholder_field
|
1203
|
+
require "google/ads/google_ads/v1/enums/ad_customizer_placeholder_field_pb.rb"
|
1204
|
+
Google::Ads::GoogleAds::V1::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
1389
1205
|
end
|
1390
1206
|
|
1391
|
-
# Returns the descriptor for the
|
1207
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
1392
1208
|
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1394
|
-
def self.
|
1395
|
-
require "google/ads/google_ads/v1/enums/
|
1396
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
1210
|
+
def self.affiliate_location_placeholder_field
|
1211
|
+
require "google/ads/google_ads/v1/enums/affiliate_location_placeholder_field_pb.rb"
|
1212
|
+
Google::Ads::GoogleAds::V1::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
1397
1213
|
end
|
1398
1214
|
|
1399
|
-
# Returns the descriptor for the
|
1215
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
1400
1216
|
#
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1402
|
-
def self.
|
1403
|
-
require "google/ads/google_ads/v1/enums/
|
1404
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
1218
|
+
def self.app_placeholder_field
|
1219
|
+
require "google/ads/google_ads/v1/enums/app_placeholder_field_pb.rb"
|
1220
|
+
Google::Ads::GoogleAds::V1::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
1405
1221
|
end
|
1406
1222
|
|
1407
|
-
# Returns the descriptor for the
|
1223
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
1408
1224
|
#
|
1409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1410
|
-
def self.
|
1411
|
-
require "google/ads/google_ads/v1/enums/
|
1412
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
1226
|
+
def self.call_placeholder_field
|
1227
|
+
require "google/ads/google_ads/v1/enums/call_placeholder_field_pb.rb"
|
1228
|
+
Google::Ads::GoogleAds::V1::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
1413
1229
|
end
|
1414
1230
|
|
1415
|
-
# Returns the descriptor for the
|
1231
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
1416
1232
|
#
|
1417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1418
|
-
def self.
|
1419
|
-
require "google/ads/google_ads/v1/enums/
|
1420
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
1234
|
+
def self.callout_placeholder_field
|
1235
|
+
require "google/ads/google_ads/v1/enums/callout_placeholder_field_pb.rb"
|
1236
|
+
Google::Ads::GoogleAds::V1::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
1421
1237
|
end
|
1422
1238
|
|
1423
|
-
# Returns the descriptor for the
|
1239
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
1424
1240
|
#
|
1425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1426
|
-
def self.
|
1427
|
-
require "google/ads/google_ads/v1/enums/
|
1428
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
1242
|
+
def self.custom_placeholder_field
|
1243
|
+
require "google/ads/google_ads/v1/enums/custom_placeholder_field_pb.rb"
|
1244
|
+
Google::Ads::GoogleAds::V1::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
1429
1245
|
end
|
1430
1246
|
|
1431
|
-
# Returns the descriptor for the
|
1247
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
1432
1248
|
#
|
1433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1434
|
-
def self.
|
1435
|
-
require "google/ads/google_ads/v1/enums/
|
1436
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
1250
|
+
def self.dsa_page_feed_criterion_field
|
1251
|
+
require "google/ads/google_ads/v1/enums/dsa_page_feed_criterion_field_pb.rb"
|
1252
|
+
Google::Ads::GoogleAds::V1::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
1437
1253
|
end
|
1438
1254
|
|
1439
|
-
# Returns the descriptor for the
|
1255
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
1440
1256
|
#
|
1441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1442
|
-
def self.
|
1443
|
-
require "google/ads/google_ads/v1/enums/
|
1444
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
1258
|
+
def self.education_placeholder_field
|
1259
|
+
require "google/ads/google_ads/v1/enums/education_placeholder_field_pb.rb"
|
1260
|
+
Google::Ads::GoogleAds::V1::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
1445
1261
|
end
|
1446
1262
|
|
1447
|
-
# Returns the descriptor for the
|
1263
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
1448
1264
|
#
|
1449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1450
|
-
def self.
|
1451
|
-
require "google/ads/google_ads/v1/enums/
|
1452
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
1266
|
+
def self.feed_mapping_criterion_type
|
1267
|
+
require "google/ads/google_ads/v1/enums/feed_mapping_criterion_type_pb.rb"
|
1268
|
+
Google::Ads::GoogleAds::V1::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
1453
1269
|
end
|
1454
1270
|
|
1455
|
-
# Returns the descriptor for the
|
1271
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
1456
1272
|
#
|
1457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1458
|
-
def self.
|
1459
|
-
require "google/ads/google_ads/v1/enums/
|
1460
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
1274
|
+
def self.feed_mapping_status
|
1275
|
+
require "google/ads/google_ads/v1/enums/feed_mapping_status_pb.rb"
|
1276
|
+
Google::Ads::GoogleAds::V1::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
1461
1277
|
end
|
1462
1278
|
|
1463
|
-
# Returns the descriptor for the
|
1279
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
1464
1280
|
#
|
1465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1466
|
-
def self.
|
1467
|
-
require "google/ads/google_ads/v1/enums/
|
1468
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
1282
|
+
def self.flight_placeholder_field
|
1283
|
+
require "google/ads/google_ads/v1/enums/flight_placeholder_field_pb.rb"
|
1284
|
+
Google::Ads::GoogleAds::V1::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
1469
1285
|
end
|
1470
1286
|
|
1471
|
-
# Returns the descriptor for the
|
1287
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
1472
1288
|
#
|
1473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1474
|
-
def self.
|
1475
|
-
require "google/ads/google_ads/v1/enums/
|
1476
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
1290
|
+
def self.hotel_placeholder_field
|
1291
|
+
require "google/ads/google_ads/v1/enums/hotel_placeholder_field_pb.rb"
|
1292
|
+
Google::Ads::GoogleAds::V1::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
1477
1293
|
end
|
1478
1294
|
|
1479
|
-
# Returns the descriptor for the
|
1295
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
1480
1296
|
#
|
1481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1482
|
-
def self.
|
1483
|
-
require "google/ads/google_ads/v1/enums/
|
1484
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
1298
|
+
def self.job_placeholder_field
|
1299
|
+
require "google/ads/google_ads/v1/enums/job_placeholder_field_pb.rb"
|
1300
|
+
Google::Ads::GoogleAds::V1::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
1485
1301
|
end
|
1486
1302
|
|
1487
|
-
# Returns the descriptor for the
|
1303
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
1488
1304
|
#
|
1489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1490
|
-
def self.
|
1491
|
-
require "google/ads/google_ads/v1/enums/
|
1492
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
1306
|
+
def self.local_placeholder_field
|
1307
|
+
require "google/ads/google_ads/v1/enums/local_placeholder_field_pb.rb"
|
1308
|
+
Google::Ads::GoogleAds::V1::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
1493
1309
|
end
|
1494
1310
|
|
1495
|
-
# Returns the descriptor for the
|
1311
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
1496
1312
|
#
|
1497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1498
|
-
def self.
|
1499
|
-
require "google/ads/google_ads/v1/enums/
|
1500
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
1314
|
+
def self.location_extension_targeting_criterion_field
|
1315
|
+
require "google/ads/google_ads/v1/enums/location_extension_targeting_criterion_field_pb.rb"
|
1316
|
+
Google::Ads::GoogleAds::V1::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
1501
1317
|
end
|
1502
1318
|
|
1503
|
-
# Returns the descriptor for the
|
1319
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
1504
1320
|
#
|
1505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1506
|
-
def self.
|
1507
|
-
require "google/ads/google_ads/v1/enums/
|
1508
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
1322
|
+
def self.location_placeholder_field
|
1323
|
+
require "google/ads/google_ads/v1/enums/location_placeholder_field_pb.rb"
|
1324
|
+
Google::Ads::GoogleAds::V1::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
1509
1325
|
end
|
1510
1326
|
|
1511
|
-
# Returns the descriptor for the
|
1327
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
1512
1328
|
#
|
1513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1514
|
-
def self.
|
1515
|
-
require "google/ads/google_ads/v1/enums/
|
1516
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
1330
|
+
def self.message_placeholder_field
|
1331
|
+
require "google/ads/google_ads/v1/enums/message_placeholder_field_pb.rb"
|
1332
|
+
Google::Ads::GoogleAds::V1::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
1517
1333
|
end
|
1518
1334
|
|
1519
|
-
# Returns the descriptor for the
|
1335
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
1520
1336
|
#
|
1521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1522
|
-
def self.
|
1523
|
-
require "google/ads/google_ads/v1/enums/
|
1524
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
1338
|
+
def self.price_placeholder_field
|
1339
|
+
require "google/ads/google_ads/v1/enums/price_placeholder_field_pb.rb"
|
1340
|
+
Google::Ads::GoogleAds::V1::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
1525
1341
|
end
|
1526
1342
|
|
1527
|
-
# Returns the descriptor for the
|
1343
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
1528
1344
|
#
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1530
|
-
def self.
|
1531
|
-
require "google/ads/google_ads/v1/enums/
|
1532
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
1346
|
+
def self.promotion_placeholder_field
|
1347
|
+
require "google/ads/google_ads/v1/enums/promotion_placeholder_field_pb.rb"
|
1348
|
+
Google::Ads::GoogleAds::V1::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
1533
1349
|
end
|
1534
1350
|
|
1535
|
-
# Returns the descriptor for the
|
1351
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
1536
1352
|
#
|
1537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1538
|
-
def self.
|
1539
|
-
require "google/ads/google_ads/v1/enums/
|
1540
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
1354
|
+
def self.real_estate_placeholder_field
|
1355
|
+
require "google/ads/google_ads/v1/enums/real_estate_placeholder_field_pb.rb"
|
1356
|
+
Google::Ads::GoogleAds::V1::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
1541
1357
|
end
|
1542
1358
|
|
1543
|
-
# Returns the descriptor for the
|
1359
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
1544
1360
|
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1546
|
-
def self.
|
1547
|
-
require "google/ads/google_ads/v1/enums/
|
1548
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
1362
|
+
def self.sitelink_placeholder_field
|
1363
|
+
require "google/ads/google_ads/v1/enums/sitelink_placeholder_field_pb.rb"
|
1364
|
+
Google::Ads::GoogleAds::V1::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
1549
1365
|
end
|
1550
1366
|
|
1551
|
-
# Returns the descriptor for the
|
1367
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
1552
1368
|
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1554
|
-
def self.
|
1555
|
-
require "google/ads/google_ads/v1/enums/
|
1556
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
1370
|
+
def self.structured_snippet_placeholder_field
|
1371
|
+
require "google/ads/google_ads/v1/enums/structured_snippet_placeholder_field_pb.rb"
|
1372
|
+
Google::Ads::GoogleAds::V1::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
1557
1373
|
end
|
1558
1374
|
|
1559
|
-
# Returns the descriptor for the
|
1375
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
1560
1376
|
#
|
1561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1562
|
-
def self.
|
1563
|
-
require "google/ads/google_ads/v1/enums/
|
1564
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
1378
|
+
def self.travel_placeholder_field
|
1379
|
+
require "google/ads/google_ads/v1/enums/travel_placeholder_field_pb.rb"
|
1380
|
+
Google::Ads::GoogleAds::V1::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
1565
1381
|
end
|
1566
1382
|
|
1567
|
-
# Returns the descriptor for the
|
1383
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
1568
1384
|
#
|
1569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1570
|
-
def self.
|
1571
|
-
require "google/ads/google_ads/v1/enums/
|
1572
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
1386
|
+
def self.change_status_operation
|
1387
|
+
require "google/ads/google_ads/v1/enums/change_status_operation_pb.rb"
|
1388
|
+
Google::Ads::GoogleAds::V1::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
1573
1389
|
end
|
1574
1390
|
|
1575
|
-
# Returns the descriptor for the
|
1391
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
1576
1392
|
#
|
1577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1578
|
-
def self.
|
1579
|
-
require "google/ads/google_ads/v1/enums/
|
1580
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
1394
|
+
def self.change_status_resource_type
|
1395
|
+
require "google/ads/google_ads/v1/enums/change_status_resource_type_pb.rb"
|
1396
|
+
Google::Ads::GoogleAds::V1::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
1581
1397
|
end
|
1582
1398
|
|
1583
|
-
# Returns the descriptor for the
|
1399
|
+
# Returns the descriptor for the AdGroupAdStatus enum
|
1584
1400
|
#
|
1585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1586
|
-
def self.
|
1587
|
-
require "google/ads/google_ads/v1/enums/
|
1588
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
1402
|
+
def self.ad_group_ad_status
|
1403
|
+
require "google/ads/google_ads/v1/enums/ad_group_ad_status_pb.rb"
|
1404
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
1589
1405
|
end
|
1590
1406
|
|
1591
|
-
# Returns the descriptor for the
|
1407
|
+
# Returns the descriptor for the AdStrength enum
|
1592
1408
|
#
|
1593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1594
|
-
def self.
|
1595
|
-
require "google/ads/google_ads/v1/enums/
|
1596
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
1410
|
+
def self.ad_strength
|
1411
|
+
require "google/ads/google_ads/v1/enums/ad_strength_pb.rb"
|
1412
|
+
Google::Ads::GoogleAds::V1::Enums::AdStrengthEnum::AdStrength.descriptor
|
1597
1413
|
end
|
1598
1414
|
|
1599
|
-
# Returns the descriptor for the
|
1415
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
1600
1416
|
#
|
1601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1602
|
-
def self.
|
1603
|
-
require "google/ads/google_ads/v1/enums/
|
1604
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
1418
|
+
def self.custom_interest_member_type
|
1419
|
+
require "google/ads/google_ads/v1/enums/custom_interest_member_type_pb.rb"
|
1420
|
+
Google::Ads::GoogleAds::V1::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
1605
1421
|
end
|
1606
1422
|
|
1607
|
-
# Returns the descriptor for the
|
1423
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
1608
1424
|
#
|
1609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1610
|
-
def self.
|
1611
|
-
require "google/ads/google_ads/v1/enums/
|
1612
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
1426
|
+
def self.custom_interest_status
|
1427
|
+
require "google/ads/google_ads/v1/enums/custom_interest_status_pb.rb"
|
1428
|
+
Google::Ads::GoogleAds::V1::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
1613
1429
|
end
|
1614
1430
|
|
1615
|
-
# Returns the descriptor for the
|
1431
|
+
# Returns the descriptor for the CustomInterestType enum
|
1616
1432
|
#
|
1617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1618
|
-
def self.
|
1619
|
-
require "google/ads/google_ads/v1/enums/
|
1620
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
1434
|
+
def self.custom_interest_type
|
1435
|
+
require "google/ads/google_ads/v1/enums/custom_interest_type_pb.rb"
|
1436
|
+
Google::Ads::GoogleAds::V1::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
1621
1437
|
end
|
1622
1438
|
|
1623
|
-
# Returns the descriptor for the
|
1439
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
1624
1440
|
#
|
1625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1626
|
-
def self.
|
1627
|
-
require "google/ads/google_ads/v1/enums/
|
1628
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
1442
|
+
def self.campaign_criterion_status
|
1443
|
+
require "google/ads/google_ads/v1/enums/campaign_criterion_status_pb.rb"
|
1444
|
+
Google::Ads::GoogleAds::V1::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
1629
1445
|
end
|
1630
1446
|
|
1631
|
-
# Returns the descriptor for the
|
1447
|
+
# Returns the descriptor for the GeoTargetingType enum
|
1632
1448
|
#
|
1633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1634
|
-
def self.
|
1635
|
-
require "google/ads/google_ads/v1/enums/
|
1636
|
-
Google::Ads::GoogleAds::V1::Enums::
|
1449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
1450
|
+
def self.geo_targeting_type
|
1451
|
+
require "google/ads/google_ads/v1/enums/geo_targeting_type_pb.rb"
|
1452
|
+
Google::Ads::GoogleAds::V1::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
1637
1453
|
end
|
1638
1454
|
|
1639
|
-
# Returns the descriptor for the
|
1455
|
+
# Returns the descriptor for the AdGroupAdRotationMode enum
|
1640
1456
|
#
|
1641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1642
|
-
def self.
|
1643
|
-
require "google/ads/google_ads/v1/
|
1644
|
-
Google::Ads::GoogleAds::V1::
|
1457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
1458
|
+
def self.ad_group_ad_rotation_mode
|
1459
|
+
require "google/ads/google_ads/v1/enums/ad_group_ad_rotation_mode_pb.rb"
|
1460
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
1645
1461
|
end
|
1646
1462
|
|
1647
|
-
# Returns the descriptor for the
|
1463
|
+
# Returns the descriptor for the AdGroupStatus enum
|
1648
1464
|
#
|
1649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1650
|
-
def self.
|
1651
|
-
require "google/ads/google_ads/v1/
|
1652
|
-
Google::Ads::GoogleAds::V1::
|
1465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
1466
|
+
def self.ad_group_status
|
1467
|
+
require "google/ads/google_ads/v1/enums/ad_group_status_pb.rb"
|
1468
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
1653
1469
|
end
|
1654
1470
|
|
1655
|
-
# Returns the descriptor for the
|
1471
|
+
# Returns the descriptor for the AdGroupType enum
|
1656
1472
|
#
|
1657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1658
|
-
def self.
|
1659
|
-
require "google/ads/google_ads/v1/
|
1660
|
-
Google::Ads::GoogleAds::V1::
|
1473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
1474
|
+
def self.ad_group_type
|
1475
|
+
require "google/ads/google_ads/v1/enums/ad_group_type_pb.rb"
|
1476
|
+
Google::Ads::GoogleAds::V1::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
1661
1477
|
end
|
1662
1478
|
|
1663
|
-
# Returns the descriptor for the
|
1479
|
+
# Returns the descriptor for the AttributionModel enum
|
1664
1480
|
#
|
1665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1666
|
-
def self.
|
1667
|
-
require "google/ads/google_ads/v1/
|
1668
|
-
Google::Ads::GoogleAds::V1::
|
1481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
1482
|
+
def self.attribution_model
|
1483
|
+
require "google/ads/google_ads/v1/enums/attribution_model_pb.rb"
|
1484
|
+
Google::Ads::GoogleAds::V1::Enums::AttributionModelEnum::AttributionModel.descriptor
|
1669
1485
|
end
|
1670
1486
|
|
1671
|
-
# Returns the descriptor for the
|
1487
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
1672
1488
|
#
|
1673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1674
|
-
def self.
|
1675
|
-
require "google/ads/google_ads/v1/
|
1676
|
-
Google::Ads::GoogleAds::V1::
|
1489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
1490
|
+
def self.conversion_action_category
|
1491
|
+
require "google/ads/google_ads/v1/enums/conversion_action_category_pb.rb"
|
1492
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
1677
1493
|
end
|
1678
1494
|
|
1679
|
-
# Returns the descriptor for the
|
1495
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
1680
1496
|
#
|
1681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1682
|
-
def self.
|
1683
|
-
require "google/ads/google_ads/v1/
|
1684
|
-
Google::Ads::GoogleAds::V1::
|
1497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
1498
|
+
def self.conversion_action_counting_type
|
1499
|
+
require "google/ads/google_ads/v1/enums/conversion_action_counting_type_pb.rb"
|
1500
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
1685
1501
|
end
|
1686
1502
|
|
1687
|
-
# Returns the descriptor for the
|
1503
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
1688
1504
|
#
|
1689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1690
|
-
def self.
|
1691
|
-
require "google/ads/google_ads/v1/
|
1692
|
-
Google::Ads::GoogleAds::V1::
|
1505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
1506
|
+
def self.conversion_action_status
|
1507
|
+
require "google/ads/google_ads/v1/enums/conversion_action_status_pb.rb"
|
1508
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
1693
1509
|
end
|
1694
1510
|
|
1695
|
-
# Returns the descriptor for the
|
1511
|
+
# Returns the descriptor for the ConversionActionType enum
|
1696
1512
|
#
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1698
|
-
def self.
|
1699
|
-
require "google/ads/google_ads/v1/
|
1700
|
-
Google::Ads::GoogleAds::V1::
|
1513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
1514
|
+
def self.conversion_action_type
|
1515
|
+
require "google/ads/google_ads/v1/enums/conversion_action_type_pb.rb"
|
1516
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
1701
1517
|
end
|
1702
1518
|
|
1703
|
-
# Returns the descriptor for the
|
1519
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
1704
1520
|
#
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1706
|
-
def self.
|
1707
|
-
require "google/ads/google_ads/v1/
|
1708
|
-
Google::Ads::GoogleAds::V1::
|
1521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
1522
|
+
def self.data_driven_model_status
|
1523
|
+
require "google/ads/google_ads/v1/enums/data_driven_model_status_pb.rb"
|
1524
|
+
Google::Ads::GoogleAds::V1::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
1709
1525
|
end
|
1710
1526
|
|
1711
|
-
# Returns the descriptor for the
|
1527
|
+
# Returns the descriptor for the InteractionEventType enum
|
1712
1528
|
#
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1714
|
-
def self.
|
1715
|
-
require "google/ads/google_ads/v1/
|
1716
|
-
Google::Ads::GoogleAds::V1::
|
1529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InteractionEventType enum
|
1530
|
+
def self.interaction_event_type
|
1531
|
+
require "google/ads/google_ads/v1/enums/interaction_event_type_pb.rb"
|
1532
|
+
Google::Ads::GoogleAds::V1::Enums::InteractionEventTypeEnum::InteractionEventType.descriptor
|
1717
1533
|
end
|
1718
1534
|
|
1719
|
-
# Returns the descriptor for the
|
1535
|
+
# Returns the descriptor for the AdNetworkType enum
|
1720
1536
|
#
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1722
|
-
def self.
|
1723
|
-
require "google/ads/google_ads/v1/
|
1724
|
-
Google::Ads::GoogleAds::V1::
|
1537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdNetworkType enum
|
1538
|
+
def self.ad_network_type
|
1539
|
+
require "google/ads/google_ads/v1/enums/ad_network_type_pb.rb"
|
1540
|
+
Google::Ads::GoogleAds::V1::Enums::AdNetworkTypeEnum::AdNetworkType.descriptor
|
1725
1541
|
end
|
1726
1542
|
|
1727
|
-
# Returns the descriptor for the
|
1543
|
+
# Returns the descriptor for the ClickType enum
|
1728
1544
|
#
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1730
|
-
def self.
|
1731
|
-
require "google/ads/google_ads/v1/
|
1732
|
-
Google::Ads::GoogleAds::V1::
|
1545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ClickType enum
|
1546
|
+
def self.click_type
|
1547
|
+
require "google/ads/google_ads/v1/enums/click_type_pb.rb"
|
1548
|
+
Google::Ads::GoogleAds::V1::Enums::ClickTypeEnum::ClickType.descriptor
|
1733
1549
|
end
|
1734
1550
|
|
1735
|
-
# Returns the descriptor for the
|
1551
|
+
# Returns the descriptor for the ConversionAttributionEventType enum
|
1736
1552
|
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1738
|
-
def self.
|
1739
|
-
require "google/ads/google_ads/v1/
|
1740
|
-
Google::Ads::GoogleAds::V1::
|
1553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAttributionEventType enum
|
1554
|
+
def self.conversion_attribution_event_type
|
1555
|
+
require "google/ads/google_ads/v1/enums/conversion_attribution_event_type_pb.rb"
|
1556
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionAttributionEventTypeEnum::ConversionAttributionEventType.descriptor
|
1741
1557
|
end
|
1742
1558
|
|
1743
|
-
# Returns the descriptor for the
|
1559
|
+
# Returns the descriptor for the ConversionLagBucket enum
|
1744
1560
|
#
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1746
|
-
def self.
|
1747
|
-
require "google/ads/google_ads/v1/
|
1748
|
-
Google::Ads::GoogleAds::V1::
|
1561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionLagBucket enum
|
1562
|
+
def self.conversion_lag_bucket
|
1563
|
+
require "google/ads/google_ads/v1/enums/conversion_lag_bucket_pb.rb"
|
1564
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionLagBucketEnum::ConversionLagBucket.descriptor
|
1749
1565
|
end
|
1750
1566
|
|
1751
|
-
# Returns the descriptor for the
|
1567
|
+
# Returns the descriptor for the ConversionOrAdjustmentLagBucket enum
|
1752
1568
|
#
|
1753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1754
|
-
def self.
|
1755
|
-
require "google/ads/google_ads/v1/
|
1756
|
-
Google::Ads::GoogleAds::V1::
|
1569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionOrAdjustmentLagBucket enum
|
1570
|
+
def self.conversion_or_adjustment_lag_bucket
|
1571
|
+
require "google/ads/google_ads/v1/enums/conversion_or_adjustment_lag_bucket_pb.rb"
|
1572
|
+
Google::Ads::GoogleAds::V1::Enums::ConversionOrAdjustmentLagBucketEnum::ConversionOrAdjustmentLagBucket.descriptor
|
1757
1573
|
end
|
1758
1574
|
|
1759
|
-
# Returns the descriptor for the
|
1575
|
+
# Returns the descriptor for the ExternalConversionSource enum
|
1760
1576
|
#
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1762
|
-
def self.
|
1763
|
-
require "google/ads/google_ads/v1/
|
1764
|
-
Google::Ads::GoogleAds::V1::
|
1577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExternalConversionSource enum
|
1578
|
+
def self.external_conversion_source
|
1579
|
+
require "google/ads/google_ads/v1/enums/external_conversion_source_pb.rb"
|
1580
|
+
Google::Ads::GoogleAds::V1::Enums::ExternalConversionSourceEnum::ExternalConversionSource.descriptor
|
1765
1581
|
end
|
1766
1582
|
|
1767
|
-
# Returns the descriptor for the
|
1583
|
+
# Returns the descriptor for the HotelRateType enum
|
1768
1584
|
#
|
1769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1770
|
-
def self.
|
1771
|
-
require "google/ads/google_ads/v1/
|
1772
|
-
Google::Ads::GoogleAds::V1::
|
1585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelRateType enum
|
1586
|
+
def self.hotel_rate_type
|
1587
|
+
require "google/ads/google_ads/v1/enums/hotel_rate_type_pb.rb"
|
1588
|
+
Google::Ads::GoogleAds::V1::Enums::HotelRateTypeEnum::HotelRateType.descriptor
|
1773
1589
|
end
|
1774
1590
|
|
1775
|
-
# Returns the descriptor for the
|
1591
|
+
# Returns the descriptor for the MonthOfYear enum
|
1776
1592
|
#
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1778
|
-
def self.
|
1779
|
-
require "google/ads/google_ads/v1/
|
1780
|
-
Google::Ads::GoogleAds::V1::
|
1593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1594
|
+
def self.month_of_year
|
1595
|
+
require "google/ads/google_ads/v1/enums/month_of_year_pb.rb"
|
1596
|
+
Google::Ads::GoogleAds::V1::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1781
1597
|
end
|
1782
1598
|
|
1783
|
-
# Returns the descriptor for the
|
1599
|
+
# Returns the descriptor for the SearchEngineResultsPageType enum
|
1784
1600
|
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1786
|
-
def self.
|
1787
|
-
require "google/ads/google_ads/v1/
|
1788
|
-
Google::Ads::GoogleAds::V1::
|
1601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
|
1602
|
+
def self.search_engine_results_page_type
|
1603
|
+
require "google/ads/google_ads/v1/enums/search_engine_results_page_type_pb.rb"
|
1604
|
+
Google::Ads::GoogleAds::V1::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
|
1789
1605
|
end
|
1790
1606
|
|
1791
|
-
# Returns the descriptor for the
|
1607
|
+
# Returns the descriptor for the SearchTermMatchType enum
|
1792
1608
|
#
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1794
|
-
def self.
|
1795
|
-
require "google/ads/google_ads/v1/
|
1796
|
-
Google::Ads::GoogleAds::V1::
|
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
|
1797
1613
|
end
|
1798
1614
|
|
1799
|
-
# Returns the descriptor for the
|
1615
|
+
# Returns the descriptor for the Slot enum
|
1800
1616
|
#
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1802
|
-
def self.
|
1803
|
-
require "google/ads/google_ads/v1/
|
1804
|
-
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
|
1805
1621
|
end
|
1806
1622
|
|
1807
|
-
# Returns the descriptor for the
|
1623
|
+
# Returns the descriptor for the ConversionAdjustmentType enum
|
1808
1624
|
#
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1810
|
-
def self.
|
1811
|
-
require "google/ads/google_ads/v1/
|
1812
|
-
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
|
1813
1629
|
end
|
1814
1630
|
|
1815
|
-
# Returns the descriptor for the
|
1631
|
+
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1816
1632
|
#
|
1817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1818
|
-
def self.
|
1819
|
-
require "google/ads/google_ads/v1/
|
1820
|
-
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
|
1821
1637
|
end
|
1822
1638
|
|
1823
|
-
# Returns the descriptor for the
|
1639
|
+
# Returns the descriptor for the CampaignFeedError enum
|
1824
1640
|
#
|
1825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1826
|
-
def self.
|
1827
|
-
require "google/ads/google_ads/v1/errors/
|
1828
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
1642
|
+
def self.campaign_feed_error
|
1643
|
+
require "google/ads/google_ads/v1/errors/campaign_feed_error_pb.rb"
|
1644
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
1829
1645
|
end
|
1830
1646
|
|
1831
|
-
# Returns the descriptor for the
|
1647
|
+
# Returns the descriptor for the SettingError enum
|
1832
1648
|
#
|
1833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1834
|
-
def self.
|
1835
|
-
require "google/ads/google_ads/v1/errors/
|
1836
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
1650
|
+
def self.setting_error
|
1651
|
+
require "google/ads/google_ads/v1/errors/setting_error_pb.rb"
|
1652
|
+
Google::Ads::GoogleAds::V1::Errors::SettingErrorEnum::SettingError.descriptor
|
1837
1653
|
end
|
1838
1654
|
|
1839
|
-
# Returns the descriptor for the
|
1655
|
+
# Returns the descriptor for the CampaignCriterionError enum
|
1840
1656
|
#
|
1841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1842
|
-
def self.
|
1843
|
-
require "google/ads/google_ads/v1/errors/
|
1844
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
|
1658
|
+
def self.campaign_criterion_error
|
1659
|
+
require "google/ads/google_ads/v1/errors/campaign_criterion_error_pb.rb"
|
1660
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
|
1845
1661
|
end
|
1846
1662
|
|
1847
|
-
# Returns the descriptor for the
|
1663
|
+
# Returns the descriptor for the SizeLimitError enum
|
1848
1664
|
#
|
1849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1850
|
-
def self.
|
1851
|
-
require "google/ads/google_ads/v1/errors/
|
1852
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SizeLimitError enum
|
1666
|
+
def self.size_limit_error
|
1667
|
+
require "google/ads/google_ads/v1/errors/size_limit_error_pb.rb"
|
1668
|
+
Google::Ads::GoogleAds::V1::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
|
1853
1669
|
end
|
1854
1670
|
|
1855
|
-
# Returns the descriptor for the
|
1671
|
+
# Returns the descriptor for the SharedSetError enum
|
1856
1672
|
#
|
1857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1858
|
-
def self.
|
1859
|
-
require "google/ads/google_ads/v1/errors/
|
1860
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
1674
|
+
def self.shared_set_error
|
1675
|
+
require "google/ads/google_ads/v1/errors/shared_set_error_pb.rb"
|
1676
|
+
Google::Ads::GoogleAds::V1::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
1861
1677
|
end
|
1862
1678
|
|
1863
|
-
# Returns the descriptor for the
|
1679
|
+
# Returns the descriptor for the NotWhitelistedError enum
|
1864
1680
|
#
|
1865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1866
|
-
def self.
|
1867
|
-
require "google/ads/google_ads/v1/errors/
|
1868
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NotWhitelistedError enum
|
1682
|
+
def self.not_whitelisted_error
|
1683
|
+
require "google/ads/google_ads/v1/errors/not_whitelisted_error_pb.rb"
|
1684
|
+
Google::Ads::GoogleAds::V1::Errors::NotWhitelistedErrorEnum::NotWhitelistedError.descriptor
|
1869
1685
|
end
|
1870
1686
|
|
1871
1687
|
# Returns the descriptor for the AccountBudgetProposalError enum
|
@@ -1876,6 +1692,14 @@ module Google
|
|
1876
1692
|
Google::Ads::GoogleAds::V1::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
1877
1693
|
end
|
1878
1694
|
|
1695
|
+
# Returns the descriptor for the AdCustomizerError enum
|
1696
|
+
#
|
1697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
1698
|
+
def self.ad_customizer_error
|
1699
|
+
require "google/ads/google_ads/v1/errors/ad_customizer_error_pb.rb"
|
1700
|
+
Google::Ads::GoogleAds::V1::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
1701
|
+
end
|
1702
|
+
|
1879
1703
|
# Returns the descriptor for the AdError enum
|
1880
1704
|
#
|
1881
1705
|
# @return [Google::Protobuf::EnumDescriptor] for the AdError enum
|
@@ -1884,6 +1708,14 @@ module Google
|
|
1884
1708
|
Google::Ads::GoogleAds::V1::Errors::AdErrorEnum::AdError.descriptor
|
1885
1709
|
end
|
1886
1710
|
|
1711
|
+
# Returns the descriptor for the AdGroupAdError enum
|
1712
|
+
#
|
1713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
1714
|
+
def self.ad_group_ad_error
|
1715
|
+
require "google/ads/google_ads/v1/errors/ad_group_ad_error_pb.rb"
|
1716
|
+
Google::Ads::GoogleAds::V1::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
1717
|
+
end
|
1718
|
+
|
1887
1719
|
# Returns the descriptor for the AdGroupBidModifierError enum
|
1888
1720
|
#
|
1889
1721
|
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupBidModifierError enum
|
@@ -1908,6 +1740,14 @@ module Google
|
|
1908
1740
|
Google::Ads::GoogleAds::V1::Errors::AdGroupErrorEnum::AdGroupError.descriptor
|
1909
1741
|
end
|
1910
1742
|
|
1743
|
+
# Returns the descriptor for the AdGroupFeedError enum
|
1744
|
+
#
|
1745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupFeedError enum
|
1746
|
+
def self.ad_group_feed_error
|
1747
|
+
require "google/ads/google_ads/v1/errors/ad_group_feed_error_pb.rb"
|
1748
|
+
Google::Ads::GoogleAds::V1::Errors::AdGroupFeedErrorEnum::AdGroupFeedError.descriptor
|
1749
|
+
end
|
1750
|
+
|
1911
1751
|
# Returns the descriptor for the AdParameterError enum
|
1912
1752
|
#
|
1913
1753
|
# @return [Google::Protobuf::EnumDescriptor] for the AdParameterError enum
|
@@ -1924,6 +1764,14 @@ module Google
|
|
1924
1764
|
Google::Ads::GoogleAds::V1::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
1925
1765
|
end
|
1926
1766
|
|
1767
|
+
# Returns the descriptor for the AdxError enum
|
1768
|
+
#
|
1769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
1770
|
+
def self.adx_error
|
1771
|
+
require "google/ads/google_ads/v1/errors/adx_error_pb.rb"
|
1772
|
+
Google::Ads::GoogleAds::V1::Errors::AdxErrorEnum::AdxError.descriptor
|
1773
|
+
end
|
1774
|
+
|
1927
1775
|
# Returns the descriptor for the AssetError enum
|
1928
1776
|
#
|
1929
1777
|
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
@@ -1948,6 +1796,22 @@ module Google
|
|
1948
1796
|
Google::Ads::GoogleAds::V1::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
1949
1797
|
end
|
1950
1798
|
|
1799
|
+
# Returns the descriptor for the BiddingError enum
|
1800
|
+
#
|
1801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
|
1802
|
+
def self.bidding_error
|
1803
|
+
require "google/ads/google_ads/v1/errors/bidding_error_pb.rb"
|
1804
|
+
Google::Ads::GoogleAds::V1::Errors::BiddingErrorEnum::BiddingError.descriptor
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
# Returns the descriptor for the BiddingStrategyError enum
|
1808
|
+
#
|
1809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
1810
|
+
def self.bidding_strategy_error
|
1811
|
+
require "google/ads/google_ads/v1/errors/bidding_strategy_error_pb.rb"
|
1812
|
+
Google::Ads::GoogleAds::V1::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
1813
|
+
end
|
1814
|
+
|
1951
1815
|
# Returns the descriptor for the BillingSetupError enum
|
1952
1816
|
#
|
1953
1817
|
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
@@ -1956,12 +1820,12 @@ module Google
|
|
1956
1820
|
Google::Ads::GoogleAds::V1::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
1957
1821
|
end
|
1958
1822
|
|
1959
|
-
# Returns the descriptor for the
|
1823
|
+
# Returns the descriptor for the CampaignBudgetError enum
|
1960
1824
|
#
|
1961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1962
|
-
def self.
|
1963
|
-
require "google/ads/google_ads/v1/errors/
|
1964
|
-
Google::Ads::GoogleAds::V1::Errors::
|
1825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
1826
|
+
def self.campaign_budget_error
|
1827
|
+
require "google/ads/google_ads/v1/errors/campaign_budget_error_pb.rb"
|
1828
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
|
1965
1829
|
end
|
1966
1830
|
|
1967
1831
|
# Returns the descriptor for the CampaignDraftError enum
|
@@ -1972,6 +1836,14 @@ module Google
|
|
1972
1836
|
Google::Ads::GoogleAds::V1::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
1973
1837
|
end
|
1974
1838
|
|
1839
|
+
# Returns the descriptor for the CampaignError enum
|
1840
|
+
#
|
1841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
1842
|
+
def self.campaign_error
|
1843
|
+
require "google/ads/google_ads/v1/errors/campaign_error_pb.rb"
|
1844
|
+
Google::Ads::GoogleAds::V1::Errors::CampaignErrorEnum::CampaignError.descriptor
|
1845
|
+
end
|
1846
|
+
|
1975
1847
|
# Returns the descriptor for the CampaignExperimentError enum
|
1976
1848
|
#
|
1977
1849
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
@@ -1980,14 +1852,6 @@ module Google
|
|
1980
1852
|
Google::Ads::GoogleAds::V1::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
1981
1853
|
end
|
1982
1854
|
|
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
1855
|
# Returns the descriptor for the CampaignSharedSetError enum
|
1992
1856
|
#
|
1993
1857
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetError enum
|
@@ -2020,6 +1884,14 @@ module Google
|
|
2020
1884
|
Google::Ads::GoogleAds::V1::Errors::ContextErrorEnum::ContextError.descriptor
|
2021
1885
|
end
|
2022
1886
|
|
1887
|
+
# Returns the descriptor for the ConversionActionError enum
|
1888
|
+
#
|
1889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
1890
|
+
def self.conversion_action_error
|
1891
|
+
require "google/ads/google_ads/v1/errors/conversion_action_error_pb.rb"
|
1892
|
+
Google::Ads::GoogleAds::V1::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
1893
|
+
end
|
1894
|
+
|
2023
1895
|
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2024
1896
|
#
|
2025
1897
|
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
@@ -2052,6 +1924,14 @@ module Google
|
|
2052
1924
|
Google::Ads::GoogleAds::V1::Errors::CriterionErrorEnum::CriterionError.descriptor
|
2053
1925
|
end
|
2054
1926
|
|
1927
|
+
# Returns the descriptor for the CustomInterestError enum
|
1928
|
+
#
|
1929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
1930
|
+
def self.custom_interest_error
|
1931
|
+
require "google/ads/google_ads/v1/errors/custom_interest_error_pb.rb"
|
1932
|
+
Google::Ads::GoogleAds::V1::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
|
1933
|
+
end
|
1934
|
+
|
2055
1935
|
# Returns the descriptor for the CustomerClientLinkError enum
|
2056
1936
|
#
|
2057
1937
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
@@ -2108,6 +1988,14 @@ module Google
|
|
2108
1988
|
Google::Ads::GoogleAds::V1::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
2109
1989
|
end
|
2110
1990
|
|
1991
|
+
# Returns the descriptor for the DistinctError enum
|
1992
|
+
#
|
1993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
1994
|
+
def self.distinct_error
|
1995
|
+
require "google/ads/google_ads/v1/errors/distinct_error_pb.rb"
|
1996
|
+
Google::Ads::GoogleAds::V1::Errors::DistinctErrorEnum::DistinctError.descriptor
|
1997
|
+
end
|
1998
|
+
|
2111
1999
|
# Returns the descriptor for the EnumError enum
|
2112
2000
|
#
|
2113
2001
|
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
@@ -2148,6 +2036,30 @@ module Google
|
|
2148
2036
|
Google::Ads::GoogleAds::V1::Errors::FeedErrorEnum::FeedError.descriptor
|
2149
2037
|
end
|
2150
2038
|
|
2039
|
+
# Returns the descriptor for the FeedItemError enum
|
2040
|
+
#
|
2041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
2042
|
+
def self.feed_item_error
|
2043
|
+
require "google/ads/google_ads/v1/errors/feed_item_error_pb.rb"
|
2044
|
+
Google::Ads::GoogleAds::V1::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
# Returns the descriptor for the FeedItemTargetError enum
|
2048
|
+
#
|
2049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
2050
|
+
def self.feed_item_target_error
|
2051
|
+
require "google/ads/google_ads/v1/errors/feed_item_target_error_pb.rb"
|
2052
|
+
Google::Ads::GoogleAds::V1::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
2053
|
+
end
|
2054
|
+
|
2055
|
+
# Returns the descriptor for the FeedMappingError enum
|
2056
|
+
#
|
2057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
2058
|
+
def self.feed_mapping_error
|
2059
|
+
require "google/ads/google_ads/v1/errors/feed_mapping_error_pb.rb"
|
2060
|
+
Google::Ads::GoogleAds::V1::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2061
|
+
end
|
2062
|
+
|
2151
2063
|
# Returns the descriptor for the FieldError enum
|
2152
2064
|
#
|
2153
2065
|
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
@@ -2188,6 +2100,14 @@ module Google
|
|
2188
2100
|
Google::Ads::GoogleAds::V1::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
|
2189
2101
|
end
|
2190
2102
|
|
2103
|
+
# Returns the descriptor for the HeaderError enum
|
2104
|
+
#
|
2105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
2106
|
+
def self.header_error
|
2107
|
+
require "google/ads/google_ads/v1/errors/header_error_pb.rb"
|
2108
|
+
Google::Ads::GoogleAds::V1::Errors::HeaderErrorEnum::HeaderError.descriptor
|
2109
|
+
end
|
2110
|
+
|
2191
2111
|
# Returns the descriptor for the IdError enum
|
2192
2112
|
#
|
2193
2113
|
# @return [Google::Protobuf::EnumDescriptor] for the IdError enum
|
@@ -2196,6 +2116,14 @@ module Google
|
|
2196
2116
|
Google::Ads::GoogleAds::V1::Errors::IdErrorEnum::IdError.descriptor
|
2197
2117
|
end
|
2198
2118
|
|
2119
|
+
# Returns the descriptor for the ImageError enum
|
2120
|
+
#
|
2121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
2122
|
+
def self.image_error
|
2123
|
+
require "google/ads/google_ads/v1/errors/image_error_pb.rb"
|
2124
|
+
Google::Ads::GoogleAds::V1::Errors::ImageErrorEnum::ImageError.descriptor
|
2125
|
+
end
|
2126
|
+
|
2199
2127
|
# Returns the descriptor for the InternalError enum
|
2200
2128
|
#
|
2201
2129
|
# @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
|
@@ -2212,6 +2140,14 @@ module Google
|
|
2212
2140
|
Google::Ads::GoogleAds::V1::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
2213
2141
|
end
|
2214
2142
|
|
2143
|
+
# Returns the descriptor for the KeywordPlanCampaignError enum
|
2144
|
+
#
|
2145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
2146
|
+
def self.keyword_plan_campaign_error
|
2147
|
+
require "google/ads/google_ads/v1/errors/keyword_plan_campaign_error_pb.rb"
|
2148
|
+
Google::Ads::GoogleAds::V1::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
2149
|
+
end
|
2150
|
+
|
2215
2151
|
# Returns the descriptor for the KeywordPlanError enum
|
2216
2152
|
#
|
2217
2153
|
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
|
@@ -2268,6 +2204,14 @@ module Google
|
|
2268
2204
|
Google::Ads::GoogleAds::V1::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
2269
2205
|
end
|
2270
2206
|
|
2207
|
+
# Returns the descriptor for the ManagerLinkError enum
|
2208
|
+
#
|
2209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
2210
|
+
def self.manager_link_error
|
2211
|
+
require "google/ads/google_ads/v1/errors/manager_link_error_pb.rb"
|
2212
|
+
Google::Ads::GoogleAds::V1::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
2213
|
+
end
|
2214
|
+
|
2271
2215
|
# Returns the descriptor for the MediaBundleError enum
|
2272
2216
|
#
|
2273
2217
|
# @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
|
@@ -2292,6 +2236,14 @@ module Google
|
|
2292
2236
|
Google::Ads::GoogleAds::V1::Errors::MediaUploadErrorEnum::MediaUploadError.descriptor
|
2293
2237
|
end
|
2294
2238
|
|
2239
|
+
# Returns the descriptor for the MultiplierError enum
|
2240
|
+
#
|
2241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
|
2242
|
+
def self.multiplier_error
|
2243
|
+
require "google/ads/google_ads/v1/errors/multiplier_error_pb.rb"
|
2244
|
+
Google::Ads::GoogleAds::V1::Errors::MultiplierErrorEnum::MultiplierError.descriptor
|
2245
|
+
end
|
2246
|
+
|
2295
2247
|
# Returns the descriptor for the MutateError enum
|
2296
2248
|
#
|
2297
2249
|
# @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
|
@@ -2308,6 +2260,14 @@ module Google
|
|
2308
2260
|
Google::Ads::GoogleAds::V1::Errors::MutateJobErrorEnum::MutateJobError.descriptor
|
2309
2261
|
end
|
2310
2262
|
|
2263
|
+
# Returns the descriptor for the NewResourceCreationError enum
|
2264
|
+
#
|
2265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
|
2266
|
+
def self.new_resource_creation_error
|
2267
|
+
require "google/ads/google_ads/v1/errors/new_resource_creation_error_pb.rb"
|
2268
|
+
Google::Ads::GoogleAds::V1::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
|
2269
|
+
end
|
2270
|
+
|
2311
2271
|
# Returns the descriptor for the NotEmptyError enum
|
2312
2272
|
#
|
2313
2273
|
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
@@ -2316,14 +2276,6 @@ module Google
|
|
2316
2276
|
Google::Ads::GoogleAds::V1::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
|
2317
2277
|
end
|
2318
2278
|
|
2319
|
-
# Returns the descriptor for the NotWhitelistedError enum
|
2320
|
-
#
|
2321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NotWhitelistedError enum
|
2322
|
-
def self.not_whitelisted_error
|
2323
|
-
require "google/ads/google_ads/v1/errors/not_whitelisted_error_pb.rb"
|
2324
|
-
Google::Ads::GoogleAds::V1::Errors::NotWhitelistedErrorEnum::NotWhitelistedError.descriptor
|
2325
|
-
end
|
2326
|
-
|
2327
2279
|
# Returns the descriptor for the NullError enum
|
2328
2280
|
#
|
2329
2281
|
# @return [Google::Protobuf::EnumDescriptor] for the NullError enum
|
@@ -2348,6 +2300,22 @@ module Google
|
|
2348
2300
|
Google::Ads::GoogleAds::V1::Errors::OperatorErrorEnum::OperatorError.descriptor
|
2349
2301
|
end
|
2350
2302
|
|
2303
|
+
# Returns the descriptor for the PartialFailureError enum
|
2304
|
+
#
|
2305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
2306
|
+
def self.partial_failure_error
|
2307
|
+
require "google/ads/google_ads/v1/errors/partial_failure_error_pb.rb"
|
2308
|
+
Google::Ads::GoogleAds::V1::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
|
2309
|
+
end
|
2310
|
+
|
2311
|
+
# Returns the descriptor for the PolicyFindingError enum
|
2312
|
+
#
|
2313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
2314
|
+
def self.policy_finding_error
|
2315
|
+
require "google/ads/google_ads/v1/errors/policy_finding_error_pb.rb"
|
2316
|
+
Google::Ads::GoogleAds::V1::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
2317
|
+
end
|
2318
|
+
|
2351
2319
|
# Returns the descriptor for the PolicyValidationParameterError enum
|
2352
2320
|
#
|
2353
2321
|
# @return [Google::Protobuf::EnumDescriptor] for the PolicyValidationParameterError enum
|
@@ -2364,6 +2332,22 @@ module Google
|
|
2364
2332
|
Google::Ads::GoogleAds::V1::Errors::PolicyViolationErrorEnum::PolicyViolationError.descriptor
|
2365
2333
|
end
|
2366
2334
|
|
2335
|
+
# Returns the descriptor for the QueryError enum
|
2336
|
+
#
|
2337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
|
2338
|
+
def self.query_error
|
2339
|
+
require "google/ads/google_ads/v1/errors/query_error_pb.rb"
|
2340
|
+
Google::Ads::GoogleAds::V1::Errors::QueryErrorEnum::QueryError.descriptor
|
2341
|
+
end
|
2342
|
+
|
2343
|
+
# Returns the descriptor for the QuotaError enum
|
2344
|
+
#
|
2345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
|
2346
|
+
def self.quota_error
|
2347
|
+
require "google/ads/google_ads/v1/errors/quota_error_pb.rb"
|
2348
|
+
Google::Ads::GoogleAds::V1::Errors::QuotaErrorEnum::QuotaError.descriptor
|
2349
|
+
end
|
2350
|
+
|
2367
2351
|
# Returns the descriptor for the RangeError enum
|
2368
2352
|
#
|
2369
2353
|
# @return [Google::Protobuf::EnumDescriptor] for the RangeError enum
|
@@ -2372,6 +2356,22 @@ 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
|
+
|
2367
|
+
# Returns the descriptor for the RegionCodeError enum
|
2368
|
+
#
|
2369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
|
2370
|
+
def self.region_code_error
|
2371
|
+
require "google/ads/google_ads/v1/errors/region_code_error_pb.rb"
|
2372
|
+
Google::Ads::GoogleAds::V1::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
2373
|
+
end
|
2374
|
+
|
2375
2375
|
# Returns the descriptor for the RequestError enum
|
2376
2376
|
#
|
2377
2377
|
# @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
|
@@ -2380,6 +2380,14 @@ module Google
|
|
2380
2380
|
Google::Ads::GoogleAds::V1::Errors::RequestErrorEnum::RequestError.descriptor
|
2381
2381
|
end
|
2382
2382
|
|
2383
|
+
# Returns the descriptor for the ResourceAccessDeniedError enum
|
2384
|
+
#
|
2385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
|
2386
|
+
def self.resource_access_denied_error
|
2387
|
+
require "google/ads/google_ads/v1/errors/resource_access_denied_error_pb.rb"
|
2388
|
+
Google::Ads::GoogleAds::V1::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
|
2389
|
+
end
|
2390
|
+
|
2383
2391
|
# Returns the descriptor for the ResourceCountLimitExceededError enum
|
2384
2392
|
#
|
2385
2393
|
# @return [Google::Protobuf::EnumDescriptor] for the ResourceCountLimitExceededError enum
|
@@ -2388,28 +2396,12 @@ module Google
|
|
2388
2396
|
Google::Ads::GoogleAds::V1::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
2389
2397
|
end
|
2390
2398
|
|
2391
|
-
# Returns the descriptor for the
|
2392
|
-
#
|
2393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
2394
|
-
def self.setting_error
|
2395
|
-
require "google/ads/google_ads/v1/errors/setting_error_pb.rb"
|
2396
|
-
Google::Ads::GoogleAds::V1::Errors::SettingErrorEnum::SettingError.descriptor
|
2397
|
-
end
|
2398
|
-
|
2399
|
-
# Returns the descriptor for the SharedSetError enum
|
2400
|
-
#
|
2401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
2402
|
-
def self.shared_set_error
|
2403
|
-
require "google/ads/google_ads/v1/errors/shared_set_error_pb.rb"
|
2404
|
-
Google::Ads::GoogleAds::V1::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
2405
|
-
end
|
2406
|
-
|
2407
|
-
# Returns the descriptor for the SizeLimitError enum
|
2399
|
+
# Returns the descriptor for the SharedCriterionError enum
|
2408
2400
|
#
|
2409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2410
|
-
def self.
|
2411
|
-
require "google/ads/google_ads/v1/errors/
|
2412
|
-
Google::Ads::GoogleAds::V1::Errors::
|
2401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
2402
|
+
def self.shared_criterion_error
|
2403
|
+
require "google/ads/google_ads/v1/errors/shared_criterion_error_pb.rb"
|
2404
|
+
Google::Ads::GoogleAds::V1::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
2413
2405
|
end
|
2414
2406
|
|
2415
2407
|
# Returns the descriptor for the StringFormatError 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
|