google-ads-googleads 23.1.0 → 25.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -2
- data/lib/google/ads/google_ads/api_versions.rb +2 -2
- data/lib/google/ads/google_ads/factories/v15/enums.rb +3947 -0
- data/lib/google/ads/google_ads/factories/v15/operations.rb +7137 -0
- data/lib/google/ads/google_ads/factories/v15/resources.rb +11230 -0
- data/lib/google/ads/google_ads/factories/v15/services.rb +2305 -0
- data/lib/google/ads/google_ads/factories.rb +23 -23
- data/lib/google/ads/google_ads/interceptors/logging_interceptor.rb +7 -5
- data/lib/google/ads/google_ads/utils/v15/path_lookup_util.rb +31 -0
- data/lib/google/ads/google_ads/v15/common/ad_asset_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/common/ad_type_infos_pb.rb +84 -0
- data/lib/google/ads/google_ads/v15/common/asset_policy_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/common/asset_set_types_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/common/asset_types_pb.rb +99 -0
- data/lib/google/ads/google_ads/v15/common/asset_usage_pb.rb +46 -0
- data/lib/google/ads/google_ads/v15/common/audiences_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/common/bidding_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/common/click_location_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/consent_pb.rb +46 -0
- data/lib/google/ads/google_ads/v15/common/criteria_pb.rb +140 -0
- data/lib/google/ads/google_ads/v15/common/criterion_category_availability_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/common/custom_parameter_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/customizer_value_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/common/dates_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/common/extensions_pb.rb +70 -0
- data/lib/google/ads/google_ads/v15/common/feed_common_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/feed_item_set_filter_type_infos_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/common/final_app_url_pb.rb +46 -0
- data/lib/google/ads/google_ads/v15/common/frequency_cap_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/common/keyword_plan_common_pb.rb +60 -0
- data/lib/google/ads/google_ads/v15/common/lifecycle_goals_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/local_services_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/matching_function_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/common/metric_goal_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/common/metrics_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/common/offline_user_data_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/common/policy_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/common/policy_summary_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/common/real_time_bidding_setting_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/segments_pb.rb +82 -0
- data/lib/google/ads/google_ads/v15/common/simulation_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/common/tag_snippet_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/common/targeting_setting_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/common/text_label_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/url_collection_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/common/user_lists_pb.rb +71 -0
- data/lib/google/ads/google_ads/v15/common/value_pb.rb +44 -0
- data/lib/google/ads/google_ads/v15/enums/access_invitation_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/access_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/access_role_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/account_budget_proposal_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/account_budget_proposal_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/account_budget_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/account_link_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_customizer_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_destination_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_group_ad_rotation_mode_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_group_ad_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_group_criterion_approval_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_group_criterion_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_group_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_group_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_network_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_serving_optimization_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_strength_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/ad_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/advertising_channel_sub_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/advertising_channel_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/affiliate_location_feed_relationship_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/affiliate_location_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/age_range_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/android_privacy_interaction_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/android_privacy_network_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_bidding_goal_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_campaign_app_store_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_campaign_bidding_strategy_goal_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_payment_model_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_store_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/app_url_operating_system_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_automation_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_automation_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_field_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_group_primary_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_group_primary_status_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_group_signal_approval_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_group_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_link_primary_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_link_primary_status_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_link_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_offline_evaluation_error_reasons_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_performance_label_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_set_asset_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_set_link_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_set_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_set_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/asset_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/async_action_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/attribution_model_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/audience_insights_dimension_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/audience_scope_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/audience_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/batch_job_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/bid_modifier_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/bidding_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/bidding_strategy_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/bidding_strategy_system_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/bidding_strategy_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/billing_setup_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/brand_safety_suitability_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/brand_state_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/budget_campaign_association_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/budget_delivery_method_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/budget_period_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/budget_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/budget_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/call_conversion_reporting_state_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/call_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/call_to_action_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/call_tracking_display_location_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/call_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/callout_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_criterion_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_draft_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_experiment_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_group_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_primary_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_primary_status_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_serving_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_shared_set_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/campaign_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/chain_relationship_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/change_client_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/change_event_resource_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/change_status_operation_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/change_status_resource_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/click_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/combined_audience_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/consent_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/content_label_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_action_category_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_action_counting_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_action_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_action_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_adjustment_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_attribution_event_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_custom_variable_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_environment_enum_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_lag_bucket_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_or_adjustment_lag_bucket_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_origin_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_tracking_status_enum_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_value_rule_primary_dimension_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_value_rule_set_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/conversion_value_rule_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/converting_user_prior_engagement_type_and_ltv_bucket_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/criterion_category_channel_availability_mode_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/criterion_category_locale_availability_mode_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/criterion_system_serving_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/criterion_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_audience_member_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_audience_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_audience_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_conversion_goal_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_interest_member_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_interest_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_interest_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/custom_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customer_acquisition_optimization_mode_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customer_match_upload_key_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customer_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customizer_attribute_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customizer_attribute_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/customizer_value_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/data_driven_model_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/day_of_week_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/device_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/display_ad_format_setting_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/display_upload_product_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/distance_bucket_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/dsa_page_feed_criterion_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/education_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/experiment_metric_direction_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/experiment_metric_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/experiment_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/experiment_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/extension_setting_device_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/extension_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/external_conversion_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_attribute_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_quality_approval_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_quality_disapproval_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_set_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_set_string_filter_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_target_device_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_target_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_target_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_item_validation_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_link_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_mapping_criterion_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_mapping_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_origin_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/feed_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/flight_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/frequency_cap_event_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/frequency_cap_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/frequency_cap_time_unit_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/gender_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/geo_target_constant_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/geo_targeting_restriction_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/geo_targeting_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/goal_config_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/google_ads_field_category_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/google_ads_field_data_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/google_voice_call_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/hotel_asset_suggestion_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/hotel_date_selection_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/hotel_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/hotel_price_bucket_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/hotel_rate_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/hotel_reconciliation_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/image_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/income_range_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/interaction_event_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/interaction_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/invoice_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/job_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_match_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_plan_aggregate_metric_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_plan_competition_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_plan_concept_group_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_plan_forecast_interval_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_plan_keyword_annotation_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/keyword_plan_network_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/label_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/lead_form_call_to_action_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/lead_form_desired_intent_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/lead_form_field_user_input_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/lead_form_post_submit_call_to_action_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/legacy_app_install_ad_app_store_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/linked_account_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/linked_product_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_custom_attribute_index_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_listing_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_product_category_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_product_channel_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_product_condition_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_product_type_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_filter_type_enum_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_group_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/listing_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_conversation_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_insurance_rejection_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_lead_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_lead_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_license_rejection_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_participant_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_verification_artifact_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_verification_artifact_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/local_services_verification_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/location_extension_targeting_criterion_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/location_group_radius_units_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/location_ownership_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/location_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/location_source_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/location_string_filter_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/lookalike_expansion_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/manager_link_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/matching_function_context_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/matching_function_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/media_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/message_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/mime_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/minute_of_hour_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/mobile_app_vendor_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/mobile_device_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/month_of_year_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/negative_geo_target_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/offline_conversion_diagnostic_status_enum_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/offline_event_upload_client_enum_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/offline_user_data_job_failure_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/offline_user_data_job_match_rate_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/offline_user_data_job_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/offline_user_data_job_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/operating_system_version_operator_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/optimization_goal_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/parental_status_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/payment_mode_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/performance_max_upgrade_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/placeholder_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/placement_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/policy_approval_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/policy_review_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/policy_topic_entry_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/policy_topic_evidence_destination_not_working_device_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/positive_geo_target_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/price_extension_price_qualifier_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/price_extension_price_unit_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/price_extension_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/price_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_category_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_category_state_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_channel_exclusivity_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_channel_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_condition_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_custom_attribute_index_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_link_invitation_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/product_type_level_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/promotion_extension_discount_modifier_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/promotion_extension_occasion_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/promotion_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/proximity_radius_units_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/quality_score_bucket_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/reach_plan_age_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/reach_plan_network_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/reach_plan_surface_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/real_estate_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/recommendation_subscription_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/recommendation_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/resource_change_operation_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/resource_limit_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/response_content_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/search_engine_results_page_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/search_term_match_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/search_term_targeting_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/seasonality_event_scope_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/seasonality_event_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/served_asset_field_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/shared_set_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/shared_set_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/shopping_add_products_to_campaign_recommendation_enum_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/simulation_modification_method_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/simulation_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/sitelink_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/sk_ad_network_ad_event_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/sk_ad_network_attribution_credit_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/sk_ad_network_coarse_conversion_value_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/sk_ad_network_source_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/sk_ad_network_user_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/slot_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/smart_campaign_not_eligible_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/smart_campaign_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/spending_limit_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/structured_snippet_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/summary_row_setting_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/system_managed_entity_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/target_cpa_opt_in_recommendation_goal_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/target_frequency_time_unit_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/target_impression_share_location_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/targeting_dimension_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/time_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/tracking_code_page_format_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/tracking_code_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/travel_placeholder_field_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_identifier_source_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_interest_taxonomy_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_access_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_closing_reason_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_crm_data_source_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_date_rule_item_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_flexible_rule_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_logical_rule_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_membership_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_number_rule_item_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_prepopulation_status_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_rule_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_size_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_string_rule_item_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/user_list_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/value_rule_device_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/value_rule_geo_location_match_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/value_rule_operation_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/value_rule_set_attachment_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/value_rule_set_dimension_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/vanity_pharma_display_url_mode_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/vanity_pharma_text_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/video_thumbnail_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/webpage_condition_operand_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/enums/webpage_condition_operator_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/access_invitation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/account_budget_proposal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/account_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_customizer_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_ad_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_bid_modifier_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_criterion_customizer_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_criterion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_customizer_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_group_feed_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_parameter_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/ad_sharing_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/adx_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_group_asset_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_group_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_group_listing_group_filter_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_group_signal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_set_asset_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_set_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/asset_set_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/audience_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/audience_insights_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/authentication_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/authorization_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/batch_job_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/bidding_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/bidding_strategy_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/billing_setup_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_budget_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_conversion_goal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_criterion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_customizer_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_draft_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_experiment_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_feed_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_lifecycle_goal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/campaign_shared_set_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/change_event_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/change_status_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/collection_size_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/context_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_action_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_adjustment_upload_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_custom_variable_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_goal_campaign_config_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_upload_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_value_rule_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/conversion_value_rule_set_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/country_code_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/criterion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/currency_code_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/currency_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/custom_audience_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/custom_conversion_goal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/custom_interest_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_client_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_customizer_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_feed_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_lifecycle_goal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_manager_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_sk_ad_network_conversion_value_schema_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customer_user_access_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/customizer_attribute_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/database_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/date_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/date_range_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/distinct_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/enum_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/errors_pb.rb +212 -0
- data/lib/google/ads/google_ads/v15/errors/experiment_arm_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/experiment_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/extension_feed_item_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/extension_setting_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_attribute_reference_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_item_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_item_set_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_item_set_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_item_target_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_item_validation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/feed_mapping_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/field_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/field_mask_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/function_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/function_parsing_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/geo_target_constant_suggestion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/header_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/id_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/image_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/internal_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/invoice_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/keyword_plan_ad_group_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/keyword_plan_ad_group_keyword_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/keyword_plan_campaign_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/keyword_plan_campaign_keyword_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/keyword_plan_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/keyword_plan_idea_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/label_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/language_code_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/list_operation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/manager_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/media_bundle_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/media_file_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/media_upload_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/merchant_center_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/multiplier_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/mutate_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/new_resource_creation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/not_allowlisted_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/not_empty_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/null_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/offline_user_data_job_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/operation_access_denied_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/operator_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/partial_failure_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/payments_account_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/policy_finding_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/policy_validation_parameter_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/policy_violation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/product_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/product_link_invitation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/query_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/quota_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/range_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/reach_plan_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/recommendation_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/recommendation_subscription_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/region_code_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/request_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/resource_access_denied_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/resource_count_limit_exceeded_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/search_term_insight_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/setting_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/shared_criterion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/shared_set_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/size_limit_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/smart_campaign_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/string_format_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/string_length_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/third_party_app_analytics_link_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/time_zone_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/url_field_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/user_data_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/user_list_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/errors/youtube_video_registration_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v15/resources/accessible_bidding_strategy_pb.rb +55 -0
- data/lib/google/ads/google_ads/v15/resources/account_budget_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/resources/account_budget_proposal_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/account_link_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_ad_asset_combination_view_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_ad_asset_view_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_ad_label_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_ad_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_asset_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_asset_set_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_audience_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_bid_modifier_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_criterion_customizer_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_criterion_label_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_criterion_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_criterion_simulation_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_customizer_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_extension_setting_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_feed_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_label_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/resources/ad_group_simulation_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/ad_parameter_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/ad_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/resources/ad_schedule_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/age_range_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/android_privacy_shared_key_google_ad_group_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/android_privacy_shared_key_google_campaign_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/android_privacy_shared_key_google_network_type_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/asset_field_type_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/asset_group_asset_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/resources/asset_group_listing_group_filter_pb.rb +65 -0
- data/lib/google/ads/google_ads/v15/resources/asset_group_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/asset_group_product_group_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/asset_group_signal_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/asset_group_top_combination_view_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/asset_pb.rb +60 -0
- data/lib/google/ads/google_ads/v15/resources/asset_set_asset_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/asset_set_pb.rb +53 -0
- data/lib/google/ads/google_ads/v15/resources/asset_set_type_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/audience_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/batch_job_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/bidding_data_exclusion_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/bidding_seasonality_adjustment_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/bidding_strategy_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/bidding_strategy_simulation_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/billing_setup_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/call_view_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_asset_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_asset_set_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_audience_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_bid_modifier_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_budget_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_conversion_goal_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_criterion_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_customizer_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_draft_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_extension_setting_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_feed_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_group_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_label_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_lifecycle_goal_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_pb.rb +101 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_search_term_insight_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_shared_set_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/campaign_simulation_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/carrier_constant_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/change_event_pb.rb +91 -0
- data/lib/google/ads/google_ads/v15/resources/change_status_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/click_view_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/combined_audience_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/conversion_action_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/resources/conversion_custom_variable_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/conversion_goal_campaign_config_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/conversion_value_rule_pb.rb +55 -0
- data/lib/google/ads/google_ads/v15/resources/conversion_value_rule_set_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/currency_constant_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/custom_audience_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/custom_conversion_goal_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/custom_interest_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/customer_asset_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/customer_asset_set_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/customer_client_link_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/customer_client_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/customer_conversion_goal_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/customer_customizer_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/customer_extension_setting_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/customer_feed_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/customer_label_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/customer_lifecycle_goal_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/customer_manager_link_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/customer_negative_criterion_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/customer_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/resources/customer_search_term_insight_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/customer_sk_ad_network_conversion_value_schema_pb.rb +53 -0
- data/lib/google/ads/google_ads/v15/resources/customer_user_access_invitation_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/customer_user_access_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/customizer_attribute_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/detail_placement_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/detailed_demographic_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/display_keyword_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/distance_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/domain_category_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/dynamic_search_ads_search_term_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/expanded_landing_page_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/experiment_arm_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/experiment_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/resources/extension_feed_item_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/feed_item_pb.rb +65 -0
- data/lib/google/ads/google_ads/v15/resources/feed_item_set_link_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/feed_item_set_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/feed_item_target_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/resources/feed_mapping_pb.rb +73 -0
- data/lib/google/ads/google_ads/v15/resources/feed_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/resources/feed_placeholder_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/gender_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/geo_target_constant_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/geographic_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/google_ads_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/group_placement_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/hotel_group_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/hotel_performance_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/hotel_reconciliation_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/income_range_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/invoice_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_plan_ad_group_keyword_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_plan_ad_group_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_plan_campaign_keyword_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_plan_campaign_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_plan_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_theme_constant_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/keyword_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/label_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/landing_page_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/language_constant_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/lead_form_submission_data_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/life_event_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/local_services_lead_conversation_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/local_services_lead_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/local_services_verification_artifact_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/resources/location_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/managed_placement_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/media_file_pb.rb +53 -0
- data/lib/google/ads/google_ads/v15/resources/mobile_app_category_constant_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/mobile_device_constant_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/offline_conversion_upload_client_summary_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/resources/offline_user_data_job_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/resources/operating_system_version_constant_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/paid_organic_search_term_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/parental_status_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/payments_account_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/per_store_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/product_category_constant_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/product_group_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/product_link_invitation_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/product_link_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/resources/qualifying_question_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/recommendation_pb.rb +103 -0
- data/lib/google/ads/google_ads/v15/resources/recommendation_subscription_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/remarketing_action_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/search_term_view_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/resources/shared_criterion_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/shared_set_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/shopping_performance_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/smart_campaign_search_term_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/smart_campaign_setting_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/resources/third_party_app_analytics_link_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/topic_constant_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/topic_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/travel_activity_group_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/travel_activity_performance_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/user_interest_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/resources/user_list_pb.rb +55 -0
- data/lib/google/ads/google_ads/v15/resources/user_location_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/video_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/resources/webpage_view_pb.rb +47 -0
- data/lib/google/ads/google_ads/v15/services/account_budget_proposal_service/client.rb +431 -0
- data/lib/google/ads/google_ads/v15/services/account_budget_proposal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/account_budget_proposal_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v15/services/account_budget_proposal_service.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/account_budget_proposal_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/account_budget_proposal_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v15/services/account_link_service/client.rb +534 -0
- data/lib/google/ads/google_ads/v15/services/account_link_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/account_link_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/account_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/account_link_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v15/services/account_link_service_services_pb.rb +76 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_label_service/client.rb +424 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_label_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_label_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_label_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_label_service_services_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_service/client.rb +459 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_service/paths.rb +109 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_service_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_ad_service_services_pb.rb +94 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_service/client.rb +428 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_service_services_pb.rb +63 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_set_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_set_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_set_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_asset_set_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_bid_modifier_service/client.rb +442 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_bid_modifier_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_bid_modifier_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_bid_modifier_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_bid_modifier_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_bid_modifier_service_services_pb.rb +75 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_customizer_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_customizer_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_customizer_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_customizer_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_customizer_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_customizer_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_label_service/client.rb +423 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_label_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_label_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_label_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_label_service_services_pb.rb +60 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_service/client.rb +449 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_service/paths.rb +137 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_service_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_criterion_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_customizer_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_customizer_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_customizer_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_customizer_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_customizer_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_customizer_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_extension_setting_service/client.rb +444 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_extension_setting_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_extension_setting_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_extension_setting_service_services_pb.rb +80 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_feed_service/client.rb +439 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_feed_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_feed_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_feed_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_label_service/client.rb +425 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_label_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_label_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_label_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_label_service_services_pb.rb +63 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_service/client.rb +446 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/ad_group_service_services_pb.rb +82 -0
- data/lib/google/ads/google_ads/v15/services/ad_parameter_service/client.rb +429 -0
- data/lib/google/ads/google_ads/v15/services/ad_parameter_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_parameter_service/paths.rb +75 -0
- data/lib/google/ads/google_ads/v15/services/ad_parameter_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_parameter_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/ad_parameter_service_services_pb.rb +64 -0
- data/lib/google/ads/google_ads/v15/services/ad_service/client.rb +554 -0
- data/lib/google/ads/google_ads/v15/services/ad_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/ad_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/ad_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/ad_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/services/ad_service_services_pb.rb +100 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_asset_service/client.rb +414 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_asset_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_asset_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_asset_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_listing_group_filter_service/client.rb +412 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_listing_group_filter_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_listing_group_filter_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_listing_group_filter_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_listing_group_filter_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_listing_group_filter_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_service/client.rb +407 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_signal_service/client.rb +416 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_signal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_signal_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_signal_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_signal_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/asset_group_signal_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/asset_service/client.rb +444 -0
- data/lib/google/ads/google_ads/v15/services/asset_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/asset_service.rb +53 -0
- data/lib/google/ads/google_ads/v15/services/asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/asset_service_services_pb.rb +80 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_asset_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_asset_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_asset_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_asset_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_asset_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_service/client.rb +414 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/asset_set_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/audience_insights_service/client.rb +867 -0
- data/lib/google/ads/google_ads/v15/services/audience_insights_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/audience_insights_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/audience_insights_service_pb.rb +80 -0
- data/lib/google/ads/google_ads/v15/services/audience_insights_service_services_pb.rb +114 -0
- data/lib/google/ads/google_ads/v15/services/audience_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/audience_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/audience_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/audience_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/audience_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/audience_service_services_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service/client.rb +782 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service/operations.rb +791 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service/paths.rb +1529 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service_pb.rb +67 -0
- data/lib/google/ads/google_ads/v15/services/batch_job_service_services_pb.rb +97 -0
- data/lib/google/ads/google_ads/v15/services/bidding_data_exclusion_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/bidding_data_exclusion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/bidding_data_exclusion_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/bidding_data_exclusion_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/bidding_data_exclusion_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/bidding_data_exclusion_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/services/bidding_strategy_service/client.rb +445 -0
- data/lib/google/ads/google_ads/v15/services/bidding_strategy_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/bidding_strategy_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/bidding_strategy_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/bidding_strategy_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/bidding_strategy_service_services_pb.rb +78 -0
- data/lib/google/ads/google_ads/v15/services/billing_setup_service/client.rb +424 -0
- data/lib/google/ads/google_ads/v15/services/billing_setup_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/billing_setup_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/billing_setup_service.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/billing_setup_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/services/billing_setup_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/brand_suggestion_service/client.rb +406 -0
- data/lib/google/ads/google_ads/v15/services/brand_suggestion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/brand_suggestion_service.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/brand_suggestion_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/brand_suggestion_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_service/client.rb +429 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_service_services_pb.rb +64 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_set_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_set_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_set_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/campaign_asset_set_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/campaign_bid_modifier_service/client.rb +441 -0
- data/lib/google/ads/google_ads/v15/services/campaign_bid_modifier_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_bid_modifier_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/campaign_bid_modifier_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_bid_modifier_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_bid_modifier_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v15/services/campaign_budget_service/client.rb +434 -0
- data/lib/google/ads/google_ads/v15/services/campaign_budget_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_budget_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/campaign_budget_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_budget_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_budget_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/campaign_conversion_goal_service/client.rb +409 -0
- data/lib/google/ads/google_ads/v15/services/campaign_conversion_goal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_conversion_goal_service/paths.rb +73 -0
- data/lib/google/ads/google_ads/v15/services/campaign_conversion_goal_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_conversion_goal_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/campaign_conversion_goal_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/campaign_criterion_service/client.rb +445 -0
- data/lib/google/ads/google_ads/v15/services/campaign_criterion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_criterion_service/paths.rb +116 -0
- data/lib/google/ads/google_ads/v15/services/campaign_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_criterion_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_criterion_service_services_pb.rb +80 -0
- data/lib/google/ads/google_ads/v15/services/campaign_customizer_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/campaign_customizer_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_customizer_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/campaign_customizer_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_customizer_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/campaign_customizer_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service/client.rb +682 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service/operations.rb +791 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service_pb.rb +64 -0
- data/lib/google/ads/google_ads/v15/services/campaign_draft_service_services_pb.rb +93 -0
- data/lib/google/ads/google_ads/v15/services/campaign_extension_setting_service/client.rb +446 -0
- data/lib/google/ads/google_ads/v15/services/campaign_extension_setting_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_extension_setting_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/campaign_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_extension_setting_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v15/services/campaign_feed_service/client.rb +440 -0
- data/lib/google/ads/google_ads/v15/services/campaign_feed_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_feed_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/campaign_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_feed_service_services_pb.rb +75 -0
- data/lib/google/ads/google_ads/v15/services/campaign_group_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/campaign_group_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_group_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/campaign_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_group_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_group_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/campaign_label_service/client.rb +427 -0
- data/lib/google/ads/google_ads/v15/services/campaign_label_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_label_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/campaign_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_label_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/campaign_label_service_services_pb.rb +63 -0
- data/lib/google/ads/google_ads/v15/services/campaign_lifecycle_goal_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/campaign_lifecycle_goal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_lifecycle_goal_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/campaign_lifecycle_goal_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_lifecycle_goal_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/campaign_lifecycle_goal_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/campaign_service/client.rb +450 -0
- data/lib/google/ads/google_ads/v15/services/campaign_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_service/paths.rb +190 -0
- data/lib/google/ads/google_ads/v15/services/campaign_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/campaign_service_services_pb.rb +86 -0
- data/lib/google/ads/google_ads/v15/services/campaign_shared_set_service/client.rb +440 -0
- data/lib/google/ads/google_ads/v15/services/campaign_shared_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/campaign_shared_set_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/campaign_shared_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/campaign_shared_set_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/campaign_shared_set_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v15/services/conversion_action_service/client.rb +435 -0
- data/lib/google/ads/google_ads/v15/services/conversion_action_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_action_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/conversion_action_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/conversion_action_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/conversion_action_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/conversion_adjustment_upload_service/client.rb +427 -0
- data/lib/google/ads/google_ads/v15/services/conversion_adjustment_upload_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_adjustment_upload_service.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/conversion_adjustment_upload_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/conversion_custom_variable_service/client.rb +427 -0
- data/lib/google/ads/google_ads/v15/services/conversion_custom_variable_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_custom_variable_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/conversion_custom_variable_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/conversion_custom_variable_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/conversion_custom_variable_service_services_pb.rb +60 -0
- data/lib/google/ads/google_ads/v15/services/conversion_goal_campaign_config_service/client.rb +412 -0
- data/lib/google/ads/google_ads/v15/services/conversion_goal_campaign_config_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_goal_campaign_config_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v15/services/conversion_goal_campaign_config_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/conversion_goal_campaign_config_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/conversion_goal_campaign_config_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/conversion_upload_service/client.rb +565 -0
- data/lib/google/ads/google_ads/v15/services/conversion_upload_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_upload_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/conversion_upload_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/conversion_upload_service_pb.rb +67 -0
- data/lib/google/ads/google_ads/v15/services/conversion_upload_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_service/paths.rb +114 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_set_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_set_service/paths.rb +100 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_set_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/conversion_value_rule_set_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/custom_audience_service/client.rb +421 -0
- data/lib/google/ads/google_ads/v15/services/custom_audience_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/custom_audience_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/custom_audience_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/custom_audience_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/custom_audience_service_services_pb.rb +64 -0
- data/lib/google/ads/google_ads/v15/services/custom_conversion_goal_service/client.rb +412 -0
- data/lib/google/ads/google_ads/v15/services/custom_conversion_goal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/custom_conversion_goal_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/custom_conversion_goal_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/custom_conversion_goal_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/custom_conversion_goal_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/custom_interest_service/client.rb +419 -0
- data/lib/google/ads/google_ads/v15/services/custom_interest_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/custom_interest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/custom_interest_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/custom_interest_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/custom_interest_service_services_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_service/client.rb +426 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_set_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_set_service/paths.rb +83 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_set_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/customer_asset_set_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/customer_client_link_service/client.rb +420 -0
- data/lib/google/ads/google_ads/v15/services/customer_client_link_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_client_link_service/paths.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/customer_client_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_client_link_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_client_link_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/customer_conversion_goal_service/client.rb +409 -0
- data/lib/google/ads/google_ads/v15/services/customer_conversion_goal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_conversion_goal_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v15/services/customer_conversion_goal_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_conversion_goal_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_conversion_goal_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/customer_customizer_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/customer_customizer_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_customizer_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/customer_customizer_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_customizer_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/customer_customizer_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/customer_extension_setting_service/client.rb +444 -0
- data/lib/google/ads/google_ads/v15/services/customer_extension_setting_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_extension_setting_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/customer_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/customer_extension_setting_service_services_pb.rb +77 -0
- data/lib/google/ads/google_ads/v15/services/customer_feed_service/client.rb +439 -0
- data/lib/google/ads/google_ads/v15/services/customer_feed_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_feed_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/customer_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/customer_feed_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v15/services/customer_label_service/client.rb +425 -0
- data/lib/google/ads/google_ads/v15/services/customer_label_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_label_service/paths.rb +83 -0
- data/lib/google/ads/google_ads/v15/services/customer_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_label_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_label_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/customer_lifecycle_goal_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/customer_lifecycle_goal_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_lifecycle_goal_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/customer_lifecycle_goal_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_lifecycle_goal_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_lifecycle_goal_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_manager_link_service/client.rb +541 -0
- data/lib/google/ads/google_ads/v15/services/customer_manager_link_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_manager_link_service/paths.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/customer_manager_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_manager_link_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/customer_manager_link_service_services_pb.rb +77 -0
- data/lib/google/ads/google_ads/v15/services/customer_negative_criterion_service/client.rb +426 -0
- data/lib/google/ads/google_ads/v15/services/customer_negative_criterion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_negative_criterion_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/customer_negative_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_negative_criterion_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/customer_negative_criterion_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/customer_service/client.rb +626 -0
- data/lib/google/ads/google_ads/v15/services/customer_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/customer_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/services/customer_service_services_pb.rb +86 -0
- data/lib/google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service/client.rb +413 -0
- data/lib/google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_invitation_service/client.rb +413 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_invitation_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_invitation_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_invitation_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_invitation_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_invitation_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_service/client.rb +415 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/customer_user_access_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/customizer_attribute_service/client.rb +417 -0
- data/lib/google/ads/google_ads/v15/services/customizer_attribute_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/customizer_attribute_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/customizer_attribute_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/customizer_attribute_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/customizer_attribute_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/experiment_arm_service/client.rb +424 -0
- data/lib/google/ads/google_ads/v15/services/experiment_arm_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/experiment_arm_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/experiment_arm_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/experiment_arm_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/experiment_arm_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service/client.rb +1020 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service/operations.rb +791 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service_pb.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/experiment_service_services_pb.rb +137 -0
- data/lib/google/ads/google_ads/v15/services/extension_feed_item_service/client.rb +442 -0
- data/lib/google/ads/google_ads/v15/services/extension_feed_item_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/extension_feed_item_service/paths.rb +117 -0
- data/lib/google/ads/google_ads/v15/services/extension_feed_item_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/extension_feed_item_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/extension_feed_item_service_services_pb.rb +75 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_service/client.rb +441 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_service_services_pb.rb +77 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_link_service/client.rb +421 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_link_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_link_service/paths.rb +94 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_link_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_link_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_service/client.rb +421 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_set_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_target_service/client.rb +437 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_target_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_target_service/paths.rb +129 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_target_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_target_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/feed_item_target_service_services_pb.rb +70 -0
- data/lib/google/ads/google_ads/v15/services/feed_mapping_service/client.rb +436 -0
- data/lib/google/ads/google_ads/v15/services/feed_mapping_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/feed_mapping_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/feed_mapping_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/feed_mapping_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/feed_mapping_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/feed_service/client.rb +440 -0
- data/lib/google/ads/google_ads/v15/services/feed_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/feed_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/feed_service_services_pb.rb +76 -0
- data/lib/google/ads/google_ads/v15/services/geo_target_constant_service/client.rb +410 -0
- data/lib/google/ads/google_ads/v15/services/geo_target_constant_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/geo_target_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v15/services/geo_target_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/geo_target_constant_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v15/services/geo_target_constant_service_services_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_field_service/client.rb +518 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_field_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_field_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_field_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_field_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_field_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_service/client.rb +772 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_service/paths.rb +3211 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_service_pb.rb +558 -0
- data/lib/google/ads/google_ads/v15/services/google_ads_service_services_pb.rb +188 -0
- data/lib/google/ads/google_ads/v15/services/invoice_service/client.rb +419 -0
- data/lib/google/ads/google_ads/v15/services/invoice_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/invoice_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/invoice_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/invoice_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/invoice_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service/client.rb +432 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service.rb +55 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_service/client.rb +430 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_ad_group_service_services_pb.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service/client.rb +430 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service.rb +54 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service_services_pb.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_service/client.rb +431 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_service/paths.rb +97 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_campaign_service_services_pb.rb +67 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_idea_service/client.rb +810 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_idea_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_idea_service.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_idea_service_pb.rb +81 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_idea_service_services_pb.rb +94 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_service/client.rb +427 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/keyword_plan_service_services_pb.rb +65 -0
- data/lib/google/ads/google_ads/v15/services/keyword_theme_constant_service/client.rb +408 -0
- data/lib/google/ads/google_ads/v15/services/keyword_theme_constant_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/keyword_theme_constant_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/keyword_theme_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/keyword_theme_constant_service_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/keyword_theme_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/label_service/client.rb +438 -0
- data/lib/google/ads/google_ads/v15/services/label_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/label_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/label_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/label_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/label_service_services_pb.rb +72 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service/client.rb +670 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service/operations.rb +791 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/services/offline_user_data_job_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v15/services/payments_account_service/client.rb +414 -0
- data/lib/google/ads/google_ads/v15/services/payments_account_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/payments_account_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/payments_account_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/payments_account_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/payments_account_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v15/services/product_link_invitation_service/client.rb +406 -0
- data/lib/google/ads/google_ads/v15/services/product_link_invitation_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/product_link_invitation_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/product_link_invitation_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/product_link_invitation_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/product_link_invitation_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v15/services/product_link_service/client.rb +527 -0
- data/lib/google/ads/google_ads/v15/services/product_link_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/product_link_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/product_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/product_link_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v15/services/product_link_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/reach_plan_service/client.rb +651 -0
- data/lib/google/ads/google_ads/v15/services/reach_plan_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/reach_plan_service.rb +54 -0
- data/lib/google/ads/google_ads/v15/services/reach_plan_service_pb.rb +85 -0
- data/lib/google/ads/google_ads/v15/services/reach_plan_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_service/client.rb +535 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_service/paths.rb +103 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_service_pb.rb +88 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_subscription_service/client.rb +429 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_subscription_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_subscription_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_subscription_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_subscription_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/recommendation_subscription_service_services_pb.rb +62 -0
- data/lib/google/ads/google_ads/v15/services/remarketing_action_service/client.rb +422 -0
- data/lib/google/ads/google_ads/v15/services/remarketing_action_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/remarketing_action_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/remarketing_action_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/remarketing_action_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/remarketing_action_service_services_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/shared_criterion_service/client.rb +436 -0
- data/lib/google/ads/google_ads/v15/services/shared_criterion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/shared_criterion_service/paths.rb +85 -0
- data/lib/google/ads/google_ads/v15/services/shared_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/shared_criterion_service_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/shared_criterion_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v15/services/shared_set_service/client.rb +439 -0
- data/lib/google/ads/google_ads/v15/services/shared_set_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/shared_set_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/shared_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/shared_set_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v15/services/shared_set_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_setting_service/client.rb +511 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_setting_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_setting_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_setting_service_pb.rb +68 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_setting_service_services_pb.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_suggest_service/client.rb +610 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_suggest_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_suggest_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_suggest_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_suggest_service_pb.rb +66 -0
- data/lib/google/ads/google_ads/v15/services/smart_campaign_suggest_service_services_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/third_party_app_analytics_link_service/client.rb +411 -0
- data/lib/google/ads/google_ads/v15/services/third_party_app_analytics_link_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/third_party_app_analytics_link_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/third_party_app_analytics_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/third_party_app_analytics_link_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v15/services/third_party_app_analytics_link_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v15/services/travel_asset_suggestion_service/client.rb +410 -0
- data/lib/google/ads/google_ads/v15/services/travel_asset_suggestion_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/travel_asset_suggestion_service.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/travel_asset_suggestion_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v15/services/travel_asset_suggestion_service_services_pb.rb +50 -0
- data/lib/google/ads/google_ads/v15/services/user_data_service/client.rb +420 -0
- data/lib/google/ads/google_ads/v15/services/user_data_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/user_data_service.rb +55 -0
- data/lib/google/ads/google_ads/v15/services/user_data_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/user_data_service_services_pb.rb +67 -0
- data/lib/google/ads/google_ads/v15/services/user_list_service/client.rb +432 -0
- data/lib/google/ads/google_ads/v15/services/user_list_service/credentials.rb +38 -0
- data/lib/google/ads/google_ads/v15/services/user_list_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v15/services/user_list_service.rb +51 -0
- data/lib/google/ads/google_ads/v15/services/user_list_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v15/services/user_list_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v15/services.rb +151 -0
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +1369 -1270
- data/lib/google/ads/google_ads/factories/v12/enums.rb +0 -3571
- data/lib/google/ads/google_ads/factories/v12/operations.rb +0 -6994
- data/lib/google/ads/google_ads/factories/v12/resources.rb +0 -9826
- data/lib/google/ads/google_ads/factories/v12/services.rb +0 -2189
- data/lib/google/ads/google_ads/utils/v12/path_lookup_util.rb +0 -31
- data/lib/google/ads/google_ads/v12/common/ad_asset_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/common/ad_type_infos_pb.rb +0 -271
- data/lib/google/ads/google_ads/v12/common/asset_policy_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/common/asset_set_types_pb.rb +0 -80
- data/lib/google/ads/google_ads/v12/common/asset_types_pb.rb +0 -372
- data/lib/google/ads/google_ads/v12/common/asset_usage_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/common/audiences_pb.rb +0 -103
- data/lib/google/ads/google_ads/v12/common/bidding_pb.rb +0 -85
- data/lib/google/ads/google_ads/v12/common/click_location_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/common/criteria_pb.rb +0 -359
- data/lib/google/ads/google_ads/v12/common/criterion_category_availability_pb.rb +0 -43
- data/lib/google/ads/google_ads/v12/common/custom_parameter_pb.rb +0 -25
- data/lib/google/ads/google_ads/v12/common/customizer_value_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/common/dates_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/common/explorer_auto_optimizer_setting_pb.rb +0 -24
- data/lib/google/ads/google_ads/v12/common/extensions_pb.rb +0 -153
- data/lib/google/ads/google_ads/v12/common/feed_common_pb.rb +0 -25
- data/lib/google/ads/google_ads/v12/common/feed_item_set_filter_type_infos_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/common/final_app_url_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/common/frequency_cap_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/common/keyword_plan_common_pb.rb +0 -75
- data/lib/google/ads/google_ads/v12/common/matching_function_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/common/metric_goal_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/common/metrics_pb.rb +0 -175
- data/lib/google/ads/google_ads/v12/common/offline_user_data_pb.rb +0 -120
- data/lib/google/ads/google_ads/v12/common/policy_pb.rb +0 -100
- data/lib/google/ads/google_ads/v12/common/policy_summary_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/common/real_time_bidding_setting_pb.rb +0 -24
- data/lib/google/ads/google_ads/v12/common/segments_pb.rb +0 -161
- data/lib/google/ads/google_ads/v12/common/simulation_pb.rb +0 -151
- data/lib/google/ads/google_ads/v12/common/tag_snippet_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/common/targeting_setting_pb.rb +0 -44
- data/lib/google/ads/google_ads/v12/common/text_label_pb.rb +0 -25
- data/lib/google/ads/google_ads/v12/common/url_collection_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/common/user_lists_pb.rb +0 -129
- data/lib/google/ads/google_ads/v12/common/value_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/access_invitation_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/access_reason_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/access_role_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/account_budget_proposal_status_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/account_budget_proposal_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/account_budget_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/account_link_status_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/ad_customizer_placeholder_field_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/ad_destination_type_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/enums/ad_group_ad_rotation_mode_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/ad_group_ad_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/ad_group_criterion_approval_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/ad_group_criterion_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/ad_group_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/ad_group_type_pb.rb +0 -44
- data/lib/google/ads/google_ads/v12/enums/ad_network_type_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/ad_serving_optimization_status_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/ad_strength_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/ad_type_pb.rb +0 -57
- data/lib/google/ads/google_ads/v12/enums/advertising_channel_sub_type_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/enums/advertising_channel_type_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/enums/affiliate_location_feed_relationship_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/affiliate_location_placeholder_field_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/enums/age_range_type_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/app_campaign_app_store_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/app_campaign_bidding_strategy_goal_type_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/app_payment_model_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/app_placeholder_field_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/enums/app_store_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/app_url_operating_system_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/asset_field_type_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/enums/asset_group_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/asset_link_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/asset_performance_label_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/asset_set_asset_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/asset_set_link_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/asset_set_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/asset_set_type_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/enums/asset_source_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/asset_type_pb.rb +0 -54
- data/lib/google/ads/google_ads/v12/enums/async_action_status_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/attribution_model_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/audience_insights_dimension_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/enums/audience_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/batch_job_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/bid_modifier_source_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/bidding_source_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/bidding_strategy_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/bidding_strategy_system_status_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/enums/bidding_strategy_type_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/enums/billing_setup_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/brand_safety_suitability_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/budget_campaign_association_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/budget_delivery_method_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/budget_period_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/budget_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/budget_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/call_conversion_reporting_state_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/call_placeholder_field_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/call_to_action_type_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/enums/call_tracking_display_location_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/call_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/callout_placeholder_field_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/campaign_criterion_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/campaign_draft_status_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/campaign_experiment_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/campaign_group_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/campaign_primary_status_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/enums/campaign_primary_status_reason_pb.rb +0 -60
- data/lib/google/ads/google_ads/v12/enums/campaign_serving_status_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/campaign_shared_set_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/campaign_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/chain_relationship_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/change_client_type_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/enums/change_event_resource_type_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/enums/change_status_operation_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/change_status_resource_type_pb.rb +0 -44
- data/lib/google/ads/google_ads/v12/enums/click_type_pb.rb +0 -82
- data/lib/google/ads/google_ads/v12/enums/combined_audience_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/content_label_type_pb.rb +0 -43
- data/lib/google/ads/google_ads/v12/enums/conversion_action_category_pb.rb +0 -49
- data/lib/google/ads/google_ads/v12/enums/conversion_action_counting_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/conversion_action_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/conversion_action_type_pb.rb +0 -63
- data/lib/google/ads/google_ads/v12/enums/conversion_adjustment_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/conversion_attribution_event_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/conversion_custom_variable_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/conversion_environment_enum_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/conversion_lag_bucket_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/enums/conversion_or_adjustment_lag_bucket_pb.rb +0 -69
- data/lib/google/ads/google_ads/v12/enums/conversion_origin_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/conversion_tracking_status_enum_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/conversion_value_rule_primary_dimension_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/conversion_value_rule_set_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/conversion_value_rule_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/criterion_category_channel_availability_mode_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/criterion_category_locale_availability_mode_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/criterion_system_serving_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/criterion_type_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/enums/custom_audience_member_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/custom_audience_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/custom_audience_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/custom_conversion_goal_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/custom_interest_member_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/custom_interest_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/custom_interest_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/custom_placeholder_field_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/enums/customer_match_upload_key_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/customer_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/customizer_attribute_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/customizer_attribute_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/customizer_value_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/data_driven_model_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/day_of_week_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/device_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/display_ad_format_setting_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/display_upload_product_type_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/enums/distance_bucket_pb.rb +0 -55
- data/lib/google/ads/google_ads/v12/enums/dsa_page_feed_criterion_field_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/education_placeholder_field_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/enums/experiment_metric_direction_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/experiment_metric_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/enums/experiment_status_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/experiment_type_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/enums/extension_setting_device_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/extension_type_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/enums/external_conversion_source_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/enums/feed_attribute_type_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/enums/feed_item_quality_approval_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_item_quality_disapproval_reason_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/enums/feed_item_set_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_item_set_string_filter_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/feed_item_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_item_target_device_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/feed_item_target_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_item_target_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/feed_item_validation_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/feed_link_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_mapping_criterion_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_mapping_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_origin_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/feed_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/flight_placeholder_field_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/enums/frequency_cap_event_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/frequency_cap_level_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/frequency_cap_time_unit_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/gender_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/geo_target_constant_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/geo_targeting_restriction_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/geo_targeting_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/goal_config_level_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/google_ads_field_category_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/google_ads_field_data_type_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/enums/google_voice_call_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/hotel_date_selection_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/hotel_placeholder_field_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/enums/hotel_price_bucket_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/hotel_rate_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/hotel_reconciliation_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/image_placeholder_field_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/income_range_type_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/interaction_event_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/interaction_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/invoice_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/job_placeholder_field_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/enums/keyword_match_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/keyword_plan_aggregate_metric_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/keyword_plan_competition_level_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/keyword_plan_concept_group_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/keyword_plan_forecast_interval_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/keyword_plan_keyword_annotation_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/keyword_plan_network_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/label_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/lead_form_call_to_action_type_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/enums/lead_form_desired_intent_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/lead_form_field_user_input_type_pb.rb +0 -144
- data/lib/google/ads/google_ads/v12/enums/lead_form_post_submit_call_to_action_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/legacy_app_install_ad_app_store_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/linked_account_type_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_bidding_category_level_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_custom_attribute_index_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_product_channel_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_product_condition_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_product_type_level_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_type_enum_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/listing_group_filter_vertical_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/listing_group_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/local_placeholder_field_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/enums/location_extension_targeting_criterion_field_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/location_group_radius_units_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/location_ownership_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/location_placeholder_field_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/enums/location_source_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/location_string_filter_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/manager_link_status_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/matching_function_context_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/matching_function_operator_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/media_type_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/merchant_center_link_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/message_placeholder_field_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/mime_type_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/enums/minute_of_hour_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/mobile_app_vendor_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/mobile_device_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/month_of_year_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/enums/negative_geo_target_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/offline_user_data_job_failure_reason_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/offline_user_data_job_match_rate_range_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/enums/offline_user_data_job_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/offline_user_data_job_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/operating_system_version_operator_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/optimization_goal_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/parental_status_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/payment_mode_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/performance_max_upgrade_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/placeholder_type_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/enums/placement_type_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/policy_approval_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/policy_review_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/policy_topic_entry_type_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/policy_topic_evidence_destination_not_working_device_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/positive_geo_target_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/preferred_content_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/price_extension_price_qualifier_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/price_extension_price_unit_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/price_extension_type_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/enums/price_placeholder_field_pb.rb +0 -81
- data/lib/google/ads/google_ads/v12/enums/product_bidding_category_level_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/product_bidding_category_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/product_channel_exclusivity_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/product_channel_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/product_condition_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/product_custom_attribute_index_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/product_type_level_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/promotion_extension_discount_modifier_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/promotion_extension_occasion_pb.rb +0 -65
- data/lib/google/ads/google_ads/v12/enums/promotion_placeholder_field_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/enums/proximity_radius_units_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/quality_score_bucket_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/reach_plan_age_range_pb.rb +0 -54
- data/lib/google/ads/google_ads/v12/enums/reach_plan_network_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/real_estate_placeholder_field_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/enums/recommendation_type_pb.rb +0 -54
- data/lib/google/ads/google_ads/v12/enums/resource_change_operation_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/resource_limit_type_pb.rb +0 -160
- data/lib/google/ads/google_ads/v12/enums/response_content_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/search_engine_results_page_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/search_term_match_type_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/search_term_targeting_status_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/seasonality_event_scope_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/seasonality_event_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/served_asset_field_type_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/shared_set_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/shared_set_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/simulation_modification_method_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/simulation_type_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/enums/sitelink_placeholder_field_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/sk_ad_network_ad_event_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/sk_ad_network_attribution_credit_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/sk_ad_network_user_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/slot_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/enums/spending_limit_type_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/structured_snippet_placeholder_field_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/summary_row_setting_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/system_managed_entity_source_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/target_cpa_opt_in_recommendation_goal_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/target_impression_share_location_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/targeting_dimension_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/enums/time_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/tracking_code_page_format_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/tracking_code_type_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/travel_placeholder_field_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/enums/user_identifier_source_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/user_interest_taxonomy_type_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/user_list_access_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/user_list_closing_reason_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/enums/user_list_combined_rule_operator_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/user_list_crm_data_source_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/user_list_date_rule_item_operator_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/user_list_flexible_rule_operator_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/user_list_logical_rule_operator_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/user_list_membership_status_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/user_list_number_rule_item_operator_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/user_list_prepopulation_status_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/user_list_rule_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/user_list_size_range_pb.rb +0 -44
- data/lib/google/ads/google_ads/v12/enums/user_list_string_rule_item_operator_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/enums/user_list_type_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/enums/value_rule_device_type_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/value_rule_geo_location_match_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/value_rule_operation_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/enums/value_rule_set_attachment_type_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/value_rule_set_dimension_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/vanity_pharma_display_url_mode_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/enums/vanity_pharma_text_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/enums/video_thumbnail_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/enums/webpage_condition_operand_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/enums/webpage_condition_operator_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/access_invitation_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/account_budget_proposal_error_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/errors/account_link_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/ad_customizer_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/ad_error_pb.rb +0 -180
- data/lib/google/ads/google_ads/v12/errors/ad_group_ad_error_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/errors/ad_group_bid_modifier_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/ad_group_criterion_customizer_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/ad_group_criterion_error_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/errors/ad_group_customizer_error_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/errors/ad_group_error_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/errors/ad_group_feed_error_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/errors/ad_parameter_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/ad_sharing_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/adx_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/asset_error_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/errors/asset_group_asset_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/asset_group_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/asset_group_listing_group_filter_error_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/errors/asset_link_error_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/errors/asset_set_asset_error_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/errors/asset_set_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/asset_set_link_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/audience_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/audience_insights_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/authentication_error_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/errors/authorization_error_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/errors/batch_job_error_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/errors/bidding_error_pb.rb +0 -55
- data/lib/google/ads/google_ads/v12/errors/bidding_strategy_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/billing_setup_error_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/errors/campaign_budget_error_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/errors/campaign_conversion_goal_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/campaign_criterion_error_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/errors/campaign_customizer_error_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/errors/campaign_draft_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/campaign_error_pb.rb +0 -77
- data/lib/google/ads/google_ads/v12/errors/campaign_experiment_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/campaign_feed_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/campaign_shared_set_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/change_event_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/change_status_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/collection_size_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/context_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/conversion_action_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/conversion_adjustment_upload_error_pb.rb +0 -51
- data/lib/google/ads/google_ads/v12/errors/conversion_custom_variable_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/conversion_goal_campaign_config_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/conversion_upload_error_pb.rb +0 -69
- data/lib/google/ads/google_ads/v12/errors/conversion_value_rule_error_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/errors/conversion_value_rule_set_error_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/errors/country_code_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/criterion_error_pb.rb +0 -164
- data/lib/google/ads/google_ads/v12/errors/currency_code_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/custom_audience_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/custom_conversion_goal_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/custom_interest_error_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/errors/customer_client_link_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/customer_customizer_error_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/errors/customer_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/customer_feed_error_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/errors/customer_manager_link_error_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/errors/customer_user_access_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/customizer_attribute_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/database_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/date_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/date_range_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/distinct_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/enum_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/errors_pb.rb +0 -374
- data/lib/google/ads/google_ads/v12/errors/experiment_arm_error_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/errors/experiment_error_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/errors/extension_feed_item_error_pb.rb +0 -73
- data/lib/google/ads/google_ads/v12/errors/extension_setting_error_pb.rb +0 -93
- data/lib/google/ads/google_ads/v12/errors/feed_attribute_reference_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/feed_error_pb.rb +0 -51
- data/lib/google/ads/google_ads/v12/errors/feed_item_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/feed_item_set_error_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/errors/feed_item_set_link_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/feed_item_target_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/feed_item_validation_error_pb.rb +0 -133
- data/lib/google/ads/google_ads/v12/errors/feed_mapping_error_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/errors/field_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/field_mask_error_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/errors/function_error_pb.rb +0 -44
- data/lib/google/ads/google_ads/v12/errors/function_parsing_error_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/errors/geo_target_constant_suggestion_error_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/errors/header_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/id_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/image_error_pb.rb +0 -67
- data/lib/google/ads/google_ads/v12/errors/internal_error_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/errors/invoice_error_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/errors/keyword_plan_ad_group_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/keyword_plan_ad_group_keyword_error_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/errors/keyword_plan_campaign_error_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/errors/keyword_plan_campaign_keyword_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/keyword_plan_error_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/errors/keyword_plan_idea_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/label_error_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/errors/language_code_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/list_operation_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/manager_link_error_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/errors/media_bundle_error_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/errors/media_file_error_pb.rb +0 -51
- data/lib/google/ads/google_ads/v12/errors/media_upload_error_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/errors/merchant_center_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/multiplier_error_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/errors/mutate_error_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/errors/new_resource_creation_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/not_allowlisted_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/not_empty_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/null_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/offline_user_data_job_error_pb.rb +0 -66
- data/lib/google/ads/google_ads/v12/errors/operation_access_denied_error_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/errors/operator_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/partial_failure_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/payments_account_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/policy_finding_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/policy_validation_parameter_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/policy_violation_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/query_error_pb.rb +0 -83
- data/lib/google/ads/google_ads/v12/errors/quota_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/range_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/reach_plan_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/recommendation_error_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/errors/region_code_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/request_error_pb.rb +0 -51
- data/lib/google/ads/google_ads/v12/errors/resource_access_denied_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/resource_count_limit_exceeded_error_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/errors/setting_error_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/errors/shared_criterion_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/shared_set_error_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/errors/size_limit_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/smart_campaign_error_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/errors/string_format_error_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/errors/string_length_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/third_party_app_analytics_link_error_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/errors/time_zone_error_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/errors/url_field_error_pb.rb +0 -81
- data/lib/google/ads/google_ads/v12/errors/user_data_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/errors/user_list_error_pb.rb +0 -54
- data/lib/google/ads/google_ads/v12/errors/youtube_video_registration_error_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/accessible_bidding_strategy_pb.rb +0 -69
- data/lib/google/ads/google_ads/v12/resources/account_budget_pb.rb +0 -80
- data/lib/google/ads/google_ads/v12/resources/account_budget_proposal_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/resources/account_link_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/resources/ad_group_ad_asset_combination_view_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/ad_group_ad_asset_view_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/resources/ad_group_ad_label_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/ad_group_ad_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/resources/ad_group_asset_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/ad_group_asset_set_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/ad_group_audience_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/ad_group_bid_modifier_pb.rb +0 -43
- data/lib/google/ads/google_ads/v12/resources/ad_group_criterion_customizer_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/ad_group_criterion_label_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/ad_group_criterion_pb.rb +0 -103
- data/lib/google/ads/google_ads/v12/resources/ad_group_criterion_simulation_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/resources/ad_group_customizer_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/ad_group_extension_setting_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/ad_group_feed_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/ad_group_label_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/ad_group_pb.rb +0 -70
- data/lib/google/ads/google_ads/v12/resources/ad_group_simulation_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/resources/ad_parameter_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/ad_pb.rb +0 -73
- data/lib/google/ads/google_ads/v12/resources/ad_schedule_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/age_range_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/asset_field_type_view_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/asset_group_asset_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/resources/asset_group_listing_group_filter_pb.rb +0 -83
- data/lib/google/ads/google_ads/v12/resources/asset_group_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/resources/asset_group_product_group_view_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/asset_group_signal_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/asset_pb.rb +0 -78
- data/lib/google/ads/google_ads/v12/resources/asset_set_asset_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/asset_set_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/resources/asset_set_type_view_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/audience_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/batch_job_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/resources/bidding_data_exclusion_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/resources/bidding_seasonality_adjustment_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/resources/bidding_strategy_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/resources/bidding_strategy_simulation_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/billing_setup_pb.rb +0 -49
- data/lib/google/ads/google_ads/v12/resources/call_view_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/resources/campaign_asset_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/campaign_asset_set_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/campaign_audience_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/campaign_bid_modifier_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/resources/campaign_budget_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/resources/campaign_conversion_goal_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/campaign_criterion_pb.rb +0 -69
- data/lib/google/ads/google_ads/v12/resources/campaign_criterion_simulation_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/campaign_customizer_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/campaign_draft_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/campaign_extension_setting_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/campaign_feed_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/campaign_group_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/campaign_label_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/campaign_pb.rb +0 -194
- data/lib/google/ads/google_ads/v12/resources/campaign_shared_set_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/campaign_simulation_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/resources/carrier_constant_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/change_event_pb.rb +0 -86
- data/lib/google/ads/google_ads/v12/resources/change_status_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/resources/click_view_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/resources/combined_audience_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/conversion_action_pb.rb +0 -79
- data/lib/google/ads/google_ads/v12/resources/conversion_custom_variable_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/conversion_goal_campaign_config_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/conversion_value_rule_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/resources/conversion_value_rule_set_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/currency_constant_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/custom_audience_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/resources/custom_conversion_goal_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/custom_interest_pb.rb +0 -41
- data/lib/google/ads/google_ads/v12/resources/customer_asset_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/resources/customer_asset_set_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/customer_client_link_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/customer_client_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/customer_conversion_goal_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/customer_customizer_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/customer_extension_setting_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/customer_feed_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/resources/customer_label_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/customer_manager_link_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/customer_negative_criterion_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/customer_pb.rb +0 -66
- data/lib/google/ads/google_ads/v12/resources/customer_user_access_invitation_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/resources/customer_user_access_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/customizer_attribute_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/detail_placement_view_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/detailed_demographic_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/display_keyword_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/distance_view_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/domain_category_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/dynamic_search_ads_search_term_view_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/resources/expanded_landing_page_view_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/resources/experiment_arm_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/experiment_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/resources/extension_feed_item_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/resources/feed_item_pb.rb +0 -80
- data/lib/google/ads/google_ads/v12/resources/feed_item_set_link_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/feed_item_set_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/resources/feed_item_target_pb.rb +0 -43
- data/lib/google/ads/google_ads/v12/resources/feed_mapping_pb.rb +0 -88
- data/lib/google/ads/google_ads/v12/resources/feed_pb.rb +0 -79
- data/lib/google/ads/google_ads/v12/resources/feed_placeholder_view_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/gender_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/geo_target_constant_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/geographic_view_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/google_ads_field_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/resources/group_placement_view_pb.rb +0 -32
- data/lib/google/ads/google_ads/v12/resources/hotel_group_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/hotel_performance_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/hotel_reconciliation_pb.rb +0 -38
- data/lib/google/ads/google_ads/v12/resources/income_range_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/invoice_pb.rb +0 -87
- data/lib/google/ads/google_ads/v12/resources/keyword_plan_ad_group_keyword_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/resources/keyword_plan_ad_group_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/keyword_plan_campaign_keyword_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/keyword_plan_campaign_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/keyword_plan_pb.rb +0 -39
- data/lib/google/ads/google_ads/v12/resources/keyword_theme_constant_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/keyword_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/label_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/landing_page_view_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/resources/language_constant_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/lead_form_submission_data_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/resources/life_event_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/location_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/managed_placement_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/media_file_pb.rb +0 -63
- data/lib/google/ads/google_ads/v12/resources/merchant_center_link_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/mobile_app_category_constant_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/mobile_device_constant_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/offline_user_data_job_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/resources/operating_system_version_constant_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/paid_organic_search_term_view_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/resources/parental_status_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/payments_account_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/resources/per_store_view_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/resources/product_bidding_category_constant_pb.rb +0 -36
- data/lib/google/ads/google_ads/v12/resources/product_group_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/recommendation_pb.rb +0 -207
- data/lib/google/ads/google_ads/v12/resources/remarketing_action_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/search_term_view_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/shared_criterion_pb.rb +0 -40
- data/lib/google/ads/google_ads/v12/resources/shared_set_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/shopping_performance_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/smart_campaign_search_term_view_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/smart_campaign_setting_pb.rb +0 -47
- data/lib/google/ads/google_ads/v12/resources/third_party_app_analytics_link_pb.rb +0 -28
- data/lib/google/ads/google_ads/v12/resources/topic_constant_pb.rb +0 -30
- data/lib/google/ads/google_ads/v12/resources/topic_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/resources/user_interest_pb.rb +0 -35
- data/lib/google/ads/google_ads/v12/resources/user_list_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/resources/user_location_view_pb.rb +0 -29
- data/lib/google/ads/google_ads/v12/resources/video_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/resources/webpage_view_pb.rb +0 -27
- data/lib/google/ads/google_ads/v12/services/account_budget_proposal_service/client.rb +0 -419
- data/lib/google/ads/google_ads/v12/services/account_budget_proposal_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/account_budget_proposal_service/paths.rb +0 -86
- data/lib/google/ads/google_ads/v12/services/account_budget_proposal_service.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/account_budget_proposal_service_pb.rb +0 -49
- data/lib/google/ads/google_ads/v12/services/account_budget_proposal_service_services_pb.rb +0 -73
- data/lib/google/ads/google_ads/v12/services/account_link_service/client.rb +0 -523
- data/lib/google/ads/google_ads/v12/services/account_link_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/account_link_service/paths.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/account_link_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/account_link_service_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/account_link_service_services_pb.rb +0 -76
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_label_service/client.rb +0 -413
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_label_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_label_service/paths.rb +0 -92
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_label_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_label_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_label_service_services_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_service/client.rb +0 -448
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_service/paths.rb +0 -109
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_service_pb.rb +0 -58
- data/lib/google/ads/google_ads/v12/services/ad_group_ad_service_services_pb.rb +0 -94
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_service/client.rb +0 -417
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_service/paths.rb +0 -90
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_service_services_pb.rb +0 -63
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_set_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_set_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_set_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/ad_group_asset_set_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/ad_group_bid_modifier_service/client.rb +0 -429
- data/lib/google/ads/google_ads/v12/services/ad_group_bid_modifier_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_bid_modifier_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/ad_group_bid_modifier_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_bid_modifier_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/ad_group_bid_modifier_service_services_pb.rb +0 -75
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_customizer_service/client.rb +0 -406
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_customizer_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_customizer_service/paths.rb +0 -92
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_customizer_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_customizer_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_customizer_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_label_service/client.rb +0 -411
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_label_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_label_service/paths.rb +0 -92
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_label_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_label_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_label_service_services_pb.rb +0 -60
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_service/client.rb +0 -438
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_service/paths.rb +0 -92
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_service_pb.rb +0 -58
- data/lib/google/ads/google_ads/v12/services/ad_group_criterion_service_services_pb.rb +0 -84
- data/lib/google/ads/google_ads/v12/services/ad_group_customizer_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/ad_group_customizer_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_customizer_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/ad_group_customizer_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_customizer_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/ad_group_customizer_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/ad_group_extension_setting_service/client.rb +0 -433
- data/lib/google/ads/google_ads/v12/services/ad_group_extension_setting_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_extension_setting_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/ad_group_extension_setting_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_extension_setting_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/ad_group_extension_setting_service_services_pb.rb +0 -80
- data/lib/google/ads/google_ads/v12/services/ad_group_feed_service/client.rb +0 -428
- data/lib/google/ads/google_ads/v12/services/ad_group_feed_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_feed_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/ad_group_feed_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_feed_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/ad_group_feed_service_services_pb.rb +0 -74
- data/lib/google/ads/google_ads/v12/services/ad_group_label_service/client.rb +0 -414
- data/lib/google/ads/google_ads/v12/services/ad_group_label_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_label_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/ad_group_label_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_label_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/ad_group_label_service_services_pb.rb +0 -63
- data/lib/google/ads/google_ads/v12/services/ad_group_service/client.rb +0 -435
- data/lib/google/ads/google_ads/v12/services/ad_group_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_group_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/ad_group_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_group_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/ad_group_service_services_pb.rb +0 -82
- data/lib/google/ads/google_ads/v12/services/ad_parameter_service/client.rb +0 -418
- data/lib/google/ads/google_ads/v12/services/ad_parameter_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_parameter_service/paths.rb +0 -75
- data/lib/google/ads/google_ads/v12/services/ad_parameter_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_parameter_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/ad_parameter_service_services_pb.rb +0 -64
- data/lib/google/ads/google_ads/v12/services/ad_service/client.rb +0 -543
- data/lib/google/ads/google_ads/v12/services/ad_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/ad_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/ad_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/ad_service_pb.rb +0 -60
- data/lib/google/ads/google_ads/v12/services/ad_service_services_pb.rb +0 -100
- data/lib/google/ads/google_ads/v12/services/asset_group_asset_service/client.rb +0 -401
- data/lib/google/ads/google_ads/v12/services/asset_group_asset_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_group_asset_service/paths.rb +0 -90
- data/lib/google/ads/google_ads/v12/services/asset_group_asset_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/asset_group_asset_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/asset_group_asset_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/asset_group_listing_group_filter_service/client.rb +0 -401
- data/lib/google/ads/google_ads/v12/services/asset_group_listing_group_filter_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_group_listing_group_filter_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/asset_group_listing_group_filter_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/asset_group_listing_group_filter_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/asset_group_listing_group_filter_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/asset_group_service/client.rb +0 -396
- data/lib/google/ads/google_ads/v12/services/asset_group_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_group_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/asset_group_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/asset_group_service_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/asset_group_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/asset_group_signal_service/client.rb +0 -403
- data/lib/google/ads/google_ads/v12/services/asset_group_signal_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_group_signal_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/asset_group_signal_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/asset_group_signal_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/asset_group_signal_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/asset_service/client.rb +0 -433
- data/lib/google/ads/google_ads/v12/services/asset_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/asset_service.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/asset_service_pb.rb +0 -55
- data/lib/google/ads/google_ads/v12/services/asset_service_services_pb.rb +0 -80
- data/lib/google/ads/google_ads/v12/services/asset_set_asset_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/asset_set_asset_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_set_asset_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/asset_set_asset_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/asset_set_asset_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/asset_set_asset_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/asset_set_service/client.rb +0 -403
- data/lib/google/ads/google_ads/v12/services/asset_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/asset_set_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/asset_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/asset_set_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/asset_set_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/audience_insights_service/client.rb +0 -729
- data/lib/google/ads/google_ads/v12/services/audience_insights_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/audience_insights_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/audience_insights_service_pb.rb +0 -178
- data/lib/google/ads/google_ads/v12/services/audience_insights_service_services_pb.rb +0 -99
- data/lib/google/ads/google_ads/v12/services/audience_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/audience_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/audience_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/audience_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/audience_service_pb.rb +0 -55
- data/lib/google/ads/google_ads/v12/services/audience_service_services_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/batch_job_service/client.rb +0 -772
- data/lib/google/ads/google_ads/v12/services/batch_job_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/batch_job_service/operations.rb +0 -774
- data/lib/google/ads/google_ads/v12/services/batch_job_service/paths.rb +0 -1482
- data/lib/google/ads/google_ads/v12/services/batch_job_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/batch_job_service_pb.rb +0 -83
- data/lib/google/ads/google_ads/v12/services/batch_job_service_services_pb.rb +0 -97
- data/lib/google/ads/google_ads/v12/services/bidding_data_exclusion_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/bidding_data_exclusion_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/bidding_data_exclusion_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/bidding_data_exclusion_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/bidding_data_exclusion_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/bidding_data_exclusion_service_services_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/services/bidding_seasonality_adjustment_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/bidding_seasonality_adjustment_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/bidding_seasonality_adjustment_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/bidding_seasonality_adjustment_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/bidding_seasonality_adjustment_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/bidding_seasonality_adjustment_service_services_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/services/bidding_strategy_service/client.rb +0 -432
- data/lib/google/ads/google_ads/v12/services/bidding_strategy_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/bidding_strategy_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/bidding_strategy_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/bidding_strategy_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/bidding_strategy_service_services_pb.rb +0 -78
- data/lib/google/ads/google_ads/v12/services/billing_setup_service/client.rb +0 -412
- data/lib/google/ads/google_ads/v12/services/billing_setup_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/billing_setup_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/billing_setup_service.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/billing_setup_service_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/services/billing_setup_service_services_pb.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/campaign_asset_service/client.rb +0 -418
- data/lib/google/ads/google_ads/v12/services/campaign_asset_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_asset_service/paths.rb +0 -90
- data/lib/google/ads/google_ads/v12/services/campaign_asset_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_asset_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_asset_service_services_pb.rb +0 -64
- data/lib/google/ads/google_ads/v12/services/campaign_asset_set_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/campaign_asset_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_asset_set_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/campaign_asset_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_asset_set_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/campaign_asset_set_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/campaign_bid_modifier_service/client.rb +0 -428
- data/lib/google/ads/google_ads/v12/services/campaign_bid_modifier_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_bid_modifier_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/campaign_bid_modifier_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_bid_modifier_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_bid_modifier_service_services_pb.rb +0 -74
- data/lib/google/ads/google_ads/v12/services/campaign_budget_service/client.rb +0 -423
- data/lib/google/ads/google_ads/v12/services/campaign_budget_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_budget_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/campaign_budget_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_budget_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_budget_service_services_pb.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/campaign_conversion_goal_service/client.rb +0 -396
- data/lib/google/ads/google_ads/v12/services/campaign_conversion_goal_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_conversion_goal_service/paths.rb +0 -73
- data/lib/google/ads/google_ads/v12/services/campaign_conversion_goal_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_conversion_goal_service_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/services/campaign_conversion_goal_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/campaign_criterion_service/client.rb +0 -434
- data/lib/google/ads/google_ads/v12/services/campaign_criterion_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_criterion_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/campaign_criterion_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_criterion_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_criterion_service_services_pb.rb +0 -80
- data/lib/google/ads/google_ads/v12/services/campaign_customizer_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/campaign_customizer_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_customizer_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/campaign_customizer_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_customizer_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/campaign_customizer_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service/client.rb +0 -672
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service/operations.rb +0 -774
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service_pb.rb +0 -73
- data/lib/google/ads/google_ads/v12/services/campaign_draft_service_services_pb.rb +0 -93
- data/lib/google/ads/google_ads/v12/services/campaign_extension_setting_service/client.rb +0 -435
- data/lib/google/ads/google_ads/v12/services/campaign_extension_setting_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_extension_setting_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/campaign_extension_setting_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_extension_setting_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_extension_setting_service_services_pb.rb +0 -79
- data/lib/google/ads/google_ads/v12/services/campaign_feed_service/client.rb +0 -429
- data/lib/google/ads/google_ads/v12/services/campaign_feed_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_feed_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/campaign_feed_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_feed_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_feed_service_services_pb.rb +0 -75
- data/lib/google/ads/google_ads/v12/services/campaign_group_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/campaign_group_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_group_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/campaign_group_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_group_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_group_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/campaign_label_service/client.rb +0 -414
- data/lib/google/ads/google_ads/v12/services/campaign_label_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_label_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/campaign_label_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_label_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/campaign_label_service_services_pb.rb +0 -63
- data/lib/google/ads/google_ads/v12/services/campaign_service/client.rb +0 -439
- data/lib/google/ads/google_ads/v12/services/campaign_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_service/paths.rb +0 -173
- data/lib/google/ads/google_ads/v12/services/campaign_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/campaign_service_services_pb.rb +0 -86
- data/lib/google/ads/google_ads/v12/services/campaign_shared_set_service/client.rb +0 -427
- data/lib/google/ads/google_ads/v12/services/campaign_shared_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/campaign_shared_set_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/campaign_shared_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/campaign_shared_set_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/campaign_shared_set_service_services_pb.rb +0 -73
- data/lib/google/ads/google_ads/v12/services/conversion_action_service/client.rb +0 -422
- data/lib/google/ads/google_ads/v12/services/conversion_action_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_action_service/paths.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/conversion_action_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_action_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/conversion_action_service_services_pb.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/conversion_adjustment_upload_service/client.rb +0 -410
- data/lib/google/ads/google_ads/v12/services/conversion_adjustment_upload_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_adjustment_upload_service.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/conversion_adjustment_upload_service_pb.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/conversion_adjustment_upload_service_services_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/conversion_custom_variable_service/client.rb +0 -416
- data/lib/google/ads/google_ads/v12/services/conversion_custom_variable_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_custom_variable_service/paths.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/conversion_custom_variable_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_custom_variable_service_pb.rb +0 -55
- data/lib/google/ads/google_ads/v12/services/conversion_custom_variable_service_services_pb.rb +0 -60
- data/lib/google/ads/google_ads/v12/services/conversion_goal_campaign_config_service/client.rb +0 -400
- data/lib/google/ads/google_ads/v12/services/conversion_goal_campaign_config_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_goal_campaign_config_service/paths.rb +0 -86
- data/lib/google/ads/google_ads/v12/services/conversion_goal_campaign_config_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_goal_campaign_config_service_pb.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_goal_campaign_config_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/conversion_upload_service/client.rb +0 -548
- data/lib/google/ads/google_ads/v12/services/conversion_upload_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_upload_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/conversion_upload_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_upload_service_pb.rb +0 -119
- data/lib/google/ads/google_ads/v12/services/conversion_upload_service_services_pb.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_service/paths.rb +0 -114
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_set_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_set_service/paths.rb +0 -100
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_set_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/conversion_value_rule_set_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/custom_audience_service/client.rb +0 -410
- data/lib/google/ads/google_ads/v12/services/custom_audience_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/custom_audience_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/custom_audience_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/custom_audience_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/custom_audience_service_services_pb.rb +0 -64
- data/lib/google/ads/google_ads/v12/services/custom_conversion_goal_service/client.rb +0 -399
- data/lib/google/ads/google_ads/v12/services/custom_conversion_goal_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/custom_conversion_goal_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/custom_conversion_goal_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/custom_conversion_goal_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/custom_conversion_goal_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/custom_interest_service/client.rb +0 -408
- data/lib/google/ads/google_ads/v12/services/custom_interest_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/custom_interest_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/custom_interest_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/custom_interest_service_pb.rb +0 -49
- data/lib/google/ads/google_ads/v12/services/custom_interest_service_services_pb.rb +0 -62
- data/lib/google/ads/google_ads/v12/services/customer_asset_service/client.rb +0 -415
- data/lib/google/ads/google_ads/v12/services/customer_asset_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_asset_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/customer_asset_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_asset_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/customer_asset_service_services_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/customer_asset_set_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/customer_asset_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_asset_set_service/paths.rb +0 -83
- data/lib/google/ads/google_ads/v12/services/customer_asset_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_asset_set_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/customer_asset_set_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/customer_client_link_service/client.rb +0 -409
- data/lib/google/ads/google_ads/v12/services/customer_client_link_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_client_link_service/paths.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/customer_client_link_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_client_link_service_pb.rb +0 -49
- data/lib/google/ads/google_ads/v12/services/customer_client_link_service_services_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/customer_conversion_goal_service/client.rb +0 -396
- data/lib/google/ads/google_ads/v12/services/customer_conversion_goal_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_conversion_goal_service/paths.rb +0 -54
- data/lib/google/ads/google_ads/v12/services/customer_conversion_goal_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_conversion_goal_service_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/services/customer_conversion_goal_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/customer_customizer_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/customer_customizer_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_customizer_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/customer_customizer_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_customizer_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/customer_customizer_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/customer_extension_setting_service/client.rb +0 -433
- data/lib/google/ads/google_ads/v12/services/customer_extension_setting_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_extension_setting_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/customer_extension_setting_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_extension_setting_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/customer_extension_setting_service_services_pb.rb +0 -77
- data/lib/google/ads/google_ads/v12/services/customer_feed_service/client.rb +0 -428
- data/lib/google/ads/google_ads/v12/services/customer_feed_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_feed_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/customer_feed_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_feed_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/customer_feed_service_services_pb.rb +0 -74
- data/lib/google/ads/google_ads/v12/services/customer_label_service/client.rb +0 -412
- data/lib/google/ads/google_ads/v12/services/customer_label_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_label_service/paths.rb +0 -83
- data/lib/google/ads/google_ads/v12/services/customer_label_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_label_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/customer_label_service_services_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/customer_manager_link_service/client.rb +0 -527
- data/lib/google/ads/google_ads/v12/services/customer_manager_link_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_manager_link_service/paths.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/customer_manager_link_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_manager_link_service_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/customer_manager_link_service_services_pb.rb +0 -77
- data/lib/google/ads/google_ads/v12/services/customer_negative_criterion_service/client.rb +0 -415
- data/lib/google/ads/google_ads/v12/services/customer_negative_criterion_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_negative_criterion_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/customer_negative_criterion_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_negative_criterion_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/customer_negative_criterion_service_services_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/customer_service/client.rb +0 -614
- data/lib/google/ads/google_ads/v12/services/customer_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_service/paths.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/customer_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_service_pb.rb +0 -70
- data/lib/google/ads/google_ads/v12/services/customer_service_services_pb.rb +0 -86
- data/lib/google/ads/google_ads/v12/services/customer_user_access_invitation_service/client.rb +0 -402
- data/lib/google/ads/google_ads/v12/services/customer_user_access_invitation_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_user_access_invitation_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/customer_user_access_invitation_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/customer_user_access_invitation_service_pb.rb +0 -46
- data/lib/google/ads/google_ads/v12/services/customer_user_access_invitation_service_services_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/customer_user_access_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/customer_user_access_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customer_user_access_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/customer_user_access_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customer_user_access_service_pb.rb +0 -48
- data/lib/google/ads/google_ads/v12/services/customer_user_access_service_services_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/customizer_attribute_service/client.rb +0 -404
- data/lib/google/ads/google_ads/v12/services/customizer_attribute_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/customizer_attribute_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/customizer_attribute_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/customizer_attribute_service_pb.rb +0 -55
- data/lib/google/ads/google_ads/v12/services/customizer_attribute_service_services_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/experiment_arm_service/client.rb +0 -413
- data/lib/google/ads/google_ads/v12/services/experiment_arm_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/experiment_arm_service/paths.rb +0 -88
- data/lib/google/ads/google_ads/v12/services/experiment_arm_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/experiment_arm_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/experiment_arm_service_services_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/experiment_service/client.rb +0 -1011
- data/lib/google/ads/google_ads/v12/services/experiment_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/experiment_service/operations.rb +0 -774
- data/lib/google/ads/google_ads/v12/services/experiment_service/paths.rb +0 -86
- data/lib/google/ads/google_ads/v12/services/experiment_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/experiment_service_pb.rb +0 -100
- data/lib/google/ads/google_ads/v12/services/experiment_service_services_pb.rb +0 -137
- data/lib/google/ads/google_ads/v12/services/extension_feed_item_service/client.rb +0 -430
- data/lib/google/ads/google_ads/v12/services/extension_feed_item_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/extension_feed_item_service/paths.rb +0 -117
- data/lib/google/ads/google_ads/v12/services/extension_feed_item_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/extension_feed_item_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/extension_feed_item_service_services_pb.rb +0 -75
- data/lib/google/ads/google_ads/v12/services/feed_item_service/client.rb +0 -430
- data/lib/google/ads/google_ads/v12/services/feed_item_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/feed_item_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/feed_item_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/feed_item_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/feed_item_service_services_pb.rb +0 -77
- data/lib/google/ads/google_ads/v12/services/feed_item_set_link_service/client.rb +0 -408
- data/lib/google/ads/google_ads/v12/services/feed_item_set_link_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/feed_item_set_link_service/paths.rb +0 -94
- data/lib/google/ads/google_ads/v12/services/feed_item_set_link_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/feed_item_set_link_service_pb.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/feed_item_set_link_service_services_pb.rb +0 -57
- data/lib/google/ads/google_ads/v12/services/feed_item_set_service/client.rb +0 -410
- data/lib/google/ads/google_ads/v12/services/feed_item_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/feed_item_set_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/feed_item_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/feed_item_set_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/feed_item_set_service_services_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/feed_item_target_service/client.rb +0 -424
- data/lib/google/ads/google_ads/v12/services/feed_item_target_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/feed_item_target_service/paths.rb +0 -127
- data/lib/google/ads/google_ads/v12/services/feed_item_target_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/feed_item_target_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/feed_item_target_service_services_pb.rb +0 -70
- data/lib/google/ads/google_ads/v12/services/feed_mapping_service/client.rb +0 -425
- data/lib/google/ads/google_ads/v12/services/feed_mapping_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/feed_mapping_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/feed_mapping_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/feed_mapping_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/feed_mapping_service_services_pb.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/feed_service/client.rb +0 -429
- data/lib/google/ads/google_ads/v12/services/feed_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/feed_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/feed_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/feed_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/feed_service_services_pb.rb +0 -76
- data/lib/google/ads/google_ads/v12/services/geo_target_constant_service/client.rb +0 -399
- data/lib/google/ads/google_ads/v12/services/geo_target_constant_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/geo_target_constant_service/paths.rb +0 -49
- data/lib/google/ads/google_ads/v12/services/geo_target_constant_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/geo_target_constant_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/geo_target_constant_service_services_pb.rb +0 -58
- data/lib/google/ads/google_ads/v12/services/google_ads_field_service/client.rb +0 -509
- data/lib/google/ads/google_ads/v12/services/google_ads_field_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/google_ads_field_service/paths.rb +0 -49
- data/lib/google/ads/google_ads/v12/services/google_ads_field_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/google_ads_field_service_pb.rb +0 -42
- data/lib/google/ads/google_ads/v12/services/google_ads_field_service_services_pb.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/google_ads_service/client.rb +0 -763
- data/lib/google/ads/google_ads/v12/services/google_ads_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/google_ads_service/paths.rb +0 -2894
- data/lib/google/ads/google_ads/v12/services/google_ads_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/google_ads_service_pb.rb +0 -622
- data/lib/google/ads/google_ads/v12/services/google_ads_service_services_pb.rb +0 -188
- data/lib/google/ads/google_ads/v12/services/invoice_service/client.rb +0 -408
- data/lib/google/ads/google_ads/v12/services/invoice_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/invoice_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/invoice_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/invoice_service_pb.rb +0 -37
- data/lib/google/ads/google_ads/v12/services/invoice_service_services_pb.rb +0 -59
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_keyword_service/client.rb +0 -421
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_keyword_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_keyword_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_keyword_service.rb +0 -55
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_keyword_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_keyword_service_services_pb.rb +0 -68
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_service/client.rb +0 -417
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/keyword_plan_ad_group_service_services_pb.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_keyword_service/client.rb +0 -418
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_keyword_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_keyword_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_keyword_service.rb +0 -54
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_keyword_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_keyword_service_services_pb.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_service/client.rb +0 -418
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_service/paths.rb +0 -97
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/keyword_plan_campaign_service_services_pb.rb +0 -67
- data/lib/google/ads/google_ads/v12/services/keyword_plan_idea_service/client.rb +0 -684
- data/lib/google/ads/google_ads/v12/services/keyword_plan_idea_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_plan_idea_service.rb +0 -50
- data/lib/google/ads/google_ads/v12/services/keyword_plan_idea_service_pb.rb +0 -124
- data/lib/google/ads/google_ads/v12/services/keyword_plan_idea_service_services_pb.rb +0 -82
- data/lib/google/ads/google_ads/v12/services/keyword_plan_service/client.rb +0 -844
- data/lib/google/ads/google_ads/v12/services/keyword_plan_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_plan_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/keyword_plan_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/keyword_plan_service_pb.rb +0 -144
- data/lib/google/ads/google_ads/v12/services/keyword_plan_service_services_pb.rb +0 -120
- data/lib/google/ads/google_ads/v12/services/keyword_theme_constant_service/client.rb +0 -397
- data/lib/google/ads/google_ads/v12/services/keyword_theme_constant_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/keyword_theme_constant_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/keyword_theme_constant_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/keyword_theme_constant_service_pb.rb +0 -34
- data/lib/google/ads/google_ads/v12/services/keyword_theme_constant_service_services_pb.rb +0 -57
- data/lib/google/ads/google_ads/v12/services/label_service/client.rb +0 -427
- data/lib/google/ads/google_ads/v12/services/label_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/label_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/label_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/label_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/label_service_services_pb.rb +0 -72
- data/lib/google/ads/google_ads/v12/services/media_file_service/client.rb +0 -426
- data/lib/google/ads/google_ads/v12/services/media_file_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/media_file_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/media_file_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/media_file_service_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/media_file_service_services_pb.rb +0 -72
- data/lib/google/ads/google_ads/v12/services/merchant_center_link_service/client.rb +0 -610
- data/lib/google/ads/google_ads/v12/services/merchant_center_link_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/merchant_center_link_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/merchant_center_link_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/merchant_center_link_service_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/merchant_center_link_service_services_pb.rb +0 -79
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service/client.rb +0 -658
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service/operations.rb +0 -774
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service_pb.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/offline_user_data_job_service_services_pb.rb +0 -90
- data/lib/google/ads/google_ads/v12/services/payments_account_service/client.rb +0 -402
- data/lib/google/ads/google_ads/v12/services/payments_account_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/payments_account_service/paths.rb +0 -66
- data/lib/google/ads/google_ads/v12/services/payments_account_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/payments_account_service_pb.rb +0 -33
- data/lib/google/ads/google_ads/v12/services/payments_account_service_services_pb.rb +0 -61
- data/lib/google/ads/google_ads/v12/services/reach_plan_service/client.rb +0 -640
- data/lib/google/ads/google_ads/v12/services/reach_plan_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/reach_plan_service.rb +0 -54
- data/lib/google/ads/google_ads/v12/services/reach_plan_service_pb.rb +0 -192
- data/lib/google/ads/google_ads/v12/services/reach_plan_service_services_pb.rb +0 -85
- data/lib/google/ads/google_ads/v12/services/recommendation_service/client.rb +0 -524
- data/lib/google/ads/google_ads/v12/services/recommendation_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/recommendation_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/recommendation_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/recommendation_service_pb.rb +0 -149
- data/lib/google/ads/google_ads/v12/services/recommendation_service_services_pb.rb +0 -73
- data/lib/google/ads/google_ads/v12/services/remarketing_action_service/client.rb +0 -409
- data/lib/google/ads/google_ads/v12/services/remarketing_action_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/remarketing_action_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/remarketing_action_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/remarketing_action_service_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/remarketing_action_service_services_pb.rb +0 -58
- data/lib/google/ads/google_ads/v12/services/shared_criterion_service/client.rb +0 -425
- data/lib/google/ads/google_ads/v12/services/shared_criterion_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/shared_criterion_service/paths.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/shared_criterion_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/shared_criterion_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/shared_criterion_service_services_pb.rb +0 -71
- data/lib/google/ads/google_ads/v12/services/shared_set_service/client.rb +0 -428
- data/lib/google/ads/google_ads/v12/services/shared_set_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/shared_set_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/shared_set_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/shared_set_service_pb.rb +0 -56
- data/lib/google/ads/google_ads/v12/services/shared_set_service_services_pb.rb +0 -74
- data/lib/google/ads/google_ads/v12/services/smart_campaign_setting_service/client.rb +0 -403
- data/lib/google/ads/google_ads/v12/services/smart_campaign_setting_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/smart_campaign_setting_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/smart_campaign_setting_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/smart_campaign_setting_service_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/smart_campaign_setting_service_services_pb.rb +0 -49
- data/lib/google/ads/google_ads/v12/services/smart_campaign_suggest_service/client.rb +0 -599
- data/lib/google/ads/google_ads/v12/services/smart_campaign_suggest_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/smart_campaign_suggest_service/paths.rb +0 -69
- data/lib/google/ads/google_ads/v12/services/smart_campaign_suggest_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/smart_campaign_suggest_service_pb.rb +0 -100
- data/lib/google/ads/google_ads/v12/services/smart_campaign_suggest_service_services_pb.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/third_party_app_analytics_link_service/client.rb +0 -400
- data/lib/google/ads/google_ads/v12/services/third_party_app_analytics_link_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/third_party_app_analytics_link_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/third_party_app_analytics_link_service.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/third_party_app_analytics_link_service_pb.rb +0 -31
- data/lib/google/ads/google_ads/v12/services/third_party_app_analytics_link_service_services_pb.rb +0 -57
- data/lib/google/ads/google_ads/v12/services/user_data_service/client.rb +0 -409
- data/lib/google/ads/google_ads/v12/services/user_data_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/user_data_service.rb +0 -55
- data/lib/google/ads/google_ads/v12/services/user_data_service_pb.rb +0 -45
- data/lib/google/ads/google_ads/v12/services/user_data_service_services_pb.rb +0 -67
- data/lib/google/ads/google_ads/v12/services/user_list_service/client.rb +0 -421
- data/lib/google/ads/google_ads/v12/services/user_list_service/credentials.rb +0 -38
- data/lib/google/ads/google_ads/v12/services/user_list_service/paths.rb +0 -52
- data/lib/google/ads/google_ads/v12/services/user_list_service.rb +0 -51
- data/lib/google/ads/google_ads/v12/services/user_list_service_pb.rb +0 -53
- data/lib/google/ads/google_ads/v12/services/user_list_service_services_pb.rb +0 -71
- data/lib/google/ads/google_ads/v12/services.rb +0 -145
@@ -1,3571 +0,0 @@
|
|
1
|
-
module Google
|
2
|
-
module Ads
|
3
|
-
module GoogleAds
|
4
|
-
module Factories
|
5
|
-
module V12
|
6
|
-
module Enums
|
7
|
-
# Returns the descriptor for the BiddingStrategyType enum
|
8
|
-
#
|
9
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
10
|
-
def self.bidding_strategy_type
|
11
|
-
require "google/ads/google_ads/v12/enums/bidding_strategy_type_pb"
|
12
|
-
Google::Ads::GoogleAds::V12::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
13
|
-
end
|
14
|
-
|
15
|
-
# Returns the descriptor for the TargetImpressionShareLocation enum
|
16
|
-
#
|
17
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
18
|
-
def self.target_impression_share_location
|
19
|
-
require "google/ads/google_ads/v12/enums/target_impression_share_location_pb"
|
20
|
-
Google::Ads::GoogleAds::V12::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
21
|
-
end
|
22
|
-
|
23
|
-
# Returns the descriptor for the AccountBudgetProposalType enum
|
24
|
-
#
|
25
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
|
26
|
-
def self.account_budget_proposal_type
|
27
|
-
require "google/ads/google_ads/v12/enums/account_budget_proposal_type_pb"
|
28
|
-
Google::Ads::GoogleAds::V12::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
29
|
-
end
|
30
|
-
|
31
|
-
# Returns the descriptor for the AccountBudgetStatus enum
|
32
|
-
#
|
33
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
34
|
-
def self.account_budget_status
|
35
|
-
require "google/ads/google_ads/v12/enums/account_budget_status_pb"
|
36
|
-
Google::Ads::GoogleAds::V12::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
37
|
-
end
|
38
|
-
|
39
|
-
# Returns the descriptor for the SpendingLimitType enum
|
40
|
-
#
|
41
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
|
42
|
-
def self.spending_limit_type
|
43
|
-
require "google/ads/google_ads/v12/enums/spending_limit_type_pb"
|
44
|
-
Google::Ads::GoogleAds::V12::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
45
|
-
end
|
46
|
-
|
47
|
-
# Returns the descriptor for the TimeType enum
|
48
|
-
#
|
49
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
50
|
-
def self.time_type
|
51
|
-
require "google/ads/google_ads/v12/enums/time_type_pb"
|
52
|
-
Google::Ads::GoogleAds::V12::Enums::TimeTypeEnum::TimeType.descriptor
|
53
|
-
end
|
54
|
-
|
55
|
-
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
56
|
-
#
|
57
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
|
58
|
-
def self.account_budget_proposal_status
|
59
|
-
require "google/ads/google_ads/v12/enums/account_budget_proposal_status_pb"
|
60
|
-
Google::Ads::GoogleAds::V12::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
61
|
-
end
|
62
|
-
|
63
|
-
# Returns the descriptor for the AccountLinkStatus enum
|
64
|
-
#
|
65
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
|
66
|
-
def self.account_link_status
|
67
|
-
require "google/ads/google_ads/v12/enums/account_link_status_pb"
|
68
|
-
Google::Ads::GoogleAds::V12::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
|
69
|
-
end
|
70
|
-
|
71
|
-
# Returns the descriptor for the LinkedAccountType enum
|
72
|
-
#
|
73
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
|
74
|
-
def self.linked_account_type
|
75
|
-
require "google/ads/google_ads/v12/enums/linked_account_type_pb"
|
76
|
-
Google::Ads::GoogleAds::V12::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
|
77
|
-
end
|
78
|
-
|
79
|
-
# Returns the descriptor for the MobileAppVendor enum
|
80
|
-
#
|
81
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
|
82
|
-
def self.mobile_app_vendor
|
83
|
-
require "google/ads/google_ads/v12/enums/mobile_app_vendor_pb"
|
84
|
-
Google::Ads::GoogleAds::V12::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
|
85
|
-
end
|
86
|
-
|
87
|
-
# Returns the descriptor for the ServedAssetFieldType enum
|
88
|
-
#
|
89
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
90
|
-
def self.served_asset_field_type
|
91
|
-
require "google/ads/google_ads/v12/enums/served_asset_field_type_pb"
|
92
|
-
Google::Ads::GoogleAds::V12::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
93
|
-
end
|
94
|
-
|
95
|
-
# Returns the descriptor for the PolicyTopicEntryType enum
|
96
|
-
#
|
97
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
|
98
|
-
def self.policy_topic_entry_type
|
99
|
-
require "google/ads/google_ads/v12/enums/policy_topic_entry_type_pb"
|
100
|
-
Google::Ads::GoogleAds::V12::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
|
101
|
-
end
|
102
|
-
|
103
|
-
# Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
104
|
-
#
|
105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
|
106
|
-
def self.policy_topic_evidence_destination_mismatch_url_type
|
107
|
-
require "google/ads/google_ads/v12/enums/policy_topic_evidence_destination_mismatch_url_type_pb"
|
108
|
-
Google::Ads::GoogleAds::V12::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
|
109
|
-
end
|
110
|
-
|
111
|
-
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
112
|
-
#
|
113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
|
114
|
-
def self.policy_topic_evidence_destination_not_working_device
|
115
|
-
require "google/ads/google_ads/v12/enums/policy_topic_evidence_destination_not_working_device_pb"
|
116
|
-
Google::Ads::GoogleAds::V12::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
|
117
|
-
end
|
118
|
-
|
119
|
-
# Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
|
120
|
-
#
|
121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
|
122
|
-
def self.policy_topic_evidence_destination_not_working_dns_error_type
|
123
|
-
require "google/ads/google_ads/v12/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb"
|
124
|
-
Google::Ads::GoogleAds::V12::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
|
125
|
-
end
|
126
|
-
|
127
|
-
# Returns the descriptor for the AssetFieldType enum
|
128
|
-
#
|
129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
|
130
|
-
def self.asset_field_type
|
131
|
-
require "google/ads/google_ads/v12/enums/asset_field_type_pb"
|
132
|
-
Google::Ads::GoogleAds::V12::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
|
133
|
-
end
|
134
|
-
|
135
|
-
# Returns the descriptor for the AssetPerformanceLabel enum
|
136
|
-
#
|
137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
|
138
|
-
def self.asset_performance_label
|
139
|
-
require "google/ads/google_ads/v12/enums/asset_performance_label_pb"
|
140
|
-
Google::Ads::GoogleAds::V12::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
|
141
|
-
end
|
142
|
-
|
143
|
-
# Returns the descriptor for the PolicyApprovalStatus enum
|
144
|
-
#
|
145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
|
146
|
-
def self.policy_approval_status
|
147
|
-
require "google/ads/google_ads/v12/enums/policy_approval_status_pb"
|
148
|
-
Google::Ads::GoogleAds::V12::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
|
149
|
-
end
|
150
|
-
|
151
|
-
# Returns the descriptor for the PolicyReviewStatus enum
|
152
|
-
#
|
153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
|
154
|
-
def self.policy_review_status
|
155
|
-
require "google/ads/google_ads/v12/enums/policy_review_status_pb"
|
156
|
-
Google::Ads::GoogleAds::V12::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
157
|
-
end
|
158
|
-
|
159
|
-
# Returns the descriptor for the AdGroupAdStatus enum
|
160
|
-
#
|
161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
162
|
-
def self.ad_group_ad_status
|
163
|
-
require "google/ads/google_ads/v12/enums/ad_group_ad_status_pb"
|
164
|
-
Google::Ads::GoogleAds::V12::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
165
|
-
end
|
166
|
-
|
167
|
-
# Returns the descriptor for the AdStrength enum
|
168
|
-
#
|
169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
170
|
-
def self.ad_strength
|
171
|
-
require "google/ads/google_ads/v12/enums/ad_strength_pb"
|
172
|
-
Google::Ads::GoogleAds::V12::Enums::AdStrengthEnum::AdStrength.descriptor
|
173
|
-
end
|
174
|
-
|
175
|
-
# Returns the descriptor for the CallConversionReportingState enum
|
176
|
-
#
|
177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
178
|
-
def self.call_conversion_reporting_state
|
179
|
-
require "google/ads/google_ads/v12/enums/call_conversion_reporting_state_pb"
|
180
|
-
Google::Ads::GoogleAds::V12::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
181
|
-
end
|
182
|
-
|
183
|
-
# Returns the descriptor for the DisplayAdFormatSetting enum
|
184
|
-
#
|
185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
186
|
-
def self.display_ad_format_setting
|
187
|
-
require "google/ads/google_ads/v12/enums/display_ad_format_setting_pb"
|
188
|
-
Google::Ads::GoogleAds::V12::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
189
|
-
end
|
190
|
-
|
191
|
-
# Returns the descriptor for the DisplayUploadProductType enum
|
192
|
-
#
|
193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
194
|
-
def self.display_upload_product_type
|
195
|
-
require "google/ads/google_ads/v12/enums/display_upload_product_type_pb"
|
196
|
-
Google::Ads::GoogleAds::V12::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
197
|
-
end
|
198
|
-
|
199
|
-
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
200
|
-
#
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
202
|
-
def self.legacy_app_install_ad_app_store
|
203
|
-
require "google/ads/google_ads/v12/enums/legacy_app_install_ad_app_store_pb"
|
204
|
-
Google::Ads::GoogleAds::V12::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
205
|
-
end
|
206
|
-
|
207
|
-
# Returns the descriptor for the MimeType enum
|
208
|
-
#
|
209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
210
|
-
def self.mime_type
|
211
|
-
require "google/ads/google_ads/v12/enums/mime_type_pb"
|
212
|
-
Google::Ads::GoogleAds::V12::Enums::MimeTypeEnum::MimeType.descriptor
|
213
|
-
end
|
214
|
-
|
215
|
-
# Returns the descriptor for the VideoThumbnail enum
|
216
|
-
#
|
217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the VideoThumbnail enum
|
218
|
-
def self.video_thumbnail
|
219
|
-
require "google/ads/google_ads/v12/enums/video_thumbnail_pb"
|
220
|
-
Google::Ads::GoogleAds::V12::Enums::VideoThumbnailEnum::VideoThumbnail.descriptor
|
221
|
-
end
|
222
|
-
|
223
|
-
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
224
|
-
#
|
225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
226
|
-
def self.app_url_operating_system_type
|
227
|
-
require "google/ads/google_ads/v12/enums/app_url_operating_system_type_pb"
|
228
|
-
Google::Ads::GoogleAds::V12::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
229
|
-
end
|
230
|
-
|
231
|
-
# Returns the descriptor for the AdType enum
|
232
|
-
#
|
233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
234
|
-
def self.ad_type
|
235
|
-
require "google/ads/google_ads/v12/enums/ad_type_pb"
|
236
|
-
Google::Ads::GoogleAds::V12::Enums::AdTypeEnum::AdType.descriptor
|
237
|
-
end
|
238
|
-
|
239
|
-
# Returns the descriptor for the Device enum
|
240
|
-
#
|
241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
242
|
-
def self.device
|
243
|
-
require "google/ads/google_ads/v12/enums/device_pb"
|
244
|
-
Google::Ads::GoogleAds::V12::Enums::DeviceEnum::Device.descriptor
|
245
|
-
end
|
246
|
-
|
247
|
-
# Returns the descriptor for the SystemManagedResourceSource enum
|
248
|
-
#
|
249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
250
|
-
def self.system_managed_resource_source
|
251
|
-
require "google/ads/google_ads/v12/enums/system_managed_entity_source_pb"
|
252
|
-
Google::Ads::GoogleAds::V12::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
253
|
-
end
|
254
|
-
|
255
|
-
# Returns the descriptor for the AssetLinkStatus enum
|
256
|
-
#
|
257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkStatus enum
|
258
|
-
def self.asset_link_status
|
259
|
-
require "google/ads/google_ads/v12/enums/asset_link_status_pb"
|
260
|
-
Google::Ads::GoogleAds::V12::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
|
261
|
-
end
|
262
|
-
|
263
|
-
# Returns the descriptor for the AssetSource enum
|
264
|
-
#
|
265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSource enum
|
266
|
-
def self.asset_source
|
267
|
-
require "google/ads/google_ads/v12/enums/asset_source_pb"
|
268
|
-
Google::Ads::GoogleAds::V12::Enums::AssetSourceEnum::AssetSource.descriptor
|
269
|
-
end
|
270
|
-
|
271
|
-
# Returns the descriptor for the AssetSetLinkStatus enum
|
272
|
-
#
|
273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetLinkStatus enum
|
274
|
-
def self.asset_set_link_status
|
275
|
-
require "google/ads/google_ads/v12/enums/asset_set_link_status_pb"
|
276
|
-
Google::Ads::GoogleAds::V12::Enums::AssetSetLinkStatusEnum::AssetSetLinkStatus.descriptor
|
277
|
-
end
|
278
|
-
|
279
|
-
# Returns the descriptor for the AgeRangeType enum
|
280
|
-
#
|
281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
282
|
-
def self.age_range_type
|
283
|
-
require "google/ads/google_ads/v12/enums/age_range_type_pb"
|
284
|
-
Google::Ads::GoogleAds::V12::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
285
|
-
end
|
286
|
-
|
287
|
-
# Returns the descriptor for the AppPaymentModelType enum
|
288
|
-
#
|
289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
290
|
-
def self.app_payment_model_type
|
291
|
-
require "google/ads/google_ads/v12/enums/app_payment_model_type_pb"
|
292
|
-
Google::Ads::GoogleAds::V12::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
293
|
-
end
|
294
|
-
|
295
|
-
# Returns the descriptor for the ContentLabelType enum
|
296
|
-
#
|
297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
298
|
-
def self.content_label_type
|
299
|
-
require "google/ads/google_ads/v12/enums/content_label_type_pb"
|
300
|
-
Google::Ads::GoogleAds::V12::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
301
|
-
end
|
302
|
-
|
303
|
-
# Returns the descriptor for the DayOfWeek enum
|
304
|
-
#
|
305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
306
|
-
def self.day_of_week
|
307
|
-
require "google/ads/google_ads/v12/enums/day_of_week_pb"
|
308
|
-
Google::Ads::GoogleAds::V12::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
309
|
-
end
|
310
|
-
|
311
|
-
# Returns the descriptor for the GenderType enum
|
312
|
-
#
|
313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
314
|
-
def self.gender_type
|
315
|
-
require "google/ads/google_ads/v12/enums/gender_type_pb"
|
316
|
-
Google::Ads::GoogleAds::V12::Enums::GenderTypeEnum::GenderType.descriptor
|
317
|
-
end
|
318
|
-
|
319
|
-
# Returns the descriptor for the HotelDateSelectionType enum
|
320
|
-
#
|
321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
322
|
-
def self.hotel_date_selection_type
|
323
|
-
require "google/ads/google_ads/v12/enums/hotel_date_selection_type_pb"
|
324
|
-
Google::Ads::GoogleAds::V12::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
325
|
-
end
|
326
|
-
|
327
|
-
# Returns the descriptor for the IncomeRangeType enum
|
328
|
-
#
|
329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
330
|
-
def self.income_range_type
|
331
|
-
require "google/ads/google_ads/v12/enums/income_range_type_pb"
|
332
|
-
Google::Ads::GoogleAds::V12::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
333
|
-
end
|
334
|
-
|
335
|
-
# Returns the descriptor for the InteractionType enum
|
336
|
-
#
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
338
|
-
def self.interaction_type
|
339
|
-
require "google/ads/google_ads/v12/enums/interaction_type_pb"
|
340
|
-
Google::Ads::GoogleAds::V12::Enums::InteractionTypeEnum::InteractionType.descriptor
|
341
|
-
end
|
342
|
-
|
343
|
-
# Returns the descriptor for the KeywordMatchType enum
|
344
|
-
#
|
345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
346
|
-
def self.keyword_match_type
|
347
|
-
require "google/ads/google_ads/v12/enums/keyword_match_type_pb"
|
348
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
349
|
-
end
|
350
|
-
|
351
|
-
# Returns the descriptor for the ListingGroupType enum
|
352
|
-
#
|
353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
354
|
-
def self.listing_group_type
|
355
|
-
require "google/ads/google_ads/v12/enums/listing_group_type_pb"
|
356
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
357
|
-
end
|
358
|
-
|
359
|
-
# Returns the descriptor for the LocationGroupRadiusUnits enum
|
360
|
-
#
|
361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
|
362
|
-
def self.location_group_radius_units
|
363
|
-
require "google/ads/google_ads/v12/enums/location_group_radius_units_pb"
|
364
|
-
Google::Ads::GoogleAds::V12::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
365
|
-
end
|
366
|
-
|
367
|
-
# Returns the descriptor for the MinuteOfHour enum
|
368
|
-
#
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
|
370
|
-
def self.minute_of_hour
|
371
|
-
require "google/ads/google_ads/v12/enums/minute_of_hour_pb"
|
372
|
-
Google::Ads::GoogleAds::V12::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
373
|
-
end
|
374
|
-
|
375
|
-
# Returns the descriptor for the ParentalStatusType enum
|
376
|
-
#
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
|
378
|
-
def self.parental_status_type
|
379
|
-
require "google/ads/google_ads/v12/enums/parental_status_type_pb"
|
380
|
-
Google::Ads::GoogleAds::V12::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
381
|
-
end
|
382
|
-
|
383
|
-
# Returns the descriptor for the PreferredContentType enum
|
384
|
-
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
|
386
|
-
def self.preferred_content_type
|
387
|
-
require "google/ads/google_ads/v12/enums/preferred_content_type_pb"
|
388
|
-
Google::Ads::GoogleAds::V12::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
389
|
-
end
|
390
|
-
|
391
|
-
# Returns the descriptor for the ProductBiddingCategoryLevel enum
|
392
|
-
#
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
|
394
|
-
def self.product_bidding_category_level
|
395
|
-
require "google/ads/google_ads/v12/enums/product_bidding_category_level_pb"
|
396
|
-
Google::Ads::GoogleAds::V12::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
|
397
|
-
end
|
398
|
-
|
399
|
-
# Returns the descriptor for the ProductChannel enum
|
400
|
-
#
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
|
402
|
-
def self.product_channel
|
403
|
-
require "google/ads/google_ads/v12/enums/product_channel_pb"
|
404
|
-
Google::Ads::GoogleAds::V12::Enums::ProductChannelEnum::ProductChannel.descriptor
|
405
|
-
end
|
406
|
-
|
407
|
-
# Returns the descriptor for the ProductChannelExclusivity enum
|
408
|
-
#
|
409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
|
410
|
-
def self.product_channel_exclusivity
|
411
|
-
require "google/ads/google_ads/v12/enums/product_channel_exclusivity_pb"
|
412
|
-
Google::Ads::GoogleAds::V12::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
|
413
|
-
end
|
414
|
-
|
415
|
-
# Returns the descriptor for the ProductCondition enum
|
416
|
-
#
|
417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
|
418
|
-
def self.product_condition
|
419
|
-
require "google/ads/google_ads/v12/enums/product_condition_pb"
|
420
|
-
Google::Ads::GoogleAds::V12::Enums::ProductConditionEnum::ProductCondition.descriptor
|
421
|
-
end
|
422
|
-
|
423
|
-
# Returns the descriptor for the ProductCustomAttributeIndex enum
|
424
|
-
#
|
425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductCustomAttributeIndex enum
|
426
|
-
def self.product_custom_attribute_index
|
427
|
-
require "google/ads/google_ads/v12/enums/product_custom_attribute_index_pb"
|
428
|
-
Google::Ads::GoogleAds::V12::Enums::ProductCustomAttributeIndexEnum::ProductCustomAttributeIndex.descriptor
|
429
|
-
end
|
430
|
-
|
431
|
-
# Returns the descriptor for the ProductTypeLevel enum
|
432
|
-
#
|
433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
|
434
|
-
def self.product_type_level
|
435
|
-
require "google/ads/google_ads/v12/enums/product_type_level_pb"
|
436
|
-
Google::Ads::GoogleAds::V12::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
|
437
|
-
end
|
438
|
-
|
439
|
-
# Returns the descriptor for the ProximityRadiusUnits enum
|
440
|
-
#
|
441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
|
442
|
-
def self.proximity_radius_units
|
443
|
-
require "google/ads/google_ads/v12/enums/proximity_radius_units_pb"
|
444
|
-
Google::Ads::GoogleAds::V12::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
|
445
|
-
end
|
446
|
-
|
447
|
-
# Returns the descriptor for the WebpageConditionOperand enum
|
448
|
-
#
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
|
450
|
-
def self.webpage_condition_operand
|
451
|
-
require "google/ads/google_ads/v12/enums/webpage_condition_operand_pb"
|
452
|
-
Google::Ads::GoogleAds::V12::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
|
453
|
-
end
|
454
|
-
|
455
|
-
# Returns the descriptor for the WebpageConditionOperator enum
|
456
|
-
#
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
|
458
|
-
def self.webpage_condition_operator
|
459
|
-
require "google/ads/google_ads/v12/enums/webpage_condition_operator_pb"
|
460
|
-
Google::Ads::GoogleAds::V12::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
461
|
-
end
|
462
|
-
|
463
|
-
# Returns the descriptor for the BidModifierSource enum
|
464
|
-
#
|
465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
466
|
-
def self.bid_modifier_source
|
467
|
-
require "google/ads/google_ads/v12/enums/bid_modifier_source_pb"
|
468
|
-
Google::Ads::GoogleAds::V12::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
469
|
-
end
|
470
|
-
|
471
|
-
# Returns the descriptor for the CustomizerAttributeType enum
|
472
|
-
#
|
473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeType enum
|
474
|
-
def self.customizer_attribute_type
|
475
|
-
require "google/ads/google_ads/v12/enums/customizer_attribute_type_pb"
|
476
|
-
Google::Ads::GoogleAds::V12::Enums::CustomizerAttributeTypeEnum::CustomizerAttributeType.descriptor
|
477
|
-
end
|
478
|
-
|
479
|
-
# Returns the descriptor for the CustomizerValueStatus enum
|
480
|
-
#
|
481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomizerValueStatus enum
|
482
|
-
def self.customizer_value_status
|
483
|
-
require "google/ads/google_ads/v12/enums/customizer_value_status_pb"
|
484
|
-
Google::Ads::GoogleAds::V12::Enums::CustomizerValueStatusEnum::CustomizerValueStatus.descriptor
|
485
|
-
end
|
486
|
-
|
487
|
-
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
488
|
-
#
|
489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
490
|
-
def self.ad_group_criterion_approval_status
|
491
|
-
require "google/ads/google_ads/v12/enums/ad_group_criterion_approval_status_pb"
|
492
|
-
Google::Ads::GoogleAds::V12::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
493
|
-
end
|
494
|
-
|
495
|
-
# Returns the descriptor for the AdGroupCriterionStatus enum
|
496
|
-
#
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
498
|
-
def self.ad_group_criterion_status
|
499
|
-
require "google/ads/google_ads/v12/enums/ad_group_criterion_status_pb"
|
500
|
-
Google::Ads::GoogleAds::V12::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
501
|
-
end
|
502
|
-
|
503
|
-
# Returns the descriptor for the BiddingSource enum
|
504
|
-
#
|
505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
506
|
-
def self.bidding_source
|
507
|
-
require "google/ads/google_ads/v12/enums/bidding_source_pb"
|
508
|
-
Google::Ads::GoogleAds::V12::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
509
|
-
end
|
510
|
-
|
511
|
-
# Returns the descriptor for the CriterionSystemServingStatus enum
|
512
|
-
#
|
513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
514
|
-
def self.criterion_system_serving_status
|
515
|
-
require "google/ads/google_ads/v12/enums/criterion_system_serving_status_pb"
|
516
|
-
Google::Ads::GoogleAds::V12::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
517
|
-
end
|
518
|
-
|
519
|
-
# Returns the descriptor for the CriterionType enum
|
520
|
-
#
|
521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
522
|
-
def self.criterion_type
|
523
|
-
require "google/ads/google_ads/v12/enums/criterion_type_pb"
|
524
|
-
Google::Ads::GoogleAds::V12::Enums::CriterionTypeEnum::CriterionType.descriptor
|
525
|
-
end
|
526
|
-
|
527
|
-
# Returns the descriptor for the QualityScoreBucket enum
|
528
|
-
#
|
529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
530
|
-
def self.quality_score_bucket
|
531
|
-
require "google/ads/google_ads/v12/enums/quality_score_bucket_pb"
|
532
|
-
Google::Ads::GoogleAds::V12::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
533
|
-
end
|
534
|
-
|
535
|
-
# Returns the descriptor for the SimulationModificationMethod enum
|
536
|
-
#
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
538
|
-
def self.simulation_modification_method
|
539
|
-
require "google/ads/google_ads/v12/enums/simulation_modification_method_pb"
|
540
|
-
Google::Ads::GoogleAds::V12::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
541
|
-
end
|
542
|
-
|
543
|
-
# Returns the descriptor for the SimulationType enum
|
544
|
-
#
|
545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
546
|
-
def self.simulation_type
|
547
|
-
require "google/ads/google_ads/v12/enums/simulation_type_pb"
|
548
|
-
Google::Ads::GoogleAds::V12::Enums::SimulationTypeEnum::SimulationType.descriptor
|
549
|
-
end
|
550
|
-
|
551
|
-
# Returns the descriptor for the ExtensionSettingDevice enum
|
552
|
-
#
|
553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
554
|
-
def self.extension_setting_device
|
555
|
-
require "google/ads/google_ads/v12/enums/extension_setting_device_pb"
|
556
|
-
Google::Ads::GoogleAds::V12::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
557
|
-
end
|
558
|
-
|
559
|
-
# Returns the descriptor for the ExtensionType enum
|
560
|
-
#
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
562
|
-
def self.extension_type
|
563
|
-
require "google/ads/google_ads/v12/enums/extension_type_pb"
|
564
|
-
Google::Ads::GoogleAds::V12::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
565
|
-
end
|
566
|
-
|
567
|
-
# Returns the descriptor for the MatchingFunctionContextType enum
|
568
|
-
#
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
570
|
-
def self.matching_function_context_type
|
571
|
-
require "google/ads/google_ads/v12/enums/matching_function_context_type_pb"
|
572
|
-
Google::Ads::GoogleAds::V12::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
573
|
-
end
|
574
|
-
|
575
|
-
# Returns the descriptor for the MatchingFunctionOperator enum
|
576
|
-
#
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
578
|
-
def self.matching_function_operator
|
579
|
-
require "google/ads/google_ads/v12/enums/matching_function_operator_pb"
|
580
|
-
Google::Ads::GoogleAds::V12::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
581
|
-
end
|
582
|
-
|
583
|
-
# Returns the descriptor for the FeedLinkStatus enum
|
584
|
-
#
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
586
|
-
def self.feed_link_status
|
587
|
-
require "google/ads/google_ads/v12/enums/feed_link_status_pb"
|
588
|
-
Google::Ads::GoogleAds::V12::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
589
|
-
end
|
590
|
-
|
591
|
-
# Returns the descriptor for the PlaceholderType enum
|
592
|
-
#
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
594
|
-
def self.placeholder_type
|
595
|
-
require "google/ads/google_ads/v12/enums/placeholder_type_pb"
|
596
|
-
Google::Ads::GoogleAds::V12::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
597
|
-
end
|
598
|
-
|
599
|
-
# Returns the descriptor for the TargetingDimension enum
|
600
|
-
#
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
602
|
-
def self.targeting_dimension
|
603
|
-
require "google/ads/google_ads/v12/enums/targeting_dimension_pb"
|
604
|
-
Google::Ads::GoogleAds::V12::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
605
|
-
end
|
606
|
-
|
607
|
-
# Returns the descriptor for the Operator enum
|
608
|
-
#
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
610
|
-
def self.operator
|
611
|
-
require "google/ads/google_ads/v12/common/targeting_setting_pb"
|
612
|
-
Google::Ads::GoogleAds::V12::Common::TargetRestrictionOperation::Operator.descriptor
|
613
|
-
end
|
614
|
-
|
615
|
-
# Returns the descriptor for the AdGroupAdRotationMode enum
|
616
|
-
#
|
617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
618
|
-
def self.ad_group_ad_rotation_mode
|
619
|
-
require "google/ads/google_ads/v12/enums/ad_group_ad_rotation_mode_pb"
|
620
|
-
Google::Ads::GoogleAds::V12::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
621
|
-
end
|
622
|
-
|
623
|
-
# Returns the descriptor for the AdGroupStatus enum
|
624
|
-
#
|
625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
626
|
-
def self.ad_group_status
|
627
|
-
require "google/ads/google_ads/v12/enums/ad_group_status_pb"
|
628
|
-
Google::Ads::GoogleAds::V12::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
629
|
-
end
|
630
|
-
|
631
|
-
# Returns the descriptor for the AdGroupType enum
|
632
|
-
#
|
633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
634
|
-
def self.ad_group_type
|
635
|
-
require "google/ads/google_ads/v12/enums/ad_group_type_pb"
|
636
|
-
Google::Ads::GoogleAds::V12::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
637
|
-
end
|
638
|
-
|
639
|
-
# Returns the descriptor for the AssetSetType enum
|
640
|
-
#
|
641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetType enum
|
642
|
-
def self.asset_set_type
|
643
|
-
require "google/ads/google_ads/v12/enums/asset_set_type_pb"
|
644
|
-
Google::Ads::GoogleAds::V12::Enums::AssetSetTypeEnum::AssetSetType.descriptor
|
645
|
-
end
|
646
|
-
|
647
|
-
# Returns the descriptor for the ListingGroupFilterBiddingCategoryLevel enum
|
648
|
-
#
|
649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterBiddingCategoryLevel enum
|
650
|
-
def self.listing_group_filter_bidding_category_level
|
651
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_bidding_category_level_pb"
|
652
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterBiddingCategoryLevelEnum::ListingGroupFilterBiddingCategoryLevel.descriptor
|
653
|
-
end
|
654
|
-
|
655
|
-
# Returns the descriptor for the ListingGroupFilterCustomAttributeIndex enum
|
656
|
-
#
|
657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterCustomAttributeIndex enum
|
658
|
-
def self.listing_group_filter_custom_attribute_index
|
659
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_custom_attribute_index_pb"
|
660
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterCustomAttributeIndexEnum::ListingGroupFilterCustomAttributeIndex.descriptor
|
661
|
-
end
|
662
|
-
|
663
|
-
# Returns the descriptor for the ListingGroupFilterProductChannel enum
|
664
|
-
#
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductChannel enum
|
666
|
-
def self.listing_group_filter_product_channel
|
667
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_product_channel_pb"
|
668
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterProductChannelEnum::ListingGroupFilterProductChannel.descriptor
|
669
|
-
end
|
670
|
-
|
671
|
-
# Returns the descriptor for the ListingGroupFilterProductCondition enum
|
672
|
-
#
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductCondition enum
|
674
|
-
def self.listing_group_filter_product_condition
|
675
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_product_condition_pb"
|
676
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterProductConditionEnum::ListingGroupFilterProductCondition.descriptor
|
677
|
-
end
|
678
|
-
|
679
|
-
# Returns the descriptor for the ListingGroupFilterProductTypeLevel enum
|
680
|
-
#
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductTypeLevel enum
|
682
|
-
def self.listing_group_filter_product_type_level
|
683
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_product_type_level_pb"
|
684
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterProductTypeLevelEnum::ListingGroupFilterProductTypeLevel.descriptor
|
685
|
-
end
|
686
|
-
|
687
|
-
# Returns the descriptor for the ListingGroupFilterType enum
|
688
|
-
#
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterType enum
|
690
|
-
def self.listing_group_filter_type
|
691
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_type_enum_pb"
|
692
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterTypeEnum::ListingGroupFilterType.descriptor
|
693
|
-
end
|
694
|
-
|
695
|
-
# Returns the descriptor for the ListingGroupFilterVertical enum
|
696
|
-
#
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterVertical enum
|
698
|
-
def self.listing_group_filter_vertical
|
699
|
-
require "google/ads/google_ads/v12/enums/listing_group_filter_vertical_pb"
|
700
|
-
Google::Ads::GoogleAds::V12::Enums::ListingGroupFilterVerticalEnum::ListingGroupFilterVertical.descriptor
|
701
|
-
end
|
702
|
-
|
703
|
-
# Returns the descriptor for the AssetGroupStatus enum
|
704
|
-
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetGroupStatus enum
|
706
|
-
def self.asset_group_status
|
707
|
-
require "google/ads/google_ads/v12/enums/asset_group_status_pb"
|
708
|
-
Google::Ads::GoogleAds::V12::Enums::AssetGroupStatusEnum::AssetGroupStatus.descriptor
|
709
|
-
end
|
710
|
-
|
711
|
-
# Returns the descriptor for the CallToActionType enum
|
712
|
-
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallToActionType enum
|
714
|
-
def self.call_to_action_type
|
715
|
-
require "google/ads/google_ads/v12/enums/call_to_action_type_pb"
|
716
|
-
Google::Ads::GoogleAds::V12::Enums::CallToActionTypeEnum::CallToActionType.descriptor
|
717
|
-
end
|
718
|
-
|
719
|
-
# Returns the descriptor for the LeadFormCallToActionType enum
|
720
|
-
#
|
721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
|
722
|
-
def self.lead_form_call_to_action_type
|
723
|
-
require "google/ads/google_ads/v12/enums/lead_form_call_to_action_type_pb"
|
724
|
-
Google::Ads::GoogleAds::V12::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
|
725
|
-
end
|
726
|
-
|
727
|
-
# Returns the descriptor for the LeadFormDesiredIntent enum
|
728
|
-
#
|
729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
|
730
|
-
def self.lead_form_desired_intent
|
731
|
-
require "google/ads/google_ads/v12/enums/lead_form_desired_intent_pb"
|
732
|
-
Google::Ads::GoogleAds::V12::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
|
733
|
-
end
|
734
|
-
|
735
|
-
# Returns the descriptor for the LeadFormFieldUserInputType enum
|
736
|
-
#
|
737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
|
738
|
-
def self.lead_form_field_user_input_type
|
739
|
-
require "google/ads/google_ads/v12/enums/lead_form_field_user_input_type_pb"
|
740
|
-
Google::Ads::GoogleAds::V12::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
|
741
|
-
end
|
742
|
-
|
743
|
-
# Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
|
744
|
-
#
|
745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
|
746
|
-
def self.lead_form_post_submit_call_to_action_type
|
747
|
-
require "google/ads/google_ads/v12/enums/lead_form_post_submit_call_to_action_type_pb"
|
748
|
-
Google::Ads::GoogleAds::V12::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
|
749
|
-
end
|
750
|
-
|
751
|
-
# Returns the descriptor for the LocationOwnershipType enum
|
752
|
-
#
|
753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationOwnershipType enum
|
754
|
-
def self.location_ownership_type
|
755
|
-
require "google/ads/google_ads/v12/enums/location_ownership_type_pb"
|
756
|
-
Google::Ads::GoogleAds::V12::Enums::LocationOwnershipTypeEnum::LocationOwnershipType.descriptor
|
757
|
-
end
|
758
|
-
|
759
|
-
# Returns the descriptor for the PriceExtensionPriceQualifier enum
|
760
|
-
#
|
761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
|
762
|
-
def self.price_extension_price_qualifier
|
763
|
-
require "google/ads/google_ads/v12/enums/price_extension_price_qualifier_pb"
|
764
|
-
Google::Ads::GoogleAds::V12::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
|
765
|
-
end
|
766
|
-
|
767
|
-
# Returns the descriptor for the PriceExtensionPriceUnit enum
|
768
|
-
#
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
|
770
|
-
def self.price_extension_price_unit
|
771
|
-
require "google/ads/google_ads/v12/enums/price_extension_price_unit_pb"
|
772
|
-
Google::Ads::GoogleAds::V12::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
|
773
|
-
end
|
774
|
-
|
775
|
-
# Returns the descriptor for the PriceExtensionType enum
|
776
|
-
#
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
|
778
|
-
def self.price_extension_type
|
779
|
-
require "google/ads/google_ads/v12/enums/price_extension_type_pb"
|
780
|
-
Google::Ads::GoogleAds::V12::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
|
781
|
-
end
|
782
|
-
|
783
|
-
# Returns the descriptor for the PromotionExtensionDiscountModifier enum
|
784
|
-
#
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
|
786
|
-
def self.promotion_extension_discount_modifier
|
787
|
-
require "google/ads/google_ads/v12/enums/promotion_extension_discount_modifier_pb"
|
788
|
-
Google::Ads::GoogleAds::V12::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
|
789
|
-
end
|
790
|
-
|
791
|
-
# Returns the descriptor for the PromotionExtensionOccasion enum
|
792
|
-
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
|
794
|
-
def self.promotion_extension_occasion
|
795
|
-
require "google/ads/google_ads/v12/enums/promotion_extension_occasion_pb"
|
796
|
-
Google::Ads::GoogleAds::V12::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
797
|
-
end
|
798
|
-
|
799
|
-
# Returns the descriptor for the AssetType enum
|
800
|
-
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
802
|
-
def self.asset_type
|
803
|
-
require "google/ads/google_ads/v12/enums/asset_type_pb"
|
804
|
-
Google::Ads::GoogleAds::V12::Enums::AssetTypeEnum::AssetType.descriptor
|
805
|
-
end
|
806
|
-
|
807
|
-
# Returns the descriptor for the AssetSetAssetStatus enum
|
808
|
-
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetAssetStatus enum
|
810
|
-
def self.asset_set_asset_status
|
811
|
-
require "google/ads/google_ads/v12/enums/asset_set_asset_status_pb"
|
812
|
-
Google::Ads::GoogleAds::V12::Enums::AssetSetAssetStatusEnum::AssetSetAssetStatus.descriptor
|
813
|
-
end
|
814
|
-
|
815
|
-
# Returns the descriptor for the ChainRelationshipType enum
|
816
|
-
#
|
817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChainRelationshipType enum
|
818
|
-
def self.chain_relationship_type
|
819
|
-
require "google/ads/google_ads/v12/enums/chain_relationship_type_pb"
|
820
|
-
Google::Ads::GoogleAds::V12::Enums::ChainRelationshipTypeEnum::ChainRelationshipType.descriptor
|
821
|
-
end
|
822
|
-
|
823
|
-
# Returns the descriptor for the LocationStringFilterType enum
|
824
|
-
#
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationStringFilterType enum
|
826
|
-
def self.location_string_filter_type
|
827
|
-
require "google/ads/google_ads/v12/enums/location_string_filter_type_pb"
|
828
|
-
Google::Ads::GoogleAds::V12::Enums::LocationStringFilterTypeEnum::LocationStringFilterType.descriptor
|
829
|
-
end
|
830
|
-
|
831
|
-
# Returns the descriptor for the AssetSetStatus enum
|
832
|
-
#
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetStatus enum
|
834
|
-
def self.asset_set_status
|
835
|
-
require "google/ads/google_ads/v12/enums/asset_set_status_pb"
|
836
|
-
Google::Ads::GoogleAds::V12::Enums::AssetSetStatusEnum::AssetSetStatus.descriptor
|
837
|
-
end
|
838
|
-
|
839
|
-
# Returns the descriptor for the AudienceStatus enum
|
840
|
-
#
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AudienceStatus enum
|
842
|
-
def self.audience_status
|
843
|
-
require "google/ads/google_ads/v12/enums/audience_status_pb"
|
844
|
-
Google::Ads::GoogleAds::V12::Enums::AudienceStatusEnum::AudienceStatus.descriptor
|
845
|
-
end
|
846
|
-
|
847
|
-
# Returns the descriptor for the BatchJobStatus enum
|
848
|
-
#
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
|
850
|
-
def self.batch_job_status
|
851
|
-
require "google/ads/google_ads/v12/enums/batch_job_status_pb"
|
852
|
-
Google::Ads::GoogleAds::V12::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
|
853
|
-
end
|
854
|
-
|
855
|
-
# Returns the descriptor for the AdvertisingChannelType enum
|
856
|
-
#
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
858
|
-
def self.advertising_channel_type
|
859
|
-
require "google/ads/google_ads/v12/enums/advertising_channel_type_pb"
|
860
|
-
Google::Ads::GoogleAds::V12::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
861
|
-
end
|
862
|
-
|
863
|
-
# Returns the descriptor for the SeasonalityEventScope enum
|
864
|
-
#
|
865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SeasonalityEventScope enum
|
866
|
-
def self.seasonality_event_scope
|
867
|
-
require "google/ads/google_ads/v12/enums/seasonality_event_scope_pb"
|
868
|
-
Google::Ads::GoogleAds::V12::Enums::SeasonalityEventScopeEnum::SeasonalityEventScope.descriptor
|
869
|
-
end
|
870
|
-
|
871
|
-
# Returns the descriptor for the SeasonalityEventStatus enum
|
872
|
-
#
|
873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SeasonalityEventStatus enum
|
874
|
-
def self.seasonality_event_status
|
875
|
-
require "google/ads/google_ads/v12/enums/seasonality_event_status_pb"
|
876
|
-
Google::Ads::GoogleAds::V12::Enums::SeasonalityEventStatusEnum::SeasonalityEventStatus.descriptor
|
877
|
-
end
|
878
|
-
|
879
|
-
# Returns the descriptor for the BiddingStrategyStatus enum
|
880
|
-
#
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
882
|
-
def self.bidding_strategy_status
|
883
|
-
require "google/ads/google_ads/v12/enums/bidding_strategy_status_pb"
|
884
|
-
Google::Ads::GoogleAds::V12::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
885
|
-
end
|
886
|
-
|
887
|
-
# Returns the descriptor for the BillingSetupStatus enum
|
888
|
-
#
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
890
|
-
def self.billing_setup_status
|
891
|
-
require "google/ads/google_ads/v12/enums/billing_setup_status_pb"
|
892
|
-
Google::Ads::GoogleAds::V12::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
893
|
-
end
|
894
|
-
|
895
|
-
# Returns the descriptor for the CallTrackingDisplayLocation enum
|
896
|
-
#
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
|
898
|
-
def self.call_tracking_display_location
|
899
|
-
require "google/ads/google_ads/v12/enums/call_tracking_display_location_pb"
|
900
|
-
Google::Ads::GoogleAds::V12::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
|
901
|
-
end
|
902
|
-
|
903
|
-
# Returns the descriptor for the CallType enum
|
904
|
-
#
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallType enum
|
906
|
-
def self.call_type
|
907
|
-
require "google/ads/google_ads/v12/enums/call_type_pb"
|
908
|
-
Google::Ads::GoogleAds::V12::Enums::CallTypeEnum::CallType.descriptor
|
909
|
-
end
|
910
|
-
|
911
|
-
# Returns the descriptor for the GoogleVoiceCallStatus enum
|
912
|
-
#
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
|
914
|
-
def self.google_voice_call_status
|
915
|
-
require "google/ads/google_ads/v12/enums/google_voice_call_status_pb"
|
916
|
-
Google::Ads::GoogleAds::V12::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
|
917
|
-
end
|
918
|
-
|
919
|
-
# Returns the descriptor for the BudgetDeliveryMethod enum
|
920
|
-
#
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
922
|
-
def self.budget_delivery_method
|
923
|
-
require "google/ads/google_ads/v12/enums/budget_delivery_method_pb"
|
924
|
-
Google::Ads::GoogleAds::V12::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
925
|
-
end
|
926
|
-
|
927
|
-
# Returns the descriptor for the BudgetPeriod enum
|
928
|
-
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
930
|
-
def self.budget_period
|
931
|
-
require "google/ads/google_ads/v12/enums/budget_period_pb"
|
932
|
-
Google::Ads::GoogleAds::V12::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
933
|
-
end
|
934
|
-
|
935
|
-
# Returns the descriptor for the BudgetStatus enum
|
936
|
-
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
938
|
-
def self.budget_status
|
939
|
-
require "google/ads/google_ads/v12/enums/budget_status_pb"
|
940
|
-
Google::Ads::GoogleAds::V12::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
941
|
-
end
|
942
|
-
|
943
|
-
# Returns the descriptor for the BudgetType enum
|
944
|
-
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
946
|
-
def self.budget_type
|
947
|
-
require "google/ads/google_ads/v12/enums/budget_type_pb"
|
948
|
-
Google::Ads::GoogleAds::V12::Enums::BudgetTypeEnum::BudgetType.descriptor
|
949
|
-
end
|
950
|
-
|
951
|
-
# Returns the descriptor for the ConversionActionCategory enum
|
952
|
-
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
954
|
-
def self.conversion_action_category
|
955
|
-
require "google/ads/google_ads/v12/enums/conversion_action_category_pb"
|
956
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
957
|
-
end
|
958
|
-
|
959
|
-
# Returns the descriptor for the ConversionOrigin enum
|
960
|
-
#
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionOrigin enum
|
962
|
-
def self.conversion_origin
|
963
|
-
require "google/ads/google_ads/v12/enums/conversion_origin_pb"
|
964
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionOriginEnum::ConversionOrigin.descriptor
|
965
|
-
end
|
966
|
-
|
967
|
-
# Returns the descriptor for the CampaignCriterionStatus enum
|
968
|
-
#
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
970
|
-
def self.campaign_criterion_status
|
971
|
-
require "google/ads/google_ads/v12/enums/campaign_criterion_status_pb"
|
972
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
973
|
-
end
|
974
|
-
|
975
|
-
# Returns the descriptor for the CampaignDraftStatus enum
|
976
|
-
#
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
978
|
-
def self.campaign_draft_status
|
979
|
-
require "google/ads/google_ads/v12/enums/campaign_draft_status_pb"
|
980
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
981
|
-
end
|
982
|
-
|
983
|
-
# Returns the descriptor for the CampaignGroupStatus enum
|
984
|
-
#
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignGroupStatus enum
|
986
|
-
def self.campaign_group_status
|
987
|
-
require "google/ads/google_ads/v12/enums/campaign_group_status_pb"
|
988
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignGroupStatusEnum::CampaignGroupStatus.descriptor
|
989
|
-
end
|
990
|
-
|
991
|
-
# Returns the descriptor for the FrequencyCapEventType enum
|
992
|
-
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
|
994
|
-
def self.frequency_cap_event_type
|
995
|
-
require "google/ads/google_ads/v12/enums/frequency_cap_event_type_pb"
|
996
|
-
Google::Ads::GoogleAds::V12::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
|
997
|
-
end
|
998
|
-
|
999
|
-
# Returns the descriptor for the FrequencyCapLevel enum
|
1000
|
-
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
|
1002
|
-
def self.frequency_cap_level
|
1003
|
-
require "google/ads/google_ads/v12/enums/frequency_cap_level_pb"
|
1004
|
-
Google::Ads::GoogleAds::V12::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
|
1005
|
-
end
|
1006
|
-
|
1007
|
-
# Returns the descriptor for the FrequencyCapTimeUnit enum
|
1008
|
-
#
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
|
1010
|
-
def self.frequency_cap_time_unit
|
1011
|
-
require "google/ads/google_ads/v12/enums/frequency_cap_time_unit_pb"
|
1012
|
-
Google::Ads::GoogleAds::V12::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
|
1013
|
-
end
|
1014
|
-
|
1015
|
-
# Returns the descriptor for the AdServingOptimizationStatus enum
|
1016
|
-
#
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
|
1018
|
-
def self.ad_serving_optimization_status
|
1019
|
-
require "google/ads/google_ads/v12/enums/ad_serving_optimization_status_pb"
|
1020
|
-
Google::Ads::GoogleAds::V12::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
|
1021
|
-
end
|
1022
|
-
|
1023
|
-
# Returns the descriptor for the AdvertisingChannelSubType enum
|
1024
|
-
#
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
1026
|
-
def self.advertising_channel_sub_type
|
1027
|
-
require "google/ads/google_ads/v12/enums/advertising_channel_sub_type_pb"
|
1028
|
-
Google::Ads::GoogleAds::V12::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
1029
|
-
end
|
1030
|
-
|
1031
|
-
# Returns the descriptor for the AppCampaignAppStore enum
|
1032
|
-
#
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
|
1034
|
-
def self.app_campaign_app_store
|
1035
|
-
require "google/ads/google_ads/v12/enums/app_campaign_app_store_pb"
|
1036
|
-
Google::Ads::GoogleAds::V12::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
|
1037
|
-
end
|
1038
|
-
|
1039
|
-
# Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
|
1040
|
-
#
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
|
1042
|
-
def self.app_campaign_bidding_strategy_goal_type
|
1043
|
-
require "google/ads/google_ads/v12/enums/app_campaign_bidding_strategy_goal_type_pb"
|
1044
|
-
Google::Ads::GoogleAds::V12::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
|
1045
|
-
end
|
1046
|
-
|
1047
|
-
# Returns the descriptor for the BiddingStrategySystemStatus enum
|
1048
|
-
#
|
1049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategySystemStatus enum
|
1050
|
-
def self.bidding_strategy_system_status
|
1051
|
-
require "google/ads/google_ads/v12/enums/bidding_strategy_system_status_pb"
|
1052
|
-
Google::Ads::GoogleAds::V12::Enums::BiddingStrategySystemStatusEnum::BiddingStrategySystemStatus.descriptor
|
1053
|
-
end
|
1054
|
-
|
1055
|
-
# Returns the descriptor for the BrandSafetySuitability enum
|
1056
|
-
#
|
1057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
|
1058
|
-
def self.brand_safety_suitability
|
1059
|
-
require "google/ads/google_ads/v12/enums/brand_safety_suitability_pb"
|
1060
|
-
Google::Ads::GoogleAds::V12::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
|
1061
|
-
end
|
1062
|
-
|
1063
|
-
# Returns the descriptor for the CampaignExperimentType enum
|
1064
|
-
#
|
1065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
|
1066
|
-
def self.campaign_experiment_type
|
1067
|
-
require "google/ads/google_ads/v12/enums/campaign_experiment_type_pb"
|
1068
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
|
1069
|
-
end
|
1070
|
-
|
1071
|
-
# Returns the descriptor for the CampaignPrimaryStatus enum
|
1072
|
-
#
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignPrimaryStatus enum
|
1074
|
-
def self.campaign_primary_status
|
1075
|
-
require "google/ads/google_ads/v12/enums/campaign_primary_status_pb"
|
1076
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignPrimaryStatusEnum::CampaignPrimaryStatus.descriptor
|
1077
|
-
end
|
1078
|
-
|
1079
|
-
# Returns the descriptor for the CampaignPrimaryStatusReason enum
|
1080
|
-
#
|
1081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignPrimaryStatusReason enum
|
1082
|
-
def self.campaign_primary_status_reason
|
1083
|
-
require "google/ads/google_ads/v12/enums/campaign_primary_status_reason_pb"
|
1084
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignPrimaryStatusReasonEnum::CampaignPrimaryStatusReason.descriptor
|
1085
|
-
end
|
1086
|
-
|
1087
|
-
# Returns the descriptor for the CampaignServingStatus enum
|
1088
|
-
#
|
1089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
|
1090
|
-
def self.campaign_serving_status
|
1091
|
-
require "google/ads/google_ads/v12/enums/campaign_serving_status_pb"
|
1092
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
|
1093
|
-
end
|
1094
|
-
|
1095
|
-
# Returns the descriptor for the CampaignStatus enum
|
1096
|
-
#
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
|
1098
|
-
def self.campaign_status
|
1099
|
-
require "google/ads/google_ads/v12/enums/campaign_status_pb"
|
1100
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignStatusEnum::CampaignStatus.descriptor
|
1101
|
-
end
|
1102
|
-
|
1103
|
-
# Returns the descriptor for the LocationSourceType enum
|
1104
|
-
#
|
1105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
|
1106
|
-
def self.location_source_type
|
1107
|
-
require "google/ads/google_ads/v12/enums/location_source_type_pb"
|
1108
|
-
Google::Ads::GoogleAds::V12::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
|
1109
|
-
end
|
1110
|
-
|
1111
|
-
# Returns the descriptor for the NegativeGeoTargetType enum
|
1112
|
-
#
|
1113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
|
1114
|
-
def self.negative_geo_target_type
|
1115
|
-
require "google/ads/google_ads/v12/enums/negative_geo_target_type_pb"
|
1116
|
-
Google::Ads::GoogleAds::V12::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
|
1117
|
-
end
|
1118
|
-
|
1119
|
-
# Returns the descriptor for the OptimizationGoalType enum
|
1120
|
-
#
|
1121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
|
1122
|
-
def self.optimization_goal_type
|
1123
|
-
require "google/ads/google_ads/v12/enums/optimization_goal_type_pb"
|
1124
|
-
Google::Ads::GoogleAds::V12::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
|
1125
|
-
end
|
1126
|
-
|
1127
|
-
# Returns the descriptor for the PaymentMode enum
|
1128
|
-
#
|
1129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
|
1130
|
-
def self.payment_mode
|
1131
|
-
require "google/ads/google_ads/v12/enums/payment_mode_pb"
|
1132
|
-
Google::Ads::GoogleAds::V12::Enums::PaymentModeEnum::PaymentMode.descriptor
|
1133
|
-
end
|
1134
|
-
|
1135
|
-
# Returns the descriptor for the PerformanceMaxUpgradeStatus enum
|
1136
|
-
#
|
1137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PerformanceMaxUpgradeStatus enum
|
1138
|
-
def self.performance_max_upgrade_status
|
1139
|
-
require "google/ads/google_ads/v12/enums/performance_max_upgrade_status_pb"
|
1140
|
-
Google::Ads::GoogleAds::V12::Enums::PerformanceMaxUpgradeStatusEnum::PerformanceMaxUpgradeStatus.descriptor
|
1141
|
-
end
|
1142
|
-
|
1143
|
-
# Returns the descriptor for the PositiveGeoTargetType enum
|
1144
|
-
#
|
1145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
|
1146
|
-
def self.positive_geo_target_type
|
1147
|
-
require "google/ads/google_ads/v12/enums/positive_geo_target_type_pb"
|
1148
|
-
Google::Ads::GoogleAds::V12::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
|
1149
|
-
end
|
1150
|
-
|
1151
|
-
# Returns the descriptor for the VanityPharmaDisplayUrlMode enum
|
1152
|
-
#
|
1153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
|
1154
|
-
def self.vanity_pharma_display_url_mode
|
1155
|
-
require "google/ads/google_ads/v12/enums/vanity_pharma_display_url_mode_pb"
|
1156
|
-
Google::Ads::GoogleAds::V12::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
|
1157
|
-
end
|
1158
|
-
|
1159
|
-
# Returns the descriptor for the VanityPharmaText enum
|
1160
|
-
#
|
1161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
|
1162
|
-
def self.vanity_pharma_text
|
1163
|
-
require "google/ads/google_ads/v12/enums/vanity_pharma_text_pb"
|
1164
|
-
Google::Ads::GoogleAds::V12::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
1165
|
-
end
|
1166
|
-
|
1167
|
-
# Returns the descriptor for the CampaignSharedSetStatus enum
|
1168
|
-
#
|
1169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
1170
|
-
def self.campaign_shared_set_status
|
1171
|
-
require "google/ads/google_ads/v12/enums/campaign_shared_set_status_pb"
|
1172
|
-
Google::Ads::GoogleAds::V12::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
1173
|
-
end
|
1174
|
-
|
1175
|
-
# Returns the descriptor for the ChangeClientType enum
|
1176
|
-
#
|
1177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeClientType enum
|
1178
|
-
def self.change_client_type
|
1179
|
-
require "google/ads/google_ads/v12/enums/change_client_type_pb"
|
1180
|
-
Google::Ads::GoogleAds::V12::Enums::ChangeClientTypeEnum::ChangeClientType.descriptor
|
1181
|
-
end
|
1182
|
-
|
1183
|
-
# Returns the descriptor for the ChangeEventResourceType enum
|
1184
|
-
#
|
1185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeEventResourceType enum
|
1186
|
-
def self.change_event_resource_type
|
1187
|
-
require "google/ads/google_ads/v12/enums/change_event_resource_type_pb"
|
1188
|
-
Google::Ads::GoogleAds::V12::Enums::ChangeEventResourceTypeEnum::ChangeEventResourceType.descriptor
|
1189
|
-
end
|
1190
|
-
|
1191
|
-
# Returns the descriptor for the ResourceChangeOperation enum
|
1192
|
-
#
|
1193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ResourceChangeOperation enum
|
1194
|
-
def self.resource_change_operation
|
1195
|
-
require "google/ads/google_ads/v12/enums/resource_change_operation_pb"
|
1196
|
-
Google::Ads::GoogleAds::V12::Enums::ResourceChangeOperationEnum::ResourceChangeOperation.descriptor
|
1197
|
-
end
|
1198
|
-
|
1199
|
-
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
1200
|
-
#
|
1201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
|
1202
|
-
def self.affiliate_location_feed_relationship_type
|
1203
|
-
require "google/ads/google_ads/v12/enums/affiliate_location_feed_relationship_type_pb"
|
1204
|
-
Google::Ads::GoogleAds::V12::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
|
1205
|
-
end
|
1206
|
-
|
1207
|
-
# Returns the descriptor for the FeedAttributeType enum
|
1208
|
-
#
|
1209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
|
1210
|
-
def self.feed_attribute_type
|
1211
|
-
require "google/ads/google_ads/v12/enums/feed_attribute_type_pb"
|
1212
|
-
Google::Ads::GoogleAds::V12::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
1213
|
-
end
|
1214
|
-
|
1215
|
-
# Returns the descriptor for the FeedOrigin enum
|
1216
|
-
#
|
1217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
1218
|
-
def self.feed_origin
|
1219
|
-
require "google/ads/google_ads/v12/enums/feed_origin_pb"
|
1220
|
-
Google::Ads::GoogleAds::V12::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
1221
|
-
end
|
1222
|
-
|
1223
|
-
# Returns the descriptor for the FeedStatus enum
|
1224
|
-
#
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
1226
|
-
def self.feed_status
|
1227
|
-
require "google/ads/google_ads/v12/enums/feed_status_pb"
|
1228
|
-
Google::Ads::GoogleAds::V12::Enums::FeedStatusEnum::FeedStatus.descriptor
|
1229
|
-
end
|
1230
|
-
|
1231
|
-
# Returns the descriptor for the Operator enum
|
1232
|
-
#
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
1234
|
-
def self.operator
|
1235
|
-
require "google/ads/google_ads/v12/resources/feed_pb"
|
1236
|
-
Google::Ads::GoogleAds::V12::Resources::FeedAttributeOperation::Operator.descriptor
|
1237
|
-
end
|
1238
|
-
|
1239
|
-
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
1240
|
-
#
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
1242
|
-
def self.feed_item_quality_approval_status
|
1243
|
-
require "google/ads/google_ads/v12/enums/feed_item_quality_approval_status_pb"
|
1244
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
1245
|
-
end
|
1246
|
-
|
1247
|
-
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
1248
|
-
#
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
1250
|
-
def self.feed_item_quality_disapproval_reason
|
1251
|
-
require "google/ads/google_ads/v12/enums/feed_item_quality_disapproval_reason_pb"
|
1252
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
1253
|
-
end
|
1254
|
-
|
1255
|
-
# Returns the descriptor for the FeedItemStatus enum
|
1256
|
-
#
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
1258
|
-
def self.feed_item_status
|
1259
|
-
require "google/ads/google_ads/v12/enums/feed_item_status_pb"
|
1260
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
1261
|
-
end
|
1262
|
-
|
1263
|
-
# Returns the descriptor for the FeedItemValidationStatus enum
|
1264
|
-
#
|
1265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
1266
|
-
def self.feed_item_validation_status
|
1267
|
-
require "google/ads/google_ads/v12/enums/feed_item_validation_status_pb"
|
1268
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
1269
|
-
end
|
1270
|
-
|
1271
|
-
# Returns the descriptor for the GeoTargetingRestriction enum
|
1272
|
-
#
|
1273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
1274
|
-
def self.geo_targeting_restriction
|
1275
|
-
require "google/ads/google_ads/v12/enums/geo_targeting_restriction_pb"
|
1276
|
-
Google::Ads::GoogleAds::V12::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
1277
|
-
end
|
1278
|
-
|
1279
|
-
# Returns the descriptor for the FeedItemValidationError enum
|
1280
|
-
#
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
1282
|
-
def self.feed_item_validation_error
|
1283
|
-
require "google/ads/google_ads/v12/errors/feed_item_validation_error_pb"
|
1284
|
-
Google::Ads::GoogleAds::V12::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
1285
|
-
end
|
1286
|
-
|
1287
|
-
# Returns the descriptor for the ChangeStatusOperation enum
|
1288
|
-
#
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
1290
|
-
def self.change_status_operation
|
1291
|
-
require "google/ads/google_ads/v12/enums/change_status_operation_pb"
|
1292
|
-
Google::Ads::GoogleAds::V12::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
1293
|
-
end
|
1294
|
-
|
1295
|
-
# Returns the descriptor for the ChangeStatusResourceType enum
|
1296
|
-
#
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
1298
|
-
def self.change_status_resource_type
|
1299
|
-
require "google/ads/google_ads/v12/enums/change_status_resource_type_pb"
|
1300
|
-
Google::Ads::GoogleAds::V12::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
1301
|
-
end
|
1302
|
-
|
1303
|
-
# Returns the descriptor for the CombinedAudienceStatus enum
|
1304
|
-
#
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
|
1306
|
-
def self.combined_audience_status
|
1307
|
-
require "google/ads/google_ads/v12/enums/combined_audience_status_pb"
|
1308
|
-
Google::Ads::GoogleAds::V12::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
|
1309
|
-
end
|
1310
|
-
|
1311
|
-
# Returns the descriptor for the TrackingCodePageFormat enum
|
1312
|
-
#
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
1314
|
-
def self.tracking_code_page_format
|
1315
|
-
require "google/ads/google_ads/v12/enums/tracking_code_page_format_pb"
|
1316
|
-
Google::Ads::GoogleAds::V12::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
1317
|
-
end
|
1318
|
-
|
1319
|
-
# Returns the descriptor for the TrackingCodeType enum
|
1320
|
-
#
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
1322
|
-
def self.tracking_code_type
|
1323
|
-
require "google/ads/google_ads/v12/enums/tracking_code_type_pb"
|
1324
|
-
Google::Ads::GoogleAds::V12::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
1325
|
-
end
|
1326
|
-
|
1327
|
-
# Returns the descriptor for the AttributionModel enum
|
1328
|
-
#
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
1330
|
-
def self.attribution_model
|
1331
|
-
require "google/ads/google_ads/v12/enums/attribution_model_pb"
|
1332
|
-
Google::Ads::GoogleAds::V12::Enums::AttributionModelEnum::AttributionModel.descriptor
|
1333
|
-
end
|
1334
|
-
|
1335
|
-
# Returns the descriptor for the ConversionActionCountingType enum
|
1336
|
-
#
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
1338
|
-
def self.conversion_action_counting_type
|
1339
|
-
require "google/ads/google_ads/v12/enums/conversion_action_counting_type_pb"
|
1340
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
1341
|
-
end
|
1342
|
-
|
1343
|
-
# Returns the descriptor for the ConversionActionStatus enum
|
1344
|
-
#
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
1346
|
-
def self.conversion_action_status
|
1347
|
-
require "google/ads/google_ads/v12/enums/conversion_action_status_pb"
|
1348
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
1349
|
-
end
|
1350
|
-
|
1351
|
-
# Returns the descriptor for the ConversionActionType enum
|
1352
|
-
#
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
1354
|
-
def self.conversion_action_type
|
1355
|
-
require "google/ads/google_ads/v12/enums/conversion_action_type_pb"
|
1356
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
1357
|
-
end
|
1358
|
-
|
1359
|
-
# Returns the descriptor for the DataDrivenModelStatus enum
|
1360
|
-
#
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
1362
|
-
def self.data_driven_model_status
|
1363
|
-
require "google/ads/google_ads/v12/enums/data_driven_model_status_pb"
|
1364
|
-
Google::Ads::GoogleAds::V12::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
1365
|
-
end
|
1366
|
-
|
1367
|
-
# Returns the descriptor for the ConversionCustomVariableStatus enum
|
1368
|
-
#
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionCustomVariableStatus enum
|
1370
|
-
def self.conversion_custom_variable_status
|
1371
|
-
require "google/ads/google_ads/v12/enums/conversion_custom_variable_status_pb"
|
1372
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionCustomVariableStatusEnum::ConversionCustomVariableStatus.descriptor
|
1373
|
-
end
|
1374
|
-
|
1375
|
-
# Returns the descriptor for the GoalConfigLevel enum
|
1376
|
-
#
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GoalConfigLevel enum
|
1378
|
-
def self.goal_config_level
|
1379
|
-
require "google/ads/google_ads/v12/enums/goal_config_level_pb"
|
1380
|
-
Google::Ads::GoogleAds::V12::Enums::GoalConfigLevelEnum::GoalConfigLevel.descriptor
|
1381
|
-
end
|
1382
|
-
|
1383
|
-
# Returns the descriptor for the ConversionValueRuleStatus enum
|
1384
|
-
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleStatus enum
|
1386
|
-
def self.conversion_value_rule_status
|
1387
|
-
require "google/ads/google_ads/v12/enums/conversion_value_rule_status_pb"
|
1388
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionValueRuleStatusEnum::ConversionValueRuleStatus.descriptor
|
1389
|
-
end
|
1390
|
-
|
1391
|
-
# Returns the descriptor for the ValueRuleDeviceType enum
|
1392
|
-
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ValueRuleDeviceType enum
|
1394
|
-
def self.value_rule_device_type
|
1395
|
-
require "google/ads/google_ads/v12/enums/value_rule_device_type_pb"
|
1396
|
-
Google::Ads::GoogleAds::V12::Enums::ValueRuleDeviceTypeEnum::ValueRuleDeviceType.descriptor
|
1397
|
-
end
|
1398
|
-
|
1399
|
-
# Returns the descriptor for the ValueRuleGeoLocationMatchType enum
|
1400
|
-
#
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ValueRuleGeoLocationMatchType enum
|
1402
|
-
def self.value_rule_geo_location_match_type
|
1403
|
-
require "google/ads/google_ads/v12/enums/value_rule_geo_location_match_type_pb"
|
1404
|
-
Google::Ads::GoogleAds::V12::Enums::ValueRuleGeoLocationMatchTypeEnum::ValueRuleGeoLocationMatchType.descriptor
|
1405
|
-
end
|
1406
|
-
|
1407
|
-
# Returns the descriptor for the ValueRuleOperation enum
|
1408
|
-
#
|
1409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ValueRuleOperation enum
|
1410
|
-
def self.value_rule_operation
|
1411
|
-
require "google/ads/google_ads/v12/enums/value_rule_operation_pb"
|
1412
|
-
Google::Ads::GoogleAds::V12::Enums::ValueRuleOperationEnum::ValueRuleOperation.descriptor
|
1413
|
-
end
|
1414
|
-
|
1415
|
-
# Returns the descriptor for the ConversionValueRuleSetStatus enum
|
1416
|
-
#
|
1417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleSetStatus enum
|
1418
|
-
def self.conversion_value_rule_set_status
|
1419
|
-
require "google/ads/google_ads/v12/enums/conversion_value_rule_set_status_pb"
|
1420
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionValueRuleSetStatusEnum::ConversionValueRuleSetStatus.descriptor
|
1421
|
-
end
|
1422
|
-
|
1423
|
-
# Returns the descriptor for the ValueRuleSetAttachmentType enum
|
1424
|
-
#
|
1425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ValueRuleSetAttachmentType enum
|
1426
|
-
def self.value_rule_set_attachment_type
|
1427
|
-
require "google/ads/google_ads/v12/enums/value_rule_set_attachment_type_pb"
|
1428
|
-
Google::Ads::GoogleAds::V12::Enums::ValueRuleSetAttachmentTypeEnum::ValueRuleSetAttachmentType.descriptor
|
1429
|
-
end
|
1430
|
-
|
1431
|
-
# Returns the descriptor for the ValueRuleSetDimension enum
|
1432
|
-
#
|
1433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ValueRuleSetDimension enum
|
1434
|
-
def self.value_rule_set_dimension
|
1435
|
-
require "google/ads/google_ads/v12/enums/value_rule_set_dimension_pb"
|
1436
|
-
Google::Ads::GoogleAds::V12::Enums::ValueRuleSetDimensionEnum::ValueRuleSetDimension.descriptor
|
1437
|
-
end
|
1438
|
-
|
1439
|
-
# Returns the descriptor for the CustomAudienceMemberType enum
|
1440
|
-
#
|
1441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
|
1442
|
-
def self.custom_audience_member_type
|
1443
|
-
require "google/ads/google_ads/v12/enums/custom_audience_member_type_pb"
|
1444
|
-
Google::Ads::GoogleAds::V12::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
|
1445
|
-
end
|
1446
|
-
|
1447
|
-
# Returns the descriptor for the CustomAudienceStatus enum
|
1448
|
-
#
|
1449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
|
1450
|
-
def self.custom_audience_status
|
1451
|
-
require "google/ads/google_ads/v12/enums/custom_audience_status_pb"
|
1452
|
-
Google::Ads::GoogleAds::V12::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
|
1453
|
-
end
|
1454
|
-
|
1455
|
-
# Returns the descriptor for the CustomAudienceType enum
|
1456
|
-
#
|
1457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
|
1458
|
-
def self.custom_audience_type
|
1459
|
-
require "google/ads/google_ads/v12/enums/custom_audience_type_pb"
|
1460
|
-
Google::Ads::GoogleAds::V12::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
|
1461
|
-
end
|
1462
|
-
|
1463
|
-
# Returns the descriptor for the CustomConversionGoalStatus enum
|
1464
|
-
#
|
1465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomConversionGoalStatus enum
|
1466
|
-
def self.custom_conversion_goal_status
|
1467
|
-
require "google/ads/google_ads/v12/enums/custom_conversion_goal_status_pb"
|
1468
|
-
Google::Ads::GoogleAds::V12::Enums::CustomConversionGoalStatusEnum::CustomConversionGoalStatus.descriptor
|
1469
|
-
end
|
1470
|
-
|
1471
|
-
# Returns the descriptor for the CustomInterestMemberType enum
|
1472
|
-
#
|
1473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
1474
|
-
def self.custom_interest_member_type
|
1475
|
-
require "google/ads/google_ads/v12/enums/custom_interest_member_type_pb"
|
1476
|
-
Google::Ads::GoogleAds::V12::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
1477
|
-
end
|
1478
|
-
|
1479
|
-
# Returns the descriptor for the CustomInterestStatus enum
|
1480
|
-
#
|
1481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
1482
|
-
def self.custom_interest_status
|
1483
|
-
require "google/ads/google_ads/v12/enums/custom_interest_status_pb"
|
1484
|
-
Google::Ads::GoogleAds::V12::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
1485
|
-
end
|
1486
|
-
|
1487
|
-
# Returns the descriptor for the CustomInterestType enum
|
1488
|
-
#
|
1489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
1490
|
-
def self.custom_interest_type
|
1491
|
-
require "google/ads/google_ads/v12/enums/custom_interest_type_pb"
|
1492
|
-
Google::Ads::GoogleAds::V12::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
1493
|
-
end
|
1494
|
-
|
1495
|
-
# Returns the descriptor for the ManagerLinkStatus enum
|
1496
|
-
#
|
1497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
1498
|
-
def self.manager_link_status
|
1499
|
-
require "google/ads/google_ads/v12/enums/manager_link_status_pb"
|
1500
|
-
Google::Ads::GoogleAds::V12::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
1501
|
-
end
|
1502
|
-
|
1503
|
-
# Returns the descriptor for the CustomerStatus enum
|
1504
|
-
#
|
1505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerStatus enum
|
1506
|
-
def self.customer_status
|
1507
|
-
require "google/ads/google_ads/v12/enums/customer_status_pb"
|
1508
|
-
Google::Ads::GoogleAds::V12::Enums::CustomerStatusEnum::CustomerStatus.descriptor
|
1509
|
-
end
|
1510
|
-
|
1511
|
-
# Returns the descriptor for the ConversionTrackingStatus enum
|
1512
|
-
#
|
1513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionTrackingStatus enum
|
1514
|
-
def self.conversion_tracking_status
|
1515
|
-
require "google/ads/google_ads/v12/enums/conversion_tracking_status_enum_pb"
|
1516
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionTrackingStatusEnum::ConversionTrackingStatus.descriptor
|
1517
|
-
end
|
1518
|
-
|
1519
|
-
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
1520
|
-
#
|
1521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
1522
|
-
def self.customer_pay_per_conversion_eligibility_failure_reason
|
1523
|
-
require "google/ads/google_ads/v12/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
|
1524
|
-
Google::Ads::GoogleAds::V12::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
1525
|
-
end
|
1526
|
-
|
1527
|
-
# Returns the descriptor for the AccessInvitationStatus enum
|
1528
|
-
#
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
|
1530
|
-
def self.access_invitation_status
|
1531
|
-
require "google/ads/google_ads/v12/enums/access_invitation_status_pb"
|
1532
|
-
Google::Ads::GoogleAds::V12::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
|
1533
|
-
end
|
1534
|
-
|
1535
|
-
# Returns the descriptor for the AccessRole enum
|
1536
|
-
#
|
1537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
|
1538
|
-
def self.access_role
|
1539
|
-
require "google/ads/google_ads/v12/enums/access_role_pb"
|
1540
|
-
Google::Ads::GoogleAds::V12::Enums::AccessRoleEnum::AccessRole.descriptor
|
1541
|
-
end
|
1542
|
-
|
1543
|
-
# Returns the descriptor for the CustomizerAttributeStatus enum
|
1544
|
-
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeStatus enum
|
1546
|
-
def self.customizer_attribute_status
|
1547
|
-
require "google/ads/google_ads/v12/enums/customizer_attribute_status_pb"
|
1548
|
-
Google::Ads::GoogleAds::V12::Enums::CustomizerAttributeStatusEnum::CustomizerAttributeStatus.descriptor
|
1549
|
-
end
|
1550
|
-
|
1551
|
-
# Returns the descriptor for the PlacementType enum
|
1552
|
-
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
1554
|
-
def self.placement_type
|
1555
|
-
require "google/ads/google_ads/v12/enums/placement_type_pb"
|
1556
|
-
Google::Ads::GoogleAds::V12::Enums::PlacementTypeEnum::PlacementType.descriptor
|
1557
|
-
end
|
1558
|
-
|
1559
|
-
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
1560
|
-
#
|
1561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
1562
|
-
def self.criterion_category_channel_availability_mode
|
1563
|
-
require "google/ads/google_ads/v12/enums/criterion_category_channel_availability_mode_pb"
|
1564
|
-
Google::Ads::GoogleAds::V12::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
1565
|
-
end
|
1566
|
-
|
1567
|
-
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
1568
|
-
#
|
1569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
1570
|
-
def self.criterion_category_locale_availability_mode
|
1571
|
-
require "google/ads/google_ads/v12/enums/criterion_category_locale_availability_mode_pb"
|
1572
|
-
Google::Ads::GoogleAds::V12::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
1573
|
-
end
|
1574
|
-
|
1575
|
-
# Returns the descriptor for the DistanceBucket enum
|
1576
|
-
#
|
1577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
|
1578
|
-
def self.distance_bucket
|
1579
|
-
require "google/ads/google_ads/v12/enums/distance_bucket_pb"
|
1580
|
-
Google::Ads::GoogleAds::V12::Enums::DistanceBucketEnum::DistanceBucket.descriptor
|
1581
|
-
end
|
1582
|
-
|
1583
|
-
# Returns the descriptor for the ExperimentMetric enum
|
1584
|
-
#
|
1585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExperimentMetric enum
|
1586
|
-
def self.experiment_metric
|
1587
|
-
require "google/ads/google_ads/v12/enums/experiment_metric_pb"
|
1588
|
-
Google::Ads::GoogleAds::V12::Enums::ExperimentMetricEnum::ExperimentMetric.descriptor
|
1589
|
-
end
|
1590
|
-
|
1591
|
-
# Returns the descriptor for the ExperimentMetricDirection enum
|
1592
|
-
#
|
1593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExperimentMetricDirection enum
|
1594
|
-
def self.experiment_metric_direction
|
1595
|
-
require "google/ads/google_ads/v12/enums/experiment_metric_direction_pb"
|
1596
|
-
Google::Ads::GoogleAds::V12::Enums::ExperimentMetricDirectionEnum::ExperimentMetricDirection.descriptor
|
1597
|
-
end
|
1598
|
-
|
1599
|
-
# Returns the descriptor for the AsyncActionStatus enum
|
1600
|
-
#
|
1601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AsyncActionStatus enum
|
1602
|
-
def self.async_action_status
|
1603
|
-
require "google/ads/google_ads/v12/enums/async_action_status_pb"
|
1604
|
-
Google::Ads::GoogleAds::V12::Enums::AsyncActionStatusEnum::AsyncActionStatus.descriptor
|
1605
|
-
end
|
1606
|
-
|
1607
|
-
# Returns the descriptor for the ExperimentStatus enum
|
1608
|
-
#
|
1609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExperimentStatus enum
|
1610
|
-
def self.experiment_status
|
1611
|
-
require "google/ads/google_ads/v12/enums/experiment_status_pb"
|
1612
|
-
Google::Ads::GoogleAds::V12::Enums::ExperimentStatusEnum::ExperimentStatus.descriptor
|
1613
|
-
end
|
1614
|
-
|
1615
|
-
# Returns the descriptor for the ExperimentType enum
|
1616
|
-
#
|
1617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExperimentType enum
|
1618
|
-
def self.experiment_type
|
1619
|
-
require "google/ads/google_ads/v12/enums/experiment_type_pb"
|
1620
|
-
Google::Ads::GoogleAds::V12::Enums::ExperimentTypeEnum::ExperimentType.descriptor
|
1621
|
-
end
|
1622
|
-
|
1623
|
-
# Returns the descriptor for the AppStore enum
|
1624
|
-
#
|
1625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
|
1626
|
-
def self.app_store
|
1627
|
-
require "google/ads/google_ads/v12/enums/app_store_pb"
|
1628
|
-
Google::Ads::GoogleAds::V12::Enums::AppStoreEnum::AppStore.descriptor
|
1629
|
-
end
|
1630
|
-
|
1631
|
-
# Returns the descriptor for the FeedItemTargetDevice enum
|
1632
|
-
#
|
1633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
1634
|
-
def self.feed_item_target_device
|
1635
|
-
require "google/ads/google_ads/v12/enums/feed_item_target_device_pb"
|
1636
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
1637
|
-
end
|
1638
|
-
|
1639
|
-
# Returns the descriptor for the FeedItemSetStringFilterType enum
|
1640
|
-
#
|
1641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
|
1642
|
-
def self.feed_item_set_string_filter_type
|
1643
|
-
require "google/ads/google_ads/v12/enums/feed_item_set_string_filter_type_pb"
|
1644
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
|
1645
|
-
end
|
1646
|
-
|
1647
|
-
# Returns the descriptor for the FeedItemSetStatus enum
|
1648
|
-
#
|
1649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
|
1650
|
-
def self.feed_item_set_status
|
1651
|
-
require "google/ads/google_ads/v12/enums/feed_item_set_status_pb"
|
1652
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
|
1653
|
-
end
|
1654
|
-
|
1655
|
-
# Returns the descriptor for the FeedItemTargetStatus enum
|
1656
|
-
#
|
1657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
|
1658
|
-
def self.feed_item_target_status
|
1659
|
-
require "google/ads/google_ads/v12/enums/feed_item_target_status_pb"
|
1660
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemTargetStatusEnum::FeedItemTargetStatus.descriptor
|
1661
|
-
end
|
1662
|
-
|
1663
|
-
# Returns the descriptor for the FeedItemTargetType enum
|
1664
|
-
#
|
1665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1666
|
-
def self.feed_item_target_type
|
1667
|
-
require "google/ads/google_ads/v12/enums/feed_item_target_type_pb"
|
1668
|
-
Google::Ads::GoogleAds::V12::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1669
|
-
end
|
1670
|
-
|
1671
|
-
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
1672
|
-
#
|
1673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
1674
|
-
def self.ad_customizer_placeholder_field
|
1675
|
-
require "google/ads/google_ads/v12/enums/ad_customizer_placeholder_field_pb"
|
1676
|
-
Google::Ads::GoogleAds::V12::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
1677
|
-
end
|
1678
|
-
|
1679
|
-
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
1680
|
-
#
|
1681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
1682
|
-
def self.affiliate_location_placeholder_field
|
1683
|
-
require "google/ads/google_ads/v12/enums/affiliate_location_placeholder_field_pb"
|
1684
|
-
Google::Ads::GoogleAds::V12::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
1685
|
-
end
|
1686
|
-
|
1687
|
-
# Returns the descriptor for the AppPlaceholderField enum
|
1688
|
-
#
|
1689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
1690
|
-
def self.app_placeholder_field
|
1691
|
-
require "google/ads/google_ads/v12/enums/app_placeholder_field_pb"
|
1692
|
-
Google::Ads::GoogleAds::V12::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
1693
|
-
end
|
1694
|
-
|
1695
|
-
# Returns the descriptor for the CallPlaceholderField enum
|
1696
|
-
#
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
1698
|
-
def self.call_placeholder_field
|
1699
|
-
require "google/ads/google_ads/v12/enums/call_placeholder_field_pb"
|
1700
|
-
Google::Ads::GoogleAds::V12::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
1701
|
-
end
|
1702
|
-
|
1703
|
-
# Returns the descriptor for the CalloutPlaceholderField enum
|
1704
|
-
#
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
1706
|
-
def self.callout_placeholder_field
|
1707
|
-
require "google/ads/google_ads/v12/enums/callout_placeholder_field_pb"
|
1708
|
-
Google::Ads::GoogleAds::V12::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
1709
|
-
end
|
1710
|
-
|
1711
|
-
# Returns the descriptor for the CustomPlaceholderField enum
|
1712
|
-
#
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
1714
|
-
def self.custom_placeholder_field
|
1715
|
-
require "google/ads/google_ads/v12/enums/custom_placeholder_field_pb"
|
1716
|
-
Google::Ads::GoogleAds::V12::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
1717
|
-
end
|
1718
|
-
|
1719
|
-
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
1720
|
-
#
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
1722
|
-
def self.dsa_page_feed_criterion_field
|
1723
|
-
require "google/ads/google_ads/v12/enums/dsa_page_feed_criterion_field_pb"
|
1724
|
-
Google::Ads::GoogleAds::V12::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
1725
|
-
end
|
1726
|
-
|
1727
|
-
# Returns the descriptor for the EducationPlaceholderField enum
|
1728
|
-
#
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
1730
|
-
def self.education_placeholder_field
|
1731
|
-
require "google/ads/google_ads/v12/enums/education_placeholder_field_pb"
|
1732
|
-
Google::Ads::GoogleAds::V12::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
1733
|
-
end
|
1734
|
-
|
1735
|
-
# Returns the descriptor for the FeedMappingCriterionType enum
|
1736
|
-
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
1738
|
-
def self.feed_mapping_criterion_type
|
1739
|
-
require "google/ads/google_ads/v12/enums/feed_mapping_criterion_type_pb"
|
1740
|
-
Google::Ads::GoogleAds::V12::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
1741
|
-
end
|
1742
|
-
|
1743
|
-
# Returns the descriptor for the FeedMappingStatus enum
|
1744
|
-
#
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
1746
|
-
def self.feed_mapping_status
|
1747
|
-
require "google/ads/google_ads/v12/enums/feed_mapping_status_pb"
|
1748
|
-
Google::Ads::GoogleAds::V12::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
1749
|
-
end
|
1750
|
-
|
1751
|
-
# Returns the descriptor for the FlightPlaceholderField enum
|
1752
|
-
#
|
1753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
1754
|
-
def self.flight_placeholder_field
|
1755
|
-
require "google/ads/google_ads/v12/enums/flight_placeholder_field_pb"
|
1756
|
-
Google::Ads::GoogleAds::V12::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
1757
|
-
end
|
1758
|
-
|
1759
|
-
# Returns the descriptor for the HotelPlaceholderField enum
|
1760
|
-
#
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
1762
|
-
def self.hotel_placeholder_field
|
1763
|
-
require "google/ads/google_ads/v12/enums/hotel_placeholder_field_pb"
|
1764
|
-
Google::Ads::GoogleAds::V12::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
1765
|
-
end
|
1766
|
-
|
1767
|
-
# Returns the descriptor for the ImagePlaceholderField enum
|
1768
|
-
#
|
1769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
|
1770
|
-
def self.image_placeholder_field
|
1771
|
-
require "google/ads/google_ads/v12/enums/image_placeholder_field_pb"
|
1772
|
-
Google::Ads::GoogleAds::V12::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
|
1773
|
-
end
|
1774
|
-
|
1775
|
-
# Returns the descriptor for the JobPlaceholderField enum
|
1776
|
-
#
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
1778
|
-
def self.job_placeholder_field
|
1779
|
-
require "google/ads/google_ads/v12/enums/job_placeholder_field_pb"
|
1780
|
-
Google::Ads::GoogleAds::V12::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
1781
|
-
end
|
1782
|
-
|
1783
|
-
# Returns the descriptor for the LocalPlaceholderField enum
|
1784
|
-
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
1786
|
-
def self.local_placeholder_field
|
1787
|
-
require "google/ads/google_ads/v12/enums/local_placeholder_field_pb"
|
1788
|
-
Google::Ads::GoogleAds::V12::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
1789
|
-
end
|
1790
|
-
|
1791
|
-
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
1792
|
-
#
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
1794
|
-
def self.location_extension_targeting_criterion_field
|
1795
|
-
require "google/ads/google_ads/v12/enums/location_extension_targeting_criterion_field_pb"
|
1796
|
-
Google::Ads::GoogleAds::V12::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
1797
|
-
end
|
1798
|
-
|
1799
|
-
# Returns the descriptor for the LocationPlaceholderField enum
|
1800
|
-
#
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
1802
|
-
def self.location_placeholder_field
|
1803
|
-
require "google/ads/google_ads/v12/enums/location_placeholder_field_pb"
|
1804
|
-
Google::Ads::GoogleAds::V12::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
1805
|
-
end
|
1806
|
-
|
1807
|
-
# Returns the descriptor for the MessagePlaceholderField enum
|
1808
|
-
#
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
1810
|
-
def self.message_placeholder_field
|
1811
|
-
require "google/ads/google_ads/v12/enums/message_placeholder_field_pb"
|
1812
|
-
Google::Ads::GoogleAds::V12::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
1813
|
-
end
|
1814
|
-
|
1815
|
-
# Returns the descriptor for the PricePlaceholderField enum
|
1816
|
-
#
|
1817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
1818
|
-
def self.price_placeholder_field
|
1819
|
-
require "google/ads/google_ads/v12/enums/price_placeholder_field_pb"
|
1820
|
-
Google::Ads::GoogleAds::V12::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
1821
|
-
end
|
1822
|
-
|
1823
|
-
# Returns the descriptor for the PromotionPlaceholderField enum
|
1824
|
-
#
|
1825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
1826
|
-
def self.promotion_placeholder_field
|
1827
|
-
require "google/ads/google_ads/v12/enums/promotion_placeholder_field_pb"
|
1828
|
-
Google::Ads::GoogleAds::V12::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
1829
|
-
end
|
1830
|
-
|
1831
|
-
# Returns the descriptor for the RealEstatePlaceholderField enum
|
1832
|
-
#
|
1833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
1834
|
-
def self.real_estate_placeholder_field
|
1835
|
-
require "google/ads/google_ads/v12/enums/real_estate_placeholder_field_pb"
|
1836
|
-
Google::Ads::GoogleAds::V12::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
1837
|
-
end
|
1838
|
-
|
1839
|
-
# Returns the descriptor for the SitelinkPlaceholderField enum
|
1840
|
-
#
|
1841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
1842
|
-
def self.sitelink_placeholder_field
|
1843
|
-
require "google/ads/google_ads/v12/enums/sitelink_placeholder_field_pb"
|
1844
|
-
Google::Ads::GoogleAds::V12::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
1845
|
-
end
|
1846
|
-
|
1847
|
-
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
1848
|
-
#
|
1849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
1850
|
-
def self.structured_snippet_placeholder_field
|
1851
|
-
require "google/ads/google_ads/v12/enums/structured_snippet_placeholder_field_pb"
|
1852
|
-
Google::Ads::GoogleAds::V12::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
1853
|
-
end
|
1854
|
-
|
1855
|
-
# Returns the descriptor for the TravelPlaceholderField enum
|
1856
|
-
#
|
1857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
1858
|
-
def self.travel_placeholder_field
|
1859
|
-
require "google/ads/google_ads/v12/enums/travel_placeholder_field_pb"
|
1860
|
-
Google::Ads::GoogleAds::V12::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
1861
|
-
end
|
1862
|
-
|
1863
|
-
# Returns the descriptor for the GeoTargetConstantStatus enum
|
1864
|
-
#
|
1865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
1866
|
-
def self.geo_target_constant_status
|
1867
|
-
require "google/ads/google_ads/v12/enums/geo_target_constant_status_pb"
|
1868
|
-
Google::Ads::GoogleAds::V12::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
1869
|
-
end
|
1870
|
-
|
1871
|
-
# Returns the descriptor for the GeoTargetingType enum
|
1872
|
-
#
|
1873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
1874
|
-
def self.geo_targeting_type
|
1875
|
-
require "google/ads/google_ads/v12/enums/geo_targeting_type_pb"
|
1876
|
-
Google::Ads::GoogleAds::V12::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
1877
|
-
end
|
1878
|
-
|
1879
|
-
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
1880
|
-
#
|
1881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
1882
|
-
def self.google_ads_field_category
|
1883
|
-
require "google/ads/google_ads/v12/enums/google_ads_field_category_pb"
|
1884
|
-
Google::Ads::GoogleAds::V12::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
1885
|
-
end
|
1886
|
-
|
1887
|
-
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
1888
|
-
#
|
1889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
1890
|
-
def self.google_ads_field_data_type
|
1891
|
-
require "google/ads/google_ads/v12/enums/google_ads_field_data_type_pb"
|
1892
|
-
Google::Ads::GoogleAds::V12::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
1893
|
-
end
|
1894
|
-
|
1895
|
-
# Returns the descriptor for the HotelReconciliationStatus enum
|
1896
|
-
#
|
1897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelReconciliationStatus enum
|
1898
|
-
def self.hotel_reconciliation_status
|
1899
|
-
require "google/ads/google_ads/v12/enums/hotel_reconciliation_status_pb"
|
1900
|
-
Google::Ads::GoogleAds::V12::Enums::HotelReconciliationStatusEnum::HotelReconciliationStatus.descriptor
|
1901
|
-
end
|
1902
|
-
|
1903
|
-
# Returns the descriptor for the MonthOfYear enum
|
1904
|
-
#
|
1905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1906
|
-
def self.month_of_year
|
1907
|
-
require "google/ads/google_ads/v12/enums/month_of_year_pb"
|
1908
|
-
Google::Ads::GoogleAds::V12::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1909
|
-
end
|
1910
|
-
|
1911
|
-
# Returns the descriptor for the InvoiceType enum
|
1912
|
-
#
|
1913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
|
1914
|
-
def self.invoice_type
|
1915
|
-
require "google/ads/google_ads/v12/enums/invoice_type_pb"
|
1916
|
-
Google::Ads::GoogleAds::V12::Enums::InvoiceTypeEnum::InvoiceType.descriptor
|
1917
|
-
end
|
1918
|
-
|
1919
|
-
# Returns the descriptor for the KeywordPlanNetwork enum
|
1920
|
-
#
|
1921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
1922
|
-
def self.keyword_plan_network
|
1923
|
-
require "google/ads/google_ads/v12/enums/keyword_plan_network_pb"
|
1924
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
1925
|
-
end
|
1926
|
-
|
1927
|
-
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
1928
|
-
#
|
1929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
1930
|
-
def self.keyword_plan_forecast_interval
|
1931
|
-
require "google/ads/google_ads/v12/enums/keyword_plan_forecast_interval_pb"
|
1932
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
1933
|
-
end
|
1934
|
-
|
1935
|
-
# Returns the descriptor for the LabelStatus enum
|
1936
|
-
#
|
1937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
1938
|
-
def self.label_status
|
1939
|
-
require "google/ads/google_ads/v12/enums/label_status_pb"
|
1940
|
-
Google::Ads::GoogleAds::V12::Enums::LabelStatusEnum::LabelStatus.descriptor
|
1941
|
-
end
|
1942
|
-
|
1943
|
-
# Returns the descriptor for the MediaType enum
|
1944
|
-
#
|
1945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
1946
|
-
def self.media_type
|
1947
|
-
require "google/ads/google_ads/v12/enums/media_type_pb"
|
1948
|
-
Google::Ads::GoogleAds::V12::Enums::MediaTypeEnum::MediaType.descriptor
|
1949
|
-
end
|
1950
|
-
|
1951
|
-
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
1952
|
-
#
|
1953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
1954
|
-
def self.merchant_center_link_status
|
1955
|
-
require "google/ads/google_ads/v12/enums/merchant_center_link_status_pb"
|
1956
|
-
Google::Ads::GoogleAds::V12::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
1957
|
-
end
|
1958
|
-
|
1959
|
-
# Returns the descriptor for the MobileDeviceType enum
|
1960
|
-
#
|
1961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
1962
|
-
def self.mobile_device_type
|
1963
|
-
require "google/ads/google_ads/v12/enums/mobile_device_type_pb"
|
1964
|
-
Google::Ads::GoogleAds::V12::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
1965
|
-
end
|
1966
|
-
|
1967
|
-
# Returns the descriptor for the UserIdentifierSource enum
|
1968
|
-
#
|
1969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserIdentifierSource enum
|
1970
|
-
def self.user_identifier_source
|
1971
|
-
require "google/ads/google_ads/v12/enums/user_identifier_source_pb"
|
1972
|
-
Google::Ads::GoogleAds::V12::Enums::UserIdentifierSourceEnum::UserIdentifierSource.descriptor
|
1973
|
-
end
|
1974
|
-
|
1975
|
-
# Returns the descriptor for the OfflineUserDataJobFailureReason enum
|
1976
|
-
#
|
1977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
|
1978
|
-
def self.offline_user_data_job_failure_reason
|
1979
|
-
require "google/ads/google_ads/v12/enums/offline_user_data_job_failure_reason_pb"
|
1980
|
-
Google::Ads::GoogleAds::V12::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
|
1981
|
-
end
|
1982
|
-
|
1983
|
-
# Returns the descriptor for the OfflineUserDataJobMatchRateRange enum
|
1984
|
-
#
|
1985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobMatchRateRange enum
|
1986
|
-
def self.offline_user_data_job_match_rate_range
|
1987
|
-
require "google/ads/google_ads/v12/enums/offline_user_data_job_match_rate_range_pb"
|
1988
|
-
Google::Ads::GoogleAds::V12::Enums::OfflineUserDataJobMatchRateRangeEnum::OfflineUserDataJobMatchRateRange.descriptor
|
1989
|
-
end
|
1990
|
-
|
1991
|
-
# Returns the descriptor for the OfflineUserDataJobStatus enum
|
1992
|
-
#
|
1993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
|
1994
|
-
def self.offline_user_data_job_status
|
1995
|
-
require "google/ads/google_ads/v12/enums/offline_user_data_job_status_pb"
|
1996
|
-
Google::Ads::GoogleAds::V12::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
|
1997
|
-
end
|
1998
|
-
|
1999
|
-
# Returns the descriptor for the OfflineUserDataJobType enum
|
2000
|
-
#
|
2001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
|
2002
|
-
def self.offline_user_data_job_type
|
2003
|
-
require "google/ads/google_ads/v12/enums/offline_user_data_job_type_pb"
|
2004
|
-
Google::Ads::GoogleAds::V12::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
|
2005
|
-
end
|
2006
|
-
|
2007
|
-
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
2008
|
-
#
|
2009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
2010
|
-
def self.operating_system_version_operator_type
|
2011
|
-
require "google/ads/google_ads/v12/enums/operating_system_version_operator_type_pb"
|
2012
|
-
Google::Ads::GoogleAds::V12::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
2013
|
-
end
|
2014
|
-
|
2015
|
-
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
2016
|
-
#
|
2017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
2018
|
-
def self.product_bidding_category_status
|
2019
|
-
require "google/ads/google_ads/v12/enums/product_bidding_category_status_pb"
|
2020
|
-
Google::Ads::GoogleAds::V12::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
2021
|
-
end
|
2022
|
-
|
2023
|
-
# Returns the descriptor for the RecommendationType enum
|
2024
|
-
#
|
2025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
2026
|
-
def self.recommendation_type
|
2027
|
-
require "google/ads/google_ads/v12/enums/recommendation_type_pb"
|
2028
|
-
Google::Ads::GoogleAds::V12::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
2029
|
-
end
|
2030
|
-
|
2031
|
-
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
2032
|
-
#
|
2033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
2034
|
-
def self.target_cpa_opt_in_recommendation_goal
|
2035
|
-
require "google/ads/google_ads/v12/enums/target_cpa_opt_in_recommendation_goal_pb"
|
2036
|
-
Google::Ads::GoogleAds::V12::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
2037
|
-
end
|
2038
|
-
|
2039
|
-
# Returns the descriptor for the SearchTermTargetingStatus enum
|
2040
|
-
#
|
2041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
2042
|
-
def self.search_term_targeting_status
|
2043
|
-
require "google/ads/google_ads/v12/enums/search_term_targeting_status_pb"
|
2044
|
-
Google::Ads::GoogleAds::V12::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
2045
|
-
end
|
2046
|
-
|
2047
|
-
# Returns the descriptor for the SharedSetStatus enum
|
2048
|
-
#
|
2049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
|
2050
|
-
def self.shared_set_status
|
2051
|
-
require "google/ads/google_ads/v12/enums/shared_set_status_pb"
|
2052
|
-
Google::Ads::GoogleAds::V12::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
|
2053
|
-
end
|
2054
|
-
|
2055
|
-
# Returns the descriptor for the SharedSetType enum
|
2056
|
-
#
|
2057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
|
2058
|
-
def self.shared_set_type
|
2059
|
-
require "google/ads/google_ads/v12/enums/shared_set_type_pb"
|
2060
|
-
Google::Ads::GoogleAds::V12::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
2061
|
-
end
|
2062
|
-
|
2063
|
-
# Returns the descriptor for the UserInterestTaxonomyType enum
|
2064
|
-
#
|
2065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
2066
|
-
def self.user_interest_taxonomy_type
|
2067
|
-
require "google/ads/google_ads/v12/enums/user_interest_taxonomy_type_pb"
|
2068
|
-
Google::Ads::GoogleAds::V12::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
2069
|
-
end
|
2070
|
-
|
2071
|
-
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
2072
|
-
#
|
2073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
2074
|
-
def self.customer_match_upload_key_type
|
2075
|
-
require "google/ads/google_ads/v12/enums/customer_match_upload_key_type_pb"
|
2076
|
-
Google::Ads::GoogleAds::V12::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
2077
|
-
end
|
2078
|
-
|
2079
|
-
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
2080
|
-
#
|
2081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
|
2082
|
-
def self.user_list_combined_rule_operator
|
2083
|
-
require "google/ads/google_ads/v12/enums/user_list_combined_rule_operator_pb"
|
2084
|
-
Google::Ads::GoogleAds::V12::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
|
2085
|
-
end
|
2086
|
-
|
2087
|
-
# Returns the descriptor for the UserListCrmDataSourceType enum
|
2088
|
-
#
|
2089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
|
2090
|
-
def self.user_list_crm_data_source_type
|
2091
|
-
require "google/ads/google_ads/v12/enums/user_list_crm_data_source_type_pb"
|
2092
|
-
Google::Ads::GoogleAds::V12::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
|
2093
|
-
end
|
2094
|
-
|
2095
|
-
# Returns the descriptor for the UserListDateRuleItemOperator enum
|
2096
|
-
#
|
2097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
|
2098
|
-
def self.user_list_date_rule_item_operator
|
2099
|
-
require "google/ads/google_ads/v12/enums/user_list_date_rule_item_operator_pb"
|
2100
|
-
Google::Ads::GoogleAds::V12::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
|
2101
|
-
end
|
2102
|
-
|
2103
|
-
# Returns the descriptor for the UserListFlexibleRuleOperator enum
|
2104
|
-
#
|
2105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListFlexibleRuleOperator enum
|
2106
|
-
def self.user_list_flexible_rule_operator
|
2107
|
-
require "google/ads/google_ads/v12/enums/user_list_flexible_rule_operator_pb"
|
2108
|
-
Google::Ads::GoogleAds::V12::Enums::UserListFlexibleRuleOperatorEnum::UserListFlexibleRuleOperator.descriptor
|
2109
|
-
end
|
2110
|
-
|
2111
|
-
# Returns the descriptor for the UserListLogicalRuleOperator enum
|
2112
|
-
#
|
2113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
|
2114
|
-
def self.user_list_logical_rule_operator
|
2115
|
-
require "google/ads/google_ads/v12/enums/user_list_logical_rule_operator_pb"
|
2116
|
-
Google::Ads::GoogleAds::V12::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
|
2117
|
-
end
|
2118
|
-
|
2119
|
-
# Returns the descriptor for the UserListNumberRuleItemOperator enum
|
2120
|
-
#
|
2121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
|
2122
|
-
def self.user_list_number_rule_item_operator
|
2123
|
-
require "google/ads/google_ads/v12/enums/user_list_number_rule_item_operator_pb"
|
2124
|
-
Google::Ads::GoogleAds::V12::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
|
2125
|
-
end
|
2126
|
-
|
2127
|
-
# Returns the descriptor for the UserListPrepopulationStatus enum
|
2128
|
-
#
|
2129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
|
2130
|
-
def self.user_list_prepopulation_status
|
2131
|
-
require "google/ads/google_ads/v12/enums/user_list_prepopulation_status_pb"
|
2132
|
-
Google::Ads::GoogleAds::V12::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
|
2133
|
-
end
|
2134
|
-
|
2135
|
-
# Returns the descriptor for the UserListRuleType enum
|
2136
|
-
#
|
2137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
|
2138
|
-
def self.user_list_rule_type
|
2139
|
-
require "google/ads/google_ads/v12/enums/user_list_rule_type_pb"
|
2140
|
-
Google::Ads::GoogleAds::V12::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
|
2141
|
-
end
|
2142
|
-
|
2143
|
-
# Returns the descriptor for the UserListStringRuleItemOperator enum
|
2144
|
-
#
|
2145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
|
2146
|
-
def self.user_list_string_rule_item_operator
|
2147
|
-
require "google/ads/google_ads/v12/enums/user_list_string_rule_item_operator_pb"
|
2148
|
-
Google::Ads::GoogleAds::V12::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
|
2149
|
-
end
|
2150
|
-
|
2151
|
-
# Returns the descriptor for the AccessReason enum
|
2152
|
-
#
|
2153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
|
2154
|
-
def self.access_reason
|
2155
|
-
require "google/ads/google_ads/v12/enums/access_reason_pb"
|
2156
|
-
Google::Ads::GoogleAds::V12::Enums::AccessReasonEnum::AccessReason.descriptor
|
2157
|
-
end
|
2158
|
-
|
2159
|
-
# Returns the descriptor for the UserListAccessStatus enum
|
2160
|
-
#
|
2161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
|
2162
|
-
def self.user_list_access_status
|
2163
|
-
require "google/ads/google_ads/v12/enums/user_list_access_status_pb"
|
2164
|
-
Google::Ads::GoogleAds::V12::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
|
2165
|
-
end
|
2166
|
-
|
2167
|
-
# Returns the descriptor for the UserListClosingReason enum
|
2168
|
-
#
|
2169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
|
2170
|
-
def self.user_list_closing_reason
|
2171
|
-
require "google/ads/google_ads/v12/enums/user_list_closing_reason_pb"
|
2172
|
-
Google::Ads::GoogleAds::V12::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
2173
|
-
end
|
2174
|
-
|
2175
|
-
# Returns the descriptor for the UserListMembershipStatus enum
|
2176
|
-
#
|
2177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
2178
|
-
def self.user_list_membership_status
|
2179
|
-
require "google/ads/google_ads/v12/enums/user_list_membership_status_pb"
|
2180
|
-
Google::Ads::GoogleAds::V12::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
2181
|
-
end
|
2182
|
-
|
2183
|
-
# Returns the descriptor for the UserListSizeRange enum
|
2184
|
-
#
|
2185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
2186
|
-
def self.user_list_size_range
|
2187
|
-
require "google/ads/google_ads/v12/enums/user_list_size_range_pb"
|
2188
|
-
Google::Ads::GoogleAds::V12::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
2189
|
-
end
|
2190
|
-
|
2191
|
-
# Returns the descriptor for the UserListType enum
|
2192
|
-
#
|
2193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
2194
|
-
def self.user_list_type
|
2195
|
-
require "google/ads/google_ads/v12/enums/user_list_type_pb"
|
2196
|
-
Google::Ads::GoogleAds::V12::Enums::UserListTypeEnum::UserListType.descriptor
|
2197
|
-
end
|
2198
|
-
|
2199
|
-
# Returns the descriptor for the ResponseContentType enum
|
2200
|
-
#
|
2201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ResponseContentType enum
|
2202
|
-
def self.response_content_type
|
2203
|
-
require "google/ads/google_ads/v12/enums/response_content_type_pb"
|
2204
|
-
Google::Ads::GoogleAds::V12::Enums::ResponseContentTypeEnum::ResponseContentType.descriptor
|
2205
|
-
end
|
2206
|
-
|
2207
|
-
# Returns the descriptor for the AudienceInsightsDimension enum
|
2208
|
-
#
|
2209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AudienceInsightsDimension enum
|
2210
|
-
def self.audience_insights_dimension
|
2211
|
-
require "google/ads/google_ads/v12/enums/audience_insights_dimension_pb"
|
2212
|
-
Google::Ads::GoogleAds::V12::Enums::AudienceInsightsDimensionEnum::AudienceInsightsDimension.descriptor
|
2213
|
-
end
|
2214
|
-
|
2215
|
-
# Returns the descriptor for the InteractionEventType enum
|
2216
|
-
#
|
2217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InteractionEventType enum
|
2218
|
-
def self.interaction_event_type
|
2219
|
-
require "google/ads/google_ads/v12/enums/interaction_event_type_pb"
|
2220
|
-
Google::Ads::GoogleAds::V12::Enums::InteractionEventTypeEnum::InteractionEventType.descriptor
|
2221
|
-
end
|
2222
|
-
|
2223
|
-
# Returns the descriptor for the AdDestinationType enum
|
2224
|
-
#
|
2225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdDestinationType enum
|
2226
|
-
def self.ad_destination_type
|
2227
|
-
require "google/ads/google_ads/v12/enums/ad_destination_type_pb"
|
2228
|
-
Google::Ads::GoogleAds::V12::Enums::AdDestinationTypeEnum::AdDestinationType.descriptor
|
2229
|
-
end
|
2230
|
-
|
2231
|
-
# Returns the descriptor for the AdNetworkType enum
|
2232
|
-
#
|
2233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdNetworkType enum
|
2234
|
-
def self.ad_network_type
|
2235
|
-
require "google/ads/google_ads/v12/enums/ad_network_type_pb"
|
2236
|
-
Google::Ads::GoogleAds::V12::Enums::AdNetworkTypeEnum::AdNetworkType.descriptor
|
2237
|
-
end
|
2238
|
-
|
2239
|
-
# Returns the descriptor for the BudgetCampaignAssociationStatus enum
|
2240
|
-
#
|
2241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BudgetCampaignAssociationStatus enum
|
2242
|
-
def self.budget_campaign_association_status
|
2243
|
-
require "google/ads/google_ads/v12/enums/budget_campaign_association_status_pb"
|
2244
|
-
Google::Ads::GoogleAds::V12::Enums::BudgetCampaignAssociationStatusEnum::BudgetCampaignAssociationStatus.descriptor
|
2245
|
-
end
|
2246
|
-
|
2247
|
-
# Returns the descriptor for the ClickType enum
|
2248
|
-
#
|
2249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ClickType enum
|
2250
|
-
def self.click_type
|
2251
|
-
require "google/ads/google_ads/v12/enums/click_type_pb"
|
2252
|
-
Google::Ads::GoogleAds::V12::Enums::ClickTypeEnum::ClickType.descriptor
|
2253
|
-
end
|
2254
|
-
|
2255
|
-
# Returns the descriptor for the ConversionAttributionEventType enum
|
2256
|
-
#
|
2257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAttributionEventType enum
|
2258
|
-
def self.conversion_attribution_event_type
|
2259
|
-
require "google/ads/google_ads/v12/enums/conversion_attribution_event_type_pb"
|
2260
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionAttributionEventTypeEnum::ConversionAttributionEventType.descriptor
|
2261
|
-
end
|
2262
|
-
|
2263
|
-
# Returns the descriptor for the ConversionLagBucket enum
|
2264
|
-
#
|
2265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionLagBucket enum
|
2266
|
-
def self.conversion_lag_bucket
|
2267
|
-
require "google/ads/google_ads/v12/enums/conversion_lag_bucket_pb"
|
2268
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionLagBucketEnum::ConversionLagBucket.descriptor
|
2269
|
-
end
|
2270
|
-
|
2271
|
-
# Returns the descriptor for the ConversionOrAdjustmentLagBucket enum
|
2272
|
-
#
|
2273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionOrAdjustmentLagBucket enum
|
2274
|
-
def self.conversion_or_adjustment_lag_bucket
|
2275
|
-
require "google/ads/google_ads/v12/enums/conversion_or_adjustment_lag_bucket_pb"
|
2276
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionOrAdjustmentLagBucketEnum::ConversionOrAdjustmentLagBucket.descriptor
|
2277
|
-
end
|
2278
|
-
|
2279
|
-
# Returns the descriptor for the ConversionValueRulePrimaryDimension enum
|
2280
|
-
#
|
2281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRulePrimaryDimension enum
|
2282
|
-
def self.conversion_value_rule_primary_dimension
|
2283
|
-
require "google/ads/google_ads/v12/enums/conversion_value_rule_primary_dimension_pb"
|
2284
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionValueRulePrimaryDimensionEnum::ConversionValueRulePrimaryDimension.descriptor
|
2285
|
-
end
|
2286
|
-
|
2287
|
-
# Returns the descriptor for the ExternalConversionSource enum
|
2288
|
-
#
|
2289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExternalConversionSource enum
|
2290
|
-
def self.external_conversion_source
|
2291
|
-
require "google/ads/google_ads/v12/enums/external_conversion_source_pb"
|
2292
|
-
Google::Ads::GoogleAds::V12::Enums::ExternalConversionSourceEnum::ExternalConversionSource.descriptor
|
2293
|
-
end
|
2294
|
-
|
2295
|
-
# Returns the descriptor for the HotelPriceBucket enum
|
2296
|
-
#
|
2297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelPriceBucket enum
|
2298
|
-
def self.hotel_price_bucket
|
2299
|
-
require "google/ads/google_ads/v12/enums/hotel_price_bucket_pb"
|
2300
|
-
Google::Ads::GoogleAds::V12::Enums::HotelPriceBucketEnum::HotelPriceBucket.descriptor
|
2301
|
-
end
|
2302
|
-
|
2303
|
-
# Returns the descriptor for the HotelRateType enum
|
2304
|
-
#
|
2305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelRateType enum
|
2306
|
-
def self.hotel_rate_type
|
2307
|
-
require "google/ads/google_ads/v12/enums/hotel_rate_type_pb"
|
2308
|
-
Google::Ads::GoogleAds::V12::Enums::HotelRateTypeEnum::HotelRateType.descriptor
|
2309
|
-
end
|
2310
|
-
|
2311
|
-
# Returns the descriptor for the SearchEngineResultsPageType enum
|
2312
|
-
#
|
2313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
|
2314
|
-
def self.search_engine_results_page_type
|
2315
|
-
require "google/ads/google_ads/v12/enums/search_engine_results_page_type_pb"
|
2316
|
-
Google::Ads::GoogleAds::V12::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
|
2317
|
-
end
|
2318
|
-
|
2319
|
-
# Returns the descriptor for the SearchTermMatchType enum
|
2320
|
-
#
|
2321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
|
2322
|
-
def self.search_term_match_type
|
2323
|
-
require "google/ads/google_ads/v12/enums/search_term_match_type_pb"
|
2324
|
-
Google::Ads::GoogleAds::V12::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
|
2325
|
-
end
|
2326
|
-
|
2327
|
-
# Returns the descriptor for the SkAdNetworkAdEventType enum
|
2328
|
-
#
|
2329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SkAdNetworkAdEventType enum
|
2330
|
-
def self.sk_ad_network_ad_event_type
|
2331
|
-
require "google/ads/google_ads/v12/enums/sk_ad_network_ad_event_type_pb"
|
2332
|
-
Google::Ads::GoogleAds::V12::Enums::SkAdNetworkAdEventTypeEnum::SkAdNetworkAdEventType.descriptor
|
2333
|
-
end
|
2334
|
-
|
2335
|
-
# Returns the descriptor for the SkAdNetworkAttributionCredit enum
|
2336
|
-
#
|
2337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SkAdNetworkAttributionCredit enum
|
2338
|
-
def self.sk_ad_network_attribution_credit
|
2339
|
-
require "google/ads/google_ads/v12/enums/sk_ad_network_attribution_credit_pb"
|
2340
|
-
Google::Ads::GoogleAds::V12::Enums::SkAdNetworkAttributionCreditEnum::SkAdNetworkAttributionCredit.descriptor
|
2341
|
-
end
|
2342
|
-
|
2343
|
-
# Returns the descriptor for the SkAdNetworkUserType enum
|
2344
|
-
#
|
2345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SkAdNetworkUserType enum
|
2346
|
-
def self.sk_ad_network_user_type
|
2347
|
-
require "google/ads/google_ads/v12/enums/sk_ad_network_user_type_pb"
|
2348
|
-
Google::Ads::GoogleAds::V12::Enums::SkAdNetworkUserTypeEnum::SkAdNetworkUserType.descriptor
|
2349
|
-
end
|
2350
|
-
|
2351
|
-
# Returns the descriptor for the Slot enum
|
2352
|
-
#
|
2353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Slot enum
|
2354
|
-
def self.slot
|
2355
|
-
require "google/ads/google_ads/v12/enums/slot_pb"
|
2356
|
-
Google::Ads::GoogleAds::V12::Enums::SlotEnum::Slot.descriptor
|
2357
|
-
end
|
2358
|
-
|
2359
|
-
# Returns the descriptor for the SummaryRowSetting enum
|
2360
|
-
#
|
2361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SummaryRowSetting enum
|
2362
|
-
def self.summary_row_setting
|
2363
|
-
require "google/ads/google_ads/v12/enums/summary_row_setting_pb"
|
2364
|
-
Google::Ads::GoogleAds::V12::Enums::SummaryRowSettingEnum::SummaryRowSetting.descriptor
|
2365
|
-
end
|
2366
|
-
|
2367
|
-
# Returns the descriptor for the KeywordPlanAggregateMetricType enum
|
2368
|
-
#
|
2369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAggregateMetricType enum
|
2370
|
-
def self.keyword_plan_aggregate_metric_type
|
2371
|
-
require "google/ads/google_ads/v12/enums/keyword_plan_aggregate_metric_type_pb"
|
2372
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordPlanAggregateMetricTypeEnum::KeywordPlanAggregateMetricType.descriptor
|
2373
|
-
end
|
2374
|
-
|
2375
|
-
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
2376
|
-
#
|
2377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
2378
|
-
def self.keyword_plan_competition_level
|
2379
|
-
require "google/ads/google_ads/v12/enums/keyword_plan_competition_level_pb"
|
2380
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
2381
|
-
end
|
2382
|
-
|
2383
|
-
# Returns the descriptor for the KeywordPlanConceptGroupType enum
|
2384
|
-
#
|
2385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanConceptGroupType enum
|
2386
|
-
def self.keyword_plan_concept_group_type
|
2387
|
-
require "google/ads/google_ads/v12/enums/keyword_plan_concept_group_type_pb"
|
2388
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordPlanConceptGroupTypeEnum::KeywordPlanConceptGroupType.descriptor
|
2389
|
-
end
|
2390
|
-
|
2391
|
-
# Returns the descriptor for the ConversionAdjustmentType enum
|
2392
|
-
#
|
2393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
2394
|
-
def self.conversion_adjustment_type
|
2395
|
-
require "google/ads/google_ads/v12/enums/conversion_adjustment_type_pb"
|
2396
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
2397
|
-
end
|
2398
|
-
|
2399
|
-
# Returns the descriptor for the ConversionEnvironment enum
|
2400
|
-
#
|
2401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionEnvironment enum
|
2402
|
-
def self.conversion_environment
|
2403
|
-
require "google/ads/google_ads/v12/enums/conversion_environment_enum_pb"
|
2404
|
-
Google::Ads::GoogleAds::V12::Enums::ConversionEnvironmentEnum::ConversionEnvironment.descriptor
|
2405
|
-
end
|
2406
|
-
|
2407
|
-
# Returns the descriptor for the KeywordPlanKeywordAnnotation enum
|
2408
|
-
#
|
2409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanKeywordAnnotation enum
|
2410
|
-
def self.keyword_plan_keyword_annotation
|
2411
|
-
require "google/ads/google_ads/v12/enums/keyword_plan_keyword_annotation_pb"
|
2412
|
-
Google::Ads::GoogleAds::V12::Enums::KeywordPlanKeywordAnnotationEnum::KeywordPlanKeywordAnnotation.descriptor
|
2413
|
-
end
|
2414
|
-
|
2415
|
-
# Returns the descriptor for the ReachPlanAgeRange enum
|
2416
|
-
#
|
2417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
2418
|
-
def self.reach_plan_age_range
|
2419
|
-
require "google/ads/google_ads/v12/enums/reach_plan_age_range_pb"
|
2420
|
-
Google::Ads::GoogleAds::V12::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
2421
|
-
end
|
2422
|
-
|
2423
|
-
# Returns the descriptor for the ReachPlanNetwork enum
|
2424
|
-
#
|
2425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
|
2426
|
-
def self.reach_plan_network
|
2427
|
-
require "google/ads/google_ads/v12/enums/reach_plan_network_pb"
|
2428
|
-
Google::Ads::GoogleAds::V12::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
|
2429
|
-
end
|
2430
|
-
|
2431
|
-
# Returns the descriptor for the ResourceLimitType enum
|
2432
|
-
#
|
2433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ResourceLimitType enum
|
2434
|
-
def self.resource_limit_type
|
2435
|
-
require "google/ads/google_ads/v12/enums/resource_limit_type_pb"
|
2436
|
-
Google::Ads::GoogleAds::V12::Enums::ResourceLimitTypeEnum::ResourceLimitType.descriptor
|
2437
|
-
end
|
2438
|
-
|
2439
|
-
# Returns the descriptor for the AccessInvitationError enum
|
2440
|
-
#
|
2441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationError enum
|
2442
|
-
def self.access_invitation_error
|
2443
|
-
require "google/ads/google_ads/v12/errors/access_invitation_error_pb"
|
2444
|
-
Google::Ads::GoogleAds::V12::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
|
2445
|
-
end
|
2446
|
-
|
2447
|
-
# Returns the descriptor for the AccountBudgetProposalError enum
|
2448
|
-
#
|
2449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
2450
|
-
def self.account_budget_proposal_error
|
2451
|
-
require "google/ads/google_ads/v12/errors/account_budget_proposal_error_pb"
|
2452
|
-
Google::Ads::GoogleAds::V12::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
2453
|
-
end
|
2454
|
-
|
2455
|
-
# Returns the descriptor for the AccountLinkError enum
|
2456
|
-
#
|
2457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkError enum
|
2458
|
-
def self.account_link_error
|
2459
|
-
require "google/ads/google_ads/v12/errors/account_link_error_pb"
|
2460
|
-
Google::Ads::GoogleAds::V12::Errors::AccountLinkErrorEnum::AccountLinkError.descriptor
|
2461
|
-
end
|
2462
|
-
|
2463
|
-
# Returns the descriptor for the AdCustomizerError enum
|
2464
|
-
#
|
2465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
|
2466
|
-
def self.ad_customizer_error
|
2467
|
-
require "google/ads/google_ads/v12/errors/ad_customizer_error_pb"
|
2468
|
-
Google::Ads::GoogleAds::V12::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
2469
|
-
end
|
2470
|
-
|
2471
|
-
# Returns the descriptor for the AdError enum
|
2472
|
-
#
|
2473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdError enum
|
2474
|
-
def self.ad_error
|
2475
|
-
require "google/ads/google_ads/v12/errors/ad_error_pb"
|
2476
|
-
Google::Ads::GoogleAds::V12::Errors::AdErrorEnum::AdError.descriptor
|
2477
|
-
end
|
2478
|
-
|
2479
|
-
# Returns the descriptor for the AdGroupAdError enum
|
2480
|
-
#
|
2481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
2482
|
-
def self.ad_group_ad_error
|
2483
|
-
require "google/ads/google_ads/v12/errors/ad_group_ad_error_pb"
|
2484
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
|
2485
|
-
end
|
2486
|
-
|
2487
|
-
# Returns the descriptor for the AdGroupBidModifierError enum
|
2488
|
-
#
|
2489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupBidModifierError enum
|
2490
|
-
def self.ad_group_bid_modifier_error
|
2491
|
-
require "google/ads/google_ads/v12/errors/ad_group_bid_modifier_error_pb"
|
2492
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupBidModifierErrorEnum::AdGroupBidModifierError.descriptor
|
2493
|
-
end
|
2494
|
-
|
2495
|
-
# Returns the descriptor for the AdGroupCriterionCustomizerError enum
|
2496
|
-
#
|
2497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionCustomizerError enum
|
2498
|
-
def self.ad_group_criterion_customizer_error
|
2499
|
-
require "google/ads/google_ads/v12/errors/ad_group_criterion_customizer_error_pb"
|
2500
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupCriterionCustomizerErrorEnum::AdGroupCriterionCustomizerError.descriptor
|
2501
|
-
end
|
2502
|
-
|
2503
|
-
# Returns the descriptor for the AdGroupCriterionError enum
|
2504
|
-
#
|
2505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionError enum
|
2506
|
-
def self.ad_group_criterion_error
|
2507
|
-
require "google/ads/google_ads/v12/errors/ad_group_criterion_error_pb"
|
2508
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupCriterionErrorEnum::AdGroupCriterionError.descriptor
|
2509
|
-
end
|
2510
|
-
|
2511
|
-
# Returns the descriptor for the AdGroupCustomizerError enum
|
2512
|
-
#
|
2513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCustomizerError enum
|
2514
|
-
def self.ad_group_customizer_error
|
2515
|
-
require "google/ads/google_ads/v12/errors/ad_group_customizer_error_pb"
|
2516
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupCustomizerErrorEnum::AdGroupCustomizerError.descriptor
|
2517
|
-
end
|
2518
|
-
|
2519
|
-
# Returns the descriptor for the AdGroupError enum
|
2520
|
-
#
|
2521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupError enum
|
2522
|
-
def self.ad_group_error
|
2523
|
-
require "google/ads/google_ads/v12/errors/ad_group_error_pb"
|
2524
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupErrorEnum::AdGroupError.descriptor
|
2525
|
-
end
|
2526
|
-
|
2527
|
-
# Returns the descriptor for the AdGroupFeedError enum
|
2528
|
-
#
|
2529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupFeedError enum
|
2530
|
-
def self.ad_group_feed_error
|
2531
|
-
require "google/ads/google_ads/v12/errors/ad_group_feed_error_pb"
|
2532
|
-
Google::Ads::GoogleAds::V12::Errors::AdGroupFeedErrorEnum::AdGroupFeedError.descriptor
|
2533
|
-
end
|
2534
|
-
|
2535
|
-
# Returns the descriptor for the AdParameterError enum
|
2536
|
-
#
|
2537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdParameterError enum
|
2538
|
-
def self.ad_parameter_error
|
2539
|
-
require "google/ads/google_ads/v12/errors/ad_parameter_error_pb"
|
2540
|
-
Google::Ads::GoogleAds::V12::Errors::AdParameterErrorEnum::AdParameterError.descriptor
|
2541
|
-
end
|
2542
|
-
|
2543
|
-
# Returns the descriptor for the AdSharingError enum
|
2544
|
-
#
|
2545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdSharingError enum
|
2546
|
-
def self.ad_sharing_error
|
2547
|
-
require "google/ads/google_ads/v12/errors/ad_sharing_error_pb"
|
2548
|
-
Google::Ads::GoogleAds::V12::Errors::AdSharingErrorEnum::AdSharingError.descriptor
|
2549
|
-
end
|
2550
|
-
|
2551
|
-
# Returns the descriptor for the AdxError enum
|
2552
|
-
#
|
2553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
|
2554
|
-
def self.adx_error
|
2555
|
-
require "google/ads/google_ads/v12/errors/adx_error_pb"
|
2556
|
-
Google::Ads::GoogleAds::V12::Errors::AdxErrorEnum::AdxError.descriptor
|
2557
|
-
end
|
2558
|
-
|
2559
|
-
# Returns the descriptor for the AssetError enum
|
2560
|
-
#
|
2561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
2562
|
-
def self.asset_error
|
2563
|
-
require "google/ads/google_ads/v12/errors/asset_error_pb"
|
2564
|
-
Google::Ads::GoogleAds::V12::Errors::AssetErrorEnum::AssetError.descriptor
|
2565
|
-
end
|
2566
|
-
|
2567
|
-
# Returns the descriptor for the AssetGroupAssetError enum
|
2568
|
-
#
|
2569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetGroupAssetError enum
|
2570
|
-
def self.asset_group_asset_error
|
2571
|
-
require "google/ads/google_ads/v12/errors/asset_group_asset_error_pb"
|
2572
|
-
Google::Ads::GoogleAds::V12::Errors::AssetGroupAssetErrorEnum::AssetGroupAssetError.descriptor
|
2573
|
-
end
|
2574
|
-
|
2575
|
-
# Returns the descriptor for the AssetGroupError enum
|
2576
|
-
#
|
2577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetGroupError enum
|
2578
|
-
def self.asset_group_error
|
2579
|
-
require "google/ads/google_ads/v12/errors/asset_group_error_pb"
|
2580
|
-
Google::Ads::GoogleAds::V12::Errors::AssetGroupErrorEnum::AssetGroupError.descriptor
|
2581
|
-
end
|
2582
|
-
|
2583
|
-
# Returns the descriptor for the AssetGroupListingGroupFilterError enum
|
2584
|
-
#
|
2585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetGroupListingGroupFilterError enum
|
2586
|
-
def self.asset_group_listing_group_filter_error
|
2587
|
-
require "google/ads/google_ads/v12/errors/asset_group_listing_group_filter_error_pb"
|
2588
|
-
Google::Ads::GoogleAds::V12::Errors::AssetGroupListingGroupFilterErrorEnum::AssetGroupListingGroupFilterError.descriptor
|
2589
|
-
end
|
2590
|
-
|
2591
|
-
# Returns the descriptor for the AssetLinkError enum
|
2592
|
-
#
|
2593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
|
2594
|
-
def self.asset_link_error
|
2595
|
-
require "google/ads/google_ads/v12/errors/asset_link_error_pb"
|
2596
|
-
Google::Ads::GoogleAds::V12::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
|
2597
|
-
end
|
2598
|
-
|
2599
|
-
# Returns the descriptor for the AssetSetAssetError enum
|
2600
|
-
#
|
2601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetAssetError enum
|
2602
|
-
def self.asset_set_asset_error
|
2603
|
-
require "google/ads/google_ads/v12/errors/asset_set_asset_error_pb"
|
2604
|
-
Google::Ads::GoogleAds::V12::Errors::AssetSetAssetErrorEnum::AssetSetAssetError.descriptor
|
2605
|
-
end
|
2606
|
-
|
2607
|
-
# Returns the descriptor for the AssetSetError enum
|
2608
|
-
#
|
2609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetError enum
|
2610
|
-
def self.asset_set_error
|
2611
|
-
require "google/ads/google_ads/v12/errors/asset_set_error_pb"
|
2612
|
-
Google::Ads::GoogleAds::V12::Errors::AssetSetErrorEnum::AssetSetError.descriptor
|
2613
|
-
end
|
2614
|
-
|
2615
|
-
# Returns the descriptor for the AssetSetLinkError enum
|
2616
|
-
#
|
2617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetSetLinkError enum
|
2618
|
-
def self.asset_set_link_error
|
2619
|
-
require "google/ads/google_ads/v12/errors/asset_set_link_error_pb"
|
2620
|
-
Google::Ads::GoogleAds::V12::Errors::AssetSetLinkErrorEnum::AssetSetLinkError.descriptor
|
2621
|
-
end
|
2622
|
-
|
2623
|
-
# Returns the descriptor for the AudienceError enum
|
2624
|
-
#
|
2625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AudienceError enum
|
2626
|
-
def self.audience_error
|
2627
|
-
require "google/ads/google_ads/v12/errors/audience_error_pb"
|
2628
|
-
Google::Ads::GoogleAds::V12::Errors::AudienceErrorEnum::AudienceError.descriptor
|
2629
|
-
end
|
2630
|
-
|
2631
|
-
# Returns the descriptor for the AudienceInsightsError enum
|
2632
|
-
#
|
2633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AudienceInsightsError enum
|
2634
|
-
def self.audience_insights_error
|
2635
|
-
require "google/ads/google_ads/v12/errors/audience_insights_error_pb"
|
2636
|
-
Google::Ads::GoogleAds::V12::Errors::AudienceInsightsErrorEnum::AudienceInsightsError.descriptor
|
2637
|
-
end
|
2638
|
-
|
2639
|
-
# Returns the descriptor for the AuthenticationError enum
|
2640
|
-
#
|
2641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AuthenticationError enum
|
2642
|
-
def self.authentication_error
|
2643
|
-
require "google/ads/google_ads/v12/errors/authentication_error_pb"
|
2644
|
-
Google::Ads::GoogleAds::V12::Errors::AuthenticationErrorEnum::AuthenticationError.descriptor
|
2645
|
-
end
|
2646
|
-
|
2647
|
-
# Returns the descriptor for the AuthorizationError enum
|
2648
|
-
#
|
2649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AuthorizationError enum
|
2650
|
-
def self.authorization_error
|
2651
|
-
require "google/ads/google_ads/v12/errors/authorization_error_pb"
|
2652
|
-
Google::Ads::GoogleAds::V12::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
2653
|
-
end
|
2654
|
-
|
2655
|
-
# Returns the descriptor for the BatchJobError enum
|
2656
|
-
#
|
2657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
|
2658
|
-
def self.batch_job_error
|
2659
|
-
require "google/ads/google_ads/v12/errors/batch_job_error_pb"
|
2660
|
-
Google::Ads::GoogleAds::V12::Errors::BatchJobErrorEnum::BatchJobError.descriptor
|
2661
|
-
end
|
2662
|
-
|
2663
|
-
# Returns the descriptor for the BiddingError enum
|
2664
|
-
#
|
2665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
|
2666
|
-
def self.bidding_error
|
2667
|
-
require "google/ads/google_ads/v12/errors/bidding_error_pb"
|
2668
|
-
Google::Ads::GoogleAds::V12::Errors::BiddingErrorEnum::BiddingError.descriptor
|
2669
|
-
end
|
2670
|
-
|
2671
|
-
# Returns the descriptor for the BiddingStrategyError enum
|
2672
|
-
#
|
2673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
2674
|
-
def self.bidding_strategy_error
|
2675
|
-
require "google/ads/google_ads/v12/errors/bidding_strategy_error_pb"
|
2676
|
-
Google::Ads::GoogleAds::V12::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
2677
|
-
end
|
2678
|
-
|
2679
|
-
# Returns the descriptor for the BillingSetupError enum
|
2680
|
-
#
|
2681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
2682
|
-
def self.billing_setup_error
|
2683
|
-
require "google/ads/google_ads/v12/errors/billing_setup_error_pb"
|
2684
|
-
Google::Ads::GoogleAds::V12::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
2685
|
-
end
|
2686
|
-
|
2687
|
-
# Returns the descriptor for the CampaignBudgetError enum
|
2688
|
-
#
|
2689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
2690
|
-
def self.campaign_budget_error
|
2691
|
-
require "google/ads/google_ads/v12/errors/campaign_budget_error_pb"
|
2692
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
|
2693
|
-
end
|
2694
|
-
|
2695
|
-
# Returns the descriptor for the CampaignConversionGoalError enum
|
2696
|
-
#
|
2697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignConversionGoalError enum
|
2698
|
-
def self.campaign_conversion_goal_error
|
2699
|
-
require "google/ads/google_ads/v12/errors/campaign_conversion_goal_error_pb"
|
2700
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignConversionGoalErrorEnum::CampaignConversionGoalError.descriptor
|
2701
|
-
end
|
2702
|
-
|
2703
|
-
# Returns the descriptor for the CampaignCriterionError enum
|
2704
|
-
#
|
2705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
|
2706
|
-
def self.campaign_criterion_error
|
2707
|
-
require "google/ads/google_ads/v12/errors/campaign_criterion_error_pb"
|
2708
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
|
2709
|
-
end
|
2710
|
-
|
2711
|
-
# Returns the descriptor for the CampaignCustomizerError enum
|
2712
|
-
#
|
2713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCustomizerError enum
|
2714
|
-
def self.campaign_customizer_error
|
2715
|
-
require "google/ads/google_ads/v12/errors/campaign_customizer_error_pb"
|
2716
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignCustomizerErrorEnum::CampaignCustomizerError.descriptor
|
2717
|
-
end
|
2718
|
-
|
2719
|
-
# Returns the descriptor for the CampaignDraftError enum
|
2720
|
-
#
|
2721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftError enum
|
2722
|
-
def self.campaign_draft_error
|
2723
|
-
require "google/ads/google_ads/v12/errors/campaign_draft_error_pb"
|
2724
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
2725
|
-
end
|
2726
|
-
|
2727
|
-
# Returns the descriptor for the CampaignError enum
|
2728
|
-
#
|
2729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
2730
|
-
def self.campaign_error
|
2731
|
-
require "google/ads/google_ads/v12/errors/campaign_error_pb"
|
2732
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignErrorEnum::CampaignError.descriptor
|
2733
|
-
end
|
2734
|
-
|
2735
|
-
# Returns the descriptor for the CampaignExperimentError enum
|
2736
|
-
#
|
2737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
2738
|
-
def self.campaign_experiment_error
|
2739
|
-
require "google/ads/google_ads/v12/errors/campaign_experiment_error_pb"
|
2740
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
|
2741
|
-
end
|
2742
|
-
|
2743
|
-
# Returns the descriptor for the CampaignFeedError enum
|
2744
|
-
#
|
2745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
|
2746
|
-
def self.campaign_feed_error
|
2747
|
-
require "google/ads/google_ads/v12/errors/campaign_feed_error_pb"
|
2748
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
|
2749
|
-
end
|
2750
|
-
|
2751
|
-
# Returns the descriptor for the CampaignSharedSetError enum
|
2752
|
-
#
|
2753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetError enum
|
2754
|
-
def self.campaign_shared_set_error
|
2755
|
-
require "google/ads/google_ads/v12/errors/campaign_shared_set_error_pb"
|
2756
|
-
Google::Ads::GoogleAds::V12::Errors::CampaignSharedSetErrorEnum::CampaignSharedSetError.descriptor
|
2757
|
-
end
|
2758
|
-
|
2759
|
-
# Returns the descriptor for the ChangeEventError enum
|
2760
|
-
#
|
2761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeEventError enum
|
2762
|
-
def self.change_event_error
|
2763
|
-
require "google/ads/google_ads/v12/errors/change_event_error_pb"
|
2764
|
-
Google::Ads::GoogleAds::V12::Errors::ChangeEventErrorEnum::ChangeEventError.descriptor
|
2765
|
-
end
|
2766
|
-
|
2767
|
-
# Returns the descriptor for the ChangeStatusError enum
|
2768
|
-
#
|
2769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
|
2770
|
-
def self.change_status_error
|
2771
|
-
require "google/ads/google_ads/v12/errors/change_status_error_pb"
|
2772
|
-
Google::Ads::GoogleAds::V12::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
2773
|
-
end
|
2774
|
-
|
2775
|
-
# Returns the descriptor for the CollectionSizeError enum
|
2776
|
-
#
|
2777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
2778
|
-
def self.collection_size_error
|
2779
|
-
require "google/ads/google_ads/v12/errors/collection_size_error_pb"
|
2780
|
-
Google::Ads::GoogleAds::V12::Errors::CollectionSizeErrorEnum::CollectionSizeError.descriptor
|
2781
|
-
end
|
2782
|
-
|
2783
|
-
# Returns the descriptor for the ContextError enum
|
2784
|
-
#
|
2785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ContextError enum
|
2786
|
-
def self.context_error
|
2787
|
-
require "google/ads/google_ads/v12/errors/context_error_pb"
|
2788
|
-
Google::Ads::GoogleAds::V12::Errors::ContextErrorEnum::ContextError.descriptor
|
2789
|
-
end
|
2790
|
-
|
2791
|
-
# Returns the descriptor for the ConversionActionError enum
|
2792
|
-
#
|
2793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
2794
|
-
def self.conversion_action_error
|
2795
|
-
require "google/ads/google_ads/v12/errors/conversion_action_error_pb"
|
2796
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
2797
|
-
end
|
2798
|
-
|
2799
|
-
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2800
|
-
#
|
2801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
2802
|
-
def self.conversion_adjustment_upload_error
|
2803
|
-
require "google/ads/google_ads/v12/errors/conversion_adjustment_upload_error_pb"
|
2804
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionAdjustmentUploadErrorEnum::ConversionAdjustmentUploadError.descriptor
|
2805
|
-
end
|
2806
|
-
|
2807
|
-
# Returns the descriptor for the ConversionCustomVariableError enum
|
2808
|
-
#
|
2809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionCustomVariableError enum
|
2810
|
-
def self.conversion_custom_variable_error
|
2811
|
-
require "google/ads/google_ads/v12/errors/conversion_custom_variable_error_pb"
|
2812
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionCustomVariableErrorEnum::ConversionCustomVariableError.descriptor
|
2813
|
-
end
|
2814
|
-
|
2815
|
-
# Returns the descriptor for the ConversionGoalCampaignConfigError enum
|
2816
|
-
#
|
2817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionGoalCampaignConfigError enum
|
2818
|
-
def self.conversion_goal_campaign_config_error
|
2819
|
-
require "google/ads/google_ads/v12/errors/conversion_goal_campaign_config_error_pb"
|
2820
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionGoalCampaignConfigErrorEnum::ConversionGoalCampaignConfigError.descriptor
|
2821
|
-
end
|
2822
|
-
|
2823
|
-
# Returns the descriptor for the ConversionUploadError enum
|
2824
|
-
#
|
2825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionUploadError enum
|
2826
|
-
def self.conversion_upload_error
|
2827
|
-
require "google/ads/google_ads/v12/errors/conversion_upload_error_pb"
|
2828
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionUploadErrorEnum::ConversionUploadError.descriptor
|
2829
|
-
end
|
2830
|
-
|
2831
|
-
# Returns the descriptor for the ConversionValueRuleError enum
|
2832
|
-
#
|
2833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleError enum
|
2834
|
-
def self.conversion_value_rule_error
|
2835
|
-
require "google/ads/google_ads/v12/errors/conversion_value_rule_error_pb"
|
2836
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionValueRuleErrorEnum::ConversionValueRuleError.descriptor
|
2837
|
-
end
|
2838
|
-
|
2839
|
-
# Returns the descriptor for the ConversionValueRuleSetError enum
|
2840
|
-
#
|
2841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleSetError enum
|
2842
|
-
def self.conversion_value_rule_set_error
|
2843
|
-
require "google/ads/google_ads/v12/errors/conversion_value_rule_set_error_pb"
|
2844
|
-
Google::Ads::GoogleAds::V12::Errors::ConversionValueRuleSetErrorEnum::ConversionValueRuleSetError.descriptor
|
2845
|
-
end
|
2846
|
-
|
2847
|
-
# Returns the descriptor for the CountryCodeError enum
|
2848
|
-
#
|
2849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CountryCodeError enum
|
2850
|
-
def self.country_code_error
|
2851
|
-
require "google/ads/google_ads/v12/errors/country_code_error_pb"
|
2852
|
-
Google::Ads::GoogleAds::V12::Errors::CountryCodeErrorEnum::CountryCodeError.descriptor
|
2853
|
-
end
|
2854
|
-
|
2855
|
-
# Returns the descriptor for the CriterionError enum
|
2856
|
-
#
|
2857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CriterionError enum
|
2858
|
-
def self.criterion_error
|
2859
|
-
require "google/ads/google_ads/v12/errors/criterion_error_pb"
|
2860
|
-
Google::Ads::GoogleAds::V12::Errors::CriterionErrorEnum::CriterionError.descriptor
|
2861
|
-
end
|
2862
|
-
|
2863
|
-
# Returns the descriptor for the CurrencyCodeError enum
|
2864
|
-
#
|
2865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CurrencyCodeError enum
|
2866
|
-
def self.currency_code_error
|
2867
|
-
require "google/ads/google_ads/v12/errors/currency_code_error_pb"
|
2868
|
-
Google::Ads::GoogleAds::V12::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
2869
|
-
end
|
2870
|
-
|
2871
|
-
# Returns the descriptor for the CustomAudienceError enum
|
2872
|
-
#
|
2873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
|
2874
|
-
def self.custom_audience_error
|
2875
|
-
require "google/ads/google_ads/v12/errors/custom_audience_error_pb"
|
2876
|
-
Google::Ads::GoogleAds::V12::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
|
2877
|
-
end
|
2878
|
-
|
2879
|
-
# Returns the descriptor for the CustomConversionGoalError enum
|
2880
|
-
#
|
2881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomConversionGoalError enum
|
2882
|
-
def self.custom_conversion_goal_error
|
2883
|
-
require "google/ads/google_ads/v12/errors/custom_conversion_goal_error_pb"
|
2884
|
-
Google::Ads::GoogleAds::V12::Errors::CustomConversionGoalErrorEnum::CustomConversionGoalError.descriptor
|
2885
|
-
end
|
2886
|
-
|
2887
|
-
# Returns the descriptor for the CustomInterestError enum
|
2888
|
-
#
|
2889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
2890
|
-
def self.custom_interest_error
|
2891
|
-
require "google/ads/google_ads/v12/errors/custom_interest_error_pb"
|
2892
|
-
Google::Ads::GoogleAds::V12::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
|
2893
|
-
end
|
2894
|
-
|
2895
|
-
# Returns the descriptor for the CustomerClientLinkError enum
|
2896
|
-
#
|
2897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
2898
|
-
def self.customer_client_link_error
|
2899
|
-
require "google/ads/google_ads/v12/errors/customer_client_link_error_pb"
|
2900
|
-
Google::Ads::GoogleAds::V12::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
|
2901
|
-
end
|
2902
|
-
|
2903
|
-
# Returns the descriptor for the CustomerCustomizerError enum
|
2904
|
-
#
|
2905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerCustomizerError enum
|
2906
|
-
def self.customer_customizer_error
|
2907
|
-
require "google/ads/google_ads/v12/errors/customer_customizer_error_pb"
|
2908
|
-
Google::Ads::GoogleAds::V12::Errors::CustomerCustomizerErrorEnum::CustomerCustomizerError.descriptor
|
2909
|
-
end
|
2910
|
-
|
2911
|
-
# Returns the descriptor for the CustomerError enum
|
2912
|
-
#
|
2913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
|
2914
|
-
def self.customer_error
|
2915
|
-
require "google/ads/google_ads/v12/errors/customer_error_pb"
|
2916
|
-
Google::Ads::GoogleAds::V12::Errors::CustomerErrorEnum::CustomerError.descriptor
|
2917
|
-
end
|
2918
|
-
|
2919
|
-
# Returns the descriptor for the CustomerFeedError enum
|
2920
|
-
#
|
2921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
|
2922
|
-
def self.customer_feed_error
|
2923
|
-
require "google/ads/google_ads/v12/errors/customer_feed_error_pb"
|
2924
|
-
Google::Ads::GoogleAds::V12::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
2925
|
-
end
|
2926
|
-
|
2927
|
-
# Returns the descriptor for the CustomerManagerLinkError enum
|
2928
|
-
#
|
2929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
2930
|
-
def self.customer_manager_link_error
|
2931
|
-
require "google/ads/google_ads/v12/errors/customer_manager_link_error_pb"
|
2932
|
-
Google::Ads::GoogleAds::V12::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
|
2933
|
-
end
|
2934
|
-
|
2935
|
-
# Returns the descriptor for the CustomerUserAccessError enum
|
2936
|
-
#
|
2937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerUserAccessError enum
|
2938
|
-
def self.customer_user_access_error
|
2939
|
-
require "google/ads/google_ads/v12/errors/customer_user_access_error_pb"
|
2940
|
-
Google::Ads::GoogleAds::V12::Errors::CustomerUserAccessErrorEnum::CustomerUserAccessError.descriptor
|
2941
|
-
end
|
2942
|
-
|
2943
|
-
# Returns the descriptor for the CustomizerAttributeError enum
|
2944
|
-
#
|
2945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeError enum
|
2946
|
-
def self.customizer_attribute_error
|
2947
|
-
require "google/ads/google_ads/v12/errors/customizer_attribute_error_pb"
|
2948
|
-
Google::Ads::GoogleAds::V12::Errors::CustomizerAttributeErrorEnum::CustomizerAttributeError.descriptor
|
2949
|
-
end
|
2950
|
-
|
2951
|
-
# Returns the descriptor for the DatabaseError enum
|
2952
|
-
#
|
2953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DatabaseError enum
|
2954
|
-
def self.database_error
|
2955
|
-
require "google/ads/google_ads/v12/errors/database_error_pb"
|
2956
|
-
Google::Ads::GoogleAds::V12::Errors::DatabaseErrorEnum::DatabaseError.descriptor
|
2957
|
-
end
|
2958
|
-
|
2959
|
-
# Returns the descriptor for the DateError enum
|
2960
|
-
#
|
2961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DateError enum
|
2962
|
-
def self.date_error
|
2963
|
-
require "google/ads/google_ads/v12/errors/date_error_pb"
|
2964
|
-
Google::Ads::GoogleAds::V12::Errors::DateErrorEnum::DateError.descriptor
|
2965
|
-
end
|
2966
|
-
|
2967
|
-
# Returns the descriptor for the DateRangeError enum
|
2968
|
-
#
|
2969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DateRangeError enum
|
2970
|
-
def self.date_range_error
|
2971
|
-
require "google/ads/google_ads/v12/errors/date_range_error_pb"
|
2972
|
-
Google::Ads::GoogleAds::V12::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
2973
|
-
end
|
2974
|
-
|
2975
|
-
# Returns the descriptor for the DistinctError enum
|
2976
|
-
#
|
2977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
2978
|
-
def self.distinct_error
|
2979
|
-
require "google/ads/google_ads/v12/errors/distinct_error_pb"
|
2980
|
-
Google::Ads::GoogleAds::V12::Errors::DistinctErrorEnum::DistinctError.descriptor
|
2981
|
-
end
|
2982
|
-
|
2983
|
-
# Returns the descriptor for the EnumError enum
|
2984
|
-
#
|
2985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
2986
|
-
def self.enum_error
|
2987
|
-
require "google/ads/google_ads/v12/errors/enum_error_pb"
|
2988
|
-
Google::Ads::GoogleAds::V12::Errors::EnumErrorEnum::EnumError.descriptor
|
2989
|
-
end
|
2990
|
-
|
2991
|
-
# Returns the descriptor for the ExperimentArmError enum
|
2992
|
-
#
|
2993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExperimentArmError enum
|
2994
|
-
def self.experiment_arm_error
|
2995
|
-
require "google/ads/google_ads/v12/errors/experiment_arm_error_pb"
|
2996
|
-
Google::Ads::GoogleAds::V12::Errors::ExperimentArmErrorEnum::ExperimentArmError.descriptor
|
2997
|
-
end
|
2998
|
-
|
2999
|
-
# Returns the descriptor for the ExperimentError enum
|
3000
|
-
#
|
3001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExperimentError enum
|
3002
|
-
def self.experiment_error
|
3003
|
-
require "google/ads/google_ads/v12/errors/experiment_error_pb"
|
3004
|
-
Google::Ads::GoogleAds::V12::Errors::ExperimentErrorEnum::ExperimentError.descriptor
|
3005
|
-
end
|
3006
|
-
|
3007
|
-
# Returns the descriptor for the ExtensionFeedItemError enum
|
3008
|
-
#
|
3009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionFeedItemError enum
|
3010
|
-
def self.extension_feed_item_error
|
3011
|
-
require "google/ads/google_ads/v12/errors/extension_feed_item_error_pb"
|
3012
|
-
Google::Ads::GoogleAds::V12::Errors::ExtensionFeedItemErrorEnum::ExtensionFeedItemError.descriptor
|
3013
|
-
end
|
3014
|
-
|
3015
|
-
# Returns the descriptor for the ExtensionSettingError enum
|
3016
|
-
#
|
3017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingError enum
|
3018
|
-
def self.extension_setting_error
|
3019
|
-
require "google/ads/google_ads/v12/errors/extension_setting_error_pb"
|
3020
|
-
Google::Ads::GoogleAds::V12::Errors::ExtensionSettingErrorEnum::ExtensionSettingError.descriptor
|
3021
|
-
end
|
3022
|
-
|
3023
|
-
# Returns the descriptor for the FeedAttributeReferenceError enum
|
3024
|
-
#
|
3025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeReferenceError enum
|
3026
|
-
def self.feed_attribute_reference_error
|
3027
|
-
require "google/ads/google_ads/v12/errors/feed_attribute_reference_error_pb"
|
3028
|
-
Google::Ads::GoogleAds::V12::Errors::FeedAttributeReferenceErrorEnum::FeedAttributeReferenceError.descriptor
|
3029
|
-
end
|
3030
|
-
|
3031
|
-
# Returns the descriptor for the FeedError enum
|
3032
|
-
#
|
3033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedError enum
|
3034
|
-
def self.feed_error
|
3035
|
-
require "google/ads/google_ads/v12/errors/feed_error_pb"
|
3036
|
-
Google::Ads::GoogleAds::V12::Errors::FeedErrorEnum::FeedError.descriptor
|
3037
|
-
end
|
3038
|
-
|
3039
|
-
# Returns the descriptor for the FeedItemError enum
|
3040
|
-
#
|
3041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
|
3042
|
-
def self.feed_item_error
|
3043
|
-
require "google/ads/google_ads/v12/errors/feed_item_error_pb"
|
3044
|
-
Google::Ads::GoogleAds::V12::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
3045
|
-
end
|
3046
|
-
|
3047
|
-
# Returns the descriptor for the FeedItemSetError enum
|
3048
|
-
#
|
3049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
|
3050
|
-
def self.feed_item_set_error
|
3051
|
-
require "google/ads/google_ads/v12/errors/feed_item_set_error_pb"
|
3052
|
-
Google::Ads::GoogleAds::V12::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
|
3053
|
-
end
|
3054
|
-
|
3055
|
-
# Returns the descriptor for the FeedItemSetLinkError enum
|
3056
|
-
#
|
3057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
|
3058
|
-
def self.feed_item_set_link_error
|
3059
|
-
require "google/ads/google_ads/v12/errors/feed_item_set_link_error_pb"
|
3060
|
-
Google::Ads::GoogleAds::V12::Errors::FeedItemSetLinkErrorEnum::FeedItemSetLinkError.descriptor
|
3061
|
-
end
|
3062
|
-
|
3063
|
-
# Returns the descriptor for the FeedItemTargetError enum
|
3064
|
-
#
|
3065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
3066
|
-
def self.feed_item_target_error
|
3067
|
-
require "google/ads/google_ads/v12/errors/feed_item_target_error_pb"
|
3068
|
-
Google::Ads::GoogleAds::V12::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
3069
|
-
end
|
3070
|
-
|
3071
|
-
# Returns the descriptor for the FeedMappingError enum
|
3072
|
-
#
|
3073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
3074
|
-
def self.feed_mapping_error
|
3075
|
-
require "google/ads/google_ads/v12/errors/feed_mapping_error_pb"
|
3076
|
-
Google::Ads::GoogleAds::V12::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
3077
|
-
end
|
3078
|
-
|
3079
|
-
# Returns the descriptor for the FieldError enum
|
3080
|
-
#
|
3081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
3082
|
-
def self.field_error
|
3083
|
-
require "google/ads/google_ads/v12/errors/field_error_pb"
|
3084
|
-
Google::Ads::GoogleAds::V12::Errors::FieldErrorEnum::FieldError.descriptor
|
3085
|
-
end
|
3086
|
-
|
3087
|
-
# Returns the descriptor for the FieldMaskError enum
|
3088
|
-
#
|
3089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
|
3090
|
-
def self.field_mask_error
|
3091
|
-
require "google/ads/google_ads/v12/errors/field_mask_error_pb"
|
3092
|
-
Google::Ads::GoogleAds::V12::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
|
3093
|
-
end
|
3094
|
-
|
3095
|
-
# Returns the descriptor for the FunctionError enum
|
3096
|
-
#
|
3097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FunctionError enum
|
3098
|
-
def self.function_error
|
3099
|
-
require "google/ads/google_ads/v12/errors/function_error_pb"
|
3100
|
-
Google::Ads::GoogleAds::V12::Errors::FunctionErrorEnum::FunctionError.descriptor
|
3101
|
-
end
|
3102
|
-
|
3103
|
-
# Returns the descriptor for the FunctionParsingError enum
|
3104
|
-
#
|
3105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
|
3106
|
-
def self.function_parsing_error
|
3107
|
-
require "google/ads/google_ads/v12/errors/function_parsing_error_pb"
|
3108
|
-
Google::Ads::GoogleAds::V12::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
3109
|
-
end
|
3110
|
-
|
3111
|
-
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
3112
|
-
#
|
3113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantSuggestionError enum
|
3114
|
-
def self.geo_target_constant_suggestion_error
|
3115
|
-
require "google/ads/google_ads/v12/errors/geo_target_constant_suggestion_error_pb"
|
3116
|
-
Google::Ads::GoogleAds::V12::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
|
3117
|
-
end
|
3118
|
-
|
3119
|
-
# Returns the descriptor for the HeaderError enum
|
3120
|
-
#
|
3121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
|
3122
|
-
def self.header_error
|
3123
|
-
require "google/ads/google_ads/v12/errors/header_error_pb"
|
3124
|
-
Google::Ads::GoogleAds::V12::Errors::HeaderErrorEnum::HeaderError.descriptor
|
3125
|
-
end
|
3126
|
-
|
3127
|
-
# Returns the descriptor for the IdError enum
|
3128
|
-
#
|
3129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the IdError enum
|
3130
|
-
def self.id_error
|
3131
|
-
require "google/ads/google_ads/v12/errors/id_error_pb"
|
3132
|
-
Google::Ads::GoogleAds::V12::Errors::IdErrorEnum::IdError.descriptor
|
3133
|
-
end
|
3134
|
-
|
3135
|
-
# Returns the descriptor for the ImageError enum
|
3136
|
-
#
|
3137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
3138
|
-
def self.image_error
|
3139
|
-
require "google/ads/google_ads/v12/errors/image_error_pb"
|
3140
|
-
Google::Ads::GoogleAds::V12::Errors::ImageErrorEnum::ImageError.descriptor
|
3141
|
-
end
|
3142
|
-
|
3143
|
-
# Returns the descriptor for the InternalError enum
|
3144
|
-
#
|
3145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
|
3146
|
-
def self.internal_error
|
3147
|
-
require "google/ads/google_ads/v12/errors/internal_error_pb"
|
3148
|
-
Google::Ads::GoogleAds::V12::Errors::InternalErrorEnum::InternalError.descriptor
|
3149
|
-
end
|
3150
|
-
|
3151
|
-
# Returns the descriptor for the InvoiceError enum
|
3152
|
-
#
|
3153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
|
3154
|
-
def self.invoice_error
|
3155
|
-
require "google/ads/google_ads/v12/errors/invoice_error_pb"
|
3156
|
-
Google::Ads::GoogleAds::V12::Errors::InvoiceErrorEnum::InvoiceError.descriptor
|
3157
|
-
end
|
3158
|
-
|
3159
|
-
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
3160
|
-
#
|
3161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
3162
|
-
def self.keyword_plan_ad_group_error
|
3163
|
-
require "google/ads/google_ads/v12/errors/keyword_plan_ad_group_error_pb"
|
3164
|
-
Google::Ads::GoogleAds::V12::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
3165
|
-
end
|
3166
|
-
|
3167
|
-
# Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
|
3168
|
-
#
|
3169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
|
3170
|
-
def self.keyword_plan_ad_group_keyword_error
|
3171
|
-
require "google/ads/google_ads/v12/errors/keyword_plan_ad_group_keyword_error_pb"
|
3172
|
-
Google::Ads::GoogleAds::V12::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
|
3173
|
-
end
|
3174
|
-
|
3175
|
-
# Returns the descriptor for the KeywordPlanCampaignError enum
|
3176
|
-
#
|
3177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
3178
|
-
def self.keyword_plan_campaign_error
|
3179
|
-
require "google/ads/google_ads/v12/errors/keyword_plan_campaign_error_pb"
|
3180
|
-
Google::Ads::GoogleAds::V12::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
3181
|
-
end
|
3182
|
-
|
3183
|
-
# Returns the descriptor for the KeywordPlanCampaignKeywordError enum
|
3184
|
-
#
|
3185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
|
3186
|
-
def self.keyword_plan_campaign_keyword_error
|
3187
|
-
require "google/ads/google_ads/v12/errors/keyword_plan_campaign_keyword_error_pb"
|
3188
|
-
Google::Ads::GoogleAds::V12::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
|
3189
|
-
end
|
3190
|
-
|
3191
|
-
# Returns the descriptor for the KeywordPlanError enum
|
3192
|
-
#
|
3193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
|
3194
|
-
def self.keyword_plan_error
|
3195
|
-
require "google/ads/google_ads/v12/errors/keyword_plan_error_pb"
|
3196
|
-
Google::Ads::GoogleAds::V12::Errors::KeywordPlanErrorEnum::KeywordPlanError.descriptor
|
3197
|
-
end
|
3198
|
-
|
3199
|
-
# Returns the descriptor for the KeywordPlanIdeaError enum
|
3200
|
-
#
|
3201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
3202
|
-
def self.keyword_plan_idea_error
|
3203
|
-
require "google/ads/google_ads/v12/errors/keyword_plan_idea_error_pb"
|
3204
|
-
Google::Ads::GoogleAds::V12::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
3205
|
-
end
|
3206
|
-
|
3207
|
-
# Returns the descriptor for the LabelError enum
|
3208
|
-
#
|
3209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
|
3210
|
-
def self.label_error
|
3211
|
-
require "google/ads/google_ads/v12/errors/label_error_pb"
|
3212
|
-
Google::Ads::GoogleAds::V12::Errors::LabelErrorEnum::LabelError.descriptor
|
3213
|
-
end
|
3214
|
-
|
3215
|
-
# Returns the descriptor for the LanguageCodeError enum
|
3216
|
-
#
|
3217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
|
3218
|
-
def self.language_code_error
|
3219
|
-
require "google/ads/google_ads/v12/errors/language_code_error_pb"
|
3220
|
-
Google::Ads::GoogleAds::V12::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
|
3221
|
-
end
|
3222
|
-
|
3223
|
-
# Returns the descriptor for the ListOperationError enum
|
3224
|
-
#
|
3225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
|
3226
|
-
def self.list_operation_error
|
3227
|
-
require "google/ads/google_ads/v12/errors/list_operation_error_pb"
|
3228
|
-
Google::Ads::GoogleAds::V12::Errors::ListOperationErrorEnum::ListOperationError.descriptor
|
3229
|
-
end
|
3230
|
-
|
3231
|
-
# Returns the descriptor for the ManagerLinkError enum
|
3232
|
-
#
|
3233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
|
3234
|
-
def self.manager_link_error
|
3235
|
-
require "google/ads/google_ads/v12/errors/manager_link_error_pb"
|
3236
|
-
Google::Ads::GoogleAds::V12::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
|
3237
|
-
end
|
3238
|
-
|
3239
|
-
# Returns the descriptor for the MediaBundleError enum
|
3240
|
-
#
|
3241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
|
3242
|
-
def self.media_bundle_error
|
3243
|
-
require "google/ads/google_ads/v12/errors/media_bundle_error_pb"
|
3244
|
-
Google::Ads::GoogleAds::V12::Errors::MediaBundleErrorEnum::MediaBundleError.descriptor
|
3245
|
-
end
|
3246
|
-
|
3247
|
-
# Returns the descriptor for the MediaFileError enum
|
3248
|
-
#
|
3249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MediaFileError enum
|
3250
|
-
def self.media_file_error
|
3251
|
-
require "google/ads/google_ads/v12/errors/media_file_error_pb"
|
3252
|
-
Google::Ads::GoogleAds::V12::Errors::MediaFileErrorEnum::MediaFileError.descriptor
|
3253
|
-
end
|
3254
|
-
|
3255
|
-
# Returns the descriptor for the MediaUploadError enum
|
3256
|
-
#
|
3257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MediaUploadError enum
|
3258
|
-
def self.media_upload_error
|
3259
|
-
require "google/ads/google_ads/v12/errors/media_upload_error_pb"
|
3260
|
-
Google::Ads::GoogleAds::V12::Errors::MediaUploadErrorEnum::MediaUploadError.descriptor
|
3261
|
-
end
|
3262
|
-
|
3263
|
-
# Returns the descriptor for the MerchantCenterError enum
|
3264
|
-
#
|
3265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterError enum
|
3266
|
-
def self.merchant_center_error
|
3267
|
-
require "google/ads/google_ads/v12/errors/merchant_center_error_pb"
|
3268
|
-
Google::Ads::GoogleAds::V12::Errors::MerchantCenterErrorEnum::MerchantCenterError.descriptor
|
3269
|
-
end
|
3270
|
-
|
3271
|
-
# Returns the descriptor for the MultiplierError enum
|
3272
|
-
#
|
3273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
|
3274
|
-
def self.multiplier_error
|
3275
|
-
require "google/ads/google_ads/v12/errors/multiplier_error_pb"
|
3276
|
-
Google::Ads::GoogleAds::V12::Errors::MultiplierErrorEnum::MultiplierError.descriptor
|
3277
|
-
end
|
3278
|
-
|
3279
|
-
# Returns the descriptor for the MutateError enum
|
3280
|
-
#
|
3281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
|
3282
|
-
def self.mutate_error
|
3283
|
-
require "google/ads/google_ads/v12/errors/mutate_error_pb"
|
3284
|
-
Google::Ads::GoogleAds::V12::Errors::MutateErrorEnum::MutateError.descriptor
|
3285
|
-
end
|
3286
|
-
|
3287
|
-
# Returns the descriptor for the NewResourceCreationError enum
|
3288
|
-
#
|
3289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
|
3290
|
-
def self.new_resource_creation_error
|
3291
|
-
require "google/ads/google_ads/v12/errors/new_resource_creation_error_pb"
|
3292
|
-
Google::Ads::GoogleAds::V12::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
|
3293
|
-
end
|
3294
|
-
|
3295
|
-
# Returns the descriptor for the NotAllowlistedError enum
|
3296
|
-
#
|
3297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NotAllowlistedError enum
|
3298
|
-
def self.not_allowlisted_error
|
3299
|
-
require "google/ads/google_ads/v12/errors/not_allowlisted_error_pb"
|
3300
|
-
Google::Ads::GoogleAds::V12::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
|
3301
|
-
end
|
3302
|
-
|
3303
|
-
# Returns the descriptor for the NotEmptyError enum
|
3304
|
-
#
|
3305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
3306
|
-
def self.not_empty_error
|
3307
|
-
require "google/ads/google_ads/v12/errors/not_empty_error_pb"
|
3308
|
-
Google::Ads::GoogleAds::V12::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
|
3309
|
-
end
|
3310
|
-
|
3311
|
-
# Returns the descriptor for the NullError enum
|
3312
|
-
#
|
3313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NullError enum
|
3314
|
-
def self.null_error
|
3315
|
-
require "google/ads/google_ads/v12/errors/null_error_pb"
|
3316
|
-
Google::Ads::GoogleAds::V12::Errors::NullErrorEnum::NullError.descriptor
|
3317
|
-
end
|
3318
|
-
|
3319
|
-
# Returns the descriptor for the OfflineUserDataJobError enum
|
3320
|
-
#
|
3321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
3322
|
-
def self.offline_user_data_job_error
|
3323
|
-
require "google/ads/google_ads/v12/errors/offline_user_data_job_error_pb"
|
3324
|
-
Google::Ads::GoogleAds::V12::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
3325
|
-
end
|
3326
|
-
|
3327
|
-
# Returns the descriptor for the OperationAccessDeniedError enum
|
3328
|
-
#
|
3329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperationAccessDeniedError enum
|
3330
|
-
def self.operation_access_denied_error
|
3331
|
-
require "google/ads/google_ads/v12/errors/operation_access_denied_error_pb"
|
3332
|
-
Google::Ads::GoogleAds::V12::Errors::OperationAccessDeniedErrorEnum::OperationAccessDeniedError.descriptor
|
3333
|
-
end
|
3334
|
-
|
3335
|
-
# Returns the descriptor for the OperatorError enum
|
3336
|
-
#
|
3337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
|
3338
|
-
def self.operator_error
|
3339
|
-
require "google/ads/google_ads/v12/errors/operator_error_pb"
|
3340
|
-
Google::Ads::GoogleAds::V12::Errors::OperatorErrorEnum::OperatorError.descriptor
|
3341
|
-
end
|
3342
|
-
|
3343
|
-
# Returns the descriptor for the PartialFailureError enum
|
3344
|
-
#
|
3345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
3346
|
-
def self.partial_failure_error
|
3347
|
-
require "google/ads/google_ads/v12/errors/partial_failure_error_pb"
|
3348
|
-
Google::Ads::GoogleAds::V12::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
|
3349
|
-
end
|
3350
|
-
|
3351
|
-
# Returns the descriptor for the PaymentsAccountError enum
|
3352
|
-
#
|
3353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PaymentsAccountError enum
|
3354
|
-
def self.payments_account_error
|
3355
|
-
require "google/ads/google_ads/v12/errors/payments_account_error_pb"
|
3356
|
-
Google::Ads::GoogleAds::V12::Errors::PaymentsAccountErrorEnum::PaymentsAccountError.descriptor
|
3357
|
-
end
|
3358
|
-
|
3359
|
-
# Returns the descriptor for the PolicyFindingError enum
|
3360
|
-
#
|
3361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
|
3362
|
-
def self.policy_finding_error
|
3363
|
-
require "google/ads/google_ads/v12/errors/policy_finding_error_pb"
|
3364
|
-
Google::Ads::GoogleAds::V12::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
|
3365
|
-
end
|
3366
|
-
|
3367
|
-
# Returns the descriptor for the PolicyValidationParameterError enum
|
3368
|
-
#
|
3369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyValidationParameterError enum
|
3370
|
-
def self.policy_validation_parameter_error
|
3371
|
-
require "google/ads/google_ads/v12/errors/policy_validation_parameter_error_pb"
|
3372
|
-
Google::Ads::GoogleAds::V12::Errors::PolicyValidationParameterErrorEnum::PolicyValidationParameterError.descriptor
|
3373
|
-
end
|
3374
|
-
|
3375
|
-
# Returns the descriptor for the PolicyViolationError enum
|
3376
|
-
#
|
3377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PolicyViolationError enum
|
3378
|
-
def self.policy_violation_error
|
3379
|
-
require "google/ads/google_ads/v12/errors/policy_violation_error_pb"
|
3380
|
-
Google::Ads::GoogleAds::V12::Errors::PolicyViolationErrorEnum::PolicyViolationError.descriptor
|
3381
|
-
end
|
3382
|
-
|
3383
|
-
# Returns the descriptor for the QueryError enum
|
3384
|
-
#
|
3385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
|
3386
|
-
def self.query_error
|
3387
|
-
require "google/ads/google_ads/v12/errors/query_error_pb"
|
3388
|
-
Google::Ads::GoogleAds::V12::Errors::QueryErrorEnum::QueryError.descriptor
|
3389
|
-
end
|
3390
|
-
|
3391
|
-
# Returns the descriptor for the QuotaError enum
|
3392
|
-
#
|
3393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
|
3394
|
-
def self.quota_error
|
3395
|
-
require "google/ads/google_ads/v12/errors/quota_error_pb"
|
3396
|
-
Google::Ads::GoogleAds::V12::Errors::QuotaErrorEnum::QuotaError.descriptor
|
3397
|
-
end
|
3398
|
-
|
3399
|
-
# Returns the descriptor for the RangeError enum
|
3400
|
-
#
|
3401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RangeError enum
|
3402
|
-
def self.range_error
|
3403
|
-
require "google/ads/google_ads/v12/errors/range_error_pb"
|
3404
|
-
Google::Ads::GoogleAds::V12::Errors::RangeErrorEnum::RangeError.descriptor
|
3405
|
-
end
|
3406
|
-
|
3407
|
-
# Returns the descriptor for the ReachPlanError enum
|
3408
|
-
#
|
3409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanError enum
|
3410
|
-
def self.reach_plan_error
|
3411
|
-
require "google/ads/google_ads/v12/errors/reach_plan_error_pb"
|
3412
|
-
Google::Ads::GoogleAds::V12::Errors::ReachPlanErrorEnum::ReachPlanError.descriptor
|
3413
|
-
end
|
3414
|
-
|
3415
|
-
# Returns the descriptor for the RecommendationError enum
|
3416
|
-
#
|
3417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
|
3418
|
-
def self.recommendation_error
|
3419
|
-
require "google/ads/google_ads/v12/errors/recommendation_error_pb"
|
3420
|
-
Google::Ads::GoogleAds::V12::Errors::RecommendationErrorEnum::RecommendationError.descriptor
|
3421
|
-
end
|
3422
|
-
|
3423
|
-
# Returns the descriptor for the RegionCodeError enum
|
3424
|
-
#
|
3425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
|
3426
|
-
def self.region_code_error
|
3427
|
-
require "google/ads/google_ads/v12/errors/region_code_error_pb"
|
3428
|
-
Google::Ads::GoogleAds::V12::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
3429
|
-
end
|
3430
|
-
|
3431
|
-
# Returns the descriptor for the RequestError enum
|
3432
|
-
#
|
3433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
|
3434
|
-
def self.request_error
|
3435
|
-
require "google/ads/google_ads/v12/errors/request_error_pb"
|
3436
|
-
Google::Ads::GoogleAds::V12::Errors::RequestErrorEnum::RequestError.descriptor
|
3437
|
-
end
|
3438
|
-
|
3439
|
-
# Returns the descriptor for the ResourceAccessDeniedError enum
|
3440
|
-
#
|
3441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
|
3442
|
-
def self.resource_access_denied_error
|
3443
|
-
require "google/ads/google_ads/v12/errors/resource_access_denied_error_pb"
|
3444
|
-
Google::Ads::GoogleAds::V12::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
|
3445
|
-
end
|
3446
|
-
|
3447
|
-
# Returns the descriptor for the ResourceCountLimitExceededError enum
|
3448
|
-
#
|
3449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ResourceCountLimitExceededError enum
|
3450
|
-
def self.resource_count_limit_exceeded_error
|
3451
|
-
require "google/ads/google_ads/v12/errors/resource_count_limit_exceeded_error_pb"
|
3452
|
-
Google::Ads::GoogleAds::V12::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
3453
|
-
end
|
3454
|
-
|
3455
|
-
# Returns the descriptor for the SettingError enum
|
3456
|
-
#
|
3457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
3458
|
-
def self.setting_error
|
3459
|
-
require "google/ads/google_ads/v12/errors/setting_error_pb"
|
3460
|
-
Google::Ads::GoogleAds::V12::Errors::SettingErrorEnum::SettingError.descriptor
|
3461
|
-
end
|
3462
|
-
|
3463
|
-
# Returns the descriptor for the SharedCriterionError enum
|
3464
|
-
#
|
3465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
3466
|
-
def self.shared_criterion_error
|
3467
|
-
require "google/ads/google_ads/v12/errors/shared_criterion_error_pb"
|
3468
|
-
Google::Ads::GoogleAds::V12::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
3469
|
-
end
|
3470
|
-
|
3471
|
-
# Returns the descriptor for the SharedSetError enum
|
3472
|
-
#
|
3473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
3474
|
-
def self.shared_set_error
|
3475
|
-
require "google/ads/google_ads/v12/errors/shared_set_error_pb"
|
3476
|
-
Google::Ads::GoogleAds::V12::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
3477
|
-
end
|
3478
|
-
|
3479
|
-
# Returns the descriptor for the SizeLimitError enum
|
3480
|
-
#
|
3481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SizeLimitError enum
|
3482
|
-
def self.size_limit_error
|
3483
|
-
require "google/ads/google_ads/v12/errors/size_limit_error_pb"
|
3484
|
-
Google::Ads::GoogleAds::V12::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
|
3485
|
-
end
|
3486
|
-
|
3487
|
-
# Returns the descriptor for the SmartCampaignError enum
|
3488
|
-
#
|
3489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SmartCampaignError enum
|
3490
|
-
def self.smart_campaign_error
|
3491
|
-
require "google/ads/google_ads/v12/errors/smart_campaign_error_pb"
|
3492
|
-
Google::Ads::GoogleAds::V12::Errors::SmartCampaignErrorEnum::SmartCampaignError.descriptor
|
3493
|
-
end
|
3494
|
-
|
3495
|
-
# Returns the descriptor for the StringFormatError enum
|
3496
|
-
#
|
3497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StringFormatError enum
|
3498
|
-
def self.string_format_error
|
3499
|
-
require "google/ads/google_ads/v12/errors/string_format_error_pb"
|
3500
|
-
Google::Ads::GoogleAds::V12::Errors::StringFormatErrorEnum::StringFormatError.descriptor
|
3501
|
-
end
|
3502
|
-
|
3503
|
-
# Returns the descriptor for the StringLengthError enum
|
3504
|
-
#
|
3505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the StringLengthError enum
|
3506
|
-
def self.string_length_error
|
3507
|
-
require "google/ads/google_ads/v12/errors/string_length_error_pb"
|
3508
|
-
Google::Ads::GoogleAds::V12::Errors::StringLengthErrorEnum::StringLengthError.descriptor
|
3509
|
-
end
|
3510
|
-
|
3511
|
-
# Returns the descriptor for the ThirdPartyAppAnalyticsLinkError enum
|
3512
|
-
#
|
3513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ThirdPartyAppAnalyticsLinkError enum
|
3514
|
-
def self.third_party_app_analytics_link_error
|
3515
|
-
require "google/ads/google_ads/v12/errors/third_party_app_analytics_link_error_pb"
|
3516
|
-
Google::Ads::GoogleAds::V12::Errors::ThirdPartyAppAnalyticsLinkErrorEnum::ThirdPartyAppAnalyticsLinkError.descriptor
|
3517
|
-
end
|
3518
|
-
|
3519
|
-
# Returns the descriptor for the TimeZoneError enum
|
3520
|
-
#
|
3521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the TimeZoneError enum
|
3522
|
-
def self.time_zone_error
|
3523
|
-
require "google/ads/google_ads/v12/errors/time_zone_error_pb"
|
3524
|
-
Google::Ads::GoogleAds::V12::Errors::TimeZoneErrorEnum::TimeZoneError.descriptor
|
3525
|
-
end
|
3526
|
-
|
3527
|
-
# Returns the descriptor for the UrlFieldError enum
|
3528
|
-
#
|
3529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
|
3530
|
-
def self.url_field_error
|
3531
|
-
require "google/ads/google_ads/v12/errors/url_field_error_pb"
|
3532
|
-
Google::Ads::GoogleAds::V12::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
|
3533
|
-
end
|
3534
|
-
|
3535
|
-
# Returns the descriptor for the UserDataError enum
|
3536
|
-
#
|
3537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
|
3538
|
-
def self.user_data_error
|
3539
|
-
require "google/ads/google_ads/v12/errors/user_data_error_pb"
|
3540
|
-
Google::Ads::GoogleAds::V12::Errors::UserDataErrorEnum::UserDataError.descriptor
|
3541
|
-
end
|
3542
|
-
|
3543
|
-
# Returns the descriptor for the UserListError enum
|
3544
|
-
#
|
3545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserListError enum
|
3546
|
-
def self.user_list_error
|
3547
|
-
require "google/ads/google_ads/v12/errors/user_list_error_pb"
|
3548
|
-
Google::Ads::GoogleAds::V12::Errors::UserListErrorEnum::UserListError.descriptor
|
3549
|
-
end
|
3550
|
-
|
3551
|
-
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
3552
|
-
#
|
3553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
3554
|
-
def self.youtube_video_registration_error
|
3555
|
-
require "google/ads/google_ads/v12/errors/youtube_video_registration_error_pb"
|
3556
|
-
Google::Ads::GoogleAds::V12::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
3557
|
-
end
|
3558
|
-
|
3559
|
-
# Returns the descriptor for the QuotaRateScope enum
|
3560
|
-
#
|
3561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the QuotaRateScope enum
|
3562
|
-
def self.quota_rate_scope
|
3563
|
-
require "google/ads/google_ads/v12/errors/errors_pb"
|
3564
|
-
Google::Ads::GoogleAds::V12::Errors::QuotaErrorDetails::QuotaRateScope.descriptor
|
3565
|
-
end
|
3566
|
-
end
|
3567
|
-
end
|
3568
|
-
end
|
3569
|
-
end
|
3570
|
-
end
|
3571
|
-
end
|