google-ads-googleads 11.0.0 → 12.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +3 -0
- data/lib/google/ads/google_ads/api_versions.rb +2 -2
- data/lib/google/ads/google_ads/factories.rb +23 -4
- data/lib/google/ads/google_ads/factories/v5/enums.rb +1181 -1181
- data/lib/google/ads/google_ads/factories/v5/operations.rb +1646 -1646
- data/lib/google/ads/google_ads/factories/v5/resources.rb +2827 -2827
- data/lib/google/ads/google_ads/factories/v5/services.rb +590 -590
- data/lib/google/ads/google_ads/factories/v6/enums.rb +1420 -1420
- data/lib/google/ads/google_ads/factories/v6/operations.rb +1911 -1911
- data/lib/google/ads/google_ads/factories/v6/resources.rb +2881 -2881
- data/lib/google/ads/google_ads/factories/v6/services.rb +612 -612
- data/lib/google/ads/google_ads/factories/v7/enums.rb +1416 -1416
- data/lib/google/ads/google_ads/factories/v7/operations.rb +1986 -1986
- data/lib/google/ads/google_ads/factories/v7/resources.rb +3046 -3046
- data/lib/google/ads/google_ads/factories/v7/services.rb +638 -638
- data/lib/google/ads/google_ads/factories/v8/enums.rb +2979 -0
- data/lib/google/ads/google_ads/factories/v8/operations.rb +5163 -0
- data/lib/google/ads/google_ads/factories/v8/resources.rb +7473 -0
- data/lib/google/ads/google_ads/factories/v8/services.rb +2622 -0
- data/lib/google/ads/google_ads/google_ads_client.rb +8 -10
- data/lib/google/ads/google_ads/interceptors/logging_interceptor.rb +11 -1
- data/lib/google/ads/google_ads/utils/path_lookup_config.rb +38 -0
- data/lib/google/ads/google_ads/utils/v8/path_lookup_util.rb +31 -0
- data/lib/google/ads/google_ads/v8/common/ad_asset_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/common/ad_type_infos_pb.rb +270 -0
- data/lib/google/ads/google_ads/v8/common/asset_policy_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/common/asset_types_pb.rb +141 -0
- data/lib/google/ads/google_ads/v8/common/bidding_pb.rb +78 -0
- data/lib/google/ads/google_ads/v8/common/click_location_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/common/criteria_pb.rb +333 -0
- data/lib/google/ads/google_ads/v8/common/criterion_category_availability_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/common/custom_parameter_pb.rb +26 -0
- data/lib/google/ads/google_ads/v8/common/dates_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/common/explorer_auto_optimizer_setting_pb.rb +25 -0
- data/lib/google/ads/google_ads/v8/common/extensions_pb.rb +153 -0
- data/lib/google/ads/google_ads/v8/common/feed_common_pb.rb +26 -0
- data/lib/google/ads/google_ads/v8/common/feed_item_set_filter_type_infos_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/common/final_app_url_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/common/frequency_cap_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/common/keyword_plan_common_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/common/matching_function_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/common/metrics_pb.rb +147 -0
- data/lib/google/ads/google_ads/v8/common/offline_user_data_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/common/policy_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/common/real_time_bidding_setting_pb.rb +25 -0
- data/lib/google/ads/google_ads/v8/common/segments_pb.rb +146 -0
- data/lib/google/ads/google_ads/v8/common/simulation_pb.rb +152 -0
- data/lib/google/ads/google_ads/v8/common/tag_snippet_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/common/targeting_setting_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/common/text_label_pb.rb +26 -0
- data/lib/google/ads/google_ads/v8/common/url_collection_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/common/user_lists_pb.rb +123 -0
- data/lib/google/ads/google_ads/v8/common/value_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/access_invitation_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/access_reason_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/access_role_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/account_budget_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/account_link_status_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/ad_customizer_placeholder_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/ad_destination_type_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_ad_rotation_mode_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_ad_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_approval_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/enums/ad_network_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/ad_serving_optimization_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/ad_strength_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/ad_type_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/enums/advertising_channel_sub_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/enums/advertising_channel_type_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/affiliate_location_feed_relationship_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/affiliate_location_placeholder_field_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/enums/age_range_type_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/app_campaign_app_store_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/app_campaign_bidding_strategy_goal_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/app_payment_model_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/app_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/app_store_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/app_url_operating_system_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/asset_field_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/asset_link_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/asset_performance_label_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/asset_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/enums/attribution_model_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/batch_job_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/bid_modifier_source_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/bidding_source_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/bidding_strategy_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/bidding_strategy_type_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/enums/billing_setup_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/brand_safety_suitability_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/budget_campaign_association_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_delivery_method_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_period_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/call_conversion_reporting_state_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/call_placeholder_field_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/call_tracking_display_location_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/call_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/callout_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_criterion_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_draft_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_experiment_status_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_experiment_traffic_split_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_experiment_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_serving_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_shared_set_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/change_client_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/change_event_resource_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/change_status_operation_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/change_status_resource_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/enums/click_type_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/enums/combined_audience_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/content_label_type_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_category_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_counting_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_type_pb.rb +64 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_adjustment_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_attribution_event_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_custom_variable_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_lag_bucket_pb.rb +48 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_or_adjustment_lag_bucket_pb.rb +70 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_category_channel_availability_mode_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_category_locale_availability_mode_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_system_serving_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_type_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/enums/custom_audience_member_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/custom_audience_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_audience_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/custom_interest_member_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_interest_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_interest_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_placeholder_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/customer_match_upload_key_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/data_driven_model_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/day_of_week_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/device_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/display_ad_format_setting_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/display_upload_product_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/enums/distance_bucket_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/enums/dsa_page_feed_criterion_field_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/education_placeholder_field_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/enums/extension_setting_device_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/extension_type_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/enums/external_conversion_source_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/enums/feed_attribute_type_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_quality_approval_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_quality_disapproval_reason_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_set_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_set_string_filter_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_target_device_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_target_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_target_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_validation_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/feed_link_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_mapping_criterion_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_mapping_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_origin_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/flight_placeholder_field_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/enums/frequency_cap_event_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/frequency_cap_level_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/frequency_cap_time_unit_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/gender_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/geo_target_constant_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/geo_targeting_restriction_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/geo_targeting_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/google_ads_field_category_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/google_ads_field_data_type_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/enums/google_voice_call_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_date_selection_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_placeholder_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_price_bucket_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_rate_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/image_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/income_range_type_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/interaction_event_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/interaction_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/invoice_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/job_placeholder_field_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_match_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_aggregate_metric_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_competition_level_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_concept_group_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_forecast_interval_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_keyword_annotation_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_network_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/label_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_call_to_action_type_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_desired_intent_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_field_user_input_type_pb.rb +89 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_post_submit_call_to_action_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/legacy_app_install_ad_app_store_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/linked_account_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/listing_group_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/local_placeholder_field_pb.rb +48 -0
- data/lib/google/ads/google_ads/v8/enums/location_extension_targeting_criterion_field_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/location_group_radius_units_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/location_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/location_source_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/manager_link_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/matching_function_context_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/matching_function_operator_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/media_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/merchant_center_link_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/message_placeholder_field_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/mime_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/minute_of_hour_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/mobile_app_vendor_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/mobile_device_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/month_of_year_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/negative_geo_target_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_failure_reason_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/operating_system_version_operator_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/optimization_goal_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/parental_status_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/payment_mode_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/placeholder_type_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/placement_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/policy_approval_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/policy_review_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_entry_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_device_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/positive_geo_target_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/preferred_content_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/price_extension_price_qualifier_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/price_extension_price_unit_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/price_extension_type_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/enums/price_placeholder_field_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/enums/product_bidding_category_level_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/product_bidding_category_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/product_channel_exclusivity_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/product_channel_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/product_condition_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/product_custom_attribute_index_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/product_type_level_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/promotion_extension_discount_modifier_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/promotion_extension_occasion_pb.rb +66 -0
- data/lib/google/ads/google_ads/v8/enums/promotion_placeholder_field_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/enums/proximity_radius_units_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/quality_score_bucket_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/reach_plan_ad_length_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/reach_plan_age_range_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/enums/reach_plan_network_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/real_estate_placeholder_field_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/enums/recommendation_type_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/enums/resource_change_operation_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/resource_limit_type_pb.rb +116 -0
- data/lib/google/ads/google_ads/v8/enums/response_content_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/search_engine_results_page_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/search_term_match_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/search_term_targeting_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/served_asset_field_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/shared_set_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/shared_set_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/simulation_modification_method_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/simulation_type_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/sitelink_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/slot_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/spending_limit_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/structured_snippet_placeholder_field_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/summary_row_setting_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/system_managed_entity_source_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/target_cpa_opt_in_recommendation_goal_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/target_impression_share_location_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/targeting_dimension_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/time_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/tracking_code_page_format_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/tracking_code_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/travel_placeholder_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/user_identifier_source_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_interest_taxonomy_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_access_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_closing_reason_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_combined_rule_operator_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_crm_data_source_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_date_rule_item_operator_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_logical_rule_operator_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_membership_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_number_rule_item_operator_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_prepopulation_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_rule_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_size_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_string_rule_item_operator_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/vanity_pharma_display_url_mode_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/vanity_pharma_text_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/webpage_condition_operand_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/webpage_condition_operator_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/access_invitation_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/account_budget_proposal_error_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/errors/account_link_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/ad_customizer_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/ad_error_pb.rb +175 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_ad_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_bid_modifier_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_criterion_error_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_feed_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/ad_parameter_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/ad_sharing_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/adx_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/asset_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/asset_link_error_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/errors/authentication_error_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/errors/authorization_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/errors/batch_job_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/errors/bidding_error_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/errors/bidding_strategy_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/billing_setup_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_budget_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_criterion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_draft_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_error_pb.rb +72 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_experiment_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_feed_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_shared_set_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/change_event_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/change_status_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/collection_size_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/context_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_action_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_adjustment_upload_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_custom_variable_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_upload_error_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/errors/country_code_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/criterion_error_pb.rb +154 -0
- data/lib/google/ads/google_ads/v8/errors/currency_code_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/custom_audience_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/custom_interest_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/customer_client_link_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/customer_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/customer_feed_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/customer_manager_link_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/customer_user_access_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/database_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/date_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/date_range_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/distinct_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/enum_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/errors_pb.rb +330 -0
- data/lib/google/ads/google_ads/v8/errors/extension_feed_item_error_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/errors/extension_setting_error_pb.rb +94 -0
- data/lib/google/ads/google_ads/v8/errors/feed_attribute_reference_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/feed_error_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_set_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_set_link_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_target_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_validation_error_pb.rb +134 -0
- data/lib/google/ads/google_ads/v8/errors/feed_mapping_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/errors/field_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/field_mask_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/function_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/function_parsing_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/geo_target_constant_suggestion_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/header_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/id_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/image_error_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/errors/internal_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/invoice_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_keyword_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_keyword_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_idea_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/label_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/language_code_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/list_operation_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/manager_link_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/errors/media_bundle_error_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/errors/media_file_error_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/errors/media_upload_error_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/errors/multiplier_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/errors/mutate_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/new_resource_creation_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/not_allowlisted_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/not_empty_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/null_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/offline_user_data_job_error_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/errors/operation_access_denied_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/operator_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/partial_failure_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/payments_account_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/policy_finding_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/policy_validation_parameter_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/policy_violation_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/query_error_pb.rb +83 -0
- data/lib/google/ads/google_ads/v8/errors/quota_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/range_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/reach_plan_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/recommendation_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/errors/region_code_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/request_error_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/errors/resource_access_denied_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/resource_count_limit_exceeded_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/setting_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/shared_criterion_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/shared_set_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/size_limit_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/string_format_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/string_length_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/third_party_app_analytics_link_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/time_zone_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/url_field_error_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/errors/user_data_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/user_list_error_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/errors/youtube_video_registration_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/accessible_bidding_strategy_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/resources/account_budget_pb.rb +80 -0
- data/lib/google/ads/google_ads/v8/resources/account_budget_proposal_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/resources/account_link_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_ad_asset_view_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_ad_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_ad_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_asset_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_audience_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_bid_modifier_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_pb.rb +102 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_simulation_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_extension_setting_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_feed_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_simulation_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/resources/ad_parameter_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/ad_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/resources/ad_schedule_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/age_range_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/asset_field_type_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/asset_pb.rb +60 -0
- data/lib/google/ads/google_ads/v8/resources/batch_job_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/resources/bidding_strategy_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/resources/bidding_strategy_simulation_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/billing_setup_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/resources/call_view_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_asset_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_audience_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_bid_modifier_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_budget_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_criterion_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_criterion_simulation_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_draft_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_experiment_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_extension_setting_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_feed_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_pb.rb +158 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_shared_set_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_simulation_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/resources/carrier_constant_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/change_event_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/resources/change_status_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/resources/click_view_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/resources/combined_audience_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/conversion_action_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/resources/conversion_custom_variable_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/currency_constant_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/custom_audience_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/resources/custom_interest_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/resources/customer_asset_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/customer_client_link_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/customer_client_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/resources/customer_extension_setting_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/customer_feed_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/customer_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/customer_manager_link_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/customer_negative_criterion_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/customer_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/resources/customer_user_access_invitation_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/customer_user_access_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/detail_placement_view_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/detailed_demographic_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/display_keyword_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/distance_view_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/domain_category_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/dynamic_search_ads_search_term_view_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/expanded_landing_page_view_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/extension_feed_item_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_pb.rb +80 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_set_link_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_set_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_target_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/resources/feed_mapping_pb.rb +88 -0
- data/lib/google/ads/google_ads/v8/resources/feed_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/resources/feed_placeholder_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/gender_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/geo_target_constant_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/geographic_view_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/google_ads_field_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/resources/group_placement_view_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/hotel_group_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/hotel_performance_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/income_range_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/invoice_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_keyword_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_keyword_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_theme_constant_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/label_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/landing_page_view_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/language_constant_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/life_event_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/location_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/managed_placement_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/media_file_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/resources/merchant_center_link_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/mobile_app_category_constant_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/mobile_device_constant_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/offline_user_data_job_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/operating_system_version_constant_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/paid_organic_search_term_view_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/parental_status_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/payments_account_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/product_bidding_category_constant_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/resources/product_group_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/recommendation_pb.rb +154 -0
- data/lib/google/ads/google_ads/v8/resources/remarketing_action_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/search_term_view_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/shared_criterion_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/shared_set_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/shopping_performance_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/smart_campaign_search_term_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/smart_campaign_setting_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/third_party_app_analytics_link_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/topic_constant_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/topic_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/user_interest_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/user_list_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/resources/user_location_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/video_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/webpage_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/services.rb +172 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service.rb +64 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/client.rb +498 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_services_pb.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service/client.rb +391 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service/client.rb +578 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service_services_pb.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/paths.rb +94 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/client.rb +487 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_services_pb.rb +72 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/client.rb +521 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/paths.rb +109 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_services_pb.rb +104 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/client.rb +491 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/client.rb +503 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/client.rb +485 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_services_pb.rb +70 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/client.rb +512 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_services_pb.rb +94 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/paths.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/client.rb +507 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/client.rb +502 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service/client.rb +488 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service/client.rb +508 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service_services_pb.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/paths.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service/paths.rb +75 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_service/client.rb +514 -0
- data/lib/google/ads/google_ads/v8/services/ad_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/ad_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_service_services_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/asset_service.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/asset_service/client.rb +505 -0
- data/lib/google/ads/google_ads/v8/services/asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/asset_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/asset_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v8/services/asset_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/client.rb +774 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/paths.rb +1045 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service_services_pb.rb +107 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/client.rb +506 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_services_pb.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/paths.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service/client.rb +486 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/client.rb +502 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service/client.rb +497 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/client.rb +508 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/paths.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/client.rb +694 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service_services_pb.rb +103 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/client.rb +981 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_pb.rb +101 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_services_pb.rb +155 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/client.rb +509 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_services_pb.rb +89 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service/client.rb +503 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service/client.rb +488 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service/client.rb +512 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service/paths.rb +156 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service_services_pb.rb +96 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_services_pb.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/paths.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service/paths.rb +236 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service/client.rb +388 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service/paths.rb +123 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service/client.rb +391 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service/client.rb +496 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service_services_pb.rb +78 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service.rb +50 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/client.rb +401 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/client.rb +490 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_services_pb.rb +70 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service_pb.rb +108 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service/client.rb +484 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service/client.rb +482 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service_services_pb.rb +72 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service/client.rb +489 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service/client.rb +483 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service/paths.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service/paths.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/client.rb +507 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_services_pb.rb +87 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service/client.rb +502 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service/client.rb +486 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service/paths.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/client.rb +582 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/paths.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_services_pb.rb +87 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/client.rb +489 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_service/client.rb +651 -0
- data/lib/google/ads/google_ads/v8/services/customer_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/customer_service_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/customer_service_services_pb.rb +96 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/client.rb +476 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service/client.rb +478 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service/paths.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/paths.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/client.rb +504 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/paths.rb +117 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service/client.rb +503 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service_services_pb.rb +87 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/client.rb +482 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/paths.rb +94 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_services_pb.rb +67 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service/client.rb +484 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service/client.rb +498 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service/paths.rb +126 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service_services_pb.rb +80 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/feed_service_services_pb.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service/client.rb +388 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/client.rb +475 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service/client.rb +477 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service/client.rb +707 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service/paths.rb +2320 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service_pb.rb +490 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service_services_pb.rb +188 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service/client.rb +399 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/client.rb +495 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_services_pb.rb +78 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/client.rb +491 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_services_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_services_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/paths.rb +97 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_services_pb.rb +77 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service.rb +50 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/client.rb +430 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service/client.rb +842 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service_pb.rb +147 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service_services_pb.rb +130 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/client.rb +465 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/label_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/label_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/label_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/label_service_services_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service/client.rb +380 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service_services_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/client.rb +563 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/client.rb +679 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_pb.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_services_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/paths.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service/client.rb +393 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service/client.rb +678 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service_pb.rb +162 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service_services_pb.rb +98 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service/client.rb +579 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service/paths.rb +120 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service_pb.rb +127 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service_services_pb.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service/client.rb +483 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service/paths.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/client.rb +469 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_services_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/client.rb +385 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_pb.rb +65 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/client.rb +474 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_services_pb.rb +67 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service/client.rb +388 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service/client.rb +396 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service_services_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service/client.rb +494 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/video_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/video_service/client.rb +387 -0
- data/lib/google/ads/google_ads/v8/services/video_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/video_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/video_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/video_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +1337 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a9c116690cc095cd8bb413dde58541f266d0bdcffbff5222bee55971d5e1020
|
4
|
+
data.tar.gz: e2e7d1ae881ea98d1ea07430a53c47441be3a1f6bdfb3d4e6542297c1113b0be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c516e7fe4b5fca5a48a4b63d6fc2a36817f26ba14610e245787c73417f5730e231c7d46fa50b3ca375b1783b66079e9eab93062aefc3ded1ede43c0d021cede
|
7
|
+
data.tar.gz: b09fbfa098bae020de7b367e8652b5cb55e4bb370d85ff088c9335747527117bccd1917d57f1b715ca974496407d724bb58f7195fb542ba0201f32e575ed3d5b
|
data/ChangeLog
CHANGED
@@ -15,6 +15,11 @@ require "google/ads/google_ads/factories/v7/services"
|
|
15
15
|
require "google/ads/google_ads/factories/v7/enums"
|
16
16
|
require "google/ads/google_ads/factories/v7/operations"
|
17
17
|
|
18
|
+
require "google/ads/google_ads/factories/v8/resources"
|
19
|
+
require "google/ads/google_ads/factories/v8/services"
|
20
|
+
require "google/ads/google_ads/factories/v8/enums"
|
21
|
+
require "google/ads/google_ads/factories/v8/operations"
|
22
|
+
|
18
23
|
module Google
|
19
24
|
module Ads
|
20
25
|
module GoogleAds
|
@@ -42,17 +47,26 @@ module Google
|
|
42
47
|
V7::Operations
|
43
48
|
).freeze
|
44
49
|
|
50
|
+
FACTORY_V8 = Factory.new(
|
51
|
+
V8::Resources,
|
52
|
+
V8::Services,
|
53
|
+
V8::Enums,
|
54
|
+
V8::Operations
|
55
|
+
).freeze
|
56
|
+
|
45
57
|
VERSIONS = [
|
46
58
|
|
47
59
|
:V5,
|
48
60
|
|
49
61
|
:V6,
|
50
62
|
|
51
|
-
:V7
|
63
|
+
:V7,
|
64
|
+
|
65
|
+
:V8
|
52
66
|
|
53
67
|
]
|
54
68
|
|
55
|
-
HIGHEST_VERSION = :
|
69
|
+
HIGHEST_VERSION = :V8
|
56
70
|
|
57
71
|
def self.version_alternate_for(type)
|
58
72
|
unless [:resources, :services, :enums, :operations].include?(type)
|
@@ -62,14 +76,16 @@ module Google
|
|
62
76
|
end
|
63
77
|
|
64
78
|
VersionAlternate.new(
|
65
|
-
|
79
|
+
FACTORY_V8.public_send(type),
|
66
80
|
{
|
67
81
|
|
68
82
|
V5: FACTORY_V5.public_send(type),
|
69
83
|
|
70
84
|
V6: FACTORY_V6.public_send(type),
|
71
85
|
|
72
|
-
V7: FACTORY_V7.public_send(type)
|
86
|
+
V7: FACTORY_V7.public_send(type),
|
87
|
+
|
88
|
+
V8: FACTORY_V8.public_send(type)
|
73
89
|
|
74
90
|
}
|
75
91
|
)
|
@@ -90,6 +106,9 @@ module Google
|
|
90
106
|
when :V7
|
91
107
|
FACTORY_V7
|
92
108
|
|
109
|
+
when :V8
|
110
|
+
FACTORY_V8
|
111
|
+
|
93
112
|
else
|
94
113
|
raise ArgumentError.new("Got unkown version: #{version}")
|
95
114
|
end
|
@@ -4,14 +4,6 @@ module Google
|
|
4
4
|
module Factories
|
5
5
|
module V5
|
6
6
|
module Enums
|
7
|
-
# Returns the descriptor for the PlacementType enum
|
8
|
-
#
|
9
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
10
|
-
def self.placement_type
|
11
|
-
require "google/ads/google_ads/v5/enums/placement_type_pb"
|
12
|
-
Google::Ads::GoogleAds::V5::Enums::PlacementTypeEnum::PlacementType.descriptor
|
13
|
-
end
|
14
|
-
|
15
7
|
# Returns the descriptor for the PolicyTopicEntryType enum
|
16
8
|
#
|
17
9
|
# @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
|
@@ -44,52 +36,20 @@ module Google
|
|
44
36
|
Google::Ads::GoogleAds::V5::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
|
45
37
|
end
|
46
38
|
|
47
|
-
# Returns the descriptor for the
|
48
|
-
#
|
49
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
50
|
-
def self.feed_item_quality_approval_status
|
51
|
-
require "google/ads/google_ads/v5/enums/feed_item_quality_approval_status_pb"
|
52
|
-
Google::Ads::GoogleAds::V5::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
53
|
-
end
|
54
|
-
|
55
|
-
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
56
|
-
#
|
57
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
58
|
-
def self.feed_item_quality_disapproval_reason
|
59
|
-
require "google/ads/google_ads/v5/enums/feed_item_quality_disapproval_reason_pb"
|
60
|
-
Google::Ads::GoogleAds::V5::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
61
|
-
end
|
62
|
-
|
63
|
-
# Returns the descriptor for the FeedItemStatus enum
|
64
|
-
#
|
65
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
66
|
-
def self.feed_item_status
|
67
|
-
require "google/ads/google_ads/v5/enums/feed_item_status_pb"
|
68
|
-
Google::Ads::GoogleAds::V5::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
69
|
-
end
|
70
|
-
|
71
|
-
# Returns the descriptor for the FeedItemValidationStatus enum
|
72
|
-
#
|
73
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
74
|
-
def self.feed_item_validation_status
|
75
|
-
require "google/ads/google_ads/v5/enums/feed_item_validation_status_pb"
|
76
|
-
Google::Ads::GoogleAds::V5::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
77
|
-
end
|
78
|
-
|
79
|
-
# Returns the descriptor for the GeoTargetingRestriction enum
|
39
|
+
# Returns the descriptor for the AdGroupAdStatus enum
|
80
40
|
#
|
81
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
82
|
-
def self.
|
83
|
-
require "google/ads/google_ads/v5/enums/
|
84
|
-
Google::Ads::GoogleAds::V5::Enums::
|
41
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
42
|
+
def self.ad_group_ad_status
|
43
|
+
require "google/ads/google_ads/v5/enums/ad_group_ad_status_pb"
|
44
|
+
Google::Ads::GoogleAds::V5::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
|
85
45
|
end
|
86
46
|
|
87
|
-
# Returns the descriptor for the
|
47
|
+
# Returns the descriptor for the AdStrength enum
|
88
48
|
#
|
89
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
90
|
-
def self.
|
91
|
-
require "google/ads/google_ads/v5/enums/
|
92
|
-
Google::Ads::GoogleAds::V5::Enums::
|
49
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
50
|
+
def self.ad_strength
|
51
|
+
require "google/ads/google_ads/v5/enums/ad_strength_pb"
|
52
|
+
Google::Ads::GoogleAds::V5::Enums::AdStrengthEnum::AdStrength.descriptor
|
93
53
|
end
|
94
54
|
|
95
55
|
# Returns the descriptor for the PolicyApprovalStatus enum
|
@@ -108,300 +68,252 @@ module Google
|
|
108
68
|
Google::Ads::GoogleAds::V5::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
109
69
|
end
|
110
70
|
|
111
|
-
# Returns the descriptor for the
|
71
|
+
# Returns the descriptor for the ServedAssetFieldType enum
|
112
72
|
#
|
113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
114
|
-
def self.
|
115
|
-
require "google/ads/google_ads/v5/
|
116
|
-
Google::Ads::GoogleAds::V5::
|
73
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
74
|
+
def self.served_asset_field_type
|
75
|
+
require "google/ads/google_ads/v5/enums/served_asset_field_type_pb"
|
76
|
+
Google::Ads::GoogleAds::V5::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
117
77
|
end
|
118
78
|
|
119
|
-
# Returns the descriptor for the
|
79
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
120
80
|
#
|
121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
122
|
-
def self.
|
123
|
-
require "google/ads/google_ads/v5/enums/
|
124
|
-
Google::Ads::GoogleAds::V5::Enums::
|
81
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
82
|
+
def self.call_conversion_reporting_state
|
83
|
+
require "google/ads/google_ads/v5/enums/call_conversion_reporting_state_pb"
|
84
|
+
Google::Ads::GoogleAds::V5::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
125
85
|
end
|
126
86
|
|
127
|
-
# Returns the descriptor for the
|
87
|
+
# Returns the descriptor for the DisplayAdFormatSetting enum
|
128
88
|
#
|
129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
130
|
-
def self.
|
131
|
-
require "google/ads/google_ads/v5/enums/
|
132
|
-
Google::Ads::GoogleAds::V5::Enums::
|
89
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
90
|
+
def self.display_ad_format_setting
|
91
|
+
require "google/ads/google_ads/v5/enums/display_ad_format_setting_pb"
|
92
|
+
Google::Ads::GoogleAds::V5::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
133
93
|
end
|
134
94
|
|
135
|
-
# Returns the descriptor for the
|
95
|
+
# Returns the descriptor for the DisplayUploadProductType enum
|
136
96
|
#
|
137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
138
|
-
def self.
|
139
|
-
require "google/ads/google_ads/v5/enums/
|
140
|
-
Google::Ads::GoogleAds::V5::Enums::
|
97
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
98
|
+
def self.display_upload_product_type
|
99
|
+
require "google/ads/google_ads/v5/enums/display_upload_product_type_pb"
|
100
|
+
Google::Ads::GoogleAds::V5::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
141
101
|
end
|
142
102
|
|
143
|
-
# Returns the descriptor for the
|
103
|
+
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
144
104
|
#
|
145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
146
|
-
def self.
|
147
|
-
require "google/ads/google_ads/v5/enums/
|
148
|
-
Google::Ads::GoogleAds::V5::Enums::
|
105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
106
|
+
def self.legacy_app_install_ad_app_store
|
107
|
+
require "google/ads/google_ads/v5/enums/legacy_app_install_ad_app_store_pb"
|
108
|
+
Google::Ads::GoogleAds::V5::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
149
109
|
end
|
150
110
|
|
151
|
-
# Returns the descriptor for the
|
111
|
+
# Returns the descriptor for the MimeType enum
|
152
112
|
#
|
153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
154
|
-
def self.
|
155
|
-
require "google/ads/google_ads/v5/enums/
|
156
|
-
Google::Ads::GoogleAds::V5::Enums::
|
113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
114
|
+
def self.mime_type
|
115
|
+
require "google/ads/google_ads/v5/enums/mime_type_pb"
|
116
|
+
Google::Ads::GoogleAds::V5::Enums::MimeTypeEnum::MimeType.descriptor
|
157
117
|
end
|
158
118
|
|
159
|
-
# Returns the descriptor for the
|
119
|
+
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
160
120
|
#
|
161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
162
|
-
def self.
|
163
|
-
require "google/ads/google_ads/v5/enums/
|
164
|
-
Google::Ads::GoogleAds::V5::Enums::
|
121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
122
|
+
def self.app_url_operating_system_type
|
123
|
+
require "google/ads/google_ads/v5/enums/app_url_operating_system_type_pb"
|
124
|
+
Google::Ads::GoogleAds::V5::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
165
125
|
end
|
166
126
|
|
167
|
-
# Returns the descriptor for the
|
127
|
+
# Returns the descriptor for the AdType enum
|
168
128
|
#
|
169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
170
|
-
def self.
|
171
|
-
require "google/ads/google_ads/v5/enums/
|
172
|
-
Google::Ads::GoogleAds::V5::Enums::
|
129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
130
|
+
def self.ad_type
|
131
|
+
require "google/ads/google_ads/v5/enums/ad_type_pb"
|
132
|
+
Google::Ads::GoogleAds::V5::Enums::AdTypeEnum::AdType.descriptor
|
173
133
|
end
|
174
134
|
|
175
|
-
# Returns the descriptor for the
|
135
|
+
# Returns the descriptor for the Device enum
|
176
136
|
#
|
177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
178
|
-
def self.
|
179
|
-
require "google/ads/google_ads/v5/enums/
|
180
|
-
Google::Ads::GoogleAds::V5::Enums::
|
137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
138
|
+
def self.device
|
139
|
+
require "google/ads/google_ads/v5/enums/device_pb"
|
140
|
+
Google::Ads::GoogleAds::V5::Enums::DeviceEnum::Device.descriptor
|
181
141
|
end
|
182
142
|
|
183
|
-
# Returns the descriptor for the
|
143
|
+
# Returns the descriptor for the SystemManagedResourceSource enum
|
184
144
|
#
|
185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
186
|
-
def self.
|
187
|
-
require "google/ads/google_ads/v5/enums/
|
188
|
-
Google::Ads::GoogleAds::V5::Enums::
|
145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
146
|
+
def self.system_managed_resource_source
|
147
|
+
require "google/ads/google_ads/v5/enums/system_managed_entity_source_pb"
|
148
|
+
Google::Ads::GoogleAds::V5::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
189
149
|
end
|
190
150
|
|
191
|
-
# Returns the descriptor for the
|
151
|
+
# Returns the descriptor for the ManagerLinkStatus enum
|
192
152
|
#
|
193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
194
|
-
def self.
|
195
|
-
require "google/ads/google_ads/v5/enums/
|
196
|
-
Google::Ads::GoogleAds::V5::Enums::
|
153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
154
|
+
def self.manager_link_status
|
155
|
+
require "google/ads/google_ads/v5/enums/manager_link_status_pb"
|
156
|
+
Google::Ads::GoogleAds::V5::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
197
157
|
end
|
198
158
|
|
199
|
-
# Returns the descriptor for the
|
159
|
+
# Returns the descriptor for the AdvertisingChannelSubType enum
|
200
160
|
#
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
202
|
-
def self.
|
203
|
-
require "google/ads/google_ads/v5/enums/
|
204
|
-
Google::Ads::GoogleAds::V5::Enums::
|
161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
162
|
+
def self.advertising_channel_sub_type
|
163
|
+
require "google/ads/google_ads/v5/enums/advertising_channel_sub_type_pb"
|
164
|
+
Google::Ads::GoogleAds::V5::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
205
165
|
end
|
206
166
|
|
207
|
-
# Returns the descriptor for the
|
167
|
+
# Returns the descriptor for the AdvertisingChannelType enum
|
208
168
|
#
|
209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
210
|
-
def self.
|
211
|
-
require "google/ads/google_ads/v5/enums/
|
212
|
-
Google::Ads::GoogleAds::V5::Enums::
|
169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
170
|
+
def self.advertising_channel_type
|
171
|
+
require "google/ads/google_ads/v5/enums/advertising_channel_type_pb"
|
172
|
+
Google::Ads::GoogleAds::V5::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
213
173
|
end
|
214
174
|
|
215
|
-
# Returns the descriptor for the
|
175
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
216
176
|
#
|
217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
218
|
-
def self.
|
219
|
-
require "google/ads/google_ads/v5/enums/
|
220
|
-
Google::Ads::GoogleAds::V5::Enums::
|
177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
178
|
+
def self.change_status_operation
|
179
|
+
require "google/ads/google_ads/v5/enums/change_status_operation_pb"
|
180
|
+
Google::Ads::GoogleAds::V5::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
221
181
|
end
|
222
182
|
|
223
|
-
# Returns the descriptor for the
|
183
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
224
184
|
#
|
225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
226
|
-
def self.
|
227
|
-
require "google/ads/google_ads/v5/enums/
|
228
|
-
Google::Ads::GoogleAds::V5::Enums::
|
185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
186
|
+
def self.change_status_resource_type
|
187
|
+
require "google/ads/google_ads/v5/enums/change_status_resource_type_pb"
|
188
|
+
Google::Ads::GoogleAds::V5::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
229
189
|
end
|
230
190
|
|
231
|
-
# Returns the descriptor for the
|
191
|
+
# Returns the descriptor for the CriterionType enum
|
232
192
|
#
|
233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
234
|
-
def self.
|
235
|
-
require "google/ads/google_ads/v5/enums/
|
236
|
-
Google::Ads::GoogleAds::V5::Enums::
|
193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
194
|
+
def self.criterion_type
|
195
|
+
require "google/ads/google_ads/v5/enums/criterion_type_pb"
|
196
|
+
Google::Ads::GoogleAds::V5::Enums::CriterionTypeEnum::CriterionType.descriptor
|
237
197
|
end
|
238
198
|
|
239
|
-
# Returns the descriptor for the
|
199
|
+
# Returns the descriptor for the FeedOrigin enum
|
240
200
|
#
|
241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
242
|
-
def self.
|
243
|
-
require "google/ads/google_ads/v5/enums/
|
244
|
-
Google::Ads::GoogleAds::V5::Enums::
|
201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
202
|
+
def self.feed_origin
|
203
|
+
require "google/ads/google_ads/v5/enums/feed_origin_pb"
|
204
|
+
Google::Ads::GoogleAds::V5::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
245
205
|
end
|
246
206
|
|
247
|
-
# Returns the descriptor for the
|
207
|
+
# Returns the descriptor for the BatchJobStatus enum
|
248
208
|
#
|
249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
250
|
-
def self.
|
251
|
-
require "google/ads/google_ads/v5/enums/
|
252
|
-
Google::Ads::GoogleAds::V5::Enums::
|
209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
|
210
|
+
def self.batch_job_status
|
211
|
+
require "google/ads/google_ads/v5/enums/batch_job_status_pb"
|
212
|
+
Google::Ads::GoogleAds::V5::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
|
253
213
|
end
|
254
214
|
|
255
|
-
# Returns the descriptor for the
|
215
|
+
# Returns the descriptor for the SharedSetStatus enum
|
256
216
|
#
|
257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
258
|
-
def self.
|
259
|
-
require "google/ads/google_ads/v5/enums/
|
260
|
-
Google::Ads::GoogleAds::V5::Enums::
|
217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
|
218
|
+
def self.shared_set_status
|
219
|
+
require "google/ads/google_ads/v5/enums/shared_set_status_pb"
|
220
|
+
Google::Ads::GoogleAds::V5::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
|
261
221
|
end
|
262
222
|
|
263
|
-
# Returns the descriptor for the
|
223
|
+
# Returns the descriptor for the SharedSetType enum
|
264
224
|
#
|
265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
266
|
-
def self.
|
267
|
-
require "google/ads/google_ads/v5/enums/
|
268
|
-
Google::Ads::GoogleAds::V5::Enums::
|
269
|
-
end
|
270
|
-
|
271
|
-
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
272
|
-
#
|
273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
274
|
-
def self.dsa_page_feed_criterion_field
|
275
|
-
require "google/ads/google_ads/v5/enums/dsa_page_feed_criterion_field_pb"
|
276
|
-
Google::Ads::GoogleAds::V5::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
277
|
-
end
|
278
|
-
|
279
|
-
# Returns the descriptor for the EducationPlaceholderField enum
|
280
|
-
#
|
281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
282
|
-
def self.education_placeholder_field
|
283
|
-
require "google/ads/google_ads/v5/enums/education_placeholder_field_pb"
|
284
|
-
Google::Ads::GoogleAds::V5::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
285
|
-
end
|
286
|
-
|
287
|
-
# Returns the descriptor for the FeedMappingCriterionType enum
|
288
|
-
#
|
289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
290
|
-
def self.feed_mapping_criterion_type
|
291
|
-
require "google/ads/google_ads/v5/enums/feed_mapping_criterion_type_pb"
|
292
|
-
Google::Ads::GoogleAds::V5::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
293
|
-
end
|
294
|
-
|
295
|
-
# Returns the descriptor for the FeedMappingStatus enum
|
296
|
-
#
|
297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
298
|
-
def self.feed_mapping_status
|
299
|
-
require "google/ads/google_ads/v5/enums/feed_mapping_status_pb"
|
300
|
-
Google::Ads::GoogleAds::V5::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
301
|
-
end
|
302
|
-
|
303
|
-
# Returns the descriptor for the FlightPlaceholderField enum
|
304
|
-
#
|
305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
306
|
-
def self.flight_placeholder_field
|
307
|
-
require "google/ads/google_ads/v5/enums/flight_placeholder_field_pb"
|
308
|
-
Google::Ads::GoogleAds::V5::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
309
|
-
end
|
310
|
-
|
311
|
-
# Returns the descriptor for the HotelPlaceholderField enum
|
312
|
-
#
|
313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
314
|
-
def self.hotel_placeholder_field
|
315
|
-
require "google/ads/google_ads/v5/enums/hotel_placeholder_field_pb"
|
316
|
-
Google::Ads::GoogleAds::V5::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
|
226
|
+
def self.shared_set_type
|
227
|
+
require "google/ads/google_ads/v5/enums/shared_set_type_pb"
|
228
|
+
Google::Ads::GoogleAds::V5::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
317
229
|
end
|
318
230
|
|
319
|
-
# Returns the descriptor for the
|
231
|
+
# Returns the descriptor for the KeywordMatchType enum
|
320
232
|
#
|
321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
322
|
-
def self.
|
323
|
-
require "google/ads/google_ads/v5/enums/
|
324
|
-
Google::Ads::GoogleAds::V5::Enums::
|
233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
234
|
+
def self.keyword_match_type
|
235
|
+
require "google/ads/google_ads/v5/enums/keyword_match_type_pb"
|
236
|
+
Google::Ads::GoogleAds::V5::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
325
237
|
end
|
326
238
|
|
327
|
-
# Returns the descriptor for the
|
239
|
+
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
328
240
|
#
|
329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
330
|
-
def self.
|
331
|
-
require "google/ads/google_ads/v5/enums/
|
332
|
-
Google::Ads::GoogleAds::V5::Enums::
|
241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
242
|
+
def self.merchant_center_link_status
|
243
|
+
require "google/ads/google_ads/v5/enums/merchant_center_link_status_pb"
|
244
|
+
Google::Ads::GoogleAds::V5::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
333
245
|
end
|
334
246
|
|
335
|
-
# Returns the descriptor for the
|
247
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
336
248
|
#
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
338
|
-
def self.
|
339
|
-
require "google/ads/google_ads/v5/enums/
|
340
|
-
Google::Ads::GoogleAds::V5::Enums::
|
249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
250
|
+
def self.simulation_modification_method
|
251
|
+
require "google/ads/google_ads/v5/enums/simulation_modification_method_pb"
|
252
|
+
Google::Ads::GoogleAds::V5::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
341
253
|
end
|
342
254
|
|
343
|
-
# Returns the descriptor for the
|
255
|
+
# Returns the descriptor for the SimulationType enum
|
344
256
|
#
|
345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
346
|
-
def self.
|
347
|
-
require "google/ads/google_ads/v5/enums/
|
348
|
-
Google::Ads::GoogleAds::V5::Enums::
|
257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
258
|
+
def self.simulation_type
|
259
|
+
require "google/ads/google_ads/v5/enums/simulation_type_pb"
|
260
|
+
Google::Ads::GoogleAds::V5::Enums::SimulationTypeEnum::SimulationType.descriptor
|
349
261
|
end
|
350
262
|
|
351
|
-
# Returns the descriptor for the
|
263
|
+
# Returns the descriptor for the ExtensionSettingDevice enum
|
352
264
|
#
|
353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
354
|
-
def self.
|
355
|
-
require "google/ads/google_ads/v5/enums/
|
356
|
-
Google::Ads::GoogleAds::V5::Enums::
|
265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
266
|
+
def self.extension_setting_device
|
267
|
+
require "google/ads/google_ads/v5/enums/extension_setting_device_pb"
|
268
|
+
Google::Ads::GoogleAds::V5::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
357
269
|
end
|
358
270
|
|
359
|
-
# Returns the descriptor for the
|
271
|
+
# Returns the descriptor for the ExtensionType enum
|
360
272
|
#
|
361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
362
|
-
def self.
|
363
|
-
require "google/ads/google_ads/v5/enums/
|
364
|
-
Google::Ads::GoogleAds::V5::Enums::
|
273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
274
|
+
def self.extension_type
|
275
|
+
require "google/ads/google_ads/v5/enums/extension_type_pb"
|
276
|
+
Google::Ads::GoogleAds::V5::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
365
277
|
end
|
366
278
|
|
367
|
-
# Returns the descriptor for the
|
279
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
368
280
|
#
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
370
|
-
def self.
|
371
|
-
require "google/ads/google_ads/v5/enums/
|
372
|
-
Google::Ads::GoogleAds::V5::Enums::
|
281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
282
|
+
def self.campaign_draft_status
|
283
|
+
require "google/ads/google_ads/v5/enums/campaign_draft_status_pb"
|
284
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
373
285
|
end
|
374
286
|
|
375
|
-
# Returns the descriptor for the
|
287
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
376
288
|
#
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
378
|
-
def self.
|
379
|
-
require "google/ads/google_ads/v5/enums/
|
380
|
-
Google::Ads::GoogleAds::V5::Enums::
|
289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
290
|
+
def self.custom_interest_member_type
|
291
|
+
require "google/ads/google_ads/v5/enums/custom_interest_member_type_pb"
|
292
|
+
Google::Ads::GoogleAds::V5::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
381
293
|
end
|
382
294
|
|
383
|
-
# Returns the descriptor for the
|
295
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
384
296
|
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
386
|
-
def self.
|
387
|
-
require "google/ads/google_ads/v5/enums/
|
388
|
-
Google::Ads::GoogleAds::V5::Enums::
|
297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
298
|
+
def self.custom_interest_status
|
299
|
+
require "google/ads/google_ads/v5/enums/custom_interest_status_pb"
|
300
|
+
Google::Ads::GoogleAds::V5::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
389
301
|
end
|
390
302
|
|
391
|
-
# Returns the descriptor for the
|
303
|
+
# Returns the descriptor for the CustomInterestType enum
|
392
304
|
#
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
394
|
-
def self.
|
395
|
-
require "google/ads/google_ads/v5/enums/
|
396
|
-
Google::Ads::GoogleAds::V5::Enums::
|
305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
306
|
+
def self.custom_interest_type
|
307
|
+
require "google/ads/google_ads/v5/enums/custom_interest_type_pb"
|
308
|
+
Google::Ads::GoogleAds::V5::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
397
309
|
end
|
398
310
|
|
399
|
-
# Returns the descriptor for the
|
311
|
+
# Returns the descriptor for the AssetType enum
|
400
312
|
#
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
402
|
-
def self.
|
403
|
-
require "google/ads/google_ads/v5/enums/
|
404
|
-
Google::Ads::GoogleAds::V5::Enums::
|
313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
314
|
+
def self.asset_type
|
315
|
+
require "google/ads/google_ads/v5/enums/asset_type_pb"
|
316
|
+
Google::Ads::GoogleAds::V5::Enums::AssetTypeEnum::AssetType.descriptor
|
405
317
|
end
|
406
318
|
|
407
319
|
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
@@ -420,14 +332,6 @@ module Google
|
|
420
332
|
Google::Ads::GoogleAds::V5::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
421
333
|
end
|
422
334
|
|
423
|
-
# Returns the descriptor for the FeedOrigin enum
|
424
|
-
#
|
425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
426
|
-
def self.feed_origin
|
427
|
-
require "google/ads/google_ads/v5/enums/feed_origin_pb"
|
428
|
-
Google::Ads::GoogleAds::V5::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
429
|
-
end
|
430
|
-
|
431
335
|
# Returns the descriptor for the FeedStatus enum
|
432
336
|
#
|
433
337
|
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
@@ -444,22 +348,6 @@ module Google
|
|
444
348
|
Google::Ads::GoogleAds::V5::Resources::FeedAttributeOperation::Operator.descriptor
|
445
349
|
end
|
446
350
|
|
447
|
-
# Returns the descriptor for the SimulationModificationMethod enum
|
448
|
-
#
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
450
|
-
def self.simulation_modification_method
|
451
|
-
require "google/ads/google_ads/v5/enums/simulation_modification_method_pb"
|
452
|
-
Google::Ads::GoogleAds::V5::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
453
|
-
end
|
454
|
-
|
455
|
-
# Returns the descriptor for the SimulationType enum
|
456
|
-
#
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
458
|
-
def self.simulation_type
|
459
|
-
require "google/ads/google_ads/v5/enums/simulation_type_pb"
|
460
|
-
Google::Ads::GoogleAds::V5::Enums::SimulationTypeEnum::SimulationType.descriptor
|
461
|
-
end
|
462
|
-
|
463
351
|
# Returns the descriptor for the AgeRangeType enum
|
464
352
|
#
|
465
353
|
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
@@ -492,14 +380,6 @@ module Google
|
|
492
380
|
Google::Ads::GoogleAds::V5::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
493
381
|
end
|
494
382
|
|
495
|
-
# Returns the descriptor for the Device enum
|
496
|
-
#
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
498
|
-
def self.device
|
499
|
-
require "google/ads/google_ads/v5/enums/device_pb"
|
500
|
-
Google::Ads::GoogleAds::V5::Enums::DeviceEnum::Device.descriptor
|
501
|
-
end
|
502
|
-
|
503
383
|
# Returns the descriptor for the GenderType enum
|
504
384
|
#
|
505
385
|
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
@@ -532,14 +412,6 @@ module Google
|
|
532
412
|
Google::Ads::GoogleAds::V5::Enums::InteractionTypeEnum::InteractionType.descriptor
|
533
413
|
end
|
534
414
|
|
535
|
-
# Returns the descriptor for the KeywordMatchType enum
|
536
|
-
#
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
538
|
-
def self.keyword_match_type
|
539
|
-
require "google/ads/google_ads/v5/enums/keyword_match_type_pb"
|
540
|
-
Google::Ads::GoogleAds::V5::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
541
|
-
end
|
542
|
-
|
543
415
|
# Returns the descriptor for the ListingGroupType enum
|
544
416
|
#
|
545
417
|
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
@@ -652,996 +524,1124 @@ module Google
|
|
652
524
|
Google::Ads::GoogleAds::V5::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
653
525
|
end
|
654
526
|
|
655
|
-
# Returns the descriptor for the
|
527
|
+
# Returns the descriptor for the AppStore enum
|
656
528
|
#
|
657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
658
|
-
def self.
|
659
|
-
require "google/ads/google_ads/v5/enums/
|
660
|
-
Google::Ads::GoogleAds::V5::Enums::
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
|
530
|
+
def self.app_store
|
531
|
+
require "google/ads/google_ads/v5/enums/app_store_pb"
|
532
|
+
Google::Ads::GoogleAds::V5::Enums::AppStoreEnum::AppStore.descriptor
|
661
533
|
end
|
662
534
|
|
663
|
-
# Returns the descriptor for the
|
535
|
+
# Returns the descriptor for the PriceExtensionPriceQualifier enum
|
664
536
|
#
|
665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
666
|
-
def self.
|
667
|
-
require "google/ads/google_ads/v5/enums/
|
668
|
-
Google::Ads::GoogleAds::V5::Enums::
|
537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
|
538
|
+
def self.price_extension_price_qualifier
|
539
|
+
require "google/ads/google_ads/v5/enums/price_extension_price_qualifier_pb"
|
540
|
+
Google::Ads::GoogleAds::V5::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
|
669
541
|
end
|
670
542
|
|
671
|
-
# Returns the descriptor for the
|
543
|
+
# Returns the descriptor for the PriceExtensionPriceUnit enum
|
672
544
|
#
|
673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
674
|
-
def self.
|
675
|
-
require "google/ads/google_ads/v5/enums/
|
676
|
-
Google::Ads::GoogleAds::V5::Enums::
|
545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
|
546
|
+
def self.price_extension_price_unit
|
547
|
+
require "google/ads/google_ads/v5/enums/price_extension_price_unit_pb"
|
548
|
+
Google::Ads::GoogleAds::V5::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
|
677
549
|
end
|
678
550
|
|
679
|
-
# Returns the descriptor for the
|
551
|
+
# Returns the descriptor for the PriceExtensionType enum
|
680
552
|
#
|
681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
682
|
-
def self.
|
683
|
-
require "google/ads/google_ads/v5/enums/
|
684
|
-
Google::Ads::GoogleAds::V5::Enums::
|
553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
|
554
|
+
def self.price_extension_type
|
555
|
+
require "google/ads/google_ads/v5/enums/price_extension_type_pb"
|
556
|
+
Google::Ads::GoogleAds::V5::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
|
685
557
|
end
|
686
558
|
|
687
|
-
# Returns the descriptor for the
|
559
|
+
# Returns the descriptor for the PromotionExtensionDiscountModifier enum
|
688
560
|
#
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
690
|
-
def self.
|
691
|
-
require "google/ads/google_ads/v5/enums/
|
692
|
-
Google::Ads::GoogleAds::V5::Enums::
|
561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
|
562
|
+
def self.promotion_extension_discount_modifier
|
563
|
+
require "google/ads/google_ads/v5/enums/promotion_extension_discount_modifier_pb"
|
564
|
+
Google::Ads::GoogleAds::V5::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
|
693
565
|
end
|
694
566
|
|
695
|
-
# Returns the descriptor for the
|
567
|
+
# Returns the descriptor for the PromotionExtensionOccasion enum
|
696
568
|
#
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
698
|
-
def self.
|
699
|
-
require "google/ads/google_ads/v5/enums/
|
700
|
-
Google::Ads::GoogleAds::V5::Enums::
|
569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
|
570
|
+
def self.promotion_extension_occasion
|
571
|
+
require "google/ads/google_ads/v5/enums/promotion_extension_occasion_pb"
|
572
|
+
Google::Ads::GoogleAds::V5::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
701
573
|
end
|
702
574
|
|
703
|
-
# Returns the descriptor for the
|
575
|
+
# Returns the descriptor for the RecommendationType enum
|
704
576
|
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
706
|
-
def self.
|
707
|
-
require "google/ads/google_ads/v5/enums/
|
708
|
-
Google::Ads::GoogleAds::V5::Enums::
|
577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
578
|
+
def self.recommendation_type
|
579
|
+
require "google/ads/google_ads/v5/enums/recommendation_type_pb"
|
580
|
+
Google::Ads::GoogleAds::V5::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
709
581
|
end
|
710
582
|
|
711
|
-
# Returns the descriptor for the
|
583
|
+
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
712
584
|
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
714
|
-
def self.
|
715
|
-
require "google/ads/google_ads/v5/enums/
|
716
|
-
Google::Ads::GoogleAds::V5::Enums::
|
585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
586
|
+
def self.target_cpa_opt_in_recommendation_goal
|
587
|
+
require "google/ads/google_ads/v5/enums/target_cpa_opt_in_recommendation_goal_pb"
|
588
|
+
Google::Ads::GoogleAds::V5::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
717
589
|
end
|
718
590
|
|
719
|
-
# Returns the descriptor for the
|
591
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
720
592
|
#
|
721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
722
|
-
def self.
|
723
|
-
require "google/ads/google_ads/v5/enums/
|
724
|
-
Google::Ads::GoogleAds::V5::Enums::
|
593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
594
|
+
def self.feed_item_quality_approval_status
|
595
|
+
require "google/ads/google_ads/v5/enums/feed_item_quality_approval_status_pb"
|
596
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
725
597
|
end
|
726
598
|
|
727
|
-
# Returns the descriptor for the
|
599
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
728
600
|
#
|
729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
730
|
-
def self.
|
731
|
-
require "google/ads/google_ads/v5/enums/
|
732
|
-
Google::Ads::GoogleAds::V5::Enums::
|
601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
602
|
+
def self.feed_item_quality_disapproval_reason
|
603
|
+
require "google/ads/google_ads/v5/enums/feed_item_quality_disapproval_reason_pb"
|
604
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
733
605
|
end
|
734
606
|
|
735
|
-
# Returns the descriptor for the
|
607
|
+
# Returns the descriptor for the FeedItemStatus enum
|
736
608
|
#
|
737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
738
|
-
def self.
|
739
|
-
require "google/ads/google_ads/v5/enums/
|
740
|
-
Google::Ads::GoogleAds::V5::Enums::
|
609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
610
|
+
def self.feed_item_status
|
611
|
+
require "google/ads/google_ads/v5/enums/feed_item_status_pb"
|
612
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
741
613
|
end
|
742
614
|
|
743
|
-
# Returns the descriptor for the
|
615
|
+
# Returns the descriptor for the FeedItemValidationStatus enum
|
744
616
|
#
|
745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
746
|
-
def self.
|
747
|
-
require "google/ads/google_ads/v5/enums/
|
748
|
-
Google::Ads::GoogleAds::V5::Enums::
|
617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
618
|
+
def self.feed_item_validation_status
|
619
|
+
require "google/ads/google_ads/v5/enums/feed_item_validation_status_pb"
|
620
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
749
621
|
end
|
750
622
|
|
751
|
-
# Returns the descriptor for the
|
623
|
+
# Returns the descriptor for the GeoTargetingRestriction enum
|
752
624
|
#
|
753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
754
|
-
def self.
|
755
|
-
require "google/ads/google_ads/v5/enums/
|
756
|
-
Google::Ads::GoogleAds::V5::Enums::
|
625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
626
|
+
def self.geo_targeting_restriction
|
627
|
+
require "google/ads/google_ads/v5/enums/geo_targeting_restriction_pb"
|
628
|
+
Google::Ads::GoogleAds::V5::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
757
629
|
end
|
758
630
|
|
759
|
-
# Returns the descriptor for the
|
631
|
+
# Returns the descriptor for the PlaceholderType enum
|
760
632
|
#
|
761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
762
|
-
def self.
|
763
|
-
require "google/ads/google_ads/v5/enums/
|
764
|
-
Google::Ads::GoogleAds::V5::Enums::
|
633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
634
|
+
def self.placeholder_type
|
635
|
+
require "google/ads/google_ads/v5/enums/placeholder_type_pb"
|
636
|
+
Google::Ads::GoogleAds::V5::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
765
637
|
end
|
766
638
|
|
767
|
-
# Returns the descriptor for the
|
639
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
768
640
|
#
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
770
|
-
def self.
|
771
|
-
require "google/ads/google_ads/v5/
|
772
|
-
Google::Ads::GoogleAds::V5::
|
641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
642
|
+
def self.feed_item_validation_error
|
643
|
+
require "google/ads/google_ads/v5/errors/feed_item_validation_error_pb"
|
644
|
+
Google::Ads::GoogleAds::V5::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
773
645
|
end
|
774
646
|
|
775
|
-
# Returns the descriptor for the
|
647
|
+
# Returns the descriptor for the FeedItemTargetDevice enum
|
776
648
|
#
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
778
|
-
def self.
|
779
|
-
require "google/ads/google_ads/v5/enums/
|
780
|
-
Google::Ads::GoogleAds::V5::Enums::
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
650
|
+
def self.feed_item_target_device
|
651
|
+
require "google/ads/google_ads/v5/enums/feed_item_target_device_pb"
|
652
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
781
653
|
end
|
782
654
|
|
783
|
-
# Returns the descriptor for the
|
655
|
+
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
784
656
|
#
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
786
|
-
def self.
|
787
|
-
require "google/ads/google_ads/v5/enums/
|
788
|
-
Google::Ads::GoogleAds::V5::Enums::
|
657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
|
658
|
+
def self.account_budget_proposal_status
|
659
|
+
require "google/ads/google_ads/v5/enums/account_budget_proposal_status_pb"
|
660
|
+
Google::Ads::GoogleAds::V5::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
789
661
|
end
|
790
662
|
|
791
|
-
# Returns the descriptor for the
|
663
|
+
# Returns the descriptor for the AccountBudgetProposalType enum
|
792
664
|
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
794
|
-
def self.
|
795
|
-
require "google/ads/google_ads/v5/enums/
|
796
|
-
Google::Ads::GoogleAds::V5::Enums::
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
|
666
|
+
def self.account_budget_proposal_type
|
667
|
+
require "google/ads/google_ads/v5/enums/account_budget_proposal_type_pb"
|
668
|
+
Google::Ads::GoogleAds::V5::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
797
669
|
end
|
798
670
|
|
799
|
-
# Returns the descriptor for the
|
671
|
+
# Returns the descriptor for the SpendingLimitType enum
|
800
672
|
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
802
|
-
def self.
|
803
|
-
require "google/ads/google_ads/v5/enums/
|
804
|
-
Google::Ads::GoogleAds::V5::Enums::
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
|
674
|
+
def self.spending_limit_type
|
675
|
+
require "google/ads/google_ads/v5/enums/spending_limit_type_pb"
|
676
|
+
Google::Ads::GoogleAds::V5::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
805
677
|
end
|
806
678
|
|
807
|
-
# Returns the descriptor for the
|
679
|
+
# Returns the descriptor for the TimeType enum
|
808
680
|
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
810
|
-
def self.
|
811
|
-
require "google/ads/google_ads/v5/enums/
|
812
|
-
Google::Ads::GoogleAds::V5::Enums::
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
682
|
+
def self.time_type
|
683
|
+
require "google/ads/google_ads/v5/enums/time_type_pb"
|
684
|
+
Google::Ads::GoogleAds::V5::Enums::TimeTypeEnum::TimeType.descriptor
|
813
685
|
end
|
814
686
|
|
815
|
-
# Returns the descriptor for the
|
687
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
816
688
|
#
|
817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
818
|
-
def self.
|
819
|
-
require "google/ads/google_ads/v5/enums/
|
820
|
-
Google::Ads::GoogleAds::V5::Enums::
|
689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
690
|
+
def self.geo_target_constant_status
|
691
|
+
require "google/ads/google_ads/v5/enums/geo_target_constant_status_pb"
|
692
|
+
Google::Ads::GoogleAds::V5::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
821
693
|
end
|
822
694
|
|
823
|
-
# Returns the descriptor for the
|
695
|
+
# Returns the descriptor for the MatchingFunctionContextType enum
|
824
696
|
#
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
826
|
-
def self.
|
827
|
-
require "google/ads/google_ads/v5/enums/
|
828
|
-
Google::Ads::GoogleAds::V5::Enums::
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
698
|
+
def self.matching_function_context_type
|
699
|
+
require "google/ads/google_ads/v5/enums/matching_function_context_type_pb"
|
700
|
+
Google::Ads::GoogleAds::V5::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
829
701
|
end
|
830
702
|
|
831
|
-
# Returns the descriptor for the
|
703
|
+
# Returns the descriptor for the MatchingFunctionOperator enum
|
832
704
|
#
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
834
|
-
def self.
|
835
|
-
require "google/ads/google_ads/v5/enums/
|
836
|
-
Google::Ads::GoogleAds::V5::Enums::
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
706
|
+
def self.matching_function_operator
|
707
|
+
require "google/ads/google_ads/v5/enums/matching_function_operator_pb"
|
708
|
+
Google::Ads::GoogleAds::V5::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
837
709
|
end
|
838
710
|
|
839
|
-
# Returns the descriptor for the
|
711
|
+
# Returns the descriptor for the FeedLinkStatus enum
|
840
712
|
#
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
842
|
-
def self.
|
843
|
-
require "google/ads/google_ads/v5/enums/
|
844
|
-
Google::Ads::GoogleAds::V5::Enums::
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
714
|
+
def self.feed_link_status
|
715
|
+
require "google/ads/google_ads/v5/enums/feed_link_status_pb"
|
716
|
+
Google::Ads::GoogleAds::V5::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
845
717
|
end
|
846
718
|
|
847
|
-
# Returns the descriptor for the
|
719
|
+
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
848
720
|
#
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
850
|
-
def self.
|
851
|
-
require "google/ads/google_ads/v5/enums/
|
852
|
-
Google::Ads::GoogleAds::V5::Enums::
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
722
|
+
def self.criterion_category_channel_availability_mode
|
723
|
+
require "google/ads/google_ads/v5/enums/criterion_category_channel_availability_mode_pb"
|
724
|
+
Google::Ads::GoogleAds::V5::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
853
725
|
end
|
854
726
|
|
855
|
-
# Returns the descriptor for the
|
727
|
+
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
856
728
|
#
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
858
|
-
def self.
|
859
|
-
require "google/ads/google_ads/v5/enums/
|
860
|
-
Google::Ads::GoogleAds::V5::Enums::
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
730
|
+
def self.criterion_category_locale_availability_mode
|
731
|
+
require "google/ads/google_ads/v5/enums/criterion_category_locale_availability_mode_pb"
|
732
|
+
Google::Ads::GoogleAds::V5::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
861
733
|
end
|
862
734
|
|
863
|
-
# Returns the descriptor for the
|
735
|
+
# Returns the descriptor for the UserInterestTaxonomyType enum
|
864
736
|
#
|
865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
866
|
-
def self.
|
867
|
-
require "google/ads/google_ads/v5/enums/
|
868
|
-
Google::Ads::GoogleAds::V5::Enums::
|
737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
738
|
+
def self.user_interest_taxonomy_type
|
739
|
+
require "google/ads/google_ads/v5/enums/user_interest_taxonomy_type_pb"
|
740
|
+
Google::Ads::GoogleAds::V5::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
869
741
|
end
|
870
742
|
|
871
|
-
# Returns the descriptor for the
|
743
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
872
744
|
#
|
873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
874
|
-
def self.
|
875
|
-
require "google/ads/google_ads/v5/enums/
|
876
|
-
Google::Ads::GoogleAds::V5::Enums::
|
745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
746
|
+
def self.keyword_plan_network
|
747
|
+
require "google/ads/google_ads/v5/enums/keyword_plan_network_pb"
|
748
|
+
Google::Ads::GoogleAds::V5::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
877
749
|
end
|
878
750
|
|
879
|
-
# Returns the descriptor for the
|
751
|
+
# Returns the descriptor for the GeoTargetingType enum
|
880
752
|
#
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
882
|
-
def self.
|
883
|
-
require "google/ads/google_ads/v5/enums/
|
884
|
-
Google::Ads::GoogleAds::V5::Enums::
|
753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
754
|
+
def self.geo_targeting_type
|
755
|
+
require "google/ads/google_ads/v5/enums/geo_targeting_type_pb"
|
756
|
+
Google::Ads::GoogleAds::V5::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
885
757
|
end
|
886
758
|
|
887
|
-
# Returns the descriptor for the
|
759
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
888
760
|
#
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
890
|
-
def self.
|
891
|
-
require "google/ads/google_ads/v5/enums/
|
892
|
-
Google::Ads::GoogleAds::V5::Enums::
|
761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
762
|
+
def self.account_budget_status
|
763
|
+
require "google/ads/google_ads/v5/enums/account_budget_status_pb"
|
764
|
+
Google::Ads::GoogleAds::V5::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
893
765
|
end
|
894
766
|
|
895
|
-
# Returns the descriptor for the
|
767
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
896
768
|
#
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
898
|
-
def self.
|
899
|
-
require "google/ads/google_ads/v5/enums/
|
900
|
-
Google::Ads::GoogleAds::V5::Enums::
|
769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
770
|
+
def self.tracking_code_page_format
|
771
|
+
require "google/ads/google_ads/v5/enums/tracking_code_page_format_pb"
|
772
|
+
Google::Ads::GoogleAds::V5::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
901
773
|
end
|
902
774
|
|
903
|
-
# Returns the descriptor for the
|
775
|
+
# Returns the descriptor for the TrackingCodeType enum
|
904
776
|
#
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
906
|
-
def self.
|
907
|
-
require "google/ads/google_ads/v5/enums/
|
908
|
-
Google::Ads::GoogleAds::V5::Enums::
|
777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
778
|
+
def self.tracking_code_type
|
779
|
+
require "google/ads/google_ads/v5/enums/tracking_code_type_pb"
|
780
|
+
Google::Ads::GoogleAds::V5::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
909
781
|
end
|
910
782
|
|
911
|
-
# Returns the descriptor for the
|
783
|
+
# Returns the descriptor for the AttributionModel enum
|
912
784
|
#
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
914
|
-
def self.
|
915
|
-
require "google/ads/google_ads/v5/enums/
|
916
|
-
Google::Ads::GoogleAds::V5::Enums::
|
785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
786
|
+
def self.attribution_model
|
787
|
+
require "google/ads/google_ads/v5/enums/attribution_model_pb"
|
788
|
+
Google::Ads::GoogleAds::V5::Enums::AttributionModelEnum::AttributionModel.descriptor
|
917
789
|
end
|
918
790
|
|
919
|
-
# Returns the descriptor for the
|
791
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
920
792
|
#
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
922
|
-
def self.
|
923
|
-
require "google/ads/google_ads/v5/enums/
|
924
|
-
Google::Ads::GoogleAds::V5::Enums::
|
793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
794
|
+
def self.conversion_action_category
|
795
|
+
require "google/ads/google_ads/v5/enums/conversion_action_category_pb"
|
796
|
+
Google::Ads::GoogleAds::V5::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
925
797
|
end
|
926
798
|
|
927
|
-
# Returns the descriptor for the
|
799
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
928
800
|
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
930
|
-
def self.
|
931
|
-
require "google/ads/google_ads/v5/enums/
|
932
|
-
Google::Ads::GoogleAds::V5::Enums::
|
801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
802
|
+
def self.conversion_action_counting_type
|
803
|
+
require "google/ads/google_ads/v5/enums/conversion_action_counting_type_pb"
|
804
|
+
Google::Ads::GoogleAds::V5::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
933
805
|
end
|
934
806
|
|
935
|
-
# Returns the descriptor for the
|
807
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
936
808
|
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
938
|
-
def self.
|
939
|
-
require "google/ads/google_ads/v5/enums/
|
940
|
-
Google::Ads::GoogleAds::V5::Enums::
|
809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
810
|
+
def self.conversion_action_status
|
811
|
+
require "google/ads/google_ads/v5/enums/conversion_action_status_pb"
|
812
|
+
Google::Ads::GoogleAds::V5::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
941
813
|
end
|
942
814
|
|
943
|
-
# Returns the descriptor for the
|
815
|
+
# Returns the descriptor for the ConversionActionType enum
|
944
816
|
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
946
|
-
def self.
|
947
|
-
require "google/ads/google_ads/v5/enums/
|
948
|
-
Google::Ads::GoogleAds::V5::Enums::
|
817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
818
|
+
def self.conversion_action_type
|
819
|
+
require "google/ads/google_ads/v5/enums/conversion_action_type_pb"
|
820
|
+
Google::Ads::GoogleAds::V5::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
949
821
|
end
|
950
822
|
|
951
|
-
# Returns the descriptor for the
|
823
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
952
824
|
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
954
|
-
def self.
|
955
|
-
require "google/ads/google_ads/v5/enums/
|
956
|
-
Google::Ads::GoogleAds::V5::Enums::
|
825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
826
|
+
def self.data_driven_model_status
|
827
|
+
require "google/ads/google_ads/v5/enums/data_driven_model_status_pb"
|
828
|
+
Google::Ads::GoogleAds::V5::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
957
829
|
end
|
958
830
|
|
959
|
-
# Returns the descriptor for the
|
831
|
+
# Returns the descriptor for the MobileAppVendor enum
|
960
832
|
#
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
962
|
-
def self.
|
963
|
-
require "google/ads/google_ads/v5/enums/
|
964
|
-
Google::Ads::GoogleAds::V5::Enums::
|
833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
|
834
|
+
def self.mobile_app_vendor
|
835
|
+
require "google/ads/google_ads/v5/enums/mobile_app_vendor_pb"
|
836
|
+
Google::Ads::GoogleAds::V5::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
|
965
837
|
end
|
966
838
|
|
967
|
-
# Returns the descriptor for the
|
839
|
+
# Returns the descriptor for the DistanceBucket enum
|
968
840
|
#
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
970
|
-
def self.
|
971
|
-
require "google/ads/google_ads/v5/enums/
|
972
|
-
Google::Ads::GoogleAds::V5::Enums::
|
841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
|
842
|
+
def self.distance_bucket
|
843
|
+
require "google/ads/google_ads/v5/enums/distance_bucket_pb"
|
844
|
+
Google::Ads::GoogleAds::V5::Enums::DistanceBucketEnum::DistanceBucket.descriptor
|
973
845
|
end
|
974
846
|
|
975
|
-
# Returns the descriptor for the
|
847
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
976
848
|
#
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
978
|
-
def self.
|
979
|
-
require "google/ads/google_ads/v5/enums/
|
980
|
-
Google::Ads::GoogleAds::V5::Enums::
|
849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
850
|
+
def self.keyword_plan_forecast_interval
|
851
|
+
require "google/ads/google_ads/v5/enums/keyword_plan_forecast_interval_pb"
|
852
|
+
Google::Ads::GoogleAds::V5::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
981
853
|
end
|
982
854
|
|
983
|
-
# Returns the descriptor for the
|
855
|
+
# Returns the descriptor for the TargetImpressionShareLocation enum
|
984
856
|
#
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
986
|
-
def self.
|
987
|
-
require "google/ads/google_ads/v5/enums/
|
988
|
-
Google::Ads::GoogleAds::V5::Enums::
|
857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
858
|
+
def self.target_impression_share_location
|
859
|
+
require "google/ads/google_ads/v5/enums/target_impression_share_location_pb"
|
860
|
+
Google::Ads::GoogleAds::V5::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
989
861
|
end
|
990
862
|
|
991
|
-
# Returns the descriptor for the
|
863
|
+
# Returns the descriptor for the FrequencyCapEventType enum
|
992
864
|
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
994
|
-
def self.
|
995
|
-
require "google/ads/google_ads/v5/enums/
|
996
|
-
Google::Ads::GoogleAds::V5::Enums::
|
865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
|
866
|
+
def self.frequency_cap_event_type
|
867
|
+
require "google/ads/google_ads/v5/enums/frequency_cap_event_type_pb"
|
868
|
+
Google::Ads::GoogleAds::V5::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
|
997
869
|
end
|
998
870
|
|
999
|
-
# Returns the descriptor for the
|
871
|
+
# Returns the descriptor for the FrequencyCapLevel enum
|
1000
872
|
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1002
|
-
def self.
|
1003
|
-
require "google/ads/google_ads/v5/enums/
|
1004
|
-
Google::Ads::GoogleAds::V5::Enums::
|
873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
|
874
|
+
def self.frequency_cap_level
|
875
|
+
require "google/ads/google_ads/v5/enums/frequency_cap_level_pb"
|
876
|
+
Google::Ads::GoogleAds::V5::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
|
1005
877
|
end
|
1006
878
|
|
1007
|
-
# Returns the descriptor for the
|
879
|
+
# Returns the descriptor for the FrequencyCapTimeUnit enum
|
1008
880
|
#
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1010
|
-
def self.
|
1011
|
-
require "google/ads/google_ads/v5/enums/
|
1012
|
-
Google::Ads::GoogleAds::V5::Enums::
|
881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
|
882
|
+
def self.frequency_cap_time_unit
|
883
|
+
require "google/ads/google_ads/v5/enums/frequency_cap_time_unit_pb"
|
884
|
+
Google::Ads::GoogleAds::V5::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
|
1013
885
|
end
|
1014
886
|
|
1015
|
-
# Returns the descriptor for the
|
887
|
+
# Returns the descriptor for the TargetingDimension enum
|
1016
888
|
#
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1018
|
-
def self.
|
1019
|
-
require "google/ads/google_ads/v5/enums/
|
1020
|
-
Google::Ads::GoogleAds::V5::Enums::
|
889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
890
|
+
def self.targeting_dimension
|
891
|
+
require "google/ads/google_ads/v5/enums/targeting_dimension_pb"
|
892
|
+
Google::Ads::GoogleAds::V5::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
1021
893
|
end
|
1022
894
|
|
1023
|
-
# Returns the descriptor for the
|
895
|
+
# Returns the descriptor for the Operator enum
|
1024
896
|
#
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1026
|
-
def self.
|
1027
|
-
require "google/ads/google_ads/v5/
|
1028
|
-
Google::Ads::GoogleAds::V5::
|
897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
898
|
+
def self.operator
|
899
|
+
require "google/ads/google_ads/v5/common/targeting_setting_pb"
|
900
|
+
Google::Ads::GoogleAds::V5::Common::TargetRestrictionOperation::Operator.descriptor
|
1029
901
|
end
|
1030
902
|
|
1031
|
-
# Returns the descriptor for the
|
903
|
+
# Returns the descriptor for the AdServingOptimizationStatus enum
|
1032
904
|
#
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1034
|
-
def self.
|
1035
|
-
require "google/ads/google_ads/v5/enums/
|
1036
|
-
Google::Ads::GoogleAds::V5::Enums::
|
905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
|
906
|
+
def self.ad_serving_optimization_status
|
907
|
+
require "google/ads/google_ads/v5/enums/ad_serving_optimization_status_pb"
|
908
|
+
Google::Ads::GoogleAds::V5::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
|
1037
909
|
end
|
1038
910
|
|
1039
|
-
# Returns the descriptor for the
|
911
|
+
# Returns the descriptor for the AppCampaignAppStore enum
|
1040
912
|
#
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1042
|
-
def self.
|
1043
|
-
require "google/ads/google_ads/v5/enums/
|
1044
|
-
Google::Ads::GoogleAds::V5::Enums::
|
913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
|
914
|
+
def self.app_campaign_app_store
|
915
|
+
require "google/ads/google_ads/v5/enums/app_campaign_app_store_pb"
|
916
|
+
Google::Ads::GoogleAds::V5::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
|
1045
917
|
end
|
1046
918
|
|
1047
|
-
# Returns the descriptor for the
|
919
|
+
# Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
|
1048
920
|
#
|
1049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1050
|
-
def self.
|
1051
|
-
require "google/ads/google_ads/v5/enums/
|
1052
|
-
Google::Ads::GoogleAds::V5::Enums::
|
921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
|
922
|
+
def self.app_campaign_bidding_strategy_goal_type
|
923
|
+
require "google/ads/google_ads/v5/enums/app_campaign_bidding_strategy_goal_type_pb"
|
924
|
+
Google::Ads::GoogleAds::V5::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
|
925
|
+
end
|
926
|
+
|
927
|
+
# Returns the descriptor for the BiddingStrategyType enum
|
928
|
+
#
|
929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
|
930
|
+
def self.bidding_strategy_type
|
931
|
+
require "google/ads/google_ads/v5/enums/bidding_strategy_type_pb"
|
932
|
+
Google::Ads::GoogleAds::V5::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
933
|
+
end
|
934
|
+
|
935
|
+
# Returns the descriptor for the BrandSafetySuitability enum
|
936
|
+
#
|
937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
|
938
|
+
def self.brand_safety_suitability
|
939
|
+
require "google/ads/google_ads/v5/enums/brand_safety_suitability_pb"
|
940
|
+
Google::Ads::GoogleAds::V5::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
|
941
|
+
end
|
942
|
+
|
943
|
+
# Returns the descriptor for the CampaignExperimentType enum
|
944
|
+
#
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
|
946
|
+
def self.campaign_experiment_type
|
947
|
+
require "google/ads/google_ads/v5/enums/campaign_experiment_type_pb"
|
948
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
|
949
|
+
end
|
950
|
+
|
951
|
+
# Returns the descriptor for the CampaignServingStatus enum
|
952
|
+
#
|
953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
|
954
|
+
def self.campaign_serving_status
|
955
|
+
require "google/ads/google_ads/v5/enums/campaign_serving_status_pb"
|
956
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
|
957
|
+
end
|
958
|
+
|
959
|
+
# Returns the descriptor for the CampaignStatus enum
|
960
|
+
#
|
961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
|
962
|
+
def self.campaign_status
|
963
|
+
require "google/ads/google_ads/v5/enums/campaign_status_pb"
|
964
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignStatusEnum::CampaignStatus.descriptor
|
965
|
+
end
|
966
|
+
|
967
|
+
# Returns the descriptor for the LocationSourceType enum
|
968
|
+
#
|
969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
|
970
|
+
def self.location_source_type
|
971
|
+
require "google/ads/google_ads/v5/enums/location_source_type_pb"
|
972
|
+
Google::Ads::GoogleAds::V5::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
|
973
|
+
end
|
974
|
+
|
975
|
+
# Returns the descriptor for the NegativeGeoTargetType enum
|
976
|
+
#
|
977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
|
978
|
+
def self.negative_geo_target_type
|
979
|
+
require "google/ads/google_ads/v5/enums/negative_geo_target_type_pb"
|
980
|
+
Google::Ads::GoogleAds::V5::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
|
981
|
+
end
|
982
|
+
|
983
|
+
# Returns the descriptor for the OptimizationGoalType enum
|
984
|
+
#
|
985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
|
986
|
+
def self.optimization_goal_type
|
987
|
+
require "google/ads/google_ads/v5/enums/optimization_goal_type_pb"
|
988
|
+
Google::Ads::GoogleAds::V5::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
|
989
|
+
end
|
990
|
+
|
991
|
+
# Returns the descriptor for the PaymentMode enum
|
992
|
+
#
|
993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
|
994
|
+
def self.payment_mode
|
995
|
+
require "google/ads/google_ads/v5/enums/payment_mode_pb"
|
996
|
+
Google::Ads::GoogleAds::V5::Enums::PaymentModeEnum::PaymentMode.descriptor
|
997
|
+
end
|
998
|
+
|
999
|
+
# Returns the descriptor for the PositiveGeoTargetType enum
|
1000
|
+
#
|
1001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
|
1002
|
+
def self.positive_geo_target_type
|
1003
|
+
require "google/ads/google_ads/v5/enums/positive_geo_target_type_pb"
|
1004
|
+
Google::Ads::GoogleAds::V5::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
# Returns the descriptor for the VanityPharmaDisplayUrlMode enum
|
1008
|
+
#
|
1009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
|
1010
|
+
def self.vanity_pharma_display_url_mode
|
1011
|
+
require "google/ads/google_ads/v5/enums/vanity_pharma_display_url_mode_pb"
|
1012
|
+
Google::Ads::GoogleAds::V5::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
# Returns the descriptor for the VanityPharmaText enum
|
1016
|
+
#
|
1017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
|
1018
|
+
def self.vanity_pharma_text
|
1019
|
+
require "google/ads/google_ads/v5/enums/vanity_pharma_text_pb"
|
1020
|
+
Google::Ads::GoogleAds::V5::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
1024
|
+
#
|
1025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
1026
|
+
def self.product_bidding_category_status
|
1027
|
+
require "google/ads/google_ads/v5/enums/product_bidding_category_status_pb"
|
1028
|
+
Google::Ads::GoogleAds::V5::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
1032
|
+
#
|
1033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
1034
|
+
def self.operating_system_version_operator_type
|
1035
|
+
require "google/ads/google_ads/v5/enums/operating_system_version_operator_type_pb"
|
1036
|
+
Google::Ads::GoogleAds::V5::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
1040
|
+
#
|
1041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
1042
|
+
def self.ad_customizer_placeholder_field
|
1043
|
+
require "google/ads/google_ads/v5/enums/ad_customizer_placeholder_field_pb"
|
1044
|
+
Google::Ads::GoogleAds::V5::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
1048
|
+
#
|
1049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
1050
|
+
def self.affiliate_location_placeholder_field
|
1051
|
+
require "google/ads/google_ads/v5/enums/affiliate_location_placeholder_field_pb"
|
1052
|
+
Google::Ads::GoogleAds::V5::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
1053
1053
|
end
|
1054
1054
|
|
1055
|
-
# Returns the descriptor for the
|
1055
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
1056
1056
|
#
|
1057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1058
|
-
def self.
|
1059
|
-
require "google/ads/google_ads/v5/enums/
|
1060
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
1058
|
+
def self.app_placeholder_field
|
1059
|
+
require "google/ads/google_ads/v5/enums/app_placeholder_field_pb"
|
1060
|
+
Google::Ads::GoogleAds::V5::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
1061
1061
|
end
|
1062
1062
|
|
1063
|
-
# Returns the descriptor for the
|
1063
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
1064
1064
|
#
|
1065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1066
|
-
def self.
|
1067
|
-
require "google/ads/google_ads/v5/enums/
|
1068
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
1066
|
+
def self.call_placeholder_field
|
1067
|
+
require "google/ads/google_ads/v5/enums/call_placeholder_field_pb"
|
1068
|
+
Google::Ads::GoogleAds::V5::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
1069
1069
|
end
|
1070
1070
|
|
1071
|
-
# Returns the descriptor for the
|
1071
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
1072
1072
|
#
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1074
|
-
def self.
|
1075
|
-
require "google/ads/google_ads/v5/enums/
|
1076
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
1074
|
+
def self.callout_placeholder_field
|
1075
|
+
require "google/ads/google_ads/v5/enums/callout_placeholder_field_pb"
|
1076
|
+
Google::Ads::GoogleAds::V5::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
1077
1077
|
end
|
1078
1078
|
|
1079
|
-
# Returns the descriptor for the
|
1079
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
1080
1080
|
#
|
1081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1082
|
-
def self.
|
1083
|
-
require "google/ads/google_ads/v5/enums/
|
1084
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
1082
|
+
def self.custom_placeholder_field
|
1083
|
+
require "google/ads/google_ads/v5/enums/custom_placeholder_field_pb"
|
1084
|
+
Google::Ads::GoogleAds::V5::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
1085
1085
|
end
|
1086
1086
|
|
1087
|
-
# Returns the descriptor for the
|
1087
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
1088
1088
|
#
|
1089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1090
|
-
def self.
|
1091
|
-
require "google/ads/google_ads/v5/enums/
|
1092
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
1090
|
+
def self.dsa_page_feed_criterion_field
|
1091
|
+
require "google/ads/google_ads/v5/enums/dsa_page_feed_criterion_field_pb"
|
1092
|
+
Google::Ads::GoogleAds::V5::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
1093
1093
|
end
|
1094
1094
|
|
1095
|
-
# Returns the descriptor for the
|
1095
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
1096
1096
|
#
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1098
|
-
def self.
|
1099
|
-
require "google/ads/google_ads/v5/enums/
|
1100
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
1098
|
+
def self.education_placeholder_field
|
1099
|
+
require "google/ads/google_ads/v5/enums/education_placeholder_field_pb"
|
1100
|
+
Google::Ads::GoogleAds::V5::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
1101
1101
|
end
|
1102
1102
|
|
1103
|
-
# Returns the descriptor for the
|
1103
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
1104
1104
|
#
|
1105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1106
|
-
def self.
|
1107
|
-
require "google/ads/google_ads/v5/enums/
|
1108
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
1106
|
+
def self.feed_mapping_criterion_type
|
1107
|
+
require "google/ads/google_ads/v5/enums/feed_mapping_criterion_type_pb"
|
1108
|
+
Google::Ads::GoogleAds::V5::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
1109
1109
|
end
|
1110
1110
|
|
1111
|
-
# Returns the descriptor for the
|
1111
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
1112
1112
|
#
|
1113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1114
|
-
def self.
|
1115
|
-
require "google/ads/google_ads/v5/enums/
|
1116
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
1114
|
+
def self.feed_mapping_status
|
1115
|
+
require "google/ads/google_ads/v5/enums/feed_mapping_status_pb"
|
1116
|
+
Google::Ads::GoogleAds::V5::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
1117
1117
|
end
|
1118
1118
|
|
1119
|
-
# Returns the descriptor for the
|
1119
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
1120
1120
|
#
|
1121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1122
|
-
def self.
|
1123
|
-
require "google/ads/google_ads/v5/enums/
|
1124
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
1122
|
+
def self.flight_placeholder_field
|
1123
|
+
require "google/ads/google_ads/v5/enums/flight_placeholder_field_pb"
|
1124
|
+
Google::Ads::GoogleAds::V5::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
1125
1125
|
end
|
1126
1126
|
|
1127
|
-
# Returns the descriptor for the
|
1127
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
1128
1128
|
#
|
1129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1130
|
-
def self.
|
1131
|
-
require "google/ads/google_ads/v5/enums/
|
1132
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
1130
|
+
def self.hotel_placeholder_field
|
1131
|
+
require "google/ads/google_ads/v5/enums/hotel_placeholder_field_pb"
|
1132
|
+
Google::Ads::GoogleAds::V5::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
1133
1133
|
end
|
1134
1134
|
|
1135
|
-
# Returns the descriptor for the
|
1135
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
1136
1136
|
#
|
1137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1138
|
-
def self.
|
1139
|
-
require "google/ads/google_ads/v5/
|
1140
|
-
Google::Ads::GoogleAds::V5::
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
1138
|
+
def self.job_placeholder_field
|
1139
|
+
require "google/ads/google_ads/v5/enums/job_placeholder_field_pb"
|
1140
|
+
Google::Ads::GoogleAds::V5::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
1141
1141
|
end
|
1142
1142
|
|
1143
|
-
# Returns the descriptor for the
|
1143
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
1144
1144
|
#
|
1145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1146
|
-
def self.
|
1147
|
-
require "google/ads/google_ads/v5/enums/
|
1148
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
1146
|
+
def self.local_placeholder_field
|
1147
|
+
require "google/ads/google_ads/v5/enums/local_placeholder_field_pb"
|
1148
|
+
Google::Ads::GoogleAds::V5::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
1149
1149
|
end
|
1150
1150
|
|
1151
|
-
# Returns the descriptor for the
|
1151
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
1152
1152
|
#
|
1153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1154
|
-
def self.
|
1155
|
-
require "google/ads/google_ads/v5/enums/
|
1156
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
1154
|
+
def self.location_extension_targeting_criterion_field
|
1155
|
+
require "google/ads/google_ads/v5/enums/location_extension_targeting_criterion_field_pb"
|
1156
|
+
Google::Ads::GoogleAds::V5::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
1157
1157
|
end
|
1158
1158
|
|
1159
|
-
# Returns the descriptor for the
|
1159
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
1160
1160
|
#
|
1161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1162
|
-
def self.
|
1163
|
-
require "google/ads/google_ads/v5/enums/
|
1164
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
1162
|
+
def self.location_placeholder_field
|
1163
|
+
require "google/ads/google_ads/v5/enums/location_placeholder_field_pb"
|
1164
|
+
Google::Ads::GoogleAds::V5::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
1165
1165
|
end
|
1166
1166
|
|
1167
|
-
# Returns the descriptor for the
|
1167
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
1168
1168
|
#
|
1169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1170
|
-
def self.
|
1171
|
-
require "google/ads/google_ads/v5/enums/
|
1172
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
1170
|
+
def self.message_placeholder_field
|
1171
|
+
require "google/ads/google_ads/v5/enums/message_placeholder_field_pb"
|
1172
|
+
Google::Ads::GoogleAds::V5::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
1173
1173
|
end
|
1174
1174
|
|
1175
|
-
# Returns the descriptor for the
|
1175
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
1176
1176
|
#
|
1177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1178
|
-
def self.
|
1179
|
-
require "google/ads/google_ads/v5/enums/
|
1180
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
1178
|
+
def self.price_placeholder_field
|
1179
|
+
require "google/ads/google_ads/v5/enums/price_placeholder_field_pb"
|
1180
|
+
Google::Ads::GoogleAds::V5::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
1181
1181
|
end
|
1182
1182
|
|
1183
|
-
# Returns the descriptor for the
|
1183
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
1184
1184
|
#
|
1185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1186
|
-
def self.
|
1187
|
-
require "google/ads/google_ads/v5/enums/
|
1188
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
1186
|
+
def self.promotion_placeholder_field
|
1187
|
+
require "google/ads/google_ads/v5/enums/promotion_placeholder_field_pb"
|
1188
|
+
Google::Ads::GoogleAds::V5::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
1189
1189
|
end
|
1190
1190
|
|
1191
|
-
# Returns the descriptor for the
|
1191
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
1192
1192
|
#
|
1193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1194
|
-
def self.
|
1195
|
-
require "google/ads/google_ads/v5/enums/
|
1196
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
1194
|
+
def self.real_estate_placeholder_field
|
1195
|
+
require "google/ads/google_ads/v5/enums/real_estate_placeholder_field_pb"
|
1196
|
+
Google::Ads::GoogleAds::V5::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
1197
1197
|
end
|
1198
1198
|
|
1199
|
-
# Returns the descriptor for the
|
1199
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
1200
1200
|
#
|
1201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1202
|
-
def self.
|
1203
|
-
require "google/ads/google_ads/v5/enums/
|
1204
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
1202
|
+
def self.sitelink_placeholder_field
|
1203
|
+
require "google/ads/google_ads/v5/enums/sitelink_placeholder_field_pb"
|
1204
|
+
Google::Ads::GoogleAds::V5::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
1205
1205
|
end
|
1206
1206
|
|
1207
|
-
# Returns the descriptor for the
|
1207
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
1208
1208
|
#
|
1209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1210
|
-
def self.
|
1211
|
-
require "google/ads/google_ads/v5/enums/
|
1212
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
1210
|
+
def self.structured_snippet_placeholder_field
|
1211
|
+
require "google/ads/google_ads/v5/enums/structured_snippet_placeholder_field_pb"
|
1212
|
+
Google::Ads::GoogleAds::V5::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
1213
1213
|
end
|
1214
1214
|
|
1215
|
-
# Returns the descriptor for the
|
1215
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
1216
1216
|
#
|
1217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1218
|
-
def self.
|
1219
|
-
require "google/ads/google_ads/v5/enums/
|
1220
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
1218
|
+
def self.travel_placeholder_field
|
1219
|
+
require "google/ads/google_ads/v5/enums/travel_placeholder_field_pb"
|
1220
|
+
Google::Ads::GoogleAds::V5::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
1221
1221
|
end
|
1222
1222
|
|
1223
|
-
# Returns the descriptor for the
|
1223
|
+
# Returns the descriptor for the MobileDeviceType enum
|
1224
1224
|
#
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1226
|
-
def self.
|
1227
|
-
require "google/ads/google_ads/v5/enums/
|
1228
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
1226
|
+
def self.mobile_device_type
|
1227
|
+
require "google/ads/google_ads/v5/enums/mobile_device_type_pb"
|
1228
|
+
Google::Ads::GoogleAds::V5::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
1229
1229
|
end
|
1230
1230
|
|
1231
|
-
# Returns the descriptor for the
|
1231
|
+
# Returns the descriptor for the MediaType enum
|
1232
1232
|
#
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1234
|
-
def self.
|
1235
|
-
require "google/ads/google_ads/v5/enums/
|
1236
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
1234
|
+
def self.media_type
|
1235
|
+
require "google/ads/google_ads/v5/enums/media_type_pb"
|
1236
|
+
Google::Ads::GoogleAds::V5::Enums::MediaTypeEnum::MediaType.descriptor
|
1237
1237
|
end
|
1238
1238
|
|
1239
|
-
# Returns the descriptor for the
|
1239
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
1240
1240
|
#
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1242
|
-
def self.
|
1243
|
-
require "google/ads/google_ads/v5/enums/
|
1244
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
1242
|
+
def self.google_ads_field_category
|
1243
|
+
require "google/ads/google_ads/v5/enums/google_ads_field_category_pb"
|
1244
|
+
Google::Ads::GoogleAds::V5::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
1245
1245
|
end
|
1246
1246
|
|
1247
|
-
# Returns the descriptor for the
|
1247
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
1248
1248
|
#
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1250
|
-
def self.
|
1251
|
-
require "google/ads/google_ads/v5/enums/
|
1252
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
1250
|
+
def self.google_ads_field_data_type
|
1251
|
+
require "google/ads/google_ads/v5/enums/google_ads_field_data_type_pb"
|
1252
|
+
Google::Ads::GoogleAds::V5::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
1253
1253
|
end
|
1254
1254
|
|
1255
|
-
# Returns the descriptor for the
|
1255
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
1256
1256
|
#
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1258
|
-
def self.
|
1259
|
-
require "google/ads/google_ads/v5/enums/
|
1260
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
1258
|
+
def self.ad_group_criterion_approval_status
|
1259
|
+
require "google/ads/google_ads/v5/enums/ad_group_criterion_approval_status_pb"
|
1260
|
+
Google::Ads::GoogleAds::V5::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
1261
1261
|
end
|
1262
1262
|
|
1263
|
-
# Returns the descriptor for the
|
1263
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
1264
1264
|
#
|
1265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1266
|
-
def self.
|
1267
|
-
require "google/ads/google_ads/v5/enums/
|
1268
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
1266
|
+
def self.ad_group_criterion_status
|
1267
|
+
require "google/ads/google_ads/v5/enums/ad_group_criterion_status_pb"
|
1268
|
+
Google::Ads::GoogleAds::V5::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
1269
1269
|
end
|
1270
1270
|
|
1271
|
-
# Returns the descriptor for the
|
1271
|
+
# Returns the descriptor for the BiddingSource enum
|
1272
1272
|
#
|
1273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1274
|
-
def self.
|
1275
|
-
require "google/ads/google_ads/v5/enums/
|
1276
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
1274
|
+
def self.bidding_source
|
1275
|
+
require "google/ads/google_ads/v5/enums/bidding_source_pb"
|
1276
|
+
Google::Ads::GoogleAds::V5::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
1277
1277
|
end
|
1278
1278
|
|
1279
|
-
# Returns the descriptor for the
|
1279
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
1280
1280
|
#
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1282
|
-
def self.
|
1283
|
-
require "google/ads/google_ads/v5/enums/
|
1284
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
1282
|
+
def self.criterion_system_serving_status
|
1283
|
+
require "google/ads/google_ads/v5/enums/criterion_system_serving_status_pb"
|
1284
|
+
Google::Ads::GoogleAds::V5::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
1285
1285
|
end
|
1286
1286
|
|
1287
|
-
# Returns the descriptor for the
|
1287
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
1288
1288
|
#
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1290
|
-
def self.
|
1291
|
-
require "google/ads/google_ads/v5/enums/
|
1292
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
1290
|
+
def self.quality_score_bucket
|
1291
|
+
require "google/ads/google_ads/v5/enums/quality_score_bucket_pb"
|
1292
|
+
Google::Ads::GoogleAds::V5::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
1293
1293
|
end
|
1294
1294
|
|
1295
|
-
# Returns the descriptor for the
|
1295
|
+
# Returns the descriptor for the BillingSetupStatus enum
|
1296
1296
|
#
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1298
|
-
def self.
|
1299
|
-
require "google/ads/google_ads/v5/enums/
|
1300
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
1298
|
+
def self.billing_setup_status
|
1299
|
+
require "google/ads/google_ads/v5/enums/billing_setup_status_pb"
|
1300
|
+
Google::Ads::GoogleAds::V5::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
1301
1301
|
end
|
1302
1302
|
|
1303
|
-
# Returns the descriptor for the
|
1303
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
1304
1304
|
#
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1306
|
-
def self.
|
1307
|
-
require "google/ads/google_ads/v5/enums/
|
1308
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
1306
|
+
def self.search_term_targeting_status
|
1307
|
+
require "google/ads/google_ads/v5/enums/search_term_targeting_status_pb"
|
1308
|
+
Google::Ads::GoogleAds::V5::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
1309
1309
|
end
|
1310
1310
|
|
1311
|
-
# Returns the descriptor for the
|
1311
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
1312
1312
|
#
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1314
|
-
def self.
|
1315
|
-
require "google/ads/google_ads/v5/enums/
|
1316
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
1314
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
1315
|
+
require "google/ads/google_ads/v5/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
|
1316
|
+
Google::Ads::GoogleAds::V5::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
1317
1317
|
end
|
1318
1318
|
|
1319
|
-
# Returns the descriptor for the
|
1319
|
+
# Returns the descriptor for the CampaignExperimentStatus enum
|
1320
1320
|
#
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1322
|
-
def self.
|
1323
|
-
require "google/ads/google_ads/v5/enums/
|
1324
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
|
1322
|
+
def self.campaign_experiment_status
|
1323
|
+
require "google/ads/google_ads/v5/enums/campaign_experiment_status_pb"
|
1324
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
|
1325
1325
|
end
|
1326
1326
|
|
1327
|
-
# Returns the descriptor for the
|
1327
|
+
# Returns the descriptor for the CampaignExperimentTrafficSplitType enum
|
1328
1328
|
#
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1330
|
-
def self.
|
1331
|
-
require "google/ads/google_ads/v5/enums/
|
1332
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
|
1330
|
+
def self.campaign_experiment_traffic_split_type
|
1331
|
+
require "google/ads/google_ads/v5/enums/campaign_experiment_traffic_split_type_pb"
|
1332
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
1333
1333
|
end
|
1334
1334
|
|
1335
|
-
# Returns the descriptor for the
|
1335
|
+
# Returns the descriptor for the AccountLinkStatus enum
|
1336
1336
|
#
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1338
|
-
def self.
|
1339
|
-
require "google/ads/google_ads/v5/enums/
|
1340
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
|
1338
|
+
def self.account_link_status
|
1339
|
+
require "google/ads/google_ads/v5/enums/account_link_status_pb"
|
1340
|
+
Google::Ads::GoogleAds::V5::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
|
1341
1341
|
end
|
1342
1342
|
|
1343
|
-
# Returns the descriptor for the
|
1343
|
+
# Returns the descriptor for the LinkedAccountType enum
|
1344
1344
|
#
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1346
|
-
def self.
|
1347
|
-
require "google/ads/google_ads/v5/enums/
|
1348
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
|
1346
|
+
def self.linked_account_type
|
1347
|
+
require "google/ads/google_ads/v5/enums/linked_account_type_pb"
|
1348
|
+
Google::Ads::GoogleAds::V5::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
|
1349
1349
|
end
|
1350
1350
|
|
1351
|
-
# Returns the descriptor for the
|
1351
|
+
# Returns the descriptor for the PlacementType enum
|
1352
1352
|
#
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1354
|
-
def self.
|
1355
|
-
require "google/ads/google_ads/v5/enums/
|
1356
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
1354
|
+
def self.placement_type
|
1355
|
+
require "google/ads/google_ads/v5/enums/placement_type_pb"
|
1356
|
+
Google::Ads::GoogleAds::V5::Enums::PlacementTypeEnum::PlacementType.descriptor
|
1357
1357
|
end
|
1358
1358
|
|
1359
|
-
# Returns the descriptor for the
|
1359
|
+
# Returns the descriptor for the BiddingStrategyStatus enum
|
1360
1360
|
#
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1362
|
-
def self.
|
1363
|
-
require "google/ads/google_ads/v5/enums/
|
1364
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
1362
|
+
def self.bidding_strategy_status
|
1363
|
+
require "google/ads/google_ads/v5/enums/bidding_strategy_status_pb"
|
1364
|
+
Google::Ads::GoogleAds::V5::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
1365
1365
|
end
|
1366
1366
|
|
1367
|
-
# Returns the descriptor for the
|
1367
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
1368
1368
|
#
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1370
|
-
def self.
|
1371
|
-
require "google/ads/google_ads/v5/enums/
|
1372
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
1370
|
+
def self.campaign_shared_set_status
|
1371
|
+
require "google/ads/google_ads/v5/enums/campaign_shared_set_status_pb"
|
1372
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
1373
1373
|
end
|
1374
1374
|
|
1375
|
-
# Returns the descriptor for the
|
1375
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
1376
1376
|
#
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1378
|
-
def self.
|
1379
|
-
require "google/ads/google_ads/v5/enums/
|
1380
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
1378
|
+
def self.campaign_criterion_status
|
1379
|
+
require "google/ads/google_ads/v5/enums/campaign_criterion_status_pb"
|
1380
|
+
Google::Ads::GoogleAds::V5::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
1381
1381
|
end
|
1382
1382
|
|
1383
|
-
# Returns the descriptor for the
|
1383
|
+
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
1384
1384
|
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1386
|
-
def self.
|
1387
|
-
require "google/ads/google_ads/v5/enums/
|
1388
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
1386
|
+
def self.customer_match_upload_key_type
|
1387
|
+
require "google/ads/google_ads/v5/enums/customer_match_upload_key_type_pb"
|
1388
|
+
Google::Ads::GoogleAds::V5::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
1389
1389
|
end
|
1390
1390
|
|
1391
|
-
# Returns the descriptor for the
|
1391
|
+
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
1392
1392
|
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1394
|
-
def self.
|
1395
|
-
require "google/ads/google_ads/v5/enums/
|
1396
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
|
1394
|
+
def self.user_list_combined_rule_operator
|
1395
|
+
require "google/ads/google_ads/v5/enums/user_list_combined_rule_operator_pb"
|
1396
|
+
Google::Ads::GoogleAds::V5::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
|
1397
1397
|
end
|
1398
1398
|
|
1399
|
-
# Returns the descriptor for the
|
1399
|
+
# Returns the descriptor for the UserListCrmDataSourceType enum
|
1400
1400
|
#
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1402
|
-
def self.
|
1403
|
-
require "google/ads/google_ads/v5/enums/
|
1404
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
|
1402
|
+
def self.user_list_crm_data_source_type
|
1403
|
+
require "google/ads/google_ads/v5/enums/user_list_crm_data_source_type_pb"
|
1404
|
+
Google::Ads::GoogleAds::V5::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
|
1405
1405
|
end
|
1406
1406
|
|
1407
|
-
# Returns the descriptor for the
|
1407
|
+
# Returns the descriptor for the UserListDateRuleItemOperator enum
|
1408
1408
|
#
|
1409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1410
|
-
def self.
|
1411
|
-
require "google/ads/google_ads/v5/enums/
|
1412
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
|
1410
|
+
def self.user_list_date_rule_item_operator
|
1411
|
+
require "google/ads/google_ads/v5/enums/user_list_date_rule_item_operator_pb"
|
1412
|
+
Google::Ads::GoogleAds::V5::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
|
1413
1413
|
end
|
1414
1414
|
|
1415
|
-
# Returns the descriptor for the
|
1415
|
+
# Returns the descriptor for the UserListLogicalRuleOperator enum
|
1416
1416
|
#
|
1417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1418
|
-
def self.
|
1419
|
-
require "google/ads/google_ads/v5/enums/
|
1420
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
|
1418
|
+
def self.user_list_logical_rule_operator
|
1419
|
+
require "google/ads/google_ads/v5/enums/user_list_logical_rule_operator_pb"
|
1420
|
+
Google::Ads::GoogleAds::V5::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
|
1421
1421
|
end
|
1422
1422
|
|
1423
|
-
# Returns the descriptor for the
|
1423
|
+
# Returns the descriptor for the UserListNumberRuleItemOperator enum
|
1424
1424
|
#
|
1425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1426
|
-
def self.
|
1427
|
-
require "google/ads/google_ads/v5/enums/
|
1428
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
|
1426
|
+
def self.user_list_number_rule_item_operator
|
1427
|
+
require "google/ads/google_ads/v5/enums/user_list_number_rule_item_operator_pb"
|
1428
|
+
Google::Ads::GoogleAds::V5::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
|
1429
1429
|
end
|
1430
1430
|
|
1431
|
-
# Returns the descriptor for the
|
1431
|
+
# Returns the descriptor for the UserListPrepopulationStatus enum
|
1432
1432
|
#
|
1433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1434
|
-
def self.
|
1435
|
-
require "google/ads/google_ads/v5/enums/
|
1436
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
|
1434
|
+
def self.user_list_prepopulation_status
|
1435
|
+
require "google/ads/google_ads/v5/enums/user_list_prepopulation_status_pb"
|
1436
|
+
Google::Ads::GoogleAds::V5::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
|
1437
1437
|
end
|
1438
1438
|
|
1439
|
-
# Returns the descriptor for the
|
1439
|
+
# Returns the descriptor for the UserListRuleType enum
|
1440
1440
|
#
|
1441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1442
|
-
def self.
|
1443
|
-
require "google/ads/google_ads/v5/enums/
|
1444
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
|
1442
|
+
def self.user_list_rule_type
|
1443
|
+
require "google/ads/google_ads/v5/enums/user_list_rule_type_pb"
|
1444
|
+
Google::Ads::GoogleAds::V5::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
|
1445
1445
|
end
|
1446
1446
|
|
1447
|
-
# Returns the descriptor for the
|
1447
|
+
# Returns the descriptor for the UserListStringRuleItemOperator enum
|
1448
1448
|
#
|
1449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1450
|
-
def self.
|
1451
|
-
require "google/ads/google_ads/v5/enums/
|
1452
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
|
1450
|
+
def self.user_list_string_rule_item_operator
|
1451
|
+
require "google/ads/google_ads/v5/enums/user_list_string_rule_item_operator_pb"
|
1452
|
+
Google::Ads::GoogleAds::V5::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
|
1453
1453
|
end
|
1454
1454
|
|
1455
|
-
# Returns the descriptor for the
|
1455
|
+
# Returns the descriptor for the AccessReason enum
|
1456
1456
|
#
|
1457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1458
|
-
def self.
|
1459
|
-
require "google/ads/google_ads/v5/enums/
|
1460
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
|
1458
|
+
def self.access_reason
|
1459
|
+
require "google/ads/google_ads/v5/enums/access_reason_pb"
|
1460
|
+
Google::Ads::GoogleAds::V5::Enums::AccessReasonEnum::AccessReason.descriptor
|
1461
1461
|
end
|
1462
1462
|
|
1463
|
-
# Returns the descriptor for the
|
1463
|
+
# Returns the descriptor for the UserListAccessStatus enum
|
1464
1464
|
#
|
1465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1466
|
-
def self.
|
1467
|
-
require "google/ads/google_ads/v5/enums/
|
1468
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
|
1466
|
+
def self.user_list_access_status
|
1467
|
+
require "google/ads/google_ads/v5/enums/user_list_access_status_pb"
|
1468
|
+
Google::Ads::GoogleAds::V5::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
|
1469
1469
|
end
|
1470
1470
|
|
1471
|
-
# Returns the descriptor for the
|
1471
|
+
# Returns the descriptor for the UserListClosingReason enum
|
1472
1472
|
#
|
1473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1474
|
-
def self.
|
1475
|
-
require "google/ads/google_ads/v5/enums/
|
1476
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
|
1474
|
+
def self.user_list_closing_reason
|
1475
|
+
require "google/ads/google_ads/v5/enums/user_list_closing_reason_pb"
|
1476
|
+
Google::Ads::GoogleAds::V5::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
1477
1477
|
end
|
1478
1478
|
|
1479
|
-
# Returns the descriptor for the
|
1479
|
+
# Returns the descriptor for the UserListMembershipStatus enum
|
1480
1480
|
#
|
1481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1482
|
-
def self.
|
1483
|
-
require "google/ads/google_ads/v5/enums/
|
1484
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
1482
|
+
def self.user_list_membership_status
|
1483
|
+
require "google/ads/google_ads/v5/enums/user_list_membership_status_pb"
|
1484
|
+
Google::Ads::GoogleAds::V5::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
1485
1485
|
end
|
1486
1486
|
|
1487
|
-
# Returns the descriptor for the
|
1487
|
+
# Returns the descriptor for the UserListSizeRange enum
|
1488
1488
|
#
|
1489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1490
|
-
def self.
|
1491
|
-
require "google/ads/google_ads/v5/enums/
|
1492
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
1490
|
+
def self.user_list_size_range
|
1491
|
+
require "google/ads/google_ads/v5/enums/user_list_size_range_pb"
|
1492
|
+
Google::Ads::GoogleAds::V5::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
1493
1493
|
end
|
1494
1494
|
|
1495
|
-
# Returns the descriptor for the
|
1495
|
+
# Returns the descriptor for the UserListType enum
|
1496
1496
|
#
|
1497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1498
|
-
def self.
|
1499
|
-
require "google/ads/google_ads/v5/enums/
|
1500
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
1498
|
+
def self.user_list_type
|
1499
|
+
require "google/ads/google_ads/v5/enums/user_list_type_pb"
|
1500
|
+
Google::Ads::GoogleAds::V5::Enums::UserListTypeEnum::UserListType.descriptor
|
1501
1501
|
end
|
1502
1502
|
|
1503
|
-
# Returns the descriptor for the
|
1503
|
+
# Returns the descriptor for the InvoiceType enum
|
1504
1504
|
#
|
1505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1506
|
-
def self.
|
1507
|
-
require "google/ads/google_ads/v5/enums/
|
1508
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
|
1506
|
+
def self.invoice_type
|
1507
|
+
require "google/ads/google_ads/v5/enums/invoice_type_pb"
|
1508
|
+
Google::Ads::GoogleAds::V5::Enums::InvoiceTypeEnum::InvoiceType.descriptor
|
1509
1509
|
end
|
1510
1510
|
|
1511
|
-
# Returns the descriptor for the
|
1511
|
+
# Returns the descriptor for the AdGroupAdRotationMode enum
|
1512
1512
|
#
|
1513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1514
|
-
def self.
|
1515
|
-
require "google/ads/google_ads/v5/enums/
|
1516
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
1514
|
+
def self.ad_group_ad_rotation_mode
|
1515
|
+
require "google/ads/google_ads/v5/enums/ad_group_ad_rotation_mode_pb"
|
1516
|
+
Google::Ads::GoogleAds::V5::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
1517
1517
|
end
|
1518
1518
|
|
1519
|
-
# Returns the descriptor for the
|
1519
|
+
# Returns the descriptor for the AdGroupStatus enum
|
1520
1520
|
#
|
1521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1522
|
-
def self.
|
1523
|
-
require "google/ads/google_ads/v5/enums/
|
1524
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
1522
|
+
def self.ad_group_status
|
1523
|
+
require "google/ads/google_ads/v5/enums/ad_group_status_pb"
|
1524
|
+
Google::Ads::GoogleAds::V5::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
1525
1525
|
end
|
1526
1526
|
|
1527
|
-
# Returns the descriptor for the
|
1527
|
+
# Returns the descriptor for the AdGroupType enum
|
1528
1528
|
#
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1530
|
-
def self.
|
1531
|
-
require "google/ads/google_ads/v5/enums/
|
1532
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
1530
|
+
def self.ad_group_type
|
1531
|
+
require "google/ads/google_ads/v5/enums/ad_group_type_pb"
|
1532
|
+
Google::Ads::GoogleAds::V5::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
1533
1533
|
end
|
1534
1534
|
|
1535
|
-
# Returns the descriptor for the
|
1535
|
+
# Returns the descriptor for the OfflineUserDataJobFailureReason enum
|
1536
1536
|
#
|
1537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1538
|
-
def self.
|
1539
|
-
require "google/ads/google_ads/v5/enums/
|
1540
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
|
1538
|
+
def self.offline_user_data_job_failure_reason
|
1539
|
+
require "google/ads/google_ads/v5/enums/offline_user_data_job_failure_reason_pb"
|
1540
|
+
Google::Ads::GoogleAds::V5::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
|
1541
1541
|
end
|
1542
1542
|
|
1543
|
-
# Returns the descriptor for the
|
1543
|
+
# Returns the descriptor for the OfflineUserDataJobStatus enum
|
1544
1544
|
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1546
|
-
def self.
|
1547
|
-
require "google/ads/google_ads/v5/enums/
|
1548
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
|
1546
|
+
def self.offline_user_data_job_status
|
1547
|
+
require "google/ads/google_ads/v5/enums/offline_user_data_job_status_pb"
|
1548
|
+
Google::Ads::GoogleAds::V5::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
|
1549
1549
|
end
|
1550
1550
|
|
1551
|
-
# Returns the descriptor for the
|
1551
|
+
# Returns the descriptor for the OfflineUserDataJobType enum
|
1552
1552
|
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1554
|
-
def self.
|
1555
|
-
require "google/ads/google_ads/v5/enums/
|
1556
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
|
1554
|
+
def self.offline_user_data_job_type
|
1555
|
+
require "google/ads/google_ads/v5/enums/offline_user_data_job_type_pb"
|
1556
|
+
Google::Ads::GoogleAds::V5::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
|
1557
1557
|
end
|
1558
1558
|
|
1559
|
-
# Returns the descriptor for the
|
1559
|
+
# Returns the descriptor for the BidModifierSource enum
|
1560
1560
|
#
|
1561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1562
|
-
def self.
|
1563
|
-
require "google/ads/google_ads/v5/enums/
|
1564
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
1562
|
+
def self.bid_modifier_source
|
1563
|
+
require "google/ads/google_ads/v5/enums/bid_modifier_source_pb"
|
1564
|
+
Google::Ads::GoogleAds::V5::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
1565
1565
|
end
|
1566
1566
|
|
1567
|
-
# Returns the descriptor for the
|
1567
|
+
# Returns the descriptor for the LabelStatus enum
|
1568
1568
|
#
|
1569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1570
|
-
def self.
|
1571
|
-
require "google/ads/google_ads/v5/enums/
|
1572
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
1570
|
+
def self.label_status
|
1571
|
+
require "google/ads/google_ads/v5/enums/label_status_pb"
|
1572
|
+
Google::Ads::GoogleAds::V5::Enums::LabelStatusEnum::LabelStatus.descriptor
|
1573
1573
|
end
|
1574
1574
|
|
1575
|
-
# Returns the descriptor for the
|
1575
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
1576
1576
|
#
|
1577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1578
|
-
def self.
|
1579
|
-
require "google/ads/google_ads/v5/enums/
|
1580
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
1578
|
+
def self.budget_delivery_method
|
1579
|
+
require "google/ads/google_ads/v5/enums/budget_delivery_method_pb"
|
1580
|
+
Google::Ads::GoogleAds::V5::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
1581
1581
|
end
|
1582
1582
|
|
1583
|
-
# Returns the descriptor for the
|
1583
|
+
# Returns the descriptor for the BudgetPeriod enum
|
1584
1584
|
#
|
1585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1586
|
-
def self.
|
1587
|
-
require "google/ads/google_ads/v5/enums/
|
1588
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
1586
|
+
def self.budget_period
|
1587
|
+
require "google/ads/google_ads/v5/enums/budget_period_pb"
|
1588
|
+
Google::Ads::GoogleAds::V5::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
1589
1589
|
end
|
1590
1590
|
|
1591
|
-
# Returns the descriptor for the
|
1591
|
+
# Returns the descriptor for the BudgetStatus enum
|
1592
1592
|
#
|
1593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1594
|
-
def self.
|
1595
|
-
require "google/ads/google_ads/v5/enums/
|
1596
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
1594
|
+
def self.budget_status
|
1595
|
+
require "google/ads/google_ads/v5/enums/budget_status_pb"
|
1596
|
+
Google::Ads::GoogleAds::V5::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
1597
1597
|
end
|
1598
1598
|
|
1599
|
-
# Returns the descriptor for the
|
1599
|
+
# Returns the descriptor for the BudgetType enum
|
1600
1600
|
#
|
1601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1602
|
-
def self.
|
1603
|
-
require "google/ads/google_ads/v5/enums/
|
1604
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
1602
|
+
def self.budget_type
|
1603
|
+
require "google/ads/google_ads/v5/enums/budget_type_pb"
|
1604
|
+
Google::Ads::GoogleAds::V5::Enums::BudgetTypeEnum::BudgetType.descriptor
|
1605
1605
|
end
|
1606
1606
|
|
1607
|
-
# Returns the descriptor for the
|
1607
|
+
# Returns the descriptor for the AssetFieldType enum
|
1608
1608
|
#
|
1609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1610
|
-
def self.
|
1611
|
-
require "google/ads/google_ads/v5/enums/
|
1612
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
|
1610
|
+
def self.asset_field_type
|
1611
|
+
require "google/ads/google_ads/v5/enums/asset_field_type_pb"
|
1612
|
+
Google::Ads::GoogleAds::V5::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
|
1613
1613
|
end
|
1614
1614
|
|
1615
|
-
# Returns the descriptor for the
|
1615
|
+
# Returns the descriptor for the AssetLinkStatus enum
|
1616
1616
|
#
|
1617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1618
|
-
def self.
|
1619
|
-
require "google/ads/google_ads/v5/enums/
|
1620
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkStatus enum
|
1618
|
+
def self.asset_link_status
|
1619
|
+
require "google/ads/google_ads/v5/enums/asset_link_status_pb"
|
1620
|
+
Google::Ads::GoogleAds::V5::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
|
1621
1621
|
end
|
1622
1622
|
|
1623
|
-
# Returns the descriptor for the
|
1623
|
+
# Returns the descriptor for the FeedItemTargetStatus enum
|
1624
1624
|
#
|
1625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1626
|
-
def self.
|
1627
|
-
require "google/ads/google_ads/v5/enums/
|
1628
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
|
1626
|
+
def self.feed_item_target_status
|
1627
|
+
require "google/ads/google_ads/v5/enums/feed_item_target_status_pb"
|
1628
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemTargetStatusEnum::FeedItemTargetStatus.descriptor
|
1629
1629
|
end
|
1630
1630
|
|
1631
|
-
# Returns the descriptor for the
|
1631
|
+
# Returns the descriptor for the FeedItemTargetType enum
|
1632
1632
|
#
|
1633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1634
|
-
def self.
|
1635
|
-
require "google/ads/google_ads/v5/enums/
|
1636
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1634
|
+
def self.feed_item_target_type
|
1635
|
+
require "google/ads/google_ads/v5/enums/feed_item_target_type_pb"
|
1636
|
+
Google::Ads::GoogleAds::V5::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1637
1637
|
end
|
1638
1638
|
|
1639
|
-
# Returns the descriptor for the
|
1639
|
+
# Returns the descriptor for the AssetPerformanceLabel enum
|
1640
1640
|
#
|
1641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1642
|
-
def self.
|
1643
|
-
require "google/ads/google_ads/v5/enums/
|
1644
|
-
Google::Ads::GoogleAds::V5::Enums::
|
1641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
|
1642
|
+
def self.asset_performance_label
|
1643
|
+
require "google/ads/google_ads/v5/enums/asset_performance_label_pb"
|
1644
|
+
Google::Ads::GoogleAds::V5::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
|
1645
1645
|
end
|
1646
1646
|
|
1647
1647
|
# Returns the descriptor for the ResponseContentType enum
|
@@ -1652,6 +1652,30 @@ module Google
|
|
1652
1652
|
Google::Ads::GoogleAds::V5::Enums::ResponseContentTypeEnum::ResponseContentType.descriptor
|
1653
1653
|
end
|
1654
1654
|
|
1655
|
+
# Returns the descriptor for the ConversionAdjustmentType enum
|
1656
|
+
#
|
1657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
1658
|
+
def self.conversion_adjustment_type
|
1659
|
+
require "google/ads/google_ads/v5/enums/conversion_adjustment_type_pb"
|
1660
|
+
Google::Ads::GoogleAds::V5::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1664
|
+
#
|
1665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1666
|
+
def self.keyword_plan_competition_level
|
1667
|
+
require "google/ads/google_ads/v5/enums/keyword_plan_competition_level_pb"
|
1668
|
+
Google::Ads::GoogleAds::V5::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1669
|
+
end
|
1670
|
+
|
1671
|
+
# Returns the descriptor for the MonthOfYear enum
|
1672
|
+
#
|
1673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1674
|
+
def self.month_of_year
|
1675
|
+
require "google/ads/google_ads/v5/enums/month_of_year_pb"
|
1676
|
+
Google::Ads::GoogleAds::V5::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1677
|
+
end
|
1678
|
+
|
1655
1679
|
# Returns the descriptor for the InteractionEventType enum
|
1656
1680
|
#
|
1657
1681
|
# @return [Google::Protobuf::EnumDescriptor] for the InteractionEventType enum
|
@@ -1732,14 +1756,6 @@ module Google
|
|
1732
1756
|
Google::Ads::GoogleAds::V5::Enums::HotelRateTypeEnum::HotelRateType.descriptor
|
1733
1757
|
end
|
1734
1758
|
|
1735
|
-
# Returns the descriptor for the MonthOfYear enum
|
1736
|
-
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1738
|
-
def self.month_of_year
|
1739
|
-
require "google/ads/google_ads/v5/enums/month_of_year_pb"
|
1740
|
-
Google::Ads::GoogleAds::V5::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1741
|
-
end
|
1742
|
-
|
1743
1759
|
# Returns the descriptor for the SearchEngineResultsPageType enum
|
1744
1760
|
#
|
1745
1761
|
# @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
|
@@ -1780,14 +1796,6 @@ module Google
|
|
1780
1796
|
Google::Ads::GoogleAds::V5::Enums::AccessRoleEnum::AccessRole.descriptor
|
1781
1797
|
end
|
1782
1798
|
|
1783
|
-
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1784
|
-
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1786
|
-
def self.keyword_plan_competition_level
|
1787
|
-
require "google/ads/google_ads/v5/enums/keyword_plan_competition_level_pb"
|
1788
|
-
Google::Ads::GoogleAds::V5::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1789
|
-
end
|
1790
|
-
|
1791
1799
|
# Returns the descriptor for the ReachPlanAdLength enum
|
1792
1800
|
#
|
1793
1801
|
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
@@ -1812,12 +1820,36 @@ module Google
|
|
1812
1820
|
Google::Ads::GoogleAds::V5::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
|
1813
1821
|
end
|
1814
1822
|
|
1815
|
-
# Returns the descriptor for the
|
1823
|
+
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
1816
1824
|
#
|
1817
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1818
|
-
def self.
|
1819
|
-
require "google/ads/google_ads/v5/
|
1820
|
-
Google::Ads::GoogleAds::V5::
|
1825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
1826
|
+
def self.youtube_video_registration_error
|
1827
|
+
require "google/ads/google_ads/v5/errors/youtube_video_registration_error_pb"
|
1828
|
+
Google::Ads::GoogleAds::V5::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
1829
|
+
end
|
1830
|
+
|
1831
|
+
# Returns the descriptor for the AccessInvitationError enum
|
1832
|
+
#
|
1833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationError enum
|
1834
|
+
def self.access_invitation_error
|
1835
|
+
require "google/ads/google_ads/v5/errors/access_invitation_error_pb"
|
1836
|
+
Google::Ads::GoogleAds::V5::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
|
1837
|
+
end
|
1838
|
+
|
1839
|
+
# Returns the descriptor for the ChangeStatusError enum
|
1840
|
+
#
|
1841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
|
1842
|
+
def self.change_status_error
|
1843
|
+
require "google/ads/google_ads/v5/errors/change_status_error_pb"
|
1844
|
+
Google::Ads::GoogleAds::V5::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
1845
|
+
end
|
1846
|
+
|
1847
|
+
# Returns the descriptor for the AssetError enum
|
1848
|
+
#
|
1849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
1850
|
+
def self.asset_error
|
1851
|
+
require "google/ads/google_ads/v5/errors/asset_error_pb"
|
1852
|
+
Google::Ads::GoogleAds::V5::Errors::AssetErrorEnum::AssetError.descriptor
|
1821
1853
|
end
|
1822
1854
|
|
1823
1855
|
# Returns the descriptor for the KeywordPlanCampaignError enum
|
@@ -1828,52 +1860,52 @@ module Google
|
|
1828
1860
|
Google::Ads::GoogleAds::V5::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
1829
1861
|
end
|
1830
1862
|
|
1831
|
-
# Returns the descriptor for the
|
1863
|
+
# Returns the descriptor for the BiddingStrategyError enum
|
1832
1864
|
#
|
1833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1834
|
-
def self.
|
1835
|
-
require "google/ads/google_ads/v5/errors/
|
1836
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
1866
|
+
def self.bidding_strategy_error
|
1867
|
+
require "google/ads/google_ads/v5/errors/bidding_strategy_error_pb"
|
1868
|
+
Google::Ads::GoogleAds::V5::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
1837
1869
|
end
|
1838
1870
|
|
1839
|
-
# Returns the descriptor for the
|
1871
|
+
# Returns the descriptor for the FeedMappingError enum
|
1840
1872
|
#
|
1841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1842
|
-
def self.
|
1843
|
-
require "google/ads/google_ads/v5/errors/
|
1844
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
1874
|
+
def self.feed_mapping_error
|
1875
|
+
require "google/ads/google_ads/v5/errors/feed_mapping_error_pb"
|
1876
|
+
Google::Ads::GoogleAds::V5::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
1845
1877
|
end
|
1846
1878
|
|
1847
|
-
# Returns the descriptor for the
|
1879
|
+
# Returns the descriptor for the BillingSetupError enum
|
1848
1880
|
#
|
1849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1850
|
-
def self.
|
1851
|
-
require "google/ads/google_ads/v5/errors/
|
1852
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
1882
|
+
def self.billing_setup_error
|
1883
|
+
require "google/ads/google_ads/v5/errors/billing_setup_error_pb"
|
1884
|
+
Google::Ads::GoogleAds::V5::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
1853
1885
|
end
|
1854
1886
|
|
1855
|
-
# Returns the descriptor for the
|
1887
|
+
# Returns the descriptor for the FunctionParsingError enum
|
1856
1888
|
#
|
1857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1858
|
-
def self.
|
1859
|
-
require "google/ads/google_ads/v5/errors/
|
1860
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
|
1890
|
+
def self.function_parsing_error
|
1891
|
+
require "google/ads/google_ads/v5/errors/function_parsing_error_pb"
|
1892
|
+
Google::Ads::GoogleAds::V5::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
1861
1893
|
end
|
1862
1894
|
|
1863
|
-
# Returns the descriptor for the
|
1895
|
+
# Returns the descriptor for the KeywordPlanIdeaError enum
|
1864
1896
|
#
|
1865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1866
|
-
def self.
|
1867
|
-
require "google/ads/google_ads/v5/errors/
|
1868
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
1898
|
+
def self.keyword_plan_idea_error
|
1899
|
+
require "google/ads/google_ads/v5/errors/keyword_plan_idea_error_pb"
|
1900
|
+
Google::Ads::GoogleAds::V5::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
1869
1901
|
end
|
1870
1902
|
|
1871
|
-
# Returns the descriptor for the
|
1903
|
+
# Returns the descriptor for the OfflineUserDataJobError enum
|
1872
1904
|
#
|
1873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1874
|
-
def self.
|
1875
|
-
require "google/ads/google_ads/v5/errors/
|
1876
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
1906
|
+
def self.offline_user_data_job_error
|
1907
|
+
require "google/ads/google_ads/v5/errors/offline_user_data_job_error_pb"
|
1908
|
+
Google::Ads::GoogleAds::V5::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
1877
1909
|
end
|
1878
1910
|
|
1879
1911
|
# Returns the descriptor for the AccountBudgetProposalError enum
|
@@ -1884,132 +1916,60 @@ module Google
|
|
1884
1916
|
Google::Ads::GoogleAds::V5::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
1885
1917
|
end
|
1886
1918
|
|
1887
|
-
# Returns the descriptor for the
|
1888
|
-
#
|
1889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
|
1890
|
-
def self.customer_error
|
1891
|
-
require "google/ads/google_ads/v5/errors/customer_error_pb"
|
1892
|
-
Google::Ads::GoogleAds::V5::Errors::CustomerErrorEnum::CustomerError.descriptor
|
1893
|
-
end
|
1894
|
-
|
1895
|
-
# Returns the descriptor for the BatchJobError enum
|
1896
|
-
#
|
1897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
|
1898
|
-
def self.batch_job_error
|
1899
|
-
require "google/ads/google_ads/v5/errors/batch_job_error_pb"
|
1900
|
-
Google::Ads::GoogleAds::V5::Errors::BatchJobErrorEnum::BatchJobError.descriptor
|
1901
|
-
end
|
1902
|
-
|
1903
|
-
# Returns the descriptor for the RequestError enum
|
1904
|
-
#
|
1905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
|
1906
|
-
def self.request_error
|
1907
|
-
require "google/ads/google_ads/v5/errors/request_error_pb"
|
1908
|
-
Google::Ads::GoogleAds::V5::Errors::RequestErrorEnum::RequestError.descriptor
|
1909
|
-
end
|
1910
|
-
|
1911
|
-
# Returns the descriptor for the KeywordPlanCampaignKeywordError enum
|
1912
|
-
#
|
1913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
|
1914
|
-
def self.keyword_plan_campaign_keyword_error
|
1915
|
-
require "google/ads/google_ads/v5/errors/keyword_plan_campaign_keyword_error_pb"
|
1916
|
-
Google::Ads::GoogleAds::V5::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
|
1917
|
-
end
|
1918
|
-
|
1919
|
-
# Returns the descriptor for the SharedSetError enum
|
1920
|
-
#
|
1921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
1922
|
-
def self.shared_set_error
|
1923
|
-
require "google/ads/google_ads/v5/errors/shared_set_error_pb"
|
1924
|
-
Google::Ads::GoogleAds::V5::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
1925
|
-
end
|
1926
|
-
|
1927
|
-
# Returns the descriptor for the AssetLinkError enum
|
1928
|
-
#
|
1929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
|
1930
|
-
def self.asset_link_error
|
1931
|
-
require "google/ads/google_ads/v5/errors/asset_link_error_pb"
|
1932
|
-
Google::Ads::GoogleAds::V5::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
|
1933
|
-
end
|
1934
|
-
|
1935
|
-
# Returns the descriptor for the NotEmptyError enum
|
1936
|
-
#
|
1937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
1938
|
-
def self.not_empty_error
|
1939
|
-
require "google/ads/google_ads/v5/errors/not_empty_error_pb"
|
1940
|
-
Google::Ads::GoogleAds::V5::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
|
1941
|
-
end
|
1942
|
-
|
1943
|
-
# Returns the descriptor for the ImageError enum
|
1944
|
-
#
|
1945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
1946
|
-
def self.image_error
|
1947
|
-
require "google/ads/google_ads/v5/errors/image_error_pb"
|
1948
|
-
Google::Ads::GoogleAds::V5::Errors::ImageErrorEnum::ImageError.descriptor
|
1949
|
-
end
|
1950
|
-
|
1951
|
-
# Returns the descriptor for the SettingError enum
|
1952
|
-
#
|
1953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
1954
|
-
def self.setting_error
|
1955
|
-
require "google/ads/google_ads/v5/errors/setting_error_pb"
|
1956
|
-
Google::Ads::GoogleAds::V5::Errors::SettingErrorEnum::SettingError.descriptor
|
1957
|
-
end
|
1958
|
-
|
1959
|
-
# Returns the descriptor for the FeedItemTargetError enum
|
1919
|
+
# Returns the descriptor for the CampaignError enum
|
1960
1920
|
#
|
1961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1962
|
-
def self.
|
1963
|
-
require "google/ads/google_ads/v5/errors/
|
1964
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
1922
|
+
def self.campaign_error
|
1923
|
+
require "google/ads/google_ads/v5/errors/campaign_error_pb"
|
1924
|
+
Google::Ads::GoogleAds::V5::Errors::CampaignErrorEnum::CampaignError.descriptor
|
1965
1925
|
end
|
1966
1926
|
|
1967
|
-
# Returns the descriptor for the
|
1927
|
+
# Returns the descriptor for the FunctionError enum
|
1968
1928
|
#
|
1969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1970
|
-
def self.
|
1971
|
-
require "google/ads/google_ads/v5/errors/
|
1972
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FunctionError enum
|
1930
|
+
def self.function_error
|
1931
|
+
require "google/ads/google_ads/v5/errors/function_error_pb"
|
1932
|
+
Google::Ads::GoogleAds::V5::Errors::FunctionErrorEnum::FunctionError.descriptor
|
1973
1933
|
end
|
1974
1934
|
|
1975
|
-
# Returns the descriptor for the
|
1935
|
+
# Returns the descriptor for the ResourceAccessDeniedError enum
|
1976
1936
|
#
|
1977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1978
|
-
def self.
|
1979
|
-
require "google/ads/google_ads/v5/errors/
|
1980
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
|
1938
|
+
def self.resource_access_denied_error
|
1939
|
+
require "google/ads/google_ads/v5/errors/resource_access_denied_error_pb"
|
1940
|
+
Google::Ads::GoogleAds::V5::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
|
1981
1941
|
end
|
1982
1942
|
|
1983
|
-
# Returns the descriptor for the
|
1943
|
+
# Returns the descriptor for the OperatorError enum
|
1984
1944
|
#
|
1985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1986
|
-
def self.
|
1987
|
-
require "google/ads/google_ads/v5/errors/
|
1988
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
|
1946
|
+
def self.operator_error
|
1947
|
+
require "google/ads/google_ads/v5/errors/operator_error_pb"
|
1948
|
+
Google::Ads::GoogleAds::V5::Errors::OperatorErrorEnum::OperatorError.descriptor
|
1989
1949
|
end
|
1990
1950
|
|
1991
|
-
# Returns the descriptor for the
|
1951
|
+
# Returns the descriptor for the SharedCriterionError enum
|
1992
1952
|
#
|
1993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1994
|
-
def self.
|
1995
|
-
require "google/ads/google_ads/v5/errors/
|
1996
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
1954
|
+
def self.shared_criterion_error
|
1955
|
+
require "google/ads/google_ads/v5/errors/shared_criterion_error_pb"
|
1956
|
+
Google::Ads::GoogleAds::V5::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
1997
1957
|
end
|
1998
1958
|
|
1999
|
-
# Returns the descriptor for the
|
1959
|
+
# Returns the descriptor for the UrlFieldError enum
|
2000
1960
|
#
|
2001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2002
|
-
def self.
|
2003
|
-
require "google/ads/google_ads/v5/errors/
|
2004
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
|
1962
|
+
def self.url_field_error
|
1963
|
+
require "google/ads/google_ads/v5/errors/url_field_error_pb"
|
1964
|
+
Google::Ads::GoogleAds::V5::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
|
2005
1965
|
end
|
2006
1966
|
|
2007
|
-
# Returns the descriptor for the
|
1967
|
+
# Returns the descriptor for the FieldError enum
|
2008
1968
|
#
|
2009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2010
|
-
def self.
|
2011
|
-
require "google/ads/google_ads/v5/errors/
|
2012
|
-
Google::Ads::GoogleAds::V5::Errors::
|
1969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
1970
|
+
def self.field_error
|
1971
|
+
require "google/ads/google_ads/v5/errors/field_error_pb"
|
1972
|
+
Google::Ads::GoogleAds::V5::Errors::FieldErrorEnum::FieldError.descriptor
|
2013
1973
|
end
|
2014
1974
|
|
2015
1975
|
# Returns the descriptor for the AccountLinkError enum
|
@@ -2028,6 +1988,14 @@ module Google
|
|
2028
1988
|
Google::Ads::GoogleAds::V5::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
2029
1989
|
end
|
2030
1990
|
|
1991
|
+
# Returns the descriptor for the AdError enum
|
1992
|
+
#
|
1993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdError enum
|
1994
|
+
def self.ad_error
|
1995
|
+
require "google/ads/google_ads/v5/errors/ad_error_pb"
|
1996
|
+
Google::Ads::GoogleAds::V5::Errors::AdErrorEnum::AdError.descriptor
|
1997
|
+
end
|
1998
|
+
|
2031
1999
|
# Returns the descriptor for the AdGroupAdError enum
|
2032
2000
|
#
|
2033
2001
|
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
@@ -2092,12 +2060,12 @@ module Google
|
|
2092
2060
|
Google::Ads::GoogleAds::V5::Errors::AdxErrorEnum::AdxError.descriptor
|
2093
2061
|
end
|
2094
2062
|
|
2095
|
-
# Returns the descriptor for the
|
2063
|
+
# Returns the descriptor for the AssetLinkError enum
|
2096
2064
|
#
|
2097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2098
|
-
def self.
|
2099
|
-
require "google/ads/google_ads/v5/errors/
|
2100
|
-
Google::Ads::GoogleAds::V5::Errors::
|
2065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
|
2066
|
+
def self.asset_link_error
|
2067
|
+
require "google/ads/google_ads/v5/errors/asset_link_error_pb"
|
2068
|
+
Google::Ads::GoogleAds::V5::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
|
2101
2069
|
end
|
2102
2070
|
|
2103
2071
|
# Returns the descriptor for the AuthenticationError enum
|
@@ -2116,6 +2084,14 @@ module Google
|
|
2116
2084
|
Google::Ads::GoogleAds::V5::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
2117
2085
|
end
|
2118
2086
|
|
2087
|
+
# Returns the descriptor for the BatchJobError enum
|
2088
|
+
#
|
2089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
|
2090
|
+
def self.batch_job_error
|
2091
|
+
require "google/ads/google_ads/v5/errors/batch_job_error_pb"
|
2092
|
+
Google::Ads::GoogleAds::V5::Errors::BatchJobErrorEnum::BatchJobError.descriptor
|
2093
|
+
end
|
2094
|
+
|
2119
2095
|
# Returns the descriptor for the BiddingError enum
|
2120
2096
|
#
|
2121
2097
|
# @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
|
@@ -2124,22 +2100,6 @@ module Google
|
|
2124
2100
|
Google::Ads::GoogleAds::V5::Errors::BiddingErrorEnum::BiddingError.descriptor
|
2125
2101
|
end
|
2126
2102
|
|
2127
|
-
# Returns the descriptor for the BiddingStrategyError enum
|
2128
|
-
#
|
2129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
2130
|
-
def self.bidding_strategy_error
|
2131
|
-
require "google/ads/google_ads/v5/errors/bidding_strategy_error_pb"
|
2132
|
-
Google::Ads::GoogleAds::V5::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
2133
|
-
end
|
2134
|
-
|
2135
|
-
# Returns the descriptor for the BillingSetupError enum
|
2136
|
-
#
|
2137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
2138
|
-
def self.billing_setup_error
|
2139
|
-
require "google/ads/google_ads/v5/errors/billing_setup_error_pb"
|
2140
|
-
Google::Ads::GoogleAds::V5::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
2141
|
-
end
|
2142
|
-
|
2143
2103
|
# Returns the descriptor for the CampaignBudgetError enum
|
2144
2104
|
#
|
2145
2105
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
@@ -2164,14 +2124,6 @@ module Google
|
|
2164
2124
|
Google::Ads::GoogleAds::V5::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
2165
2125
|
end
|
2166
2126
|
|
2167
|
-
# Returns the descriptor for the CampaignError enum
|
2168
|
-
#
|
2169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
2170
|
-
def self.campaign_error
|
2171
|
-
require "google/ads/google_ads/v5/errors/campaign_error_pb"
|
2172
|
-
Google::Ads::GoogleAds::V5::Errors::CampaignErrorEnum::CampaignError.descriptor
|
2173
|
-
end
|
2174
|
-
|
2175
2127
|
# Returns the descriptor for the CampaignExperimentError enum
|
2176
2128
|
#
|
2177
2129
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
@@ -2196,14 +2148,6 @@ module Google
|
|
2196
2148
|
Google::Ads::GoogleAds::V5::Errors::CampaignSharedSetErrorEnum::CampaignSharedSetError.descriptor
|
2197
2149
|
end
|
2198
2150
|
|
2199
|
-
# Returns the descriptor for the ChangeStatusError enum
|
2200
|
-
#
|
2201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
|
2202
|
-
def self.change_status_error
|
2203
|
-
require "google/ads/google_ads/v5/errors/change_status_error_pb"
|
2204
|
-
Google::Ads::GoogleAds::V5::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
2205
|
-
end
|
2206
|
-
|
2207
2151
|
# Returns the descriptor for the CollectionSizeError enum
|
2208
2152
|
#
|
2209
2153
|
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
@@ -2220,6 +2164,14 @@ module Google
|
|
2220
2164
|
Google::Ads::GoogleAds::V5::Errors::ContextErrorEnum::ContextError.descriptor
|
2221
2165
|
end
|
2222
2166
|
|
2167
|
+
# Returns the descriptor for the ConversionActionError enum
|
2168
|
+
#
|
2169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
2170
|
+
def self.conversion_action_error
|
2171
|
+
require "google/ads/google_ads/v5/errors/conversion_action_error_pb"
|
2172
|
+
Google::Ads::GoogleAds::V5::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
2173
|
+
end
|
2174
|
+
|
2223
2175
|
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2224
2176
|
#
|
2225
2177
|
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
@@ -2268,6 +2220,22 @@ module Google
|
|
2268
2220
|
Google::Ads::GoogleAds::V5::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
|
2269
2221
|
end
|
2270
2222
|
|
2223
|
+
# Returns the descriptor for the CustomerClientLinkError enum
|
2224
|
+
#
|
2225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
2226
|
+
def self.customer_client_link_error
|
2227
|
+
require "google/ads/google_ads/v5/errors/customer_client_link_error_pb"
|
2228
|
+
Google::Ads::GoogleAds::V5::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
|
2229
|
+
end
|
2230
|
+
|
2231
|
+
# Returns the descriptor for the CustomerError enum
|
2232
|
+
#
|
2233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
|
2234
|
+
def self.customer_error
|
2235
|
+
require "google/ads/google_ads/v5/errors/customer_error_pb"
|
2236
|
+
Google::Ads::GoogleAds::V5::Errors::CustomerErrorEnum::CustomerError.descriptor
|
2237
|
+
end
|
2238
|
+
|
2271
2239
|
# Returns the descriptor for the CustomerFeedError enum
|
2272
2240
|
#
|
2273
2241
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
|
@@ -2276,6 +2244,14 @@ module Google
|
|
2276
2244
|
Google::Ads::GoogleAds::V5::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
2277
2245
|
end
|
2278
2246
|
|
2247
|
+
# Returns the descriptor for the CustomerManagerLinkError enum
|
2248
|
+
#
|
2249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
2250
|
+
def self.customer_manager_link_error
|
2251
|
+
require "google/ads/google_ads/v5/errors/customer_manager_link_error_pb"
|
2252
|
+
Google::Ads::GoogleAds::V5::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
|
2253
|
+
end
|
2254
|
+
|
2279
2255
|
# Returns the descriptor for the DatabaseError enum
|
2280
2256
|
#
|
2281
2257
|
# @return [Google::Protobuf::EnumDescriptor] for the DatabaseError enum
|
@@ -2300,6 +2276,14 @@ module Google
|
|
2300
2276
|
Google::Ads::GoogleAds::V5::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
2301
2277
|
end
|
2302
2278
|
|
2279
|
+
# Returns the descriptor for the DistinctError enum
|
2280
|
+
#
|
2281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
2282
|
+
def self.distinct_error
|
2283
|
+
require "google/ads/google_ads/v5/errors/distinct_error_pb"
|
2284
|
+
Google::Ads::GoogleAds::V5::Errors::DistinctErrorEnum::DistinctError.descriptor
|
2285
|
+
end
|
2286
|
+
|
2303
2287
|
# Returns the descriptor for the EnumError enum
|
2304
2288
|
#
|
2305
2289
|
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
@@ -2348,36 +2332,20 @@ module Google
|
|
2348
2332
|
Google::Ads::GoogleAds::V5::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
2349
2333
|
end
|
2350
2334
|
|
2351
|
-
# Returns the descriptor for the
|
2352
|
-
#
|
2353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
2354
|
-
def self.feed_mapping_error
|
2355
|
-
require "google/ads/google_ads/v5/errors/feed_mapping_error_pb"
|
2356
|
-
Google::Ads::GoogleAds::V5::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2357
|
-
end
|
2358
|
-
|
2359
|
-
# Returns the descriptor for the FieldError enum
|
2360
|
-
#
|
2361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
2362
|
-
def self.field_error
|
2363
|
-
require "google/ads/google_ads/v5/errors/field_error_pb"
|
2364
|
-
Google::Ads::GoogleAds::V5::Errors::FieldErrorEnum::FieldError.descriptor
|
2365
|
-
end
|
2366
|
-
|
2367
|
-
# Returns the descriptor for the FunctionError enum
|
2335
|
+
# Returns the descriptor for the FeedItemTargetError enum
|
2368
2336
|
#
|
2369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2370
|
-
def self.
|
2371
|
-
require "google/ads/google_ads/v5/errors/
|
2372
|
-
Google::Ads::GoogleAds::V5::Errors::
|
2337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
2338
|
+
def self.feed_item_target_error
|
2339
|
+
require "google/ads/google_ads/v5/errors/feed_item_target_error_pb"
|
2340
|
+
Google::Ads::GoogleAds::V5::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
2373
2341
|
end
|
2374
2342
|
|
2375
|
-
# Returns the descriptor for the
|
2343
|
+
# Returns the descriptor for the FieldMaskError enum
|
2376
2344
|
#
|
2377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2378
|
-
def self.
|
2379
|
-
require "google/ads/google_ads/v5/errors/
|
2380
|
-
Google::Ads::GoogleAds::V5::Errors::
|
2345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
|
2346
|
+
def self.field_mask_error
|
2347
|
+
require "google/ads/google_ads/v5/errors/field_mask_error_pb"
|
2348
|
+
Google::Ads::GoogleAds::V5::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
|
2381
2349
|
end
|
2382
2350
|
|
2383
2351
|
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
@@ -2404,6 +2372,14 @@ module Google
|
|
2404
2372
|
Google::Ads::GoogleAds::V5::Errors::IdErrorEnum::IdError.descriptor
|
2405
2373
|
end
|
2406
2374
|
|
2375
|
+
# Returns the descriptor for the ImageError enum
|
2376
|
+
#
|
2377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
2378
|
+
def self.image_error
|
2379
|
+
require "google/ads/google_ads/v5/errors/image_error_pb"
|
2380
|
+
Google::Ads::GoogleAds::V5::Errors::ImageErrorEnum::ImageError.descriptor
|
2381
|
+
end
|
2382
|
+
|
2407
2383
|
# Returns the descriptor for the InternalError enum
|
2408
2384
|
#
|
2409
2385
|
# @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
|
@@ -2412,6 +2388,38 @@ module Google
|
|
2412
2388
|
Google::Ads::GoogleAds::V5::Errors::InternalErrorEnum::InternalError.descriptor
|
2413
2389
|
end
|
2414
2390
|
|
2391
|
+
# Returns the descriptor for the InvoiceError enum
|
2392
|
+
#
|
2393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
|
2394
|
+
def self.invoice_error
|
2395
|
+
require "google/ads/google_ads/v5/errors/invoice_error_pb"
|
2396
|
+
Google::Ads::GoogleAds::V5::Errors::InvoiceErrorEnum::InvoiceError.descriptor
|
2397
|
+
end
|
2398
|
+
|
2399
|
+
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
2400
|
+
#
|
2401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
2402
|
+
def self.keyword_plan_ad_group_error
|
2403
|
+
require "google/ads/google_ads/v5/errors/keyword_plan_ad_group_error_pb"
|
2404
|
+
Google::Ads::GoogleAds::V5::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
2405
|
+
end
|
2406
|
+
|
2407
|
+
# Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
|
2408
|
+
#
|
2409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
|
2410
|
+
def self.keyword_plan_ad_group_keyword_error
|
2411
|
+
require "google/ads/google_ads/v5/errors/keyword_plan_ad_group_keyword_error_pb"
|
2412
|
+
Google::Ads::GoogleAds::V5::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
|
2413
|
+
end
|
2414
|
+
|
2415
|
+
# Returns the descriptor for the KeywordPlanCampaignKeywordError enum
|
2416
|
+
#
|
2417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
|
2418
|
+
def self.keyword_plan_campaign_keyword_error
|
2419
|
+
require "google/ads/google_ads/v5/errors/keyword_plan_campaign_keyword_error_pb"
|
2420
|
+
Google::Ads::GoogleAds::V5::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
|
2421
|
+
end
|
2422
|
+
|
2415
2423
|
# Returns the descriptor for the KeywordPlanError enum
|
2416
2424
|
#
|
2417
2425
|
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
|
@@ -2420,14 +2428,6 @@ module Google
|
|
2420
2428
|
Google::Ads::GoogleAds::V5::Errors::KeywordPlanErrorEnum::KeywordPlanError.descriptor
|
2421
2429
|
end
|
2422
2430
|
|
2423
|
-
# Returns the descriptor for the KeywordPlanIdeaError enum
|
2424
|
-
#
|
2425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
2426
|
-
def self.keyword_plan_idea_error
|
2427
|
-
require "google/ads/google_ads/v5/errors/keyword_plan_idea_error_pb"
|
2428
|
-
Google::Ads::GoogleAds::V5::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
2429
|
-
end
|
2430
|
-
|
2431
2431
|
# Returns the descriptor for the LabelError enum
|
2432
2432
|
#
|
2433
2433
|
# @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
|
@@ -2436,6 +2436,14 @@ module Google
|
|
2436
2436
|
Google::Ads::GoogleAds::V5::Errors::LabelErrorEnum::LabelError.descriptor
|
2437
2437
|
end
|
2438
2438
|
|
2439
|
+
# Returns the descriptor for the LanguageCodeError enum
|
2440
|
+
#
|
2441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
|
2442
|
+
def self.language_code_error
|
2443
|
+
require "google/ads/google_ads/v5/errors/language_code_error_pb"
|
2444
|
+
Google::Ads::GoogleAds::V5::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
|
2445
|
+
end
|
2446
|
+
|
2439
2447
|
# Returns the descriptor for the ListOperationError enum
|
2440
2448
|
#
|
2441
2449
|
# @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
|
@@ -2508,6 +2516,14 @@ module Google
|
|
2508
2516
|
Google::Ads::GoogleAds::V5::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
|
2509
2517
|
end
|
2510
2518
|
|
2519
|
+
# Returns the descriptor for the NotEmptyError enum
|
2520
|
+
#
|
2521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
2522
|
+
def self.not_empty_error
|
2523
|
+
require "google/ads/google_ads/v5/errors/not_empty_error_pb"
|
2524
|
+
Google::Ads::GoogleAds::V5::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
|
2525
|
+
end
|
2526
|
+
|
2511
2527
|
# Returns the descriptor for the NullError enum
|
2512
2528
|
#
|
2513
2529
|
# @return [Google::Protobuf::EnumDescriptor] for the NullError enum
|
@@ -2516,14 +2532,6 @@ module Google
|
|
2516
2532
|
Google::Ads::GoogleAds::V5::Errors::NullErrorEnum::NullError.descriptor
|
2517
2533
|
end
|
2518
2534
|
|
2519
|
-
# Returns the descriptor for the OfflineUserDataJobError enum
|
2520
|
-
#
|
2521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
2522
|
-
def self.offline_user_data_job_error
|
2523
|
-
require "google/ads/google_ads/v5/errors/offline_user_data_job_error_pb"
|
2524
|
-
Google::Ads::GoogleAds::V5::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
2525
|
-
end
|
2526
|
-
|
2527
2535
|
# Returns the descriptor for the OperationAccessDeniedError enum
|
2528
2536
|
#
|
2529
2537
|
# @return [Google::Protobuf::EnumDescriptor] for the OperationAccessDeniedError enum
|
@@ -2532,14 +2540,6 @@ module Google
|
|
2532
2540
|
Google::Ads::GoogleAds::V5::Errors::OperationAccessDeniedErrorEnum::OperationAccessDeniedError.descriptor
|
2533
2541
|
end
|
2534
2542
|
|
2535
|
-
# Returns the descriptor for the OperatorError enum
|
2536
|
-
#
|
2537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
|
2538
|
-
def self.operator_error
|
2539
|
-
require "google/ads/google_ads/v5/errors/operator_error_pb"
|
2540
|
-
Google::Ads::GoogleAds::V5::Errors::OperatorErrorEnum::OperatorError.descriptor
|
2541
|
-
end
|
2542
|
-
|
2543
2543
|
# Returns the descriptor for the PartialFailureError enum
|
2544
2544
|
#
|
2545
2545
|
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
@@ -2628,12 +2628,12 @@ module Google
|
|
2628
2628
|
Google::Ads::GoogleAds::V5::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
2629
2629
|
end
|
2630
2630
|
|
2631
|
-
# Returns the descriptor for the
|
2631
|
+
# Returns the descriptor for the RequestError enum
|
2632
2632
|
#
|
2633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2634
|
-
def self.
|
2635
|
-
require "google/ads/google_ads/v5/errors/
|
2636
|
-
Google::Ads::GoogleAds::V5::Errors::
|
2633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
|
2634
|
+
def self.request_error
|
2635
|
+
require "google/ads/google_ads/v5/errors/request_error_pb"
|
2636
|
+
Google::Ads::GoogleAds::V5::Errors::RequestErrorEnum::RequestError.descriptor
|
2637
2637
|
end
|
2638
2638
|
|
2639
2639
|
# Returns the descriptor for the ResourceCountLimitExceededError enum
|
@@ -2644,12 +2644,20 @@ module Google
|
|
2644
2644
|
Google::Ads::GoogleAds::V5::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
2645
2645
|
end
|
2646
2646
|
|
2647
|
-
# Returns the descriptor for the
|
2647
|
+
# Returns the descriptor for the SettingError enum
|
2648
2648
|
#
|
2649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2650
|
-
def self.
|
2651
|
-
require "google/ads/google_ads/v5/errors/
|
2652
|
-
Google::Ads::GoogleAds::V5::Errors::
|
2649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
2650
|
+
def self.setting_error
|
2651
|
+
require "google/ads/google_ads/v5/errors/setting_error_pb"
|
2652
|
+
Google::Ads::GoogleAds::V5::Errors::SettingErrorEnum::SettingError.descriptor
|
2653
|
+
end
|
2654
|
+
|
2655
|
+
# Returns the descriptor for the SharedSetError enum
|
2656
|
+
#
|
2657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
2658
|
+
def self.shared_set_error
|
2659
|
+
require "google/ads/google_ads/v5/errors/shared_set_error_pb"
|
2660
|
+
Google::Ads::GoogleAds::V5::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
2653
2661
|
end
|
2654
2662
|
|
2655
2663
|
# Returns the descriptor for the SizeLimitError enum
|
@@ -2692,12 +2700,12 @@ module Google
|
|
2692
2700
|
Google::Ads::GoogleAds::V5::Errors::TimeZoneErrorEnum::TimeZoneError.descriptor
|
2693
2701
|
end
|
2694
2702
|
|
2695
|
-
# Returns the descriptor for the
|
2703
|
+
# Returns the descriptor for the UserDataError enum
|
2696
2704
|
#
|
2697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2698
|
-
def self.
|
2699
|
-
require "google/ads/google_ads/v5/errors/
|
2700
|
-
Google::Ads::GoogleAds::V5::Errors::
|
2705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
|
2706
|
+
def self.user_data_error
|
2707
|
+
require "google/ads/google_ads/v5/errors/user_data_error_pb"
|
2708
|
+
Google::Ads::GoogleAds::V5::Errors::UserDataErrorEnum::UserDataError.descriptor
|
2701
2709
|
end
|
2702
2710
|
|
2703
2711
|
# Returns the descriptor for the UserListError enum
|
@@ -2708,14 +2716,6 @@ module Google
|
|
2708
2716
|
Google::Ads::GoogleAds::V5::Errors::UserListErrorEnum::UserListError.descriptor
|
2709
2717
|
end
|
2710
2718
|
|
2711
|
-
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
2712
|
-
#
|
2713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
2714
|
-
def self.youtube_video_registration_error
|
2715
|
-
require "google/ads/google_ads/v5/errors/youtube_video_registration_error_pb"
|
2716
|
-
Google::Ads::GoogleAds::V5::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
2717
|
-
end
|
2718
|
-
|
2719
2719
|
# Returns the descriptor for the QuotaRateScope enum
|
2720
2720
|
#
|
2721
2721
|
# @return [Google::Protobuf::EnumDescriptor] for the QuotaRateScope enum
|