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
@@ -4,14 +4,6 @@ module Google
|
|
4
4
|
module Factories
|
5
5
|
module V6
|
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/v6/enums/placement_type_pb"
|
12
|
-
Google::Ads::GoogleAds::V6::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::V6::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/v6/enums/feed_item_quality_approval_status_pb"
|
52
|
-
Google::Ads::GoogleAds::V6::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/v6/enums/feed_item_quality_disapproval_reason_pb"
|
60
|
-
Google::Ads::GoogleAds::V6::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/v6/enums/feed_item_status_pb"
|
68
|
-
Google::Ads::GoogleAds::V6::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/v6/enums/feed_item_validation_status_pb"
|
76
|
-
Google::Ads::GoogleAds::V6::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/v6/enums/
|
84
|
-
Google::Ads::GoogleAds::V6::Enums::
|
41
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
|
42
|
+
def self.ad_group_ad_status
|
43
|
+
require "google/ads/google_ads/v6/enums/ad_group_ad_status_pb"
|
44
|
+
Google::Ads::GoogleAds::V6::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/v6/enums/
|
92
|
-
Google::Ads::GoogleAds::V6::Enums::
|
49
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
|
50
|
+
def self.ad_strength
|
51
|
+
require "google/ads/google_ads/v6/enums/ad_strength_pb"
|
52
|
+
Google::Ads::GoogleAds::V6::Enums::AdStrengthEnum::AdStrength.descriptor
|
93
53
|
end
|
94
54
|
|
95
55
|
# Returns the descriptor for the PolicyApprovalStatus enum
|
@@ -108,511 +68,367 @@ module Google
|
|
108
68
|
Google::Ads::GoogleAds::V6::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
|
109
69
|
end
|
110
70
|
|
111
|
-
# Returns the descriptor for the
|
71
|
+
# Returns the descriptor for the AssetPerformanceLabel enum
|
112
72
|
#
|
113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
114
|
-
def self.
|
115
|
-
require "google/ads/google_ads/v6/
|
116
|
-
Google::Ads::GoogleAds::V6::
|
73
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
|
74
|
+
def self.asset_performance_label
|
75
|
+
require "google/ads/google_ads/v6/enums/asset_performance_label_pb"
|
76
|
+
Google::Ads::GoogleAds::V6::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
|
117
77
|
end
|
118
78
|
|
119
|
-
# Returns the descriptor for the
|
79
|
+
# Returns the descriptor for the ServedAssetFieldType enum
|
120
80
|
#
|
121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
122
|
-
def self.
|
123
|
-
require "google/ads/google_ads/v6/enums/
|
124
|
-
Google::Ads::GoogleAds::V6::Enums::
|
81
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
|
82
|
+
def self.served_asset_field_type
|
83
|
+
require "google/ads/google_ads/v6/enums/served_asset_field_type_pb"
|
84
|
+
Google::Ads::GoogleAds::V6::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
|
125
85
|
end
|
126
86
|
|
127
|
-
# Returns the descriptor for the
|
87
|
+
# Returns the descriptor for the CallConversionReportingState enum
|
128
88
|
#
|
129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
130
|
-
def self.
|
131
|
-
require "google/ads/google_ads/v6/enums/
|
132
|
-
Google::Ads::GoogleAds::V6::Enums::
|
89
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
|
90
|
+
def self.call_conversion_reporting_state
|
91
|
+
require "google/ads/google_ads/v6/enums/call_conversion_reporting_state_pb"
|
92
|
+
Google::Ads::GoogleAds::V6::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
|
133
93
|
end
|
134
94
|
|
135
|
-
# Returns the descriptor for the
|
95
|
+
# Returns the descriptor for the DisplayAdFormatSetting enum
|
136
96
|
#
|
137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
138
|
-
def self.
|
139
|
-
require "google/ads/google_ads/v6/enums/
|
140
|
-
Google::Ads::GoogleAds::V6::Enums::
|
97
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
|
98
|
+
def self.display_ad_format_setting
|
99
|
+
require "google/ads/google_ads/v6/enums/display_ad_format_setting_pb"
|
100
|
+
Google::Ads::GoogleAds::V6::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
|
141
101
|
end
|
142
102
|
|
143
|
-
# Returns the descriptor for the
|
103
|
+
# Returns the descriptor for the DisplayUploadProductType enum
|
144
104
|
#
|
145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
146
|
-
def self.
|
147
|
-
require "google/ads/google_ads/v6/enums/
|
148
|
-
Google::Ads::GoogleAds::V6::Enums::
|
105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
|
106
|
+
def self.display_upload_product_type
|
107
|
+
require "google/ads/google_ads/v6/enums/display_upload_product_type_pb"
|
108
|
+
Google::Ads::GoogleAds::V6::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
|
149
109
|
end
|
150
110
|
|
151
|
-
# Returns the descriptor for the
|
111
|
+
# Returns the descriptor for the LegacyAppInstallAdAppStore enum
|
152
112
|
#
|
153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
154
|
-
def self.
|
155
|
-
require "google/ads/google_ads/v6/enums/
|
156
|
-
Google::Ads::GoogleAds::V6::Enums::
|
113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
|
114
|
+
def self.legacy_app_install_ad_app_store
|
115
|
+
require "google/ads/google_ads/v6/enums/legacy_app_install_ad_app_store_pb"
|
116
|
+
Google::Ads::GoogleAds::V6::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
|
157
117
|
end
|
158
118
|
|
159
|
-
# Returns the descriptor for the
|
119
|
+
# Returns the descriptor for the MimeType enum
|
160
120
|
#
|
161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
162
|
-
def self.
|
163
|
-
require "google/ads/google_ads/v6/enums/
|
164
|
-
Google::Ads::GoogleAds::V6::Enums::
|
121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
|
122
|
+
def self.mime_type
|
123
|
+
require "google/ads/google_ads/v6/enums/mime_type_pb"
|
124
|
+
Google::Ads::GoogleAds::V6::Enums::MimeTypeEnum::MimeType.descriptor
|
165
125
|
end
|
166
126
|
|
167
|
-
# Returns the descriptor for the
|
127
|
+
# Returns the descriptor for the AppUrlOperatingSystemType enum
|
168
128
|
#
|
169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
170
|
-
def self.
|
171
|
-
require "google/ads/google_ads/v6/enums/
|
172
|
-
Google::Ads::GoogleAds::V6::Enums::
|
129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
|
130
|
+
def self.app_url_operating_system_type
|
131
|
+
require "google/ads/google_ads/v6/enums/app_url_operating_system_type_pb"
|
132
|
+
Google::Ads::GoogleAds::V6::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
|
173
133
|
end
|
174
134
|
|
175
|
-
# Returns the descriptor for the
|
135
|
+
# Returns the descriptor for the AdType enum
|
176
136
|
#
|
177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
178
|
-
def self.
|
179
|
-
require "google/ads/google_ads/v6/enums/
|
180
|
-
Google::Ads::GoogleAds::V6::Enums::
|
137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdType enum
|
138
|
+
def self.ad_type
|
139
|
+
require "google/ads/google_ads/v6/enums/ad_type_pb"
|
140
|
+
Google::Ads::GoogleAds::V6::Enums::AdTypeEnum::AdType.descriptor
|
181
141
|
end
|
182
142
|
|
183
|
-
# Returns the descriptor for the
|
143
|
+
# Returns the descriptor for the Device enum
|
184
144
|
#
|
185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
186
|
-
def self.
|
187
|
-
require "google/ads/google_ads/v6/enums/
|
188
|
-
Google::Ads::GoogleAds::V6::Enums::
|
145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
146
|
+
def self.device
|
147
|
+
require "google/ads/google_ads/v6/enums/device_pb"
|
148
|
+
Google::Ads::GoogleAds::V6::Enums::DeviceEnum::Device.descriptor
|
189
149
|
end
|
190
150
|
|
191
|
-
# Returns the descriptor for the
|
151
|
+
# Returns the descriptor for the SystemManagedResourceSource enum
|
192
152
|
#
|
193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
194
|
-
def self.
|
195
|
-
require "google/ads/google_ads/v6/enums/
|
196
|
-
Google::Ads::GoogleAds::V6::Enums::
|
153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
|
154
|
+
def self.system_managed_resource_source
|
155
|
+
require "google/ads/google_ads/v6/enums/system_managed_entity_source_pb"
|
156
|
+
Google::Ads::GoogleAds::V6::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
|
197
157
|
end
|
198
158
|
|
199
|
-
# Returns the descriptor for the
|
159
|
+
# Returns the descriptor for the ManagerLinkStatus enum
|
200
160
|
#
|
201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
202
|
-
def self.
|
203
|
-
require "google/ads/google_ads/v6/enums/
|
204
|
-
Google::Ads::GoogleAds::V6::Enums::
|
161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
|
162
|
+
def self.manager_link_status
|
163
|
+
require "google/ads/google_ads/v6/enums/manager_link_status_pb"
|
164
|
+
Google::Ads::GoogleAds::V6::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
|
205
165
|
end
|
206
166
|
|
207
|
-
# Returns the descriptor for the
|
167
|
+
# Returns the descriptor for the AdvertisingChannelSubType enum
|
208
168
|
#
|
209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
210
|
-
def self.
|
211
|
-
require "google/ads/google_ads/v6/enums/
|
212
|
-
Google::Ads::GoogleAds::V6::Enums::
|
169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
|
170
|
+
def self.advertising_channel_sub_type
|
171
|
+
require "google/ads/google_ads/v6/enums/advertising_channel_sub_type_pb"
|
172
|
+
Google::Ads::GoogleAds::V6::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
|
213
173
|
end
|
214
174
|
|
215
|
-
# Returns the descriptor for the
|
175
|
+
# Returns the descriptor for the AdvertisingChannelType enum
|
216
176
|
#
|
217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
218
|
-
def self.
|
219
|
-
require "google/ads/google_ads/v6/enums/
|
220
|
-
Google::Ads::GoogleAds::V6::Enums::
|
177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
|
178
|
+
def self.advertising_channel_type
|
179
|
+
require "google/ads/google_ads/v6/enums/advertising_channel_type_pb"
|
180
|
+
Google::Ads::GoogleAds::V6::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
|
221
181
|
end
|
222
182
|
|
223
|
-
# Returns the descriptor for the
|
183
|
+
# Returns the descriptor for the ChangeStatusOperation enum
|
224
184
|
#
|
225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
226
|
-
def self.
|
227
|
-
require "google/ads/google_ads/v6/enums/
|
228
|
-
Google::Ads::GoogleAds::V6::Enums::
|
185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
|
186
|
+
def self.change_status_operation
|
187
|
+
require "google/ads/google_ads/v6/enums/change_status_operation_pb"
|
188
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
|
229
189
|
end
|
230
190
|
|
231
|
-
# Returns the descriptor for the
|
191
|
+
# Returns the descriptor for the ChangeStatusResourceType enum
|
232
192
|
#
|
233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
234
|
-
def self.
|
235
|
-
require "google/ads/google_ads/v6/enums/
|
236
|
-
Google::Ads::GoogleAds::V6::Enums::
|
193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
|
194
|
+
def self.change_status_resource_type
|
195
|
+
require "google/ads/google_ads/v6/enums/change_status_resource_type_pb"
|
196
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
|
237
197
|
end
|
238
198
|
|
239
|
-
# Returns the descriptor for the
|
199
|
+
# Returns the descriptor for the CriterionType enum
|
240
200
|
#
|
241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
242
|
-
def self.
|
243
|
-
require "google/ads/google_ads/v6/enums/
|
244
|
-
Google::Ads::GoogleAds::V6::Enums::
|
201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
|
202
|
+
def self.criterion_type
|
203
|
+
require "google/ads/google_ads/v6/enums/criterion_type_pb"
|
204
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionTypeEnum::CriterionType.descriptor
|
245
205
|
end
|
246
206
|
|
247
|
-
# Returns the descriptor for the
|
207
|
+
# Returns the descriptor for the FeedOrigin enum
|
248
208
|
#
|
249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
250
|
-
def self.
|
251
|
-
require "google/ads/google_ads/v6/enums/
|
252
|
-
Google::Ads::GoogleAds::V6::Enums::
|
209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
|
210
|
+
def self.feed_origin
|
211
|
+
require "google/ads/google_ads/v6/enums/feed_origin_pb"
|
212
|
+
Google::Ads::GoogleAds::V6::Enums::FeedOriginEnum::FeedOrigin.descriptor
|
253
213
|
end
|
254
214
|
|
255
|
-
# Returns the descriptor for the
|
215
|
+
# Returns the descriptor for the BatchJobStatus enum
|
256
216
|
#
|
257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
258
|
-
def self.
|
259
|
-
require "google/ads/google_ads/v6/enums/
|
260
|
-
Google::Ads::GoogleAds::V6::Enums::
|
217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
|
218
|
+
def self.batch_job_status
|
219
|
+
require "google/ads/google_ads/v6/enums/batch_job_status_pb"
|
220
|
+
Google::Ads::GoogleAds::V6::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
|
261
221
|
end
|
262
222
|
|
263
|
-
# Returns the descriptor for the
|
223
|
+
# Returns the descriptor for the SharedSetStatus enum
|
264
224
|
#
|
265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
266
|
-
def self.
|
267
|
-
require "google/ads/google_ads/v6/enums/
|
268
|
-
Google::Ads::GoogleAds::V6::Enums::
|
225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
|
226
|
+
def self.shared_set_status
|
227
|
+
require "google/ads/google_ads/v6/enums/shared_set_status_pb"
|
228
|
+
Google::Ads::GoogleAds::V6::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
|
269
229
|
end
|
270
230
|
|
271
|
-
# Returns the descriptor for the
|
231
|
+
# Returns the descriptor for the SharedSetType enum
|
272
232
|
#
|
273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
274
|
-
def self.
|
275
|
-
require "google/ads/google_ads/v6/enums/
|
276
|
-
Google::Ads::GoogleAds::V6::Enums::
|
233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
|
234
|
+
def self.shared_set_type
|
235
|
+
require "google/ads/google_ads/v6/enums/shared_set_type_pb"
|
236
|
+
Google::Ads::GoogleAds::V6::Enums::SharedSetTypeEnum::SharedSetType.descriptor
|
277
237
|
end
|
278
238
|
|
279
|
-
# Returns the descriptor for the
|
239
|
+
# Returns the descriptor for the KeywordMatchType enum
|
280
240
|
#
|
281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
282
|
-
def self.
|
283
|
-
require "google/ads/google_ads/v6/enums/
|
284
|
-
Google::Ads::GoogleAds::V6::Enums::
|
241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
242
|
+
def self.keyword_match_type
|
243
|
+
require "google/ads/google_ads/v6/enums/keyword_match_type_pb"
|
244
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
285
245
|
end
|
286
246
|
|
287
|
-
# Returns the descriptor for the
|
247
|
+
# Returns the descriptor for the MerchantCenterLinkStatus enum
|
288
248
|
#
|
289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
290
|
-
def self.
|
291
|
-
require "google/ads/google_ads/v6/enums/
|
292
|
-
Google::Ads::GoogleAds::V6::Enums::
|
249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
|
250
|
+
def self.merchant_center_link_status
|
251
|
+
require "google/ads/google_ads/v6/enums/merchant_center_link_status_pb"
|
252
|
+
Google::Ads::GoogleAds::V6::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
|
293
253
|
end
|
294
254
|
|
295
|
-
# Returns the descriptor for the
|
255
|
+
# Returns the descriptor for the ChangeClientType enum
|
296
256
|
#
|
297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
298
|
-
def self.
|
299
|
-
require "google/ads/google_ads/v6/enums/
|
300
|
-
Google::Ads::GoogleAds::V6::Enums::
|
257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeClientType enum
|
258
|
+
def self.change_client_type
|
259
|
+
require "google/ads/google_ads/v6/enums/change_client_type_pb"
|
260
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeClientTypeEnum::ChangeClientType.descriptor
|
301
261
|
end
|
302
262
|
|
303
|
-
# Returns the descriptor for the
|
263
|
+
# Returns the descriptor for the ChangeEventResourceType enum
|
304
264
|
#
|
305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
306
|
-
def self.
|
307
|
-
require "google/ads/google_ads/v6/enums/
|
308
|
-
Google::Ads::GoogleAds::V6::Enums::
|
265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeEventResourceType enum
|
266
|
+
def self.change_event_resource_type
|
267
|
+
require "google/ads/google_ads/v6/enums/change_event_resource_type_pb"
|
268
|
+
Google::Ads::GoogleAds::V6::Enums::ChangeEventResourceTypeEnum::ChangeEventResourceType.descriptor
|
309
269
|
end
|
310
270
|
|
311
|
-
# Returns the descriptor for the
|
271
|
+
# Returns the descriptor for the ResourceChangeOperation enum
|
312
272
|
#
|
313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
314
|
-
def self.
|
315
|
-
require "google/ads/google_ads/v6/enums/
|
316
|
-
Google::Ads::GoogleAds::V6::Enums::
|
273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceChangeOperation enum
|
274
|
+
def self.resource_change_operation
|
275
|
+
require "google/ads/google_ads/v6/enums/resource_change_operation_pb"
|
276
|
+
Google::Ads::GoogleAds::V6::Enums::ResourceChangeOperationEnum::ResourceChangeOperation.descriptor
|
317
277
|
end
|
318
278
|
|
319
|
-
# Returns the descriptor for the
|
279
|
+
# Returns the descriptor for the TargetingDimension enum
|
320
280
|
#
|
321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
322
|
-
def self.
|
323
|
-
require "google/ads/google_ads/v6/enums/
|
324
|
-
Google::Ads::GoogleAds::V6::Enums::
|
281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
|
282
|
+
def self.targeting_dimension
|
283
|
+
require "google/ads/google_ads/v6/enums/targeting_dimension_pb"
|
284
|
+
Google::Ads::GoogleAds::V6::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
|
325
285
|
end
|
326
286
|
|
327
|
-
# Returns the descriptor for the
|
287
|
+
# Returns the descriptor for the Operator enum
|
328
288
|
#
|
329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
330
|
-
def self.
|
331
|
-
require "google/ads/google_ads/v6/
|
332
|
-
Google::Ads::GoogleAds::V6::
|
289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
290
|
+
def self.operator
|
291
|
+
require "google/ads/google_ads/v6/common/targeting_setting_pb"
|
292
|
+
Google::Ads::GoogleAds::V6::Common::TargetRestrictionOperation::Operator.descriptor
|
333
293
|
end
|
334
294
|
|
335
|
-
# Returns the descriptor for the
|
295
|
+
# Returns the descriptor for the AdGroupAdRotationMode enum
|
336
296
|
#
|
337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
338
|
-
def self.
|
339
|
-
require "google/ads/google_ads/v6/enums/
|
340
|
-
Google::Ads::GoogleAds::V6::Enums::
|
297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
|
298
|
+
def self.ad_group_ad_rotation_mode
|
299
|
+
require "google/ads/google_ads/v6/enums/ad_group_ad_rotation_mode_pb"
|
300
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
|
341
301
|
end
|
342
302
|
|
343
|
-
# Returns the descriptor for the
|
303
|
+
# Returns the descriptor for the AdGroupStatus enum
|
344
304
|
#
|
345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
346
|
-
def self.
|
347
|
-
require "google/ads/google_ads/v6/enums/
|
348
|
-
Google::Ads::GoogleAds::V6::Enums::
|
305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
|
306
|
+
def self.ad_group_status
|
307
|
+
require "google/ads/google_ads/v6/enums/ad_group_status_pb"
|
308
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
|
349
309
|
end
|
350
310
|
|
351
|
-
# Returns the descriptor for the
|
311
|
+
# Returns the descriptor for the AdGroupType enum
|
352
312
|
#
|
353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
354
|
-
def self.
|
355
|
-
require "google/ads/google_ads/v6/enums/
|
356
|
-
Google::Ads::GoogleAds::V6::Enums::
|
313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
|
314
|
+
def self.ad_group_type
|
315
|
+
require "google/ads/google_ads/v6/enums/ad_group_type_pb"
|
316
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupTypeEnum::AdGroupType.descriptor
|
357
317
|
end
|
358
318
|
|
359
|
-
# Returns the descriptor for the
|
319
|
+
# Returns the descriptor for the BiddingSource enum
|
360
320
|
#
|
361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
362
|
-
def self.
|
363
|
-
require "google/ads/google_ads/v6/enums/
|
364
|
-
Google::Ads::GoogleAds::V6::Enums::
|
321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
|
322
|
+
def self.bidding_source
|
323
|
+
require "google/ads/google_ads/v6/enums/bidding_source_pb"
|
324
|
+
Google::Ads::GoogleAds::V6::Enums::BiddingSourceEnum::BiddingSource.descriptor
|
365
325
|
end
|
366
326
|
|
367
|
-
# Returns the descriptor for the
|
327
|
+
# Returns the descriptor for the AgeRangeType enum
|
368
328
|
#
|
369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
370
|
-
def self.
|
371
|
-
require "google/ads/google_ads/v6/enums/
|
372
|
-
Google::Ads::GoogleAds::V6::Enums::
|
329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
330
|
+
def self.age_range_type
|
331
|
+
require "google/ads/google_ads/v6/enums/age_range_type_pb"
|
332
|
+
Google::Ads::GoogleAds::V6::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
373
333
|
end
|
374
334
|
|
375
|
-
# Returns the descriptor for the
|
335
|
+
# Returns the descriptor for the AppPaymentModelType enum
|
376
336
|
#
|
377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
378
|
-
def self.
|
379
|
-
require "google/ads/google_ads/v6/enums/
|
380
|
-
Google::Ads::GoogleAds::V6::Enums::
|
337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
338
|
+
def self.app_payment_model_type
|
339
|
+
require "google/ads/google_ads/v6/enums/app_payment_model_type_pb"
|
340
|
+
Google::Ads::GoogleAds::V6::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
381
341
|
end
|
382
342
|
|
383
|
-
# Returns the descriptor for the
|
343
|
+
# Returns the descriptor for the ContentLabelType enum
|
384
344
|
#
|
385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
386
|
-
def self.
|
387
|
-
require "google/ads/google_ads/v6/enums/
|
388
|
-
Google::Ads::GoogleAds::V6::Enums::
|
345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
346
|
+
def self.content_label_type
|
347
|
+
require "google/ads/google_ads/v6/enums/content_label_type_pb"
|
348
|
+
Google::Ads::GoogleAds::V6::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
389
349
|
end
|
390
350
|
|
391
|
-
# Returns the descriptor for the
|
351
|
+
# Returns the descriptor for the DayOfWeek enum
|
392
352
|
#
|
393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
394
|
-
def self.
|
395
|
-
require "google/ads/google_ads/v6/enums/
|
396
|
-
Google::Ads::GoogleAds::V6::Enums::
|
353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
354
|
+
def self.day_of_week
|
355
|
+
require "google/ads/google_ads/v6/enums/day_of_week_pb"
|
356
|
+
Google::Ads::GoogleAds::V6::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
397
357
|
end
|
398
358
|
|
399
|
-
# Returns the descriptor for the
|
359
|
+
# Returns the descriptor for the GenderType enum
|
400
360
|
#
|
401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
402
|
-
def self.
|
403
|
-
require "google/ads/google_ads/v6/enums/
|
404
|
-
Google::Ads::GoogleAds::V6::Enums::
|
361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
362
|
+
def self.gender_type
|
363
|
+
require "google/ads/google_ads/v6/enums/gender_type_pb"
|
364
|
+
Google::Ads::GoogleAds::V6::Enums::GenderTypeEnum::GenderType.descriptor
|
405
365
|
end
|
406
366
|
|
407
|
-
# Returns the descriptor for the
|
367
|
+
# Returns the descriptor for the HotelDateSelectionType enum
|
408
368
|
#
|
409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
410
|
-
def self.
|
411
|
-
require "google/ads/google_ads/v6/enums/
|
412
|
-
Google::Ads::GoogleAds::V6::Enums::
|
369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
370
|
+
def self.hotel_date_selection_type
|
371
|
+
require "google/ads/google_ads/v6/enums/hotel_date_selection_type_pb"
|
372
|
+
Google::Ads::GoogleAds::V6::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
413
373
|
end
|
414
374
|
|
415
|
-
# Returns the descriptor for the
|
375
|
+
# Returns the descriptor for the IncomeRangeType enum
|
416
376
|
#
|
417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
418
|
-
def self.
|
419
|
-
require "google/ads/google_ads/v6/enums/
|
420
|
-
Google::Ads::GoogleAds::V6::Enums::
|
377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
378
|
+
def self.income_range_type
|
379
|
+
require "google/ads/google_ads/v6/enums/income_range_type_pb"
|
380
|
+
Google::Ads::GoogleAds::V6::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
421
381
|
end
|
422
382
|
|
423
|
-
# Returns the descriptor for the
|
383
|
+
# Returns the descriptor for the InteractionType enum
|
424
384
|
#
|
425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
426
|
-
def self.
|
427
|
-
require "google/ads/google_ads/v6/enums/
|
428
|
-
Google::Ads::GoogleAds::V6::Enums::
|
385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
386
|
+
def self.interaction_type
|
387
|
+
require "google/ads/google_ads/v6/enums/interaction_type_pb"
|
388
|
+
Google::Ads::GoogleAds::V6::Enums::InteractionTypeEnum::InteractionType.descriptor
|
429
389
|
end
|
430
390
|
|
431
|
-
# Returns the descriptor for the
|
391
|
+
# Returns the descriptor for the ListingGroupType enum
|
432
392
|
#
|
433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
434
|
-
def self.
|
435
|
-
require "google/ads/google_ads/v6/enums/
|
436
|
-
Google::Ads::GoogleAds::V6::Enums::
|
393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
394
|
+
def self.listing_group_type
|
395
|
+
require "google/ads/google_ads/v6/enums/listing_group_type_pb"
|
396
|
+
Google::Ads::GoogleAds::V6::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
437
397
|
end
|
438
398
|
|
439
|
-
# Returns the descriptor for the
|
399
|
+
# Returns the descriptor for the LocationGroupRadiusUnits enum
|
440
400
|
#
|
441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
442
|
-
def self.
|
443
|
-
require "google/ads/google_ads/v6/enums/
|
444
|
-
Google::Ads::GoogleAds::V6::Enums::
|
401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
|
402
|
+
def self.location_group_radius_units
|
403
|
+
require "google/ads/google_ads/v6/enums/location_group_radius_units_pb"
|
404
|
+
Google::Ads::GoogleAds::V6::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
445
405
|
end
|
446
406
|
|
447
|
-
# Returns the descriptor for the
|
407
|
+
# Returns the descriptor for the MinuteOfHour enum
|
448
408
|
#
|
449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
450
|
-
def self.
|
451
|
-
require "google/ads/google_ads/v6/enums/
|
452
|
-
Google::Ads::GoogleAds::V6::Enums::
|
409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
|
410
|
+
def self.minute_of_hour
|
411
|
+
require "google/ads/google_ads/v6/enums/minute_of_hour_pb"
|
412
|
+
Google::Ads::GoogleAds::V6::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
453
413
|
end
|
454
414
|
|
455
|
-
# Returns the descriptor for the
|
415
|
+
# Returns the descriptor for the ParentalStatusType enum
|
456
416
|
#
|
457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
458
|
-
def self.
|
459
|
-
require "google/ads/google_ads/v6/enums/
|
460
|
-
Google::Ads::GoogleAds::V6::Enums::
|
417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
|
418
|
+
def self.parental_status_type
|
419
|
+
require "google/ads/google_ads/v6/enums/parental_status_type_pb"
|
420
|
+
Google::Ads::GoogleAds::V6::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
461
421
|
end
|
462
422
|
|
463
|
-
# Returns the descriptor for the
|
423
|
+
# Returns the descriptor for the PreferredContentType enum
|
464
424
|
#
|
465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
466
|
-
def self.
|
467
|
-
require "google/ads/google_ads/v6/enums/
|
468
|
-
Google::Ads::GoogleAds::V6::Enums::
|
425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
|
426
|
+
def self.preferred_content_type
|
427
|
+
require "google/ads/google_ads/v6/enums/preferred_content_type_pb"
|
428
|
+
Google::Ads::GoogleAds::V6::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
469
429
|
end
|
470
430
|
|
471
|
-
# Returns the descriptor for the
|
472
|
-
#
|
473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
474
|
-
def self.operator
|
475
|
-
require "google/ads/google_ads/v6/resources/feed_pb"
|
476
|
-
Google::Ads::GoogleAds::V6::Resources::FeedAttributeOperation::Operator.descriptor
|
477
|
-
end
|
478
|
-
|
479
|
-
# Returns the descriptor for the SimulationModificationMethod enum
|
480
|
-
#
|
481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
482
|
-
def self.simulation_modification_method
|
483
|
-
require "google/ads/google_ads/v6/enums/simulation_modification_method_pb"
|
484
|
-
Google::Ads::GoogleAds::V6::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
485
|
-
end
|
486
|
-
|
487
|
-
# Returns the descriptor for the SimulationType enum
|
488
|
-
#
|
489
|
-
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
490
|
-
def self.simulation_type
|
491
|
-
require "google/ads/google_ads/v6/enums/simulation_type_pb"
|
492
|
-
Google::Ads::GoogleAds::V6::Enums::SimulationTypeEnum::SimulationType.descriptor
|
493
|
-
end
|
494
|
-
|
495
|
-
# Returns the descriptor for the AgeRangeType enum
|
496
|
-
#
|
497
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
|
498
|
-
def self.age_range_type
|
499
|
-
require "google/ads/google_ads/v6/enums/age_range_type_pb"
|
500
|
-
Google::Ads::GoogleAds::V6::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
|
501
|
-
end
|
502
|
-
|
503
|
-
# Returns the descriptor for the AppPaymentModelType enum
|
504
|
-
#
|
505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
|
506
|
-
def self.app_payment_model_type
|
507
|
-
require "google/ads/google_ads/v6/enums/app_payment_model_type_pb"
|
508
|
-
Google::Ads::GoogleAds::V6::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
|
509
|
-
end
|
510
|
-
|
511
|
-
# Returns the descriptor for the ContentLabelType enum
|
512
|
-
#
|
513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
|
514
|
-
def self.content_label_type
|
515
|
-
require "google/ads/google_ads/v6/enums/content_label_type_pb"
|
516
|
-
Google::Ads::GoogleAds::V6::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
|
517
|
-
end
|
518
|
-
|
519
|
-
# Returns the descriptor for the DayOfWeek enum
|
520
|
-
#
|
521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
|
522
|
-
def self.day_of_week
|
523
|
-
require "google/ads/google_ads/v6/enums/day_of_week_pb"
|
524
|
-
Google::Ads::GoogleAds::V6::Enums::DayOfWeekEnum::DayOfWeek.descriptor
|
525
|
-
end
|
526
|
-
|
527
|
-
# Returns the descriptor for the Device enum
|
528
|
-
#
|
529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the Device enum
|
530
|
-
def self.device
|
531
|
-
require "google/ads/google_ads/v6/enums/device_pb"
|
532
|
-
Google::Ads::GoogleAds::V6::Enums::DeviceEnum::Device.descriptor
|
533
|
-
end
|
534
|
-
|
535
|
-
# Returns the descriptor for the GenderType enum
|
536
|
-
#
|
537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
|
538
|
-
def self.gender_type
|
539
|
-
require "google/ads/google_ads/v6/enums/gender_type_pb"
|
540
|
-
Google::Ads::GoogleAds::V6::Enums::GenderTypeEnum::GenderType.descriptor
|
541
|
-
end
|
542
|
-
|
543
|
-
# Returns the descriptor for the HotelDateSelectionType enum
|
544
|
-
#
|
545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
|
546
|
-
def self.hotel_date_selection_type
|
547
|
-
require "google/ads/google_ads/v6/enums/hotel_date_selection_type_pb"
|
548
|
-
Google::Ads::GoogleAds::V6::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
|
549
|
-
end
|
550
|
-
|
551
|
-
# Returns the descriptor for the IncomeRangeType enum
|
552
|
-
#
|
553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
|
554
|
-
def self.income_range_type
|
555
|
-
require "google/ads/google_ads/v6/enums/income_range_type_pb"
|
556
|
-
Google::Ads::GoogleAds::V6::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
|
557
|
-
end
|
558
|
-
|
559
|
-
# Returns the descriptor for the InteractionType enum
|
560
|
-
#
|
561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
|
562
|
-
def self.interaction_type
|
563
|
-
require "google/ads/google_ads/v6/enums/interaction_type_pb"
|
564
|
-
Google::Ads::GoogleAds::V6::Enums::InteractionTypeEnum::InteractionType.descriptor
|
565
|
-
end
|
566
|
-
|
567
|
-
# Returns the descriptor for the KeywordMatchType enum
|
568
|
-
#
|
569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
|
570
|
-
def self.keyword_match_type
|
571
|
-
require "google/ads/google_ads/v6/enums/keyword_match_type_pb"
|
572
|
-
Google::Ads::GoogleAds::V6::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
|
573
|
-
end
|
574
|
-
|
575
|
-
# Returns the descriptor for the ListingGroupType enum
|
576
|
-
#
|
577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
|
578
|
-
def self.listing_group_type
|
579
|
-
require "google/ads/google_ads/v6/enums/listing_group_type_pb"
|
580
|
-
Google::Ads::GoogleAds::V6::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
|
581
|
-
end
|
582
|
-
|
583
|
-
# Returns the descriptor for the LocationGroupRadiusUnits enum
|
584
|
-
#
|
585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
|
586
|
-
def self.location_group_radius_units
|
587
|
-
require "google/ads/google_ads/v6/enums/location_group_radius_units_pb"
|
588
|
-
Google::Ads::GoogleAds::V6::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
|
589
|
-
end
|
590
|
-
|
591
|
-
# Returns the descriptor for the MinuteOfHour enum
|
592
|
-
#
|
593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
|
594
|
-
def self.minute_of_hour
|
595
|
-
require "google/ads/google_ads/v6/enums/minute_of_hour_pb"
|
596
|
-
Google::Ads::GoogleAds::V6::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
|
597
|
-
end
|
598
|
-
|
599
|
-
# Returns the descriptor for the ParentalStatusType enum
|
600
|
-
#
|
601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
|
602
|
-
def self.parental_status_type
|
603
|
-
require "google/ads/google_ads/v6/enums/parental_status_type_pb"
|
604
|
-
Google::Ads::GoogleAds::V6::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
|
605
|
-
end
|
606
|
-
|
607
|
-
# Returns the descriptor for the PreferredContentType enum
|
608
|
-
#
|
609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
|
610
|
-
def self.preferred_content_type
|
611
|
-
require "google/ads/google_ads/v6/enums/preferred_content_type_pb"
|
612
|
-
Google::Ads::GoogleAds::V6::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
|
613
|
-
end
|
614
|
-
|
615
|
-
# Returns the descriptor for the ProductBiddingCategoryLevel enum
|
431
|
+
# Returns the descriptor for the ProductBiddingCategoryLevel enum
|
616
432
|
#
|
617
433
|
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
|
618
434
|
def self.product_bidding_category_level
|
@@ -684,132 +500,132 @@ module Google
|
|
684
500
|
Google::Ads::GoogleAds::V6::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
|
685
501
|
end
|
686
502
|
|
687
|
-
# Returns the descriptor for the
|
503
|
+
# Returns the descriptor for the BidModifierSource enum
|
688
504
|
#
|
689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
690
|
-
def self.
|
691
|
-
require "google/ads/google_ads/v6/enums/
|
692
|
-
Google::Ads::GoogleAds::V6::Enums::
|
505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
|
506
|
+
def self.bid_modifier_source
|
507
|
+
require "google/ads/google_ads/v6/enums/bid_modifier_source_pb"
|
508
|
+
Google::Ads::GoogleAds::V6::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
|
693
509
|
end
|
694
510
|
|
695
|
-
# Returns the descriptor for the
|
511
|
+
# Returns the descriptor for the AdGroupCriterionApprovalStatus enum
|
696
512
|
#
|
697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
698
|
-
def self.
|
699
|
-
require "google/ads/google_ads/v6/enums/
|
700
|
-
Google::Ads::GoogleAds::V6::Enums::
|
513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
|
514
|
+
def self.ad_group_criterion_approval_status
|
515
|
+
require "google/ads/google_ads/v6/enums/ad_group_criterion_approval_status_pb"
|
516
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
|
701
517
|
end
|
702
518
|
|
703
|
-
# Returns the descriptor for the
|
519
|
+
# Returns the descriptor for the AdGroupCriterionStatus enum
|
704
520
|
#
|
705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
706
|
-
def self.
|
707
|
-
require "google/ads/google_ads/v6/enums/
|
708
|
-
Google::Ads::GoogleAds::V6::Enums::
|
521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
|
522
|
+
def self.ad_group_criterion_status
|
523
|
+
require "google/ads/google_ads/v6/enums/ad_group_criterion_status_pb"
|
524
|
+
Google::Ads::GoogleAds::V6::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
|
709
525
|
end
|
710
526
|
|
711
|
-
# Returns the descriptor for the
|
527
|
+
# Returns the descriptor for the CriterionSystemServingStatus enum
|
712
528
|
#
|
713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
714
|
-
def self.
|
715
|
-
require "google/ads/google_ads/v6/enums/
|
716
|
-
Google::Ads::GoogleAds::V6::Enums::
|
529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
|
530
|
+
def self.criterion_system_serving_status
|
531
|
+
require "google/ads/google_ads/v6/enums/criterion_system_serving_status_pb"
|
532
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
|
717
533
|
end
|
718
534
|
|
719
|
-
# Returns the descriptor for the
|
535
|
+
# Returns the descriptor for the QualityScoreBucket enum
|
720
536
|
#
|
721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
722
|
-
def self.
|
723
|
-
require "google/ads/google_ads/v6/enums/
|
724
|
-
Google::Ads::GoogleAds::V6::Enums::
|
537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
|
538
|
+
def self.quality_score_bucket
|
539
|
+
require "google/ads/google_ads/v6/enums/quality_score_bucket_pb"
|
540
|
+
Google::Ads::GoogleAds::V6::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
|
725
541
|
end
|
726
542
|
|
727
|
-
# Returns the descriptor for the
|
543
|
+
# Returns the descriptor for the MatchingFunctionContextType enum
|
728
544
|
#
|
729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
730
|
-
def self.
|
731
|
-
require "google/ads/google_ads/v6/enums/
|
732
|
-
Google::Ads::GoogleAds::V6::Enums::
|
545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
|
546
|
+
def self.matching_function_context_type
|
547
|
+
require "google/ads/google_ads/v6/enums/matching_function_context_type_pb"
|
548
|
+
Google::Ads::GoogleAds::V6::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
|
733
549
|
end
|
734
550
|
|
735
|
-
# Returns the descriptor for the
|
551
|
+
# Returns the descriptor for the MatchingFunctionOperator enum
|
736
552
|
#
|
737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
738
|
-
def self.
|
739
|
-
require "google/ads/google_ads/v6/enums/
|
740
|
-
Google::Ads::GoogleAds::V6::Enums::
|
553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
|
554
|
+
def self.matching_function_operator
|
555
|
+
require "google/ads/google_ads/v6/enums/matching_function_operator_pb"
|
556
|
+
Google::Ads::GoogleAds::V6::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
|
741
557
|
end
|
742
558
|
|
743
|
-
# Returns the descriptor for the
|
559
|
+
# Returns the descriptor for the FeedLinkStatus enum
|
744
560
|
#
|
745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
746
|
-
def self.
|
747
|
-
require "google/ads/google_ads/v6/enums/
|
748
|
-
Google::Ads::GoogleAds::V6::Enums::
|
561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
|
562
|
+
def self.feed_link_status
|
563
|
+
require "google/ads/google_ads/v6/enums/feed_link_status_pb"
|
564
|
+
Google::Ads::GoogleAds::V6::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
|
749
565
|
end
|
750
566
|
|
751
|
-
# Returns the descriptor for the
|
567
|
+
# Returns the descriptor for the PlaceholderType enum
|
752
568
|
#
|
753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
754
|
-
def self.
|
755
|
-
require "google/ads/google_ads/v6/enums/
|
756
|
-
Google::Ads::GoogleAds::V6::Enums::
|
569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
|
570
|
+
def self.placeholder_type
|
571
|
+
require "google/ads/google_ads/v6/enums/placeholder_type_pb"
|
572
|
+
Google::Ads::GoogleAds::V6::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
|
757
573
|
end
|
758
574
|
|
759
|
-
# Returns the descriptor for the
|
575
|
+
# Returns the descriptor for the TargetImpressionShareLocation enum
|
760
576
|
#
|
761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
762
|
-
def self.
|
763
|
-
require "google/ads/google_ads/v6/enums/
|
764
|
-
Google::Ads::GoogleAds::V6::Enums::
|
577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
|
578
|
+
def self.target_impression_share_location
|
579
|
+
require "google/ads/google_ads/v6/enums/target_impression_share_location_pb"
|
580
|
+
Google::Ads::GoogleAds::V6::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
|
765
581
|
end
|
766
582
|
|
767
|
-
# Returns the descriptor for the
|
583
|
+
# Returns the descriptor for the FrequencyCapEventType enum
|
768
584
|
#
|
769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
770
|
-
def self.
|
771
|
-
require "google/ads/google_ads/v6/enums/
|
772
|
-
Google::Ads::GoogleAds::V6::Enums::
|
585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
|
586
|
+
def self.frequency_cap_event_type
|
587
|
+
require "google/ads/google_ads/v6/enums/frequency_cap_event_type_pb"
|
588
|
+
Google::Ads::GoogleAds::V6::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
|
773
589
|
end
|
774
590
|
|
775
|
-
# Returns the descriptor for the
|
591
|
+
# Returns the descriptor for the FrequencyCapLevel enum
|
776
592
|
#
|
777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
778
|
-
def self.
|
779
|
-
require "google/ads/google_ads/v6/enums/
|
780
|
-
Google::Ads::GoogleAds::V6::Enums::
|
593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
|
594
|
+
def self.frequency_cap_level
|
595
|
+
require "google/ads/google_ads/v6/enums/frequency_cap_level_pb"
|
596
|
+
Google::Ads::GoogleAds::V6::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
|
781
597
|
end
|
782
598
|
|
783
|
-
# Returns the descriptor for the
|
599
|
+
# Returns the descriptor for the FrequencyCapTimeUnit enum
|
784
600
|
#
|
785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
786
|
-
def self.
|
787
|
-
require "google/ads/google_ads/v6/enums/
|
788
|
-
Google::Ads::GoogleAds::V6::Enums::
|
601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
|
602
|
+
def self.frequency_cap_time_unit
|
603
|
+
require "google/ads/google_ads/v6/enums/frequency_cap_time_unit_pb"
|
604
|
+
Google::Ads::GoogleAds::V6::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
|
789
605
|
end
|
790
606
|
|
791
|
-
# Returns the descriptor for the
|
607
|
+
# Returns the descriptor for the AdServingOptimizationStatus enum
|
792
608
|
#
|
793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
794
|
-
def self.
|
795
|
-
require "google/ads/google_ads/v6/enums/
|
796
|
-
Google::Ads::GoogleAds::V6::Enums::
|
609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
|
610
|
+
def self.ad_serving_optimization_status
|
611
|
+
require "google/ads/google_ads/v6/enums/ad_serving_optimization_status_pb"
|
612
|
+
Google::Ads::GoogleAds::V6::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
|
797
613
|
end
|
798
614
|
|
799
|
-
# Returns the descriptor for the
|
615
|
+
# Returns the descriptor for the AppCampaignAppStore enum
|
800
616
|
#
|
801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
802
|
-
def self.
|
803
|
-
require "google/ads/google_ads/v6/enums/
|
804
|
-
Google::Ads::GoogleAds::V6::Enums::
|
617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
|
618
|
+
def self.app_campaign_app_store
|
619
|
+
require "google/ads/google_ads/v6/enums/app_campaign_app_store_pb"
|
620
|
+
Google::Ads::GoogleAds::V6::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
|
805
621
|
end
|
806
622
|
|
807
|
-
# Returns the descriptor for the
|
623
|
+
# Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
|
808
624
|
#
|
809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
810
|
-
def self.
|
811
|
-
require "google/ads/google_ads/v6/enums/
|
812
|
-
Google::Ads::GoogleAds::V6::Enums::
|
625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
|
626
|
+
def self.app_campaign_bidding_strategy_goal_type
|
627
|
+
require "google/ads/google_ads/v6/enums/app_campaign_bidding_strategy_goal_type_pb"
|
628
|
+
Google::Ads::GoogleAds::V6::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
|
813
629
|
end
|
814
630
|
|
815
631
|
# Returns the descriptor for the BiddingStrategyType enum
|
@@ -820,668 +636,892 @@ module Google
|
|
820
636
|
Google::Ads::GoogleAds::V6::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
|
821
637
|
end
|
822
638
|
|
823
|
-
# Returns the descriptor for the
|
639
|
+
# Returns the descriptor for the BrandSafetySuitability enum
|
824
640
|
#
|
825
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
826
|
-
def self.
|
827
|
-
require "google/ads/google_ads/v6/enums/
|
828
|
-
Google::Ads::GoogleAds::V6::Enums::
|
641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
|
642
|
+
def self.brand_safety_suitability
|
643
|
+
require "google/ads/google_ads/v6/enums/brand_safety_suitability_pb"
|
644
|
+
Google::Ads::GoogleAds::V6::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
|
829
645
|
end
|
830
646
|
|
831
|
-
# Returns the descriptor for the
|
647
|
+
# Returns the descriptor for the CampaignExperimentType enum
|
832
648
|
#
|
833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
834
|
-
def self.
|
835
|
-
require "google/ads/google_ads/v6/enums/
|
836
|
-
Google::Ads::GoogleAds::V6::Enums::
|
649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
|
650
|
+
def self.campaign_experiment_type
|
651
|
+
require "google/ads/google_ads/v6/enums/campaign_experiment_type_pb"
|
652
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
|
837
653
|
end
|
838
654
|
|
839
|
-
# Returns the descriptor for the
|
655
|
+
# Returns the descriptor for the CampaignServingStatus enum
|
840
656
|
#
|
841
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
842
|
-
def self.
|
843
|
-
require "google/ads/google_ads/v6/enums/
|
844
|
-
Google::Ads::GoogleAds::V6::Enums::
|
657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
|
658
|
+
def self.campaign_serving_status
|
659
|
+
require "google/ads/google_ads/v6/enums/campaign_serving_status_pb"
|
660
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
|
845
661
|
end
|
846
662
|
|
847
|
-
# Returns the descriptor for the
|
663
|
+
# Returns the descriptor for the CampaignStatus enum
|
848
664
|
#
|
849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
850
|
-
def self.
|
851
|
-
require "google/ads/google_ads/v6/enums/
|
852
|
-
Google::Ads::GoogleAds::V6::Enums::
|
665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
|
666
|
+
def self.campaign_status
|
667
|
+
require "google/ads/google_ads/v6/enums/campaign_status_pb"
|
668
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignStatusEnum::CampaignStatus.descriptor
|
853
669
|
end
|
854
670
|
|
855
|
-
# Returns the descriptor for the
|
671
|
+
# Returns the descriptor for the LocationSourceType enum
|
856
672
|
#
|
857
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
858
|
-
def self.
|
859
|
-
require "google/ads/google_ads/v6/enums/
|
860
|
-
Google::Ads::GoogleAds::V6::Enums::
|
673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
|
674
|
+
def self.location_source_type
|
675
|
+
require "google/ads/google_ads/v6/enums/location_source_type_pb"
|
676
|
+
Google::Ads::GoogleAds::V6::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
|
861
677
|
end
|
862
678
|
|
863
|
-
# Returns the descriptor for the
|
679
|
+
# Returns the descriptor for the NegativeGeoTargetType enum
|
864
680
|
#
|
865
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
866
|
-
def self.
|
867
|
-
require "google/ads/google_ads/v6/enums/
|
868
|
-
Google::Ads::GoogleAds::V6::Enums::
|
681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
|
682
|
+
def self.negative_geo_target_type
|
683
|
+
require "google/ads/google_ads/v6/enums/negative_geo_target_type_pb"
|
684
|
+
Google::Ads::GoogleAds::V6::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
|
869
685
|
end
|
870
686
|
|
871
|
-
# Returns the descriptor for the
|
687
|
+
# Returns the descriptor for the OptimizationGoalType enum
|
872
688
|
#
|
873
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
874
|
-
def self.
|
875
|
-
require "google/ads/google_ads/v6/enums/
|
876
|
-
Google::Ads::GoogleAds::V6::Enums::
|
689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
|
690
|
+
def self.optimization_goal_type
|
691
|
+
require "google/ads/google_ads/v6/enums/optimization_goal_type_pb"
|
692
|
+
Google::Ads::GoogleAds::V6::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
|
877
693
|
end
|
878
694
|
|
879
|
-
# Returns the descriptor for the
|
695
|
+
# Returns the descriptor for the PaymentMode enum
|
880
696
|
#
|
881
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
882
|
-
def self.
|
883
|
-
require "google/ads/google_ads/v6/enums/
|
884
|
-
Google::Ads::GoogleAds::V6::Enums::
|
697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
|
698
|
+
def self.payment_mode
|
699
|
+
require "google/ads/google_ads/v6/enums/payment_mode_pb"
|
700
|
+
Google::Ads::GoogleAds::V6::Enums::PaymentModeEnum::PaymentMode.descriptor
|
885
701
|
end
|
886
702
|
|
887
|
-
# Returns the descriptor for the
|
703
|
+
# Returns the descriptor for the PositiveGeoTargetType enum
|
888
704
|
#
|
889
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
890
|
-
def self.
|
891
|
-
require "google/ads/google_ads/v6/enums/
|
892
|
-
Google::Ads::GoogleAds::V6::Enums::
|
705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
|
706
|
+
def self.positive_geo_target_type
|
707
|
+
require "google/ads/google_ads/v6/enums/positive_geo_target_type_pb"
|
708
|
+
Google::Ads::GoogleAds::V6::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
|
893
709
|
end
|
894
710
|
|
895
|
-
# Returns the descriptor for the
|
711
|
+
# Returns the descriptor for the VanityPharmaDisplayUrlMode enum
|
896
712
|
#
|
897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
898
|
-
def self.
|
899
|
-
require "google/ads/google_ads/v6/enums/
|
900
|
-
Google::Ads::GoogleAds::V6::Enums::
|
713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
|
714
|
+
def self.vanity_pharma_display_url_mode
|
715
|
+
require "google/ads/google_ads/v6/enums/vanity_pharma_display_url_mode_pb"
|
716
|
+
Google::Ads::GoogleAds::V6::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
|
901
717
|
end
|
902
718
|
|
903
|
-
# Returns the descriptor for the
|
719
|
+
# Returns the descriptor for the VanityPharmaText enum
|
904
720
|
#
|
905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
906
|
-
def self.
|
907
|
-
require "google/ads/google_ads/v6/enums/
|
908
|
-
Google::Ads::GoogleAds::V6::Enums::
|
721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
|
722
|
+
def self.vanity_pharma_text
|
723
|
+
require "google/ads/google_ads/v6/enums/vanity_pharma_text_pb"
|
724
|
+
Google::Ads::GoogleAds::V6::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
|
909
725
|
end
|
910
726
|
|
911
|
-
# Returns the descriptor for the
|
727
|
+
# Returns the descriptor for the BudgetDeliveryMethod enum
|
912
728
|
#
|
913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
914
|
-
def self.
|
915
|
-
require "google/ads/google_ads/v6/enums/
|
916
|
-
Google::Ads::GoogleAds::V6::Enums::
|
729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
|
730
|
+
def self.budget_delivery_method
|
731
|
+
require "google/ads/google_ads/v6/enums/budget_delivery_method_pb"
|
732
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
|
917
733
|
end
|
918
734
|
|
919
|
-
# Returns the descriptor for the
|
735
|
+
# Returns the descriptor for the BudgetPeriod enum
|
920
736
|
#
|
921
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
922
|
-
def self.
|
923
|
-
require "google/ads/google_ads/v6/enums/
|
924
|
-
Google::Ads::GoogleAds::V6::Enums::
|
737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
|
738
|
+
def self.budget_period
|
739
|
+
require "google/ads/google_ads/v6/enums/budget_period_pb"
|
740
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
|
925
741
|
end
|
926
742
|
|
927
|
-
# Returns the descriptor for the
|
743
|
+
# Returns the descriptor for the BudgetStatus enum
|
928
744
|
#
|
929
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
930
|
-
def self.
|
931
|
-
require "google/ads/google_ads/v6/enums/
|
932
|
-
Google::Ads::GoogleAds::V6::Enums::
|
745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
|
746
|
+
def self.budget_status
|
747
|
+
require "google/ads/google_ads/v6/enums/budget_status_pb"
|
748
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetStatusEnum::BudgetStatus.descriptor
|
933
749
|
end
|
934
750
|
|
935
|
-
# Returns the descriptor for the
|
751
|
+
# Returns the descriptor for the BudgetType enum
|
936
752
|
#
|
937
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
938
|
-
def self.
|
939
|
-
require "google/ads/google_ads/v6/enums/
|
940
|
-
Google::Ads::GoogleAds::V6::Enums::
|
753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
|
754
|
+
def self.budget_type
|
755
|
+
require "google/ads/google_ads/v6/enums/budget_type_pb"
|
756
|
+
Google::Ads::GoogleAds::V6::Enums::BudgetTypeEnum::BudgetType.descriptor
|
941
757
|
end
|
942
758
|
|
943
|
-
# Returns the descriptor for the
|
759
|
+
# Returns the descriptor for the CampaignCriterionStatus enum
|
944
760
|
#
|
945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
946
|
-
def self.
|
947
|
-
require "google/ads/google_ads/v6/enums/
|
948
|
-
Google::Ads::GoogleAds::V6::Enums::
|
761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
|
762
|
+
def self.campaign_criterion_status
|
763
|
+
require "google/ads/google_ads/v6/enums/campaign_criterion_status_pb"
|
764
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
|
949
765
|
end
|
950
766
|
|
951
|
-
# Returns the descriptor for the
|
767
|
+
# Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
|
952
768
|
#
|
953
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
954
|
-
def self.
|
955
|
-
require "google/ads/google_ads/v6/enums/
|
956
|
-
Google::Ads::GoogleAds::V6::Enums::
|
769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
|
770
|
+
def self.affiliate_location_feed_relationship_type
|
771
|
+
require "google/ads/google_ads/v6/enums/affiliate_location_feed_relationship_type_pb"
|
772
|
+
Google::Ads::GoogleAds::V6::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
|
957
773
|
end
|
958
774
|
|
959
|
-
# Returns the descriptor for the
|
775
|
+
# Returns the descriptor for the FeedAttributeType enum
|
960
776
|
#
|
961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
962
|
-
def self.
|
963
|
-
require "google/ads/google_ads/v6/enums/
|
964
|
-
Google::Ads::GoogleAds::V6::Enums::
|
777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
|
778
|
+
def self.feed_attribute_type
|
779
|
+
require "google/ads/google_ads/v6/enums/feed_attribute_type_pb"
|
780
|
+
Google::Ads::GoogleAds::V6::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
|
965
781
|
end
|
966
782
|
|
967
|
-
# Returns the descriptor for the
|
783
|
+
# Returns the descriptor for the FeedStatus enum
|
968
784
|
#
|
969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
970
|
-
def self.
|
971
|
-
require "google/ads/google_ads/v6/enums/
|
972
|
-
Google::Ads::GoogleAds::V6::Enums::
|
785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
|
786
|
+
def self.feed_status
|
787
|
+
require "google/ads/google_ads/v6/enums/feed_status_pb"
|
788
|
+
Google::Ads::GoogleAds::V6::Enums::FeedStatusEnum::FeedStatus.descriptor
|
973
789
|
end
|
974
790
|
|
975
|
-
# Returns the descriptor for the
|
791
|
+
# Returns the descriptor for the Operator enum
|
976
792
|
#
|
977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
978
|
-
def self.
|
979
|
-
require "google/ads/google_ads/v6/
|
980
|
-
Google::Ads::GoogleAds::V6::
|
793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the Operator enum
|
794
|
+
def self.operator
|
795
|
+
require "google/ads/google_ads/v6/resources/feed_pb"
|
796
|
+
Google::Ads::GoogleAds::V6::Resources::FeedAttributeOperation::Operator.descriptor
|
981
797
|
end
|
982
798
|
|
983
|
-
# Returns the descriptor for the
|
799
|
+
# Returns the descriptor for the FeedItemQualityApprovalStatus enum
|
984
800
|
#
|
985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
986
|
-
def self.
|
987
|
-
require "google/ads/google_ads/v6/enums/
|
988
|
-
Google::Ads::GoogleAds::V6::Enums::
|
989
|
-
end
|
990
|
-
|
991
|
-
# Returns the descriptor for the
|
801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
|
802
|
+
def self.feed_item_quality_approval_status
|
803
|
+
require "google/ads/google_ads/v6/enums/feed_item_quality_approval_status_pb"
|
804
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
|
805
|
+
end
|
806
|
+
|
807
|
+
# Returns the descriptor for the FeedItemQualityDisapprovalReason enum
|
992
808
|
#
|
993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
994
|
-
def self.
|
995
|
-
require "google/ads/google_ads/v6/enums/
|
996
|
-
Google::Ads::GoogleAds::V6::Enums::
|
809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
|
810
|
+
def self.feed_item_quality_disapproval_reason
|
811
|
+
require "google/ads/google_ads/v6/enums/feed_item_quality_disapproval_reason_pb"
|
812
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
|
997
813
|
end
|
998
814
|
|
999
|
-
# Returns the descriptor for the
|
815
|
+
# Returns the descriptor for the FeedItemStatus enum
|
1000
816
|
#
|
1001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1002
|
-
def self.
|
1003
|
-
require "google/ads/google_ads/v6/
|
1004
|
-
Google::Ads::GoogleAds::V6::
|
817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
|
818
|
+
def self.feed_item_status
|
819
|
+
require "google/ads/google_ads/v6/enums/feed_item_status_pb"
|
820
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
|
1005
821
|
end
|
1006
822
|
|
1007
|
-
# Returns the descriptor for the
|
823
|
+
# Returns the descriptor for the FeedItemValidationStatus enum
|
1008
824
|
#
|
1009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1010
|
-
def self.
|
1011
|
-
require "google/ads/google_ads/v6/enums/
|
1012
|
-
Google::Ads::GoogleAds::V6::Enums::
|
825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
|
826
|
+
def self.feed_item_validation_status
|
827
|
+
require "google/ads/google_ads/v6/enums/feed_item_validation_status_pb"
|
828
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
|
1013
829
|
end
|
1014
830
|
|
1015
|
-
# Returns the descriptor for the
|
831
|
+
# Returns the descriptor for the GeoTargetingRestriction enum
|
1016
832
|
#
|
1017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1018
|
-
def self.
|
1019
|
-
require "google/ads/google_ads/v6/enums/
|
1020
|
-
Google::Ads::GoogleAds::V6::Enums::
|
833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
|
834
|
+
def self.geo_targeting_restriction
|
835
|
+
require "google/ads/google_ads/v6/enums/geo_targeting_restriction_pb"
|
836
|
+
Google::Ads::GoogleAds::V6::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
|
1021
837
|
end
|
1022
838
|
|
1023
|
-
# Returns the descriptor for the
|
839
|
+
# Returns the descriptor for the FeedItemValidationError enum
|
1024
840
|
#
|
1025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1026
|
-
def self.
|
1027
|
-
require "google/ads/google_ads/v6/
|
1028
|
-
Google::Ads::GoogleAds::V6::
|
841
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
|
842
|
+
def self.feed_item_validation_error
|
843
|
+
require "google/ads/google_ads/v6/errors/feed_item_validation_error_pb"
|
844
|
+
Google::Ads::GoogleAds::V6::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
|
845
|
+
end
|
846
|
+
|
847
|
+
# Returns the descriptor for the SimulationModificationMethod enum
|
848
|
+
#
|
849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
|
850
|
+
def self.simulation_modification_method
|
851
|
+
require "google/ads/google_ads/v6/enums/simulation_modification_method_pb"
|
852
|
+
Google::Ads::GoogleAds::V6::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
|
853
|
+
end
|
854
|
+
|
855
|
+
# Returns the descriptor for the SimulationType enum
|
856
|
+
#
|
857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
|
858
|
+
def self.simulation_type
|
859
|
+
require "google/ads/google_ads/v6/enums/simulation_type_pb"
|
860
|
+
Google::Ads::GoogleAds::V6::Enums::SimulationTypeEnum::SimulationType.descriptor
|
861
|
+
end
|
862
|
+
|
863
|
+
# Returns the descriptor for the CallTrackingDisplayLocation enum
|
864
|
+
#
|
865
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
|
866
|
+
def self.call_tracking_display_location
|
867
|
+
require "google/ads/google_ads/v6/enums/call_tracking_display_location_pb"
|
868
|
+
Google::Ads::GoogleAds::V6::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
|
869
|
+
end
|
870
|
+
|
871
|
+
# Returns the descriptor for the CallType enum
|
872
|
+
#
|
873
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallType enum
|
874
|
+
def self.call_type
|
875
|
+
require "google/ads/google_ads/v6/enums/call_type_pb"
|
876
|
+
Google::Ads::GoogleAds::V6::Enums::CallTypeEnum::CallType.descriptor
|
877
|
+
end
|
878
|
+
|
879
|
+
# Returns the descriptor for the GoogleVoiceCallStatus enum
|
880
|
+
#
|
881
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
|
882
|
+
def self.google_voice_call_status
|
883
|
+
require "google/ads/google_ads/v6/enums/google_voice_call_status_pb"
|
884
|
+
Google::Ads::GoogleAds::V6::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
|
885
|
+
end
|
886
|
+
|
887
|
+
# Returns the descriptor for the ExtensionSettingDevice enum
|
888
|
+
#
|
889
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
|
890
|
+
def self.extension_setting_device
|
891
|
+
require "google/ads/google_ads/v6/enums/extension_setting_device_pb"
|
892
|
+
Google::Ads::GoogleAds::V6::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
|
893
|
+
end
|
894
|
+
|
895
|
+
# Returns the descriptor for the ExtensionType enum
|
896
|
+
#
|
897
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
|
898
|
+
def self.extension_type
|
899
|
+
require "google/ads/google_ads/v6/enums/extension_type_pb"
|
900
|
+
Google::Ads::GoogleAds::V6::Enums::ExtensionTypeEnum::ExtensionType.descriptor
|
901
|
+
end
|
902
|
+
|
903
|
+
# Returns the descriptor for the CampaignDraftStatus enum
|
904
|
+
#
|
905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
|
906
|
+
def self.campaign_draft_status
|
907
|
+
require "google/ads/google_ads/v6/enums/campaign_draft_status_pb"
|
908
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
|
909
|
+
end
|
910
|
+
|
911
|
+
# Returns the descriptor for the AccessInvitationStatus enum
|
912
|
+
#
|
913
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
|
914
|
+
def self.access_invitation_status
|
915
|
+
require "google/ads/google_ads/v6/enums/access_invitation_status_pb"
|
916
|
+
Google::Ads::GoogleAds::V6::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
|
917
|
+
end
|
918
|
+
|
919
|
+
# Returns the descriptor for the AccessRole enum
|
920
|
+
#
|
921
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
|
922
|
+
def self.access_role
|
923
|
+
require "google/ads/google_ads/v6/enums/access_role_pb"
|
924
|
+
Google::Ads::GoogleAds::V6::Enums::AccessRoleEnum::AccessRole.descriptor
|
925
|
+
end
|
926
|
+
|
927
|
+
# Returns the descriptor for the CustomInterestMemberType enum
|
928
|
+
#
|
929
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
|
930
|
+
def self.custom_interest_member_type
|
931
|
+
require "google/ads/google_ads/v6/enums/custom_interest_member_type_pb"
|
932
|
+
Google::Ads::GoogleAds::V6::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
|
933
|
+
end
|
934
|
+
|
935
|
+
# Returns the descriptor for the CustomInterestStatus enum
|
936
|
+
#
|
937
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
|
938
|
+
def self.custom_interest_status
|
939
|
+
require "google/ads/google_ads/v6/enums/custom_interest_status_pb"
|
940
|
+
Google::Ads::GoogleAds::V6::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
|
941
|
+
end
|
942
|
+
|
943
|
+
# Returns the descriptor for the CustomInterestType enum
|
944
|
+
#
|
945
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
|
946
|
+
def self.custom_interest_type
|
947
|
+
require "google/ads/google_ads/v6/enums/custom_interest_type_pb"
|
948
|
+
Google::Ads::GoogleAds::V6::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
|
949
|
+
end
|
950
|
+
|
951
|
+
# Returns the descriptor for the LeadFormCallToActionType enum
|
952
|
+
#
|
953
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
|
954
|
+
def self.lead_form_call_to_action_type
|
955
|
+
require "google/ads/google_ads/v6/enums/lead_form_call_to_action_type_pb"
|
956
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
|
957
|
+
end
|
958
|
+
|
959
|
+
# Returns the descriptor for the LeadFormDesiredIntent enum
|
960
|
+
#
|
961
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
|
962
|
+
def self.lead_form_desired_intent
|
963
|
+
require "google/ads/google_ads/v6/enums/lead_form_desired_intent_pb"
|
964
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
|
965
|
+
end
|
966
|
+
|
967
|
+
# Returns the descriptor for the LeadFormFieldUserInputType enum
|
968
|
+
#
|
969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
|
970
|
+
def self.lead_form_field_user_input_type
|
971
|
+
require "google/ads/google_ads/v6/enums/lead_form_field_user_input_type_pb"
|
972
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
|
973
|
+
end
|
974
|
+
|
975
|
+
# Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
|
976
|
+
#
|
977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
|
978
|
+
def self.lead_form_post_submit_call_to_action_type
|
979
|
+
require "google/ads/google_ads/v6/enums/lead_form_post_submit_call_to_action_type_pb"
|
980
|
+
Google::Ads::GoogleAds::V6::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
|
981
|
+
end
|
982
|
+
|
983
|
+
# Returns the descriptor for the AssetType enum
|
984
|
+
#
|
985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
|
986
|
+
def self.asset_type
|
987
|
+
require "google/ads/google_ads/v6/enums/asset_type_pb"
|
988
|
+
Google::Ads::GoogleAds::V6::Enums::AssetTypeEnum::AssetType.descriptor
|
989
|
+
end
|
990
|
+
|
991
|
+
# Returns the descriptor for the AppStore enum
|
992
|
+
#
|
993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
|
994
|
+
def self.app_store
|
995
|
+
require "google/ads/google_ads/v6/enums/app_store_pb"
|
996
|
+
Google::Ads::GoogleAds::V6::Enums::AppStoreEnum::AppStore.descriptor
|
997
|
+
end
|
998
|
+
|
999
|
+
# Returns the descriptor for the PriceExtensionPriceQualifier enum
|
1000
|
+
#
|
1001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
|
1002
|
+
def self.price_extension_price_qualifier
|
1003
|
+
require "google/ads/google_ads/v6/enums/price_extension_price_qualifier_pb"
|
1004
|
+
Google::Ads::GoogleAds::V6::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
# Returns the descriptor for the PriceExtensionPriceUnit enum
|
1008
|
+
#
|
1009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
|
1010
|
+
def self.price_extension_price_unit
|
1011
|
+
require "google/ads/google_ads/v6/enums/price_extension_price_unit_pb"
|
1012
|
+
Google::Ads::GoogleAds::V6::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
# Returns the descriptor for the PriceExtensionType enum
|
1016
|
+
#
|
1017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
|
1018
|
+
def self.price_extension_type
|
1019
|
+
require "google/ads/google_ads/v6/enums/price_extension_type_pb"
|
1020
|
+
Google::Ads::GoogleAds::V6::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
# Returns the descriptor for the PromotionExtensionDiscountModifier enum
|
1024
|
+
#
|
1025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
|
1026
|
+
def self.promotion_extension_discount_modifier
|
1027
|
+
require "google/ads/google_ads/v6/enums/promotion_extension_discount_modifier_pb"
|
1028
|
+
Google::Ads::GoogleAds::V6::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
# Returns the descriptor for the PromotionExtensionOccasion enum
|
1032
|
+
#
|
1033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
|
1034
|
+
def self.promotion_extension_occasion
|
1035
|
+
require "google/ads/google_ads/v6/enums/promotion_extension_occasion_pb"
|
1036
|
+
Google::Ads::GoogleAds::V6::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
# Returns the descriptor for the RecommendationType enum
|
1040
|
+
#
|
1041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
|
1042
|
+
def self.recommendation_type
|
1043
|
+
require "google/ads/google_ads/v6/enums/recommendation_type_pb"
|
1044
|
+
Google::Ads::GoogleAds::V6::Enums::RecommendationTypeEnum::RecommendationType.descriptor
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
# Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
|
1048
|
+
#
|
1049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
|
1050
|
+
def self.target_cpa_opt_in_recommendation_goal
|
1051
|
+
require "google/ads/google_ads/v6/enums/target_cpa_opt_in_recommendation_goal_pb"
|
1052
|
+
Google::Ads::GoogleAds::V6::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
# Returns the descriptor for the FeedItemSetStringFilterType enum
|
1056
|
+
#
|
1057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
|
1058
|
+
def self.feed_item_set_string_filter_type
|
1059
|
+
require "google/ads/google_ads/v6/enums/feed_item_set_string_filter_type_pb"
|
1060
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
# Returns the descriptor for the FeedItemSetStatus enum
|
1064
|
+
#
|
1065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
|
1066
|
+
def self.feed_item_set_status
|
1067
|
+
require "google/ads/google_ads/v6/enums/feed_item_set_status_pb"
|
1068
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
|
1029
1069
|
end
|
1030
1070
|
|
1031
|
-
# Returns the descriptor for the
|
1071
|
+
# Returns the descriptor for the FeedItemTargetDevice enum
|
1032
1072
|
#
|
1033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1034
|
-
def self.
|
1035
|
-
require "google/ads/google_ads/v6/enums/
|
1036
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
|
1074
|
+
def self.feed_item_target_device
|
1075
|
+
require "google/ads/google_ads/v6/enums/feed_item_target_device_pb"
|
1076
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
|
1037
1077
|
end
|
1038
1078
|
|
1039
|
-
# Returns the descriptor for the
|
1079
|
+
# Returns the descriptor for the AccountBudgetProposalStatus enum
|
1040
1080
|
#
|
1041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1042
|
-
def self.
|
1043
|
-
require "google/ads/google_ads/v6/enums/
|
1044
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
|
1082
|
+
def self.account_budget_proposal_status
|
1083
|
+
require "google/ads/google_ads/v6/enums/account_budget_proposal_status_pb"
|
1084
|
+
Google::Ads::GoogleAds::V6::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
|
1045
1085
|
end
|
1046
1086
|
|
1047
|
-
# Returns the descriptor for the
|
1087
|
+
# Returns the descriptor for the AccountBudgetProposalType enum
|
1048
1088
|
#
|
1049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1050
|
-
def self.
|
1051
|
-
require "google/ads/google_ads/v6/enums/
|
1052
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
|
1090
|
+
def self.account_budget_proposal_type
|
1091
|
+
require "google/ads/google_ads/v6/enums/account_budget_proposal_type_pb"
|
1092
|
+
Google::Ads::GoogleAds::V6::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
|
1053
1093
|
end
|
1054
1094
|
|
1055
|
-
# Returns the descriptor for the
|
1095
|
+
# Returns the descriptor for the SpendingLimitType enum
|
1056
1096
|
#
|
1057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1058
|
-
def self.
|
1059
|
-
require "google/ads/google_ads/v6/enums/
|
1060
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
|
1098
|
+
def self.spending_limit_type
|
1099
|
+
require "google/ads/google_ads/v6/enums/spending_limit_type_pb"
|
1100
|
+
Google::Ads::GoogleAds::V6::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
|
1061
1101
|
end
|
1062
1102
|
|
1063
|
-
# Returns the descriptor for the
|
1103
|
+
# Returns the descriptor for the TimeType enum
|
1064
1104
|
#
|
1065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1066
|
-
def self.
|
1067
|
-
require "google/ads/google_ads/v6/enums/
|
1068
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
|
1106
|
+
def self.time_type
|
1107
|
+
require "google/ads/google_ads/v6/enums/time_type_pb"
|
1108
|
+
Google::Ads::GoogleAds::V6::Enums::TimeTypeEnum::TimeType.descriptor
|
1069
1109
|
end
|
1070
1110
|
|
1071
|
-
# Returns the descriptor for the
|
1111
|
+
# Returns the descriptor for the GeoTargetConstantStatus enum
|
1072
1112
|
#
|
1073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1074
|
-
def self.
|
1075
|
-
require "google/ads/google_ads/v6/enums/
|
1076
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
|
1114
|
+
def self.geo_target_constant_status
|
1115
|
+
require "google/ads/google_ads/v6/enums/geo_target_constant_status_pb"
|
1116
|
+
Google::Ads::GoogleAds::V6::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
|
1077
1117
|
end
|
1078
1118
|
|
1079
|
-
# Returns the descriptor for the
|
1119
|
+
# Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
|
1080
1120
|
#
|
1081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1082
|
-
def self.
|
1083
|
-
require "google/ads/google_ads/v6/enums/
|
1084
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
|
1122
|
+
def self.criterion_category_channel_availability_mode
|
1123
|
+
require "google/ads/google_ads/v6/enums/criterion_category_channel_availability_mode_pb"
|
1124
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
|
1085
1125
|
end
|
1086
1126
|
|
1087
|
-
# Returns the descriptor for the
|
1127
|
+
# Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
|
1088
1128
|
#
|
1089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1090
|
-
def self.
|
1091
|
-
require "google/ads/google_ads/v6/enums/
|
1092
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
|
1130
|
+
def self.criterion_category_locale_availability_mode
|
1131
|
+
require "google/ads/google_ads/v6/enums/criterion_category_locale_availability_mode_pb"
|
1132
|
+
Google::Ads::GoogleAds::V6::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
|
1093
1133
|
end
|
1094
1134
|
|
1095
|
-
# Returns the descriptor for the
|
1135
|
+
# Returns the descriptor for the UserInterestTaxonomyType enum
|
1096
1136
|
#
|
1097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1098
|
-
def self.
|
1099
|
-
require "google/ads/google_ads/v6/enums/
|
1100
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
|
1138
|
+
def self.user_interest_taxonomy_type
|
1139
|
+
require "google/ads/google_ads/v6/enums/user_interest_taxonomy_type_pb"
|
1140
|
+
Google::Ads::GoogleAds::V6::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
|
1101
1141
|
end
|
1102
1142
|
|
1103
|
-
# Returns the descriptor for the
|
1143
|
+
# Returns the descriptor for the KeywordPlanNetwork enum
|
1104
1144
|
#
|
1105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1106
|
-
def self.
|
1107
|
-
require "google/ads/google_ads/v6/enums/
|
1108
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
|
1146
|
+
def self.keyword_plan_network
|
1147
|
+
require "google/ads/google_ads/v6/enums/keyword_plan_network_pb"
|
1148
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
|
1109
1149
|
end
|
1110
1150
|
|
1111
|
-
# Returns the descriptor for the
|
1151
|
+
# Returns the descriptor for the GeoTargetingType enum
|
1112
1152
|
#
|
1113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1114
|
-
def self.
|
1115
|
-
require "google/ads/google_ads/v6/enums/
|
1116
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1153
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
|
1154
|
+
def self.geo_targeting_type
|
1155
|
+
require "google/ads/google_ads/v6/enums/geo_targeting_type_pb"
|
1156
|
+
Google::Ads::GoogleAds::V6::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
|
1117
1157
|
end
|
1118
1158
|
|
1119
|
-
# Returns the descriptor for the
|
1159
|
+
# Returns the descriptor for the AccountBudgetStatus enum
|
1120
1160
|
#
|
1121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1122
|
-
def self.
|
1123
|
-
require "google/ads/google_ads/v6/enums/
|
1124
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1161
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
|
1162
|
+
def self.account_budget_status
|
1163
|
+
require "google/ads/google_ads/v6/enums/account_budget_status_pb"
|
1164
|
+
Google::Ads::GoogleAds::V6::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
|
1125
1165
|
end
|
1126
1166
|
|
1127
|
-
# Returns the descriptor for the
|
1167
|
+
# Returns the descriptor for the TrackingCodePageFormat enum
|
1128
1168
|
#
|
1129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1130
|
-
def self.
|
1131
|
-
require "google/ads/google_ads/v6/enums/
|
1132
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
|
1170
|
+
def self.tracking_code_page_format
|
1171
|
+
require "google/ads/google_ads/v6/enums/tracking_code_page_format_pb"
|
1172
|
+
Google::Ads::GoogleAds::V6::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
|
1133
1173
|
end
|
1134
1174
|
|
1135
|
-
# Returns the descriptor for the
|
1175
|
+
# Returns the descriptor for the TrackingCodeType enum
|
1136
1176
|
#
|
1137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1138
|
-
def self.
|
1139
|
-
require "google/ads/google_ads/v6/enums/
|
1140
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1177
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
|
1178
|
+
def self.tracking_code_type
|
1179
|
+
require "google/ads/google_ads/v6/enums/tracking_code_type_pb"
|
1180
|
+
Google::Ads::GoogleAds::V6::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
|
1141
1181
|
end
|
1142
1182
|
|
1143
|
-
# Returns the descriptor for the
|
1183
|
+
# Returns the descriptor for the AttributionModel enum
|
1144
1184
|
#
|
1145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1146
|
-
def self.
|
1147
|
-
require "google/ads/google_ads/v6/enums/
|
1148
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1185
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
|
1186
|
+
def self.attribution_model
|
1187
|
+
require "google/ads/google_ads/v6/enums/attribution_model_pb"
|
1188
|
+
Google::Ads::GoogleAds::V6::Enums::AttributionModelEnum::AttributionModel.descriptor
|
1149
1189
|
end
|
1150
1190
|
|
1151
|
-
# Returns the descriptor for the
|
1191
|
+
# Returns the descriptor for the ConversionActionCategory enum
|
1152
1192
|
#
|
1153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1154
|
-
def self.
|
1155
|
-
require "google/ads/google_ads/v6/enums/
|
1156
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1193
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
|
1194
|
+
def self.conversion_action_category
|
1195
|
+
require "google/ads/google_ads/v6/enums/conversion_action_category_pb"
|
1196
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
|
1157
1197
|
end
|
1158
1198
|
|
1159
|
-
# Returns the descriptor for the
|
1199
|
+
# Returns the descriptor for the ConversionActionCountingType enum
|
1160
1200
|
#
|
1161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1162
|
-
def self.
|
1163
|
-
require "google/ads/google_ads/v6/enums/
|
1164
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1201
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
|
1202
|
+
def self.conversion_action_counting_type
|
1203
|
+
require "google/ads/google_ads/v6/enums/conversion_action_counting_type_pb"
|
1204
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
|
1165
1205
|
end
|
1166
1206
|
|
1167
|
-
# Returns the descriptor for the
|
1207
|
+
# Returns the descriptor for the ConversionActionStatus enum
|
1168
1208
|
#
|
1169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1170
|
-
def self.
|
1171
|
-
require "google/ads/google_ads/v6/enums/
|
1172
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1209
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
|
1210
|
+
def self.conversion_action_status
|
1211
|
+
require "google/ads/google_ads/v6/enums/conversion_action_status_pb"
|
1212
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
|
1173
1213
|
end
|
1174
1214
|
|
1175
|
-
# Returns the descriptor for the
|
1215
|
+
# Returns the descriptor for the ConversionActionType enum
|
1176
1216
|
#
|
1177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1178
|
-
def self.
|
1179
|
-
require "google/ads/google_ads/v6/enums/
|
1180
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1217
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
|
1218
|
+
def self.conversion_action_type
|
1219
|
+
require "google/ads/google_ads/v6/enums/conversion_action_type_pb"
|
1220
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
|
1181
1221
|
end
|
1182
1222
|
|
1183
|
-
# Returns the descriptor for the
|
1223
|
+
# Returns the descriptor for the DataDrivenModelStatus enum
|
1184
1224
|
#
|
1185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1186
|
-
def self.
|
1187
|
-
require "google/ads/google_ads/v6/enums/
|
1188
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1225
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
|
1226
|
+
def self.data_driven_model_status
|
1227
|
+
require "google/ads/google_ads/v6/enums/data_driven_model_status_pb"
|
1228
|
+
Google::Ads::GoogleAds::V6::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
|
1189
1229
|
end
|
1190
1230
|
|
1191
|
-
# Returns the descriptor for the
|
1231
|
+
# Returns the descriptor for the MobileAppVendor enum
|
1192
1232
|
#
|
1193
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1194
|
-
def self.
|
1195
|
-
require "google/ads/google_ads/v6/enums/
|
1196
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1233
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
|
1234
|
+
def self.mobile_app_vendor
|
1235
|
+
require "google/ads/google_ads/v6/enums/mobile_app_vendor_pb"
|
1236
|
+
Google::Ads::GoogleAds::V6::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
|
1197
1237
|
end
|
1198
1238
|
|
1199
|
-
# Returns the descriptor for the
|
1239
|
+
# Returns the descriptor for the DistanceBucket enum
|
1200
1240
|
#
|
1201
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1202
|
-
def self.
|
1203
|
-
require "google/ads/google_ads/v6/enums/
|
1204
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
|
1242
|
+
def self.distance_bucket
|
1243
|
+
require "google/ads/google_ads/v6/enums/distance_bucket_pb"
|
1244
|
+
Google::Ads::GoogleAds::V6::Enums::DistanceBucketEnum::DistanceBucket.descriptor
|
1205
1245
|
end
|
1206
1246
|
|
1207
|
-
# Returns the descriptor for the
|
1247
|
+
# Returns the descriptor for the KeywordPlanForecastInterval enum
|
1208
1248
|
#
|
1209
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1210
|
-
def self.
|
1211
|
-
require "google/ads/google_ads/v6/enums/
|
1212
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1249
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
|
1250
|
+
def self.keyword_plan_forecast_interval
|
1251
|
+
require "google/ads/google_ads/v6/enums/keyword_plan_forecast_interval_pb"
|
1252
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
|
1213
1253
|
end
|
1214
1254
|
|
1215
|
-
# Returns the descriptor for the
|
1255
|
+
# Returns the descriptor for the ProductBiddingCategoryStatus enum
|
1216
1256
|
#
|
1217
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1218
|
-
def self.
|
1219
|
-
require "google/ads/google_ads/v6/enums/
|
1220
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1257
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
|
1258
|
+
def self.product_bidding_category_status
|
1259
|
+
require "google/ads/google_ads/v6/enums/product_bidding_category_status_pb"
|
1260
|
+
Google::Ads::GoogleAds::V6::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
|
1221
1261
|
end
|
1222
1262
|
|
1223
|
-
# Returns the descriptor for the
|
1263
|
+
# Returns the descriptor for the OperatingSystemVersionOperatorType enum
|
1224
1264
|
#
|
1225
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1226
|
-
def self.
|
1227
|
-
require "google/ads/google_ads/v6/enums/
|
1228
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
|
1266
|
+
def self.operating_system_version_operator_type
|
1267
|
+
require "google/ads/google_ads/v6/enums/operating_system_version_operator_type_pb"
|
1268
|
+
Google::Ads::GoogleAds::V6::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
|
1229
1269
|
end
|
1230
1270
|
|
1231
|
-
# Returns the descriptor for the
|
1232
|
-
#
|
1233
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1234
|
-
def self.
|
1235
|
-
require "google/ads/google_ads/v6/enums/
|
1236
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1271
|
+
# Returns the descriptor for the AdCustomizerPlaceholderField enum
|
1272
|
+
#
|
1273
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
|
1274
|
+
def self.ad_customizer_placeholder_field
|
1275
|
+
require "google/ads/google_ads/v6/enums/ad_customizer_placeholder_field_pb"
|
1276
|
+
Google::Ads::GoogleAds::V6::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
|
1237
1277
|
end
|
1238
1278
|
|
1239
|
-
# Returns the descriptor for the
|
1279
|
+
# Returns the descriptor for the AffiliateLocationPlaceholderField enum
|
1240
1280
|
#
|
1241
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1242
|
-
def self.
|
1243
|
-
require "google/ads/google_ads/v6/enums/
|
1244
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1281
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
|
1282
|
+
def self.affiliate_location_placeholder_field
|
1283
|
+
require "google/ads/google_ads/v6/enums/affiliate_location_placeholder_field_pb"
|
1284
|
+
Google::Ads::GoogleAds::V6::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
|
1245
1285
|
end
|
1246
1286
|
|
1247
|
-
# Returns the descriptor for the
|
1287
|
+
# Returns the descriptor for the AppPlaceholderField enum
|
1248
1288
|
#
|
1249
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1250
|
-
def self.
|
1251
|
-
require "google/ads/google_ads/v6/enums/
|
1252
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1289
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
|
1290
|
+
def self.app_placeholder_field
|
1291
|
+
require "google/ads/google_ads/v6/enums/app_placeholder_field_pb"
|
1292
|
+
Google::Ads::GoogleAds::V6::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
|
1253
1293
|
end
|
1254
1294
|
|
1255
|
-
# Returns the descriptor for the
|
1295
|
+
# Returns the descriptor for the CallPlaceholderField enum
|
1256
1296
|
#
|
1257
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1258
|
-
def self.
|
1259
|
-
require "google/ads/google_ads/v6/enums/
|
1260
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1297
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
|
1298
|
+
def self.call_placeholder_field
|
1299
|
+
require "google/ads/google_ads/v6/enums/call_placeholder_field_pb"
|
1300
|
+
Google::Ads::GoogleAds::V6::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
|
1261
1301
|
end
|
1262
1302
|
|
1263
|
-
# Returns the descriptor for the
|
1303
|
+
# Returns the descriptor for the CalloutPlaceholderField enum
|
1264
1304
|
#
|
1265
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1266
|
-
def self.
|
1267
|
-
require "google/ads/google_ads/v6/enums/
|
1268
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1305
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
|
1306
|
+
def self.callout_placeholder_field
|
1307
|
+
require "google/ads/google_ads/v6/enums/callout_placeholder_field_pb"
|
1308
|
+
Google::Ads::GoogleAds::V6::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
|
1269
1309
|
end
|
1270
1310
|
|
1271
|
-
# Returns the descriptor for the
|
1311
|
+
# Returns the descriptor for the CustomPlaceholderField enum
|
1272
1312
|
#
|
1273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1274
|
-
def self.
|
1275
|
-
require "google/ads/google_ads/v6/enums/
|
1276
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1313
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
|
1314
|
+
def self.custom_placeholder_field
|
1315
|
+
require "google/ads/google_ads/v6/enums/custom_placeholder_field_pb"
|
1316
|
+
Google::Ads::GoogleAds::V6::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
|
1277
1317
|
end
|
1278
1318
|
|
1279
|
-
# Returns the descriptor for the
|
1319
|
+
# Returns the descriptor for the DsaPageFeedCriterionField enum
|
1280
1320
|
#
|
1281
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1282
|
-
def self.
|
1283
|
-
require "google/ads/google_ads/v6/enums/
|
1284
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1321
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
|
1322
|
+
def self.dsa_page_feed_criterion_field
|
1323
|
+
require "google/ads/google_ads/v6/enums/dsa_page_feed_criterion_field_pb"
|
1324
|
+
Google::Ads::GoogleAds::V6::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
|
1285
1325
|
end
|
1286
1326
|
|
1287
|
-
# Returns the descriptor for the
|
1327
|
+
# Returns the descriptor for the EducationPlaceholderField enum
|
1288
1328
|
#
|
1289
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1290
|
-
def self.
|
1291
|
-
require "google/ads/google_ads/v6/enums/
|
1292
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1329
|
+
# @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
|
1330
|
+
def self.education_placeholder_field
|
1331
|
+
require "google/ads/google_ads/v6/enums/education_placeholder_field_pb"
|
1332
|
+
Google::Ads::GoogleAds::V6::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
|
1293
1333
|
end
|
1294
1334
|
|
1295
|
-
# Returns the descriptor for the
|
1335
|
+
# Returns the descriptor for the FeedMappingCriterionType enum
|
1296
1336
|
#
|
1297
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1298
|
-
def self.
|
1299
|
-
require "google/ads/google_ads/v6/enums/
|
1300
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1337
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
|
1338
|
+
def self.feed_mapping_criterion_type
|
1339
|
+
require "google/ads/google_ads/v6/enums/feed_mapping_criterion_type_pb"
|
1340
|
+
Google::Ads::GoogleAds::V6::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
|
1301
1341
|
end
|
1302
1342
|
|
1303
|
-
# Returns the descriptor for the
|
1343
|
+
# Returns the descriptor for the FeedMappingStatus enum
|
1304
1344
|
#
|
1305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1306
|
-
def self.
|
1307
|
-
require "google/ads/google_ads/v6/enums/
|
1308
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1345
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
|
1346
|
+
def self.feed_mapping_status
|
1347
|
+
require "google/ads/google_ads/v6/enums/feed_mapping_status_pb"
|
1348
|
+
Google::Ads::GoogleAds::V6::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
|
1309
1349
|
end
|
1310
1350
|
|
1311
|
-
# Returns the descriptor for the
|
1351
|
+
# Returns the descriptor for the FlightPlaceholderField enum
|
1312
1352
|
#
|
1313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1314
|
-
def self.
|
1315
|
-
require "google/ads/google_ads/v6/enums/
|
1316
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
|
1354
|
+
def self.flight_placeholder_field
|
1355
|
+
require "google/ads/google_ads/v6/enums/flight_placeholder_field_pb"
|
1356
|
+
Google::Ads::GoogleAds::V6::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
|
1317
1357
|
end
|
1318
1358
|
|
1319
|
-
# Returns the descriptor for the
|
1359
|
+
# Returns the descriptor for the HotelPlaceholderField enum
|
1320
1360
|
#
|
1321
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1322
|
-
def self.
|
1323
|
-
require "google/ads/google_ads/v6/enums/
|
1324
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1361
|
+
# @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
|
1362
|
+
def self.hotel_placeholder_field
|
1363
|
+
require "google/ads/google_ads/v6/enums/hotel_placeholder_field_pb"
|
1364
|
+
Google::Ads::GoogleAds::V6::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
|
1325
1365
|
end
|
1326
1366
|
|
1327
|
-
# Returns the descriptor for the
|
1367
|
+
# Returns the descriptor for the ImagePlaceholderField enum
|
1328
1368
|
#
|
1329
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1330
|
-
def self.
|
1331
|
-
require "google/ads/google_ads/v6/enums/
|
1332
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1369
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
|
1370
|
+
def self.image_placeholder_field
|
1371
|
+
require "google/ads/google_ads/v6/enums/image_placeholder_field_pb"
|
1372
|
+
Google::Ads::GoogleAds::V6::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
|
1333
1373
|
end
|
1334
1374
|
|
1335
|
-
# Returns the descriptor for the
|
1375
|
+
# Returns the descriptor for the JobPlaceholderField enum
|
1336
1376
|
#
|
1337
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1338
|
-
def self.
|
1339
|
-
require "google/ads/google_ads/v6/enums/
|
1340
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1377
|
+
# @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
|
1378
|
+
def self.job_placeholder_field
|
1379
|
+
require "google/ads/google_ads/v6/enums/job_placeholder_field_pb"
|
1380
|
+
Google::Ads::GoogleAds::V6::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
|
1341
1381
|
end
|
1342
1382
|
|
1343
|
-
# Returns the descriptor for the
|
1383
|
+
# Returns the descriptor for the LocalPlaceholderField enum
|
1344
1384
|
#
|
1345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1346
|
-
def self.
|
1347
|
-
require "google/ads/google_ads/v6/enums/
|
1348
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1385
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
|
1386
|
+
def self.local_placeholder_field
|
1387
|
+
require "google/ads/google_ads/v6/enums/local_placeholder_field_pb"
|
1388
|
+
Google::Ads::GoogleAds::V6::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
|
1349
1389
|
end
|
1350
1390
|
|
1351
|
-
# Returns the descriptor for the
|
1391
|
+
# Returns the descriptor for the LocationExtensionTargetingCriterionField enum
|
1352
1392
|
#
|
1353
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1354
|
-
def self.
|
1355
|
-
require "google/ads/google_ads/v6/enums/
|
1356
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1393
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
|
1394
|
+
def self.location_extension_targeting_criterion_field
|
1395
|
+
require "google/ads/google_ads/v6/enums/location_extension_targeting_criterion_field_pb"
|
1396
|
+
Google::Ads::GoogleAds::V6::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
|
1357
1397
|
end
|
1358
1398
|
|
1359
|
-
# Returns the descriptor for the
|
1399
|
+
# Returns the descriptor for the LocationPlaceholderField enum
|
1360
1400
|
#
|
1361
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1362
|
-
def self.
|
1363
|
-
require "google/ads/google_ads/v6/enums/
|
1364
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
|
1402
|
+
def self.location_placeholder_field
|
1403
|
+
require "google/ads/google_ads/v6/enums/location_placeholder_field_pb"
|
1404
|
+
Google::Ads::GoogleAds::V6::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
|
1365
1405
|
end
|
1366
1406
|
|
1367
|
-
# Returns the descriptor for the
|
1407
|
+
# Returns the descriptor for the MessagePlaceholderField enum
|
1368
1408
|
#
|
1369
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1370
|
-
def self.
|
1371
|
-
require "google/ads/google_ads/v6/enums/
|
1372
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1409
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
|
1410
|
+
def self.message_placeholder_field
|
1411
|
+
require "google/ads/google_ads/v6/enums/message_placeholder_field_pb"
|
1412
|
+
Google::Ads::GoogleAds::V6::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
|
1373
1413
|
end
|
1374
1414
|
|
1375
|
-
# Returns the descriptor for the
|
1415
|
+
# Returns the descriptor for the PricePlaceholderField enum
|
1376
1416
|
#
|
1377
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1378
|
-
def self.
|
1379
|
-
require "google/ads/google_ads/v6/enums/
|
1380
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
|
1418
|
+
def self.price_placeholder_field
|
1419
|
+
require "google/ads/google_ads/v6/enums/price_placeholder_field_pb"
|
1420
|
+
Google::Ads::GoogleAds::V6::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
|
1381
1421
|
end
|
1382
1422
|
|
1383
|
-
# Returns the descriptor for the
|
1423
|
+
# Returns the descriptor for the PromotionPlaceholderField enum
|
1384
1424
|
#
|
1385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1386
|
-
def self.
|
1387
|
-
require "google/ads/google_ads/v6/enums/
|
1388
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
|
1426
|
+
def self.promotion_placeholder_field
|
1427
|
+
require "google/ads/google_ads/v6/enums/promotion_placeholder_field_pb"
|
1428
|
+
Google::Ads::GoogleAds::V6::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
|
1389
1429
|
end
|
1390
1430
|
|
1391
|
-
# Returns the descriptor for the
|
1431
|
+
# Returns the descriptor for the RealEstatePlaceholderField enum
|
1392
1432
|
#
|
1393
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1394
|
-
def self.
|
1395
|
-
require "google/ads/google_ads/v6/enums/
|
1396
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1433
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
|
1434
|
+
def self.real_estate_placeholder_field
|
1435
|
+
require "google/ads/google_ads/v6/enums/real_estate_placeholder_field_pb"
|
1436
|
+
Google::Ads::GoogleAds::V6::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
|
1397
1437
|
end
|
1398
1438
|
|
1399
|
-
# Returns the descriptor for the
|
1439
|
+
# Returns the descriptor for the SitelinkPlaceholderField enum
|
1400
1440
|
#
|
1401
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1402
|
-
def self.
|
1403
|
-
require "google/ads/google_ads/v6/enums/
|
1404
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
|
1442
|
+
def self.sitelink_placeholder_field
|
1443
|
+
require "google/ads/google_ads/v6/enums/sitelink_placeholder_field_pb"
|
1444
|
+
Google::Ads::GoogleAds::V6::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
|
1405
1445
|
end
|
1406
1446
|
|
1407
|
-
# Returns the descriptor for the
|
1447
|
+
# Returns the descriptor for the StructuredSnippetPlaceholderField enum
|
1408
1448
|
#
|
1409
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1410
|
-
def self.
|
1411
|
-
require "google/ads/google_ads/v6/enums/
|
1412
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1449
|
+
# @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
|
1450
|
+
def self.structured_snippet_placeholder_field
|
1451
|
+
require "google/ads/google_ads/v6/enums/structured_snippet_placeholder_field_pb"
|
1452
|
+
Google::Ads::GoogleAds::V6::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
|
1413
1453
|
end
|
1414
1454
|
|
1415
|
-
# Returns the descriptor for the
|
1455
|
+
# Returns the descriptor for the TravelPlaceholderField enum
|
1416
1456
|
#
|
1417
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1418
|
-
def self.
|
1419
|
-
require "google/ads/google_ads/v6/enums/
|
1420
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1457
|
+
# @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
|
1458
|
+
def self.travel_placeholder_field
|
1459
|
+
require "google/ads/google_ads/v6/enums/travel_placeholder_field_pb"
|
1460
|
+
Google::Ads::GoogleAds::V6::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
|
1421
1461
|
end
|
1422
1462
|
|
1423
|
-
# Returns the descriptor for the
|
1463
|
+
# Returns the descriptor for the MobileDeviceType enum
|
1424
1464
|
#
|
1425
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1426
|
-
def self.
|
1427
|
-
require "google/ads/google_ads/v6/enums/
|
1428
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1465
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
|
1466
|
+
def self.mobile_device_type
|
1467
|
+
require "google/ads/google_ads/v6/enums/mobile_device_type_pb"
|
1468
|
+
Google::Ads::GoogleAds::V6::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
|
1429
1469
|
end
|
1430
1470
|
|
1431
|
-
# Returns the descriptor for the
|
1471
|
+
# Returns the descriptor for the MediaType enum
|
1432
1472
|
#
|
1433
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1434
|
-
def self.
|
1435
|
-
require "google/ads/google_ads/v6/enums/
|
1436
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
|
1474
|
+
def self.media_type
|
1475
|
+
require "google/ads/google_ads/v6/enums/media_type_pb"
|
1476
|
+
Google::Ads::GoogleAds::V6::Enums::MediaTypeEnum::MediaType.descriptor
|
1437
1477
|
end
|
1438
1478
|
|
1439
|
-
# Returns the descriptor for the
|
1479
|
+
# Returns the descriptor for the GoogleAdsFieldCategory enum
|
1440
1480
|
#
|
1441
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1442
|
-
def self.
|
1443
|
-
require "google/ads/google_ads/v6/enums/
|
1444
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1481
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
|
1482
|
+
def self.google_ads_field_category
|
1483
|
+
require "google/ads/google_ads/v6/enums/google_ads_field_category_pb"
|
1484
|
+
Google::Ads::GoogleAds::V6::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
|
1445
1485
|
end
|
1446
1486
|
|
1447
|
-
# Returns the descriptor for the
|
1487
|
+
# Returns the descriptor for the GoogleAdsFieldDataType enum
|
1448
1488
|
#
|
1449
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1450
|
-
def self.
|
1451
|
-
require "google/ads/google_ads/v6/enums/
|
1452
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1489
|
+
# @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
|
1490
|
+
def self.google_ads_field_data_type
|
1491
|
+
require "google/ads/google_ads/v6/enums/google_ads_field_data_type_pb"
|
1492
|
+
Google::Ads::GoogleAds::V6::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
|
1453
1493
|
end
|
1454
1494
|
|
1455
|
-
# Returns the descriptor for the
|
1495
|
+
# Returns the descriptor for the BillingSetupStatus enum
|
1456
1496
|
#
|
1457
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1458
|
-
def self.
|
1459
|
-
require "google/ads/google_ads/v6/enums/
|
1460
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1497
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
|
1498
|
+
def self.billing_setup_status
|
1499
|
+
require "google/ads/google_ads/v6/enums/billing_setup_status_pb"
|
1500
|
+
Google::Ads::GoogleAds::V6::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
|
1461
1501
|
end
|
1462
1502
|
|
1463
|
-
# Returns the descriptor for the
|
1503
|
+
# Returns the descriptor for the SearchTermTargetingStatus enum
|
1464
1504
|
#
|
1465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1466
|
-
def self.
|
1467
|
-
require "google/ads/google_ads/v6/enums/
|
1468
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1505
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
|
1506
|
+
def self.search_term_targeting_status
|
1507
|
+
require "google/ads/google_ads/v6/enums/search_term_targeting_status_pb"
|
1508
|
+
Google::Ads::GoogleAds::V6::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
|
1469
1509
|
end
|
1470
1510
|
|
1471
|
-
# Returns the descriptor for the
|
1511
|
+
# Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
|
1472
1512
|
#
|
1473
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1474
|
-
def self.
|
1475
|
-
require "google/ads/google_ads/v6/enums/
|
1476
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1513
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
|
1514
|
+
def self.customer_pay_per_conversion_eligibility_failure_reason
|
1515
|
+
require "google/ads/google_ads/v6/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
|
1516
|
+
Google::Ads::GoogleAds::V6::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
|
1477
1517
|
end
|
1478
1518
|
|
1479
|
-
# Returns the descriptor for the
|
1519
|
+
# Returns the descriptor for the CombinedAudienceStatus enum
|
1480
1520
|
#
|
1481
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1482
|
-
def self.
|
1483
|
-
require "google/ads/google_ads/v6/enums/
|
1484
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1521
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
|
1522
|
+
def self.combined_audience_status
|
1523
|
+
require "google/ads/google_ads/v6/enums/combined_audience_status_pb"
|
1524
|
+
Google::Ads::GoogleAds::V6::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
|
1485
1525
|
end
|
1486
1526
|
|
1487
1527
|
# Returns the descriptor for the CampaignExperimentStatus enum
|
@@ -1500,316 +1540,300 @@ module Google
|
|
1500
1540
|
Google::Ads::GoogleAds::V6::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
|
1501
1541
|
end
|
1502
1542
|
|
1503
|
-
# Returns the descriptor for the
|
1504
|
-
#
|
1505
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
|
1506
|
-
def self.feed_item_set_string_filter_type
|
1507
|
-
require "google/ads/google_ads/v6/enums/feed_item_set_string_filter_type_pb"
|
1508
|
-
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
|
1509
|
-
end
|
1510
|
-
|
1511
|
-
# Returns the descriptor for the FeedItemSetStatus enum
|
1512
|
-
#
|
1513
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
|
1514
|
-
def self.feed_item_set_status
|
1515
|
-
require "google/ads/google_ads/v6/enums/feed_item_set_status_pb"
|
1516
|
-
Google::Ads::GoogleAds::V6::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
|
1517
|
-
end
|
1518
|
-
|
1519
|
-
# Returns the descriptor for the KeywordPlanNetwork enum
|
1543
|
+
# Returns the descriptor for the AccountLinkStatus enum
|
1520
1544
|
#
|
1521
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1522
|
-
def self.
|
1523
|
-
require "google/ads/google_ads/v6/enums/
|
1524
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
|
1546
|
+
def self.account_link_status
|
1547
|
+
require "google/ads/google_ads/v6/enums/account_link_status_pb"
|
1548
|
+
Google::Ads::GoogleAds::V6::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
|
1525
1549
|
end
|
1526
1550
|
|
1527
|
-
# Returns the descriptor for the
|
1551
|
+
# Returns the descriptor for the LinkedAccountType enum
|
1528
1552
|
#
|
1529
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1530
|
-
def self.
|
1531
|
-
require "google/ads/google_ads/v6/enums/
|
1532
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1553
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
|
1554
|
+
def self.linked_account_type
|
1555
|
+
require "google/ads/google_ads/v6/enums/linked_account_type_pb"
|
1556
|
+
Google::Ads::GoogleAds::V6::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
|
1533
1557
|
end
|
1534
1558
|
|
1535
|
-
# Returns the descriptor for the
|
1559
|
+
# Returns the descriptor for the PlacementType enum
|
1536
1560
|
#
|
1537
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1538
|
-
def self.
|
1539
|
-
require "google/ads/google_ads/v6/enums/
|
1540
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1561
|
+
# @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
|
1562
|
+
def self.placement_type
|
1563
|
+
require "google/ads/google_ads/v6/enums/placement_type_pb"
|
1564
|
+
Google::Ads::GoogleAds::V6::Enums::PlacementTypeEnum::PlacementType.descriptor
|
1541
1565
|
end
|
1542
1566
|
|
1543
|
-
# Returns the descriptor for the
|
1567
|
+
# Returns the descriptor for the BiddingStrategyStatus enum
|
1544
1568
|
#
|
1545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1546
|
-
def self.
|
1547
|
-
require "google/ads/google_ads/v6/enums/
|
1548
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1569
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
|
1570
|
+
def self.bidding_strategy_status
|
1571
|
+
require "google/ads/google_ads/v6/enums/bidding_strategy_status_pb"
|
1572
|
+
Google::Ads::GoogleAds::V6::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
|
1549
1573
|
end
|
1550
1574
|
|
1551
|
-
# Returns the descriptor for the
|
1575
|
+
# Returns the descriptor for the CustomAudienceMemberType enum
|
1552
1576
|
#
|
1553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1554
|
-
def self.
|
1555
|
-
require "google/ads/google_ads/v6/enums/
|
1556
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
|
1578
|
+
def self.custom_audience_member_type
|
1579
|
+
require "google/ads/google_ads/v6/enums/custom_audience_member_type_pb"
|
1580
|
+
Google::Ads::GoogleAds::V6::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
|
1557
1581
|
end
|
1558
1582
|
|
1559
|
-
# Returns the descriptor for the
|
1583
|
+
# Returns the descriptor for the CustomAudienceStatus enum
|
1560
1584
|
#
|
1561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1562
|
-
def self.
|
1563
|
-
require "google/ads/google_ads/v6/enums/
|
1564
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1585
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
|
1586
|
+
def self.custom_audience_status
|
1587
|
+
require "google/ads/google_ads/v6/enums/custom_audience_status_pb"
|
1588
|
+
Google::Ads::GoogleAds::V6::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
|
1565
1589
|
end
|
1566
1590
|
|
1567
|
-
# Returns the descriptor for the
|
1591
|
+
# Returns the descriptor for the CustomAudienceType enum
|
1568
1592
|
#
|
1569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1570
|
-
def self.
|
1571
|
-
require "google/ads/google_ads/v6/enums/
|
1572
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
|
1594
|
+
def self.custom_audience_type
|
1595
|
+
require "google/ads/google_ads/v6/enums/custom_audience_type_pb"
|
1596
|
+
Google::Ads::GoogleAds::V6::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
|
1573
1597
|
end
|
1574
1598
|
|
1575
|
-
# Returns the descriptor for the
|
1599
|
+
# Returns the descriptor for the CampaignSharedSetStatus enum
|
1576
1600
|
#
|
1577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1578
|
-
def self.
|
1579
|
-
require "google/ads/google_ads/v6/enums/
|
1580
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
|
1602
|
+
def self.campaign_shared_set_status
|
1603
|
+
require "google/ads/google_ads/v6/enums/campaign_shared_set_status_pb"
|
1604
|
+
Google::Ads::GoogleAds::V6::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
|
1581
1605
|
end
|
1582
1606
|
|
1583
|
-
# Returns the descriptor for the
|
1607
|
+
# Returns the descriptor for the CustomerMatchUploadKeyType enum
|
1584
1608
|
#
|
1585
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1586
|
-
def self.
|
1587
|
-
require "google/ads/google_ads/v6/enums/
|
1588
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
|
1610
|
+
def self.customer_match_upload_key_type
|
1611
|
+
require "google/ads/google_ads/v6/enums/customer_match_upload_key_type_pb"
|
1612
|
+
Google::Ads::GoogleAds::V6::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
|
1589
1613
|
end
|
1590
1614
|
|
1591
|
-
# Returns the descriptor for the
|
1615
|
+
# Returns the descriptor for the UserListCombinedRuleOperator enum
|
1592
1616
|
#
|
1593
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1594
|
-
def self.
|
1595
|
-
require "google/ads/google_ads/v6/enums/
|
1596
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
|
1618
|
+
def self.user_list_combined_rule_operator
|
1619
|
+
require "google/ads/google_ads/v6/enums/user_list_combined_rule_operator_pb"
|
1620
|
+
Google::Ads::GoogleAds::V6::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
|
1597
1621
|
end
|
1598
1622
|
|
1599
|
-
# Returns the descriptor for the
|
1623
|
+
# Returns the descriptor for the UserListCrmDataSourceType enum
|
1600
1624
|
#
|
1601
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1602
|
-
def self.
|
1603
|
-
require "google/ads/google_ads/v6/enums/
|
1604
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1625
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
|
1626
|
+
def self.user_list_crm_data_source_type
|
1627
|
+
require "google/ads/google_ads/v6/enums/user_list_crm_data_source_type_pb"
|
1628
|
+
Google::Ads::GoogleAds::V6::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
|
1605
1629
|
end
|
1606
1630
|
|
1607
|
-
# Returns the descriptor for the
|
1631
|
+
# Returns the descriptor for the UserListDateRuleItemOperator enum
|
1608
1632
|
#
|
1609
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1610
|
-
def self.
|
1611
|
-
require "google/ads/google_ads/v6/enums/
|
1612
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1633
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
|
1634
|
+
def self.user_list_date_rule_item_operator
|
1635
|
+
require "google/ads/google_ads/v6/enums/user_list_date_rule_item_operator_pb"
|
1636
|
+
Google::Ads::GoogleAds::V6::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
|
1613
1637
|
end
|
1614
1638
|
|
1615
|
-
# Returns the descriptor for the
|
1639
|
+
# Returns the descriptor for the UserListLogicalRuleOperator enum
|
1616
1640
|
#
|
1617
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1618
|
-
def self.
|
1619
|
-
require "google/ads/google_ads/v6/enums/
|
1620
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
|
1642
|
+
def self.user_list_logical_rule_operator
|
1643
|
+
require "google/ads/google_ads/v6/enums/user_list_logical_rule_operator_pb"
|
1644
|
+
Google::Ads::GoogleAds::V6::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
|
1621
1645
|
end
|
1622
1646
|
|
1623
|
-
# Returns the descriptor for the
|
1647
|
+
# Returns the descriptor for the UserListNumberRuleItemOperator enum
|
1624
1648
|
#
|
1625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1626
|
-
def self.
|
1627
|
-
require "google/ads/google_ads/v6/enums/
|
1628
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1649
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
|
1650
|
+
def self.user_list_number_rule_item_operator
|
1651
|
+
require "google/ads/google_ads/v6/enums/user_list_number_rule_item_operator_pb"
|
1652
|
+
Google::Ads::GoogleAds::V6::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
|
1629
1653
|
end
|
1630
1654
|
|
1631
|
-
# Returns the descriptor for the
|
1655
|
+
# Returns the descriptor for the UserListPrepopulationStatus enum
|
1632
1656
|
#
|
1633
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1634
|
-
def self.
|
1635
|
-
require "google/ads/google_ads/v6/enums/
|
1636
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1657
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
|
1658
|
+
def self.user_list_prepopulation_status
|
1659
|
+
require "google/ads/google_ads/v6/enums/user_list_prepopulation_status_pb"
|
1660
|
+
Google::Ads::GoogleAds::V6::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
|
1637
1661
|
end
|
1638
1662
|
|
1639
|
-
# Returns the descriptor for the
|
1663
|
+
# Returns the descriptor for the UserListRuleType enum
|
1640
1664
|
#
|
1641
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1642
|
-
def self.
|
1643
|
-
require "google/ads/google_ads/v6/enums/
|
1644
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1665
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
|
1666
|
+
def self.user_list_rule_type
|
1667
|
+
require "google/ads/google_ads/v6/enums/user_list_rule_type_pb"
|
1668
|
+
Google::Ads::GoogleAds::V6::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
|
1645
1669
|
end
|
1646
1670
|
|
1647
|
-
# Returns the descriptor for the
|
1671
|
+
# Returns the descriptor for the UserListStringRuleItemOperator enum
|
1648
1672
|
#
|
1649
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1650
|
-
def self.
|
1651
|
-
require "google/ads/google_ads/v6/enums/
|
1652
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1673
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
|
1674
|
+
def self.user_list_string_rule_item_operator
|
1675
|
+
require "google/ads/google_ads/v6/enums/user_list_string_rule_item_operator_pb"
|
1676
|
+
Google::Ads::GoogleAds::V6::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
|
1653
1677
|
end
|
1654
1678
|
|
1655
|
-
# Returns the descriptor for the
|
1679
|
+
# Returns the descriptor for the AccessReason enum
|
1656
1680
|
#
|
1657
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1658
|
-
def self.
|
1659
|
-
require "google/ads/google_ads/v6/enums/
|
1660
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1681
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
|
1682
|
+
def self.access_reason
|
1683
|
+
require "google/ads/google_ads/v6/enums/access_reason_pb"
|
1684
|
+
Google::Ads::GoogleAds::V6::Enums::AccessReasonEnum::AccessReason.descriptor
|
1661
1685
|
end
|
1662
1686
|
|
1663
|
-
# Returns the descriptor for the
|
1687
|
+
# Returns the descriptor for the UserListAccessStatus enum
|
1664
1688
|
#
|
1665
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1666
|
-
def self.
|
1667
|
-
require "google/ads/google_ads/v6/enums/
|
1668
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1689
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
|
1690
|
+
def self.user_list_access_status
|
1691
|
+
require "google/ads/google_ads/v6/enums/user_list_access_status_pb"
|
1692
|
+
Google::Ads::GoogleAds::V6::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
|
1669
1693
|
end
|
1670
1694
|
|
1671
|
-
# Returns the descriptor for the
|
1695
|
+
# Returns the descriptor for the UserListClosingReason enum
|
1672
1696
|
#
|
1673
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1674
|
-
def self.
|
1675
|
-
require "google/ads/google_ads/v6/enums/
|
1676
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1697
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
|
1698
|
+
def self.user_list_closing_reason
|
1699
|
+
require "google/ads/google_ads/v6/enums/user_list_closing_reason_pb"
|
1700
|
+
Google::Ads::GoogleAds::V6::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
|
1677
1701
|
end
|
1678
1702
|
|
1679
|
-
# Returns the descriptor for the
|
1703
|
+
# Returns the descriptor for the UserListMembershipStatus enum
|
1680
1704
|
#
|
1681
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1682
|
-
def self.
|
1683
|
-
require "google/ads/google_ads/v6/enums/
|
1684
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1705
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
|
1706
|
+
def self.user_list_membership_status
|
1707
|
+
require "google/ads/google_ads/v6/enums/user_list_membership_status_pb"
|
1708
|
+
Google::Ads::GoogleAds::V6::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
|
1685
1709
|
end
|
1686
1710
|
|
1687
|
-
# Returns the descriptor for the
|
1711
|
+
# Returns the descriptor for the UserListSizeRange enum
|
1688
1712
|
#
|
1689
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1690
|
-
def self.
|
1691
|
-
require "google/ads/google_ads/v6/enums/
|
1692
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1713
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
|
1714
|
+
def self.user_list_size_range
|
1715
|
+
require "google/ads/google_ads/v6/enums/user_list_size_range_pb"
|
1716
|
+
Google::Ads::GoogleAds::V6::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
|
1693
1717
|
end
|
1694
1718
|
|
1695
|
-
# Returns the descriptor for the
|
1719
|
+
# Returns the descriptor for the UserListType enum
|
1696
1720
|
#
|
1697
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1698
|
-
def self.
|
1699
|
-
require "google/ads/google_ads/v6/enums/
|
1700
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
|
1722
|
+
def self.user_list_type
|
1723
|
+
require "google/ads/google_ads/v6/enums/user_list_type_pb"
|
1724
|
+
Google::Ads::GoogleAds::V6::Enums::UserListTypeEnum::UserListType.descriptor
|
1701
1725
|
end
|
1702
1726
|
|
1703
|
-
# Returns the descriptor for the
|
1727
|
+
# Returns the descriptor for the InvoiceType enum
|
1704
1728
|
#
|
1705
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1706
|
-
def self.
|
1707
|
-
require "google/ads/google_ads/v6/enums/
|
1708
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1729
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
|
1730
|
+
def self.invoice_type
|
1731
|
+
require "google/ads/google_ads/v6/enums/invoice_type_pb"
|
1732
|
+
Google::Ads::GoogleAds::V6::Enums::InvoiceTypeEnum::InvoiceType.descriptor
|
1709
1733
|
end
|
1710
1734
|
|
1711
|
-
# Returns the descriptor for the
|
1735
|
+
# Returns the descriptor for the UserIdentifierSource enum
|
1712
1736
|
#
|
1713
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1714
|
-
def self.
|
1715
|
-
require "google/ads/google_ads/v6/enums/
|
1716
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1737
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserIdentifierSource enum
|
1738
|
+
def self.user_identifier_source
|
1739
|
+
require "google/ads/google_ads/v6/enums/user_identifier_source_pb"
|
1740
|
+
Google::Ads::GoogleAds::V6::Enums::UserIdentifierSourceEnum::UserIdentifierSource.descriptor
|
1717
1741
|
end
|
1718
1742
|
|
1719
|
-
# Returns the descriptor for the
|
1743
|
+
# Returns the descriptor for the OfflineUserDataJobFailureReason enum
|
1720
1744
|
#
|
1721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1722
|
-
def self.
|
1723
|
-
require "google/ads/google_ads/v6/enums/
|
1724
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1745
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
|
1746
|
+
def self.offline_user_data_job_failure_reason
|
1747
|
+
require "google/ads/google_ads/v6/enums/offline_user_data_job_failure_reason_pb"
|
1748
|
+
Google::Ads::GoogleAds::V6::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
|
1725
1749
|
end
|
1726
1750
|
|
1727
|
-
# Returns the descriptor for the
|
1751
|
+
# Returns the descriptor for the OfflineUserDataJobStatus enum
|
1728
1752
|
#
|
1729
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1730
|
-
def self.
|
1731
|
-
require "google/ads/google_ads/v6/enums/
|
1732
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1753
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
|
1754
|
+
def self.offline_user_data_job_status
|
1755
|
+
require "google/ads/google_ads/v6/enums/offline_user_data_job_status_pb"
|
1756
|
+
Google::Ads::GoogleAds::V6::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
|
1733
1757
|
end
|
1734
1758
|
|
1735
|
-
# Returns the descriptor for the
|
1759
|
+
# Returns the descriptor for the OfflineUserDataJobType enum
|
1736
1760
|
#
|
1737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1738
|
-
def self.
|
1739
|
-
require "google/ads/google_ads/v6/enums/
|
1740
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1761
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
|
1762
|
+
def self.offline_user_data_job_type
|
1763
|
+
require "google/ads/google_ads/v6/enums/offline_user_data_job_type_pb"
|
1764
|
+
Google::Ads::GoogleAds::V6::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
|
1741
1765
|
end
|
1742
1766
|
|
1743
|
-
# Returns the descriptor for the
|
1767
|
+
# Returns the descriptor for the LabelStatus enum
|
1744
1768
|
#
|
1745
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1746
|
-
def self.
|
1747
|
-
require "google/ads/google_ads/v6/enums/
|
1748
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1769
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
|
1770
|
+
def self.label_status
|
1771
|
+
require "google/ads/google_ads/v6/enums/label_status_pb"
|
1772
|
+
Google::Ads::GoogleAds::V6::Enums::LabelStatusEnum::LabelStatus.descriptor
|
1749
1773
|
end
|
1750
1774
|
|
1751
|
-
# Returns the descriptor for the
|
1775
|
+
# Returns the descriptor for the AssetFieldType enum
|
1752
1776
|
#
|
1753
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1754
|
-
def self.
|
1755
|
-
require "google/ads/google_ads/v6/enums/
|
1756
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1777
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
|
1778
|
+
def self.asset_field_type
|
1779
|
+
require "google/ads/google_ads/v6/enums/asset_field_type_pb"
|
1780
|
+
Google::Ads::GoogleAds::V6::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
|
1757
1781
|
end
|
1758
1782
|
|
1759
|
-
# Returns the descriptor for the
|
1783
|
+
# Returns the descriptor for the AssetLinkStatus enum
|
1760
1784
|
#
|
1761
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1762
|
-
def self.
|
1763
|
-
require "google/ads/google_ads/v6/enums/
|
1764
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1785
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkStatus enum
|
1786
|
+
def self.asset_link_status
|
1787
|
+
require "google/ads/google_ads/v6/enums/asset_link_status_pb"
|
1788
|
+
Google::Ads::GoogleAds::V6::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
|
1765
1789
|
end
|
1766
1790
|
|
1767
|
-
# Returns the descriptor for the
|
1791
|
+
# Returns the descriptor for the FeedItemTargetStatus enum
|
1768
1792
|
#
|
1769
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1770
|
-
def self.
|
1771
|
-
require "google/ads/google_ads/v6/enums/
|
1772
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1793
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
|
1794
|
+
def self.feed_item_target_status
|
1795
|
+
require "google/ads/google_ads/v6/enums/feed_item_target_status_pb"
|
1796
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemTargetStatusEnum::FeedItemTargetStatus.descriptor
|
1773
1797
|
end
|
1774
1798
|
|
1775
|
-
# Returns the descriptor for the
|
1799
|
+
# Returns the descriptor for the FeedItemTargetType enum
|
1776
1800
|
#
|
1777
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1778
|
-
def self.
|
1779
|
-
require "google/ads/google_ads/v6/enums/
|
1780
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1801
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
|
1802
|
+
def self.feed_item_target_type
|
1803
|
+
require "google/ads/google_ads/v6/enums/feed_item_target_type_pb"
|
1804
|
+
Google::Ads::GoogleAds::V6::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
|
1781
1805
|
end
|
1782
1806
|
|
1783
|
-
# Returns the descriptor for the
|
1807
|
+
# Returns the descriptor for the ResponseContentType enum
|
1784
1808
|
#
|
1785
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1786
|
-
def self.
|
1787
|
-
require "google/ads/google_ads/v6/enums/
|
1788
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1809
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResponseContentType enum
|
1810
|
+
def self.response_content_type
|
1811
|
+
require "google/ads/google_ads/v6/enums/response_content_type_pb"
|
1812
|
+
Google::Ads::GoogleAds::V6::Enums::ResponseContentTypeEnum::ResponseContentType.descriptor
|
1789
1813
|
end
|
1790
1814
|
|
1791
|
-
# Returns the descriptor for the
|
1815
|
+
# Returns the descriptor for the ConversionAdjustmentType enum
|
1792
1816
|
#
|
1793
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1794
|
-
def self.
|
1795
|
-
require "google/ads/google_ads/v6/enums/
|
1796
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1817
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
1818
|
+
def self.conversion_adjustment_type
|
1819
|
+
require "google/ads/google_ads/v6/enums/conversion_adjustment_type_pb"
|
1820
|
+
Google::Ads::GoogleAds::V6::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
1797
1821
|
end
|
1798
1822
|
|
1799
|
-
# Returns the descriptor for the
|
1823
|
+
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1800
1824
|
#
|
1801
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1802
|
-
def self.
|
1803
|
-
require "google/ads/google_ads/v6/enums/
|
1804
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1825
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1826
|
+
def self.keyword_plan_competition_level
|
1827
|
+
require "google/ads/google_ads/v6/enums/keyword_plan_competition_level_pb"
|
1828
|
+
Google::Ads::GoogleAds::V6::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1805
1829
|
end
|
1806
1830
|
|
1807
|
-
# Returns the descriptor for the
|
1831
|
+
# Returns the descriptor for the MonthOfYear enum
|
1808
1832
|
#
|
1809
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
1810
|
-
def self.
|
1811
|
-
require "google/ads/google_ads/v6/enums/
|
1812
|
-
Google::Ads::GoogleAds::V6::Enums::
|
1833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1834
|
+
def self.month_of_year
|
1835
|
+
require "google/ads/google_ads/v6/enums/month_of_year_pb"
|
1836
|
+
Google::Ads::GoogleAds::V6::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1813
1837
|
end
|
1814
1838
|
|
1815
1839
|
# Returns the descriptor for the InteractionEventType enum
|
@@ -1900,14 +1924,6 @@ module Google
|
|
1900
1924
|
Google::Ads::GoogleAds::V6::Enums::HotelRateTypeEnum::HotelRateType.descriptor
|
1901
1925
|
end
|
1902
1926
|
|
1903
|
-
# Returns the descriptor for the MonthOfYear enum
|
1904
|
-
#
|
1905
|
-
# @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
|
1906
|
-
def self.month_of_year
|
1907
|
-
require "google/ads/google_ads/v6/enums/month_of_year_pb"
|
1908
|
-
Google::Ads::GoogleAds::V6::Enums::MonthOfYearEnum::MonthOfYear.descriptor
|
1909
|
-
end
|
1910
|
-
|
1911
1927
|
# Returns the descriptor for the SearchEngineResultsPageType enum
|
1912
1928
|
#
|
1913
1929
|
# @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
|
@@ -1940,252 +1956,196 @@ module Google
|
|
1940
1956
|
Google::Ads::GoogleAds::V6::Enums::SummaryRowSettingEnum::SummaryRowSetting.descriptor
|
1941
1957
|
end
|
1942
1958
|
|
1943
|
-
# Returns the descriptor for the KeywordPlanCompetitionLevel enum
|
1944
|
-
#
|
1945
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
|
1946
|
-
def self.keyword_plan_competition_level
|
1947
|
-
require "google/ads/google_ads/v6/enums/keyword_plan_competition_level_pb"
|
1948
|
-
Google::Ads::GoogleAds::V6::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
|
1949
|
-
end
|
1950
|
-
|
1951
1959
|
# Returns the descriptor for the ReachPlanAdLength enum
|
1952
1960
|
#
|
1953
1961
|
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
|
1954
1962
|
def self.reach_plan_ad_length
|
1955
|
-
require "google/ads/google_ads/v6/enums/reach_plan_ad_length_pb"
|
1956
|
-
Google::Ads::GoogleAds::V6::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
1957
|
-
end
|
1958
|
-
|
1959
|
-
# Returns the descriptor for the ReachPlanAgeRange enum
|
1960
|
-
#
|
1961
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1962
|
-
def self.reach_plan_age_range
|
1963
|
-
require "google/ads/google_ads/v6/enums/reach_plan_age_range_pb"
|
1964
|
-
Google::Ads::GoogleAds::V6::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
1965
|
-
end
|
1966
|
-
|
1967
|
-
# Returns the descriptor for the ReachPlanNetwork enum
|
1968
|
-
#
|
1969
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
|
1970
|
-
def self.reach_plan_network
|
1971
|
-
require "google/ads/google_ads/v6/enums/reach_plan_network_pb"
|
1972
|
-
Google::Ads::GoogleAds::V6::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
|
1973
|
-
end
|
1974
|
-
|
1975
|
-
# Returns the descriptor for the ConversionAdjustmentType enum
|
1976
|
-
#
|
1977
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
|
1978
|
-
def self.conversion_adjustment_type
|
1979
|
-
require "google/ads/google_ads/v6/enums/conversion_adjustment_type_pb"
|
1980
|
-
Google::Ads::GoogleAds::V6::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
|
1981
|
-
end
|
1982
|
-
|
1983
|
-
# Returns the descriptor for the KeywordPlanCampaignError enum
|
1984
|
-
#
|
1985
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
1986
|
-
def self.keyword_plan_campaign_error
|
1987
|
-
require "google/ads/google_ads/v6/errors/keyword_plan_campaign_error_pb"
|
1988
|
-
Google::Ads::GoogleAds::V6::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
1989
|
-
end
|
1990
|
-
|
1991
|
-
# Returns the descriptor for the UserDataError enum
|
1992
|
-
#
|
1993
|
-
# @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
|
1994
|
-
def self.user_data_error
|
1995
|
-
require "google/ads/google_ads/v6/errors/user_data_error_pb"
|
1996
|
-
Google::Ads::GoogleAds::V6::Errors::UserDataErrorEnum::UserDataError.descriptor
|
1997
|
-
end
|
1998
|
-
|
1999
|
-
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
2000
|
-
#
|
2001
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
2002
|
-
def self.keyword_plan_ad_group_error
|
2003
|
-
require "google/ads/google_ads/v6/errors/keyword_plan_ad_group_error_pb"
|
2004
|
-
Google::Ads::GoogleAds::V6::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
1963
|
+
require "google/ads/google_ads/v6/enums/reach_plan_ad_length_pb"
|
1964
|
+
Google::Ads::GoogleAds::V6::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
|
2005
1965
|
end
|
2006
1966
|
|
2007
|
-
# Returns the descriptor for the
|
1967
|
+
# Returns the descriptor for the ReachPlanAgeRange enum
|
2008
1968
|
#
|
2009
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2010
|
-
def self.
|
2011
|
-
require "google/ads/google_ads/v6/
|
2012
|
-
Google::Ads::GoogleAds::V6::
|
1969
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
|
1970
|
+
def self.reach_plan_age_range
|
1971
|
+
require "google/ads/google_ads/v6/enums/reach_plan_age_range_pb"
|
1972
|
+
Google::Ads::GoogleAds::V6::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
|
2013
1973
|
end
|
2014
1974
|
|
2015
|
-
# Returns the descriptor for the
|
1975
|
+
# Returns the descriptor for the ReachPlanNetwork enum
|
2016
1976
|
#
|
2017
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2018
|
-
def self.
|
2019
|
-
require "google/ads/google_ads/v6/
|
2020
|
-
Google::Ads::GoogleAds::V6::
|
1977
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
|
1978
|
+
def self.reach_plan_network
|
1979
|
+
require "google/ads/google_ads/v6/enums/reach_plan_network_pb"
|
1980
|
+
Google::Ads::GoogleAds::V6::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
|
2021
1981
|
end
|
2022
1982
|
|
2023
|
-
# Returns the descriptor for the
|
1983
|
+
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
2024
1984
|
#
|
2025
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2026
|
-
def self.
|
2027
|
-
require "google/ads/google_ads/v6/errors/
|
2028
|
-
Google::Ads::GoogleAds::V6::Errors::
|
1985
|
+
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
1986
|
+
def self.youtube_video_registration_error
|
1987
|
+
require "google/ads/google_ads/v6/errors/youtube_video_registration_error_pb"
|
1988
|
+
Google::Ads::GoogleAds::V6::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
2029
1989
|
end
|
2030
1990
|
|
2031
|
-
# Returns the descriptor for the
|
1991
|
+
# Returns the descriptor for the AccessInvitationError enum
|
2032
1992
|
#
|
2033
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2034
|
-
def self.
|
2035
|
-
require "google/ads/google_ads/v6/errors/
|
2036
|
-
Google::Ads::GoogleAds::V6::Errors::
|
1993
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationError enum
|
1994
|
+
def self.access_invitation_error
|
1995
|
+
require "google/ads/google_ads/v6/errors/access_invitation_error_pb"
|
1996
|
+
Google::Ads::GoogleAds::V6::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
|
2037
1997
|
end
|
2038
1998
|
|
2039
|
-
# Returns the descriptor for the
|
1999
|
+
# Returns the descriptor for the ChangeStatusError enum
|
2040
2000
|
#
|
2041
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2042
|
-
def self.
|
2043
|
-
require "google/ads/google_ads/v6/errors/
|
2044
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2001
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
|
2002
|
+
def self.change_status_error
|
2003
|
+
require "google/ads/google_ads/v6/errors/change_status_error_pb"
|
2004
|
+
Google::Ads::GoogleAds::V6::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
2045
2005
|
end
|
2046
2006
|
|
2047
|
-
# Returns the descriptor for the
|
2007
|
+
# Returns the descriptor for the AssetError enum
|
2048
2008
|
#
|
2049
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2050
|
-
def self.
|
2051
|
-
require "google/ads/google_ads/v6/errors/
|
2052
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2009
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
|
2010
|
+
def self.asset_error
|
2011
|
+
require "google/ads/google_ads/v6/errors/asset_error_pb"
|
2012
|
+
Google::Ads::GoogleAds::V6::Errors::AssetErrorEnum::AssetError.descriptor
|
2053
2013
|
end
|
2054
2014
|
|
2055
|
-
# Returns the descriptor for the
|
2015
|
+
# Returns the descriptor for the KeywordPlanCampaignError enum
|
2056
2016
|
#
|
2057
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2058
|
-
def self.
|
2059
|
-
require "google/ads/google_ads/v6/errors/
|
2060
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2017
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
|
2018
|
+
def self.keyword_plan_campaign_error
|
2019
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_campaign_error_pb"
|
2020
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
|
2061
2021
|
end
|
2062
2022
|
|
2063
|
-
# Returns the descriptor for the
|
2023
|
+
# Returns the descriptor for the BiddingStrategyError enum
|
2064
2024
|
#
|
2065
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2066
|
-
def self.
|
2067
|
-
require "google/ads/google_ads/v6/errors/
|
2068
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2025
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
2026
|
+
def self.bidding_strategy_error
|
2027
|
+
require "google/ads/google_ads/v6/errors/bidding_strategy_error_pb"
|
2028
|
+
Google::Ads::GoogleAds::V6::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
2069
2029
|
end
|
2070
2030
|
|
2071
|
-
# Returns the descriptor for the
|
2031
|
+
# Returns the descriptor for the FeedMappingError enum
|
2072
2032
|
#
|
2073
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2074
|
-
def self.
|
2075
|
-
require "google/ads/google_ads/v6/errors/
|
2076
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2033
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
2034
|
+
def self.feed_mapping_error
|
2035
|
+
require "google/ads/google_ads/v6/errors/feed_mapping_error_pb"
|
2036
|
+
Google::Ads::GoogleAds::V6::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2077
2037
|
end
|
2078
2038
|
|
2079
|
-
# Returns the descriptor for the
|
2039
|
+
# Returns the descriptor for the BillingSetupError enum
|
2080
2040
|
#
|
2081
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2082
|
-
def self.
|
2083
|
-
require "google/ads/google_ads/v6/errors/
|
2084
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2041
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
2042
|
+
def self.billing_setup_error
|
2043
|
+
require "google/ads/google_ads/v6/errors/billing_setup_error_pb"
|
2044
|
+
Google::Ads::GoogleAds::V6::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
2085
2045
|
end
|
2086
2046
|
|
2087
|
-
# Returns the descriptor for the
|
2047
|
+
# Returns the descriptor for the FunctionParsingError enum
|
2088
2048
|
#
|
2089
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2090
|
-
def self.
|
2091
|
-
require "google/ads/google_ads/v6/errors/
|
2092
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2049
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
|
2050
|
+
def self.function_parsing_error
|
2051
|
+
require "google/ads/google_ads/v6/errors/function_parsing_error_pb"
|
2052
|
+
Google::Ads::GoogleAds::V6::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
|
2093
2053
|
end
|
2094
2054
|
|
2095
|
-
# Returns the descriptor for the
|
2055
|
+
# Returns the descriptor for the KeywordPlanIdeaError enum
|
2096
2056
|
#
|
2097
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2098
|
-
def self.
|
2099
|
-
require "google/ads/google_ads/v6/errors/
|
2100
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2057
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
2058
|
+
def self.keyword_plan_idea_error
|
2059
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_idea_error_pb"
|
2060
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
2101
2061
|
end
|
2102
2062
|
|
2103
|
-
# Returns the descriptor for the
|
2063
|
+
# Returns the descriptor for the OfflineUserDataJobError enum
|
2104
2064
|
#
|
2105
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2106
|
-
def self.
|
2107
|
-
require "google/ads/google_ads/v6/errors/
|
2108
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2065
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
2066
|
+
def self.offline_user_data_job_error
|
2067
|
+
require "google/ads/google_ads/v6/errors/offline_user_data_job_error_pb"
|
2068
|
+
Google::Ads::GoogleAds::V6::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
2109
2069
|
end
|
2110
2070
|
|
2111
|
-
# Returns the descriptor for the
|
2071
|
+
# Returns the descriptor for the AccountBudgetProposalError enum
|
2112
2072
|
#
|
2113
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2114
|
-
def self.
|
2115
|
-
require "google/ads/google_ads/v6/errors/
|
2116
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2073
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
|
2074
|
+
def self.account_budget_proposal_error
|
2075
|
+
require "google/ads/google_ads/v6/errors/account_budget_proposal_error_pb"
|
2076
|
+
Google::Ads::GoogleAds::V6::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
|
2117
2077
|
end
|
2118
2078
|
|
2119
|
-
# Returns the descriptor for the
|
2079
|
+
# Returns the descriptor for the CampaignError enum
|
2120
2080
|
#
|
2121
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2122
|
-
def self.
|
2123
|
-
require "google/ads/google_ads/v6/errors/
|
2124
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2081
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
2082
|
+
def self.campaign_error
|
2083
|
+
require "google/ads/google_ads/v6/errors/campaign_error_pb"
|
2084
|
+
Google::Ads::GoogleAds::V6::Errors::CampaignErrorEnum::CampaignError.descriptor
|
2125
2085
|
end
|
2126
2086
|
|
2127
|
-
# Returns the descriptor for the
|
2087
|
+
# Returns the descriptor for the FunctionError enum
|
2128
2088
|
#
|
2129
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2130
|
-
def self.
|
2131
|
-
require "google/ads/google_ads/v6/errors/
|
2132
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2089
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FunctionError enum
|
2090
|
+
def self.function_error
|
2091
|
+
require "google/ads/google_ads/v6/errors/function_error_pb"
|
2092
|
+
Google::Ads::GoogleAds::V6::Errors::FunctionErrorEnum::FunctionError.descriptor
|
2133
2093
|
end
|
2134
2094
|
|
2135
|
-
# Returns the descriptor for the
|
2095
|
+
# Returns the descriptor for the CustomerUserAccessError enum
|
2136
2096
|
#
|
2137
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2138
|
-
def self.
|
2139
|
-
require "google/ads/google_ads/v6/errors/
|
2140
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2097
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerUserAccessError enum
|
2098
|
+
def self.customer_user_access_error
|
2099
|
+
require "google/ads/google_ads/v6/errors/customer_user_access_error_pb"
|
2100
|
+
Google::Ads::GoogleAds::V6::Errors::CustomerUserAccessErrorEnum::CustomerUserAccessError.descriptor
|
2141
2101
|
end
|
2142
2102
|
|
2143
|
-
# Returns the descriptor for the
|
2103
|
+
# Returns the descriptor for the ResourceAccessDeniedError enum
|
2144
2104
|
#
|
2145
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2146
|
-
def self.
|
2147
|
-
require "google/ads/google_ads/v6/errors/
|
2148
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2105
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
|
2106
|
+
def self.resource_access_denied_error
|
2107
|
+
require "google/ads/google_ads/v6/errors/resource_access_denied_error_pb"
|
2108
|
+
Google::Ads::GoogleAds::V6::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
|
2149
2109
|
end
|
2150
2110
|
|
2151
|
-
# Returns the descriptor for the
|
2111
|
+
# Returns the descriptor for the FeedItemSetError enum
|
2152
2112
|
#
|
2153
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2154
|
-
def self.
|
2155
|
-
require "google/ads/google_ads/v6/errors/
|
2156
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2113
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
|
2114
|
+
def self.feed_item_set_error
|
2115
|
+
require "google/ads/google_ads/v6/errors/feed_item_set_error_pb"
|
2116
|
+
Google::Ads::GoogleAds::V6::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
|
2157
2117
|
end
|
2158
2118
|
|
2159
|
-
# Returns the descriptor for the
|
2119
|
+
# Returns the descriptor for the OperatorError enum
|
2160
2120
|
#
|
2161
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2162
|
-
def self.
|
2163
|
-
require "google/ads/google_ads/v6/errors/
|
2164
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2121
|
+
# @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
|
2122
|
+
def self.operator_error
|
2123
|
+
require "google/ads/google_ads/v6/errors/operator_error_pb"
|
2124
|
+
Google::Ads::GoogleAds::V6::Errors::OperatorErrorEnum::OperatorError.descriptor
|
2165
2125
|
end
|
2166
2126
|
|
2167
|
-
# Returns the descriptor for the
|
2127
|
+
# Returns the descriptor for the SharedCriterionError enum
|
2168
2128
|
#
|
2169
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2170
|
-
def self.
|
2171
|
-
require "google/ads/google_ads/v6/errors/
|
2172
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2129
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
|
2130
|
+
def self.shared_criterion_error
|
2131
|
+
require "google/ads/google_ads/v6/errors/shared_criterion_error_pb"
|
2132
|
+
Google::Ads::GoogleAds::V6::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
|
2173
2133
|
end
|
2174
2134
|
|
2175
|
-
# Returns the descriptor for the
|
2135
|
+
# Returns the descriptor for the UrlFieldError enum
|
2176
2136
|
#
|
2177
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2178
|
-
def self.
|
2179
|
-
require "google/ads/google_ads/v6/errors/
|
2180
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2137
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
|
2138
|
+
def self.url_field_error
|
2139
|
+
require "google/ads/google_ads/v6/errors/url_field_error_pb"
|
2140
|
+
Google::Ads::GoogleAds::V6::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
|
2181
2141
|
end
|
2182
2142
|
|
2183
|
-
# Returns the descriptor for the
|
2143
|
+
# Returns the descriptor for the FieldError enum
|
2184
2144
|
#
|
2185
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2186
|
-
def self.
|
2187
|
-
require "google/ads/google_ads/v6/errors/
|
2188
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2145
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
|
2146
|
+
def self.field_error
|
2147
|
+
require "google/ads/google_ads/v6/errors/field_error_pb"
|
2148
|
+
Google::Ads::GoogleAds::V6::Errors::FieldErrorEnum::FieldError.descriptor
|
2189
2149
|
end
|
2190
2150
|
|
2191
2151
|
# Returns the descriptor for the AccountLinkError enum
|
@@ -2204,6 +2164,14 @@ module Google
|
|
2204
2164
|
Google::Ads::GoogleAds::V6::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
|
2205
2165
|
end
|
2206
2166
|
|
2167
|
+
# Returns the descriptor for the AdError enum
|
2168
|
+
#
|
2169
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AdError enum
|
2170
|
+
def self.ad_error
|
2171
|
+
require "google/ads/google_ads/v6/errors/ad_error_pb"
|
2172
|
+
Google::Ads::GoogleAds::V6::Errors::AdErrorEnum::AdError.descriptor
|
2173
|
+
end
|
2174
|
+
|
2207
2175
|
# Returns the descriptor for the AdGroupAdError enum
|
2208
2176
|
#
|
2209
2177
|
# @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
|
@@ -2268,12 +2236,12 @@ module Google
|
|
2268
2236
|
Google::Ads::GoogleAds::V6::Errors::AdxErrorEnum::AdxError.descriptor
|
2269
2237
|
end
|
2270
2238
|
|
2271
|
-
# Returns the descriptor for the
|
2239
|
+
# Returns the descriptor for the AssetLinkError enum
|
2272
2240
|
#
|
2273
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2274
|
-
def self.
|
2275
|
-
require "google/ads/google_ads/v6/errors/
|
2276
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2241
|
+
# @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
|
2242
|
+
def self.asset_link_error
|
2243
|
+
require "google/ads/google_ads/v6/errors/asset_link_error_pb"
|
2244
|
+
Google::Ads::GoogleAds::V6::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
|
2277
2245
|
end
|
2278
2246
|
|
2279
2247
|
# Returns the descriptor for the AuthenticationError enum
|
@@ -2292,6 +2260,14 @@ module Google
|
|
2292
2260
|
Google::Ads::GoogleAds::V6::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
|
2293
2261
|
end
|
2294
2262
|
|
2263
|
+
# Returns the descriptor for the BatchJobError enum
|
2264
|
+
#
|
2265
|
+
# @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
|
2266
|
+
def self.batch_job_error
|
2267
|
+
require "google/ads/google_ads/v6/errors/batch_job_error_pb"
|
2268
|
+
Google::Ads::GoogleAds::V6::Errors::BatchJobErrorEnum::BatchJobError.descriptor
|
2269
|
+
end
|
2270
|
+
|
2295
2271
|
# Returns the descriptor for the BiddingError enum
|
2296
2272
|
#
|
2297
2273
|
# @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
|
@@ -2300,22 +2276,6 @@ module Google
|
|
2300
2276
|
Google::Ads::GoogleAds::V6::Errors::BiddingErrorEnum::BiddingError.descriptor
|
2301
2277
|
end
|
2302
2278
|
|
2303
|
-
# Returns the descriptor for the BiddingStrategyError enum
|
2304
|
-
#
|
2305
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
|
2306
|
-
def self.bidding_strategy_error
|
2307
|
-
require "google/ads/google_ads/v6/errors/bidding_strategy_error_pb"
|
2308
|
-
Google::Ads::GoogleAds::V6::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
|
2309
|
-
end
|
2310
|
-
|
2311
|
-
# Returns the descriptor for the BillingSetupError enum
|
2312
|
-
#
|
2313
|
-
# @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
|
2314
|
-
def self.billing_setup_error
|
2315
|
-
require "google/ads/google_ads/v6/errors/billing_setup_error_pb"
|
2316
|
-
Google::Ads::GoogleAds::V6::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
|
2317
|
-
end
|
2318
|
-
|
2319
2279
|
# Returns the descriptor for the CampaignBudgetError enum
|
2320
2280
|
#
|
2321
2281
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
|
@@ -2340,14 +2300,6 @@ module Google
|
|
2340
2300
|
Google::Ads::GoogleAds::V6::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
|
2341
2301
|
end
|
2342
2302
|
|
2343
|
-
# Returns the descriptor for the CampaignError enum
|
2344
|
-
#
|
2345
|
-
# @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
|
2346
|
-
def self.campaign_error
|
2347
|
-
require "google/ads/google_ads/v6/errors/campaign_error_pb"
|
2348
|
-
Google::Ads::GoogleAds::V6::Errors::CampaignErrorEnum::CampaignError.descriptor
|
2349
|
-
end
|
2350
|
-
|
2351
2303
|
# Returns the descriptor for the CampaignExperimentError enum
|
2352
2304
|
#
|
2353
2305
|
# @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
|
@@ -2380,14 +2332,6 @@ module Google
|
|
2380
2332
|
Google::Ads::GoogleAds::V6::Errors::ChangeEventErrorEnum::ChangeEventError.descriptor
|
2381
2333
|
end
|
2382
2334
|
|
2383
|
-
# Returns the descriptor for the ChangeStatusError enum
|
2384
|
-
#
|
2385
|
-
# @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
|
2386
|
-
def self.change_status_error
|
2387
|
-
require "google/ads/google_ads/v6/errors/change_status_error_pb"
|
2388
|
-
Google::Ads::GoogleAds::V6::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
|
2389
|
-
end
|
2390
|
-
|
2391
2335
|
# Returns the descriptor for the CollectionSizeError enum
|
2392
2336
|
#
|
2393
2337
|
# @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
|
@@ -2404,6 +2348,14 @@ module Google
|
|
2404
2348
|
Google::Ads::GoogleAds::V6::Errors::ContextErrorEnum::ContextError.descriptor
|
2405
2349
|
end
|
2406
2350
|
|
2351
|
+
# Returns the descriptor for the ConversionActionError enum
|
2352
|
+
#
|
2353
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
|
2354
|
+
def self.conversion_action_error
|
2355
|
+
require "google/ads/google_ads/v6/errors/conversion_action_error_pb"
|
2356
|
+
Google::Ads::GoogleAds::V6::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
|
2357
|
+
end
|
2358
|
+
|
2407
2359
|
# Returns the descriptor for the ConversionAdjustmentUploadError enum
|
2408
2360
|
#
|
2409
2361
|
# @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
|
@@ -2444,6 +2396,14 @@ module Google
|
|
2444
2396
|
Google::Ads::GoogleAds::V6::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
|
2445
2397
|
end
|
2446
2398
|
|
2399
|
+
# Returns the descriptor for the CustomAudienceError enum
|
2400
|
+
#
|
2401
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
|
2402
|
+
def self.custom_audience_error
|
2403
|
+
require "google/ads/google_ads/v6/errors/custom_audience_error_pb"
|
2404
|
+
Google::Ads::GoogleAds::V6::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
|
2405
|
+
end
|
2406
|
+
|
2447
2407
|
# Returns the descriptor for the CustomInterestError enum
|
2448
2408
|
#
|
2449
2409
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
|
@@ -2452,6 +2412,22 @@ module Google
|
|
2452
2412
|
Google::Ads::GoogleAds::V6::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
|
2453
2413
|
end
|
2454
2414
|
|
2415
|
+
# Returns the descriptor for the CustomerClientLinkError enum
|
2416
|
+
#
|
2417
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
|
2418
|
+
def self.customer_client_link_error
|
2419
|
+
require "google/ads/google_ads/v6/errors/customer_client_link_error_pb"
|
2420
|
+
Google::Ads::GoogleAds::V6::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
|
2421
|
+
end
|
2422
|
+
|
2423
|
+
# Returns the descriptor for the CustomerError enum
|
2424
|
+
#
|
2425
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
|
2426
|
+
def self.customer_error
|
2427
|
+
require "google/ads/google_ads/v6/errors/customer_error_pb"
|
2428
|
+
Google::Ads::GoogleAds::V6::Errors::CustomerErrorEnum::CustomerError.descriptor
|
2429
|
+
end
|
2430
|
+
|
2455
2431
|
# Returns the descriptor for the CustomerFeedError enum
|
2456
2432
|
#
|
2457
2433
|
# @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
|
@@ -2460,12 +2436,12 @@ module Google
|
|
2460
2436
|
Google::Ads::GoogleAds::V6::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
|
2461
2437
|
end
|
2462
2438
|
|
2463
|
-
# Returns the descriptor for the
|
2439
|
+
# Returns the descriptor for the CustomerManagerLinkError enum
|
2464
2440
|
#
|
2465
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2466
|
-
def self.
|
2467
|
-
require "google/ads/google_ads/v6/errors/
|
2468
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2441
|
+
# @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
|
2442
|
+
def self.customer_manager_link_error
|
2443
|
+
require "google/ads/google_ads/v6/errors/customer_manager_link_error_pb"
|
2444
|
+
Google::Ads::GoogleAds::V6::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
|
2469
2445
|
end
|
2470
2446
|
|
2471
2447
|
# Returns the descriptor for the DatabaseError enum
|
@@ -2492,6 +2468,14 @@ module Google
|
|
2492
2468
|
Google::Ads::GoogleAds::V6::Errors::DateRangeErrorEnum::DateRangeError.descriptor
|
2493
2469
|
end
|
2494
2470
|
|
2471
|
+
# Returns the descriptor for the DistinctError enum
|
2472
|
+
#
|
2473
|
+
# @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
|
2474
|
+
def self.distinct_error
|
2475
|
+
require "google/ads/google_ads/v6/errors/distinct_error_pb"
|
2476
|
+
Google::Ads::GoogleAds::V6::Errors::DistinctErrorEnum::DistinctError.descriptor
|
2477
|
+
end
|
2478
|
+
|
2495
2479
|
# Returns the descriptor for the EnumError enum
|
2496
2480
|
#
|
2497
2481
|
# @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
|
@@ -2540,44 +2524,28 @@ module Google
|
|
2540
2524
|
Google::Ads::GoogleAds::V6::Errors::FeedItemErrorEnum::FeedItemError.descriptor
|
2541
2525
|
end
|
2542
2526
|
|
2543
|
-
# Returns the descriptor for the
|
2544
|
-
#
|
2545
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
|
2546
|
-
def self.feed_item_set_error
|
2547
|
-
require "google/ads/google_ads/v6/errors/feed_item_set_error_pb"
|
2548
|
-
Google::Ads::GoogleAds::V6::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
|
2549
|
-
end
|
2550
|
-
|
2551
|
-
# Returns the descriptor for the FeedMappingError enum
|
2552
|
-
#
|
2553
|
-
# @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
|
2554
|
-
def self.feed_mapping_error
|
2555
|
-
require "google/ads/google_ads/v6/errors/feed_mapping_error_pb"
|
2556
|
-
Google::Ads::GoogleAds::V6::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
|
2557
|
-
end
|
2558
|
-
|
2559
|
-
# Returns the descriptor for the FieldError enum
|
2527
|
+
# Returns the descriptor for the FeedItemSetLinkError enum
|
2560
2528
|
#
|
2561
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2562
|
-
def self.
|
2563
|
-
require "google/ads/google_ads/v6/errors/
|
2564
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2529
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
|
2530
|
+
def self.feed_item_set_link_error
|
2531
|
+
require "google/ads/google_ads/v6/errors/feed_item_set_link_error_pb"
|
2532
|
+
Google::Ads::GoogleAds::V6::Errors::FeedItemSetLinkErrorEnum::FeedItemSetLinkError.descriptor
|
2565
2533
|
end
|
2566
2534
|
|
2567
|
-
# Returns the descriptor for the
|
2535
|
+
# Returns the descriptor for the FeedItemTargetError enum
|
2568
2536
|
#
|
2569
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2570
|
-
def self.
|
2571
|
-
require "google/ads/google_ads/v6/errors/
|
2572
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2537
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
|
2538
|
+
def self.feed_item_target_error
|
2539
|
+
require "google/ads/google_ads/v6/errors/feed_item_target_error_pb"
|
2540
|
+
Google::Ads::GoogleAds::V6::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
|
2573
2541
|
end
|
2574
2542
|
|
2575
|
-
# Returns the descriptor for the
|
2543
|
+
# Returns the descriptor for the FieldMaskError enum
|
2576
2544
|
#
|
2577
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2578
|
-
def self.
|
2579
|
-
require "google/ads/google_ads/v6/errors/
|
2580
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2545
|
+
# @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
|
2546
|
+
def self.field_mask_error
|
2547
|
+
require "google/ads/google_ads/v6/errors/field_mask_error_pb"
|
2548
|
+
Google::Ads::GoogleAds::V6::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
|
2581
2549
|
end
|
2582
2550
|
|
2583
2551
|
# Returns the descriptor for the GeoTargetConstantSuggestionError enum
|
@@ -2604,6 +2572,14 @@ module Google
|
|
2604
2572
|
Google::Ads::GoogleAds::V6::Errors::IdErrorEnum::IdError.descriptor
|
2605
2573
|
end
|
2606
2574
|
|
2575
|
+
# Returns the descriptor for the ImageError enum
|
2576
|
+
#
|
2577
|
+
# @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
|
2578
|
+
def self.image_error
|
2579
|
+
require "google/ads/google_ads/v6/errors/image_error_pb"
|
2580
|
+
Google::Ads::GoogleAds::V6::Errors::ImageErrorEnum::ImageError.descriptor
|
2581
|
+
end
|
2582
|
+
|
2607
2583
|
# Returns the descriptor for the InternalError enum
|
2608
2584
|
#
|
2609
2585
|
# @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
|
@@ -2612,6 +2588,38 @@ module Google
|
|
2612
2588
|
Google::Ads::GoogleAds::V6::Errors::InternalErrorEnum::InternalError.descriptor
|
2613
2589
|
end
|
2614
2590
|
|
2591
|
+
# Returns the descriptor for the InvoiceError enum
|
2592
|
+
#
|
2593
|
+
# @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
|
2594
|
+
def self.invoice_error
|
2595
|
+
require "google/ads/google_ads/v6/errors/invoice_error_pb"
|
2596
|
+
Google::Ads::GoogleAds::V6::Errors::InvoiceErrorEnum::InvoiceError.descriptor
|
2597
|
+
end
|
2598
|
+
|
2599
|
+
# Returns the descriptor for the KeywordPlanAdGroupError enum
|
2600
|
+
#
|
2601
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
|
2602
|
+
def self.keyword_plan_ad_group_error
|
2603
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_ad_group_error_pb"
|
2604
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
|
2605
|
+
end
|
2606
|
+
|
2607
|
+
# Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
|
2608
|
+
#
|
2609
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
|
2610
|
+
def self.keyword_plan_ad_group_keyword_error
|
2611
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_ad_group_keyword_error_pb"
|
2612
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
|
2613
|
+
end
|
2614
|
+
|
2615
|
+
# Returns the descriptor for the KeywordPlanCampaignKeywordError enum
|
2616
|
+
#
|
2617
|
+
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
|
2618
|
+
def self.keyword_plan_campaign_keyword_error
|
2619
|
+
require "google/ads/google_ads/v6/errors/keyword_plan_campaign_keyword_error_pb"
|
2620
|
+
Google::Ads::GoogleAds::V6::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
|
2621
|
+
end
|
2622
|
+
|
2615
2623
|
# Returns the descriptor for the KeywordPlanError enum
|
2616
2624
|
#
|
2617
2625
|
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
|
@@ -2620,14 +2628,6 @@ module Google
|
|
2620
2628
|
Google::Ads::GoogleAds::V6::Errors::KeywordPlanErrorEnum::KeywordPlanError.descriptor
|
2621
2629
|
end
|
2622
2630
|
|
2623
|
-
# Returns the descriptor for the KeywordPlanIdeaError enum
|
2624
|
-
#
|
2625
|
-
# @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
|
2626
|
-
def self.keyword_plan_idea_error
|
2627
|
-
require "google/ads/google_ads/v6/errors/keyword_plan_idea_error_pb"
|
2628
|
-
Google::Ads::GoogleAds::V6::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
|
2629
|
-
end
|
2630
|
-
|
2631
2631
|
# Returns the descriptor for the LabelError enum
|
2632
2632
|
#
|
2633
2633
|
# @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
|
@@ -2636,6 +2636,14 @@ module Google
|
|
2636
2636
|
Google::Ads::GoogleAds::V6::Errors::LabelErrorEnum::LabelError.descriptor
|
2637
2637
|
end
|
2638
2638
|
|
2639
|
+
# Returns the descriptor for the LanguageCodeError enum
|
2640
|
+
#
|
2641
|
+
# @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
|
2642
|
+
def self.language_code_error
|
2643
|
+
require "google/ads/google_ads/v6/errors/language_code_error_pb"
|
2644
|
+
Google::Ads::GoogleAds::V6::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
|
2645
|
+
end
|
2646
|
+
|
2639
2647
|
# Returns the descriptor for the ListOperationError enum
|
2640
2648
|
#
|
2641
2649
|
# @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
|
@@ -2708,6 +2716,14 @@ module Google
|
|
2708
2716
|
Google::Ads::GoogleAds::V6::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
|
2709
2717
|
end
|
2710
2718
|
|
2719
|
+
# Returns the descriptor for the NotEmptyError enum
|
2720
|
+
#
|
2721
|
+
# @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
|
2722
|
+
def self.not_empty_error
|
2723
|
+
require "google/ads/google_ads/v6/errors/not_empty_error_pb"
|
2724
|
+
Google::Ads::GoogleAds::V6::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
|
2725
|
+
end
|
2726
|
+
|
2711
2727
|
# Returns the descriptor for the NullError enum
|
2712
2728
|
#
|
2713
2729
|
# @return [Google::Protobuf::EnumDescriptor] for the NullError enum
|
@@ -2716,14 +2732,6 @@ module Google
|
|
2716
2732
|
Google::Ads::GoogleAds::V6::Errors::NullErrorEnum::NullError.descriptor
|
2717
2733
|
end
|
2718
2734
|
|
2719
|
-
# Returns the descriptor for the OfflineUserDataJobError enum
|
2720
|
-
#
|
2721
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
|
2722
|
-
def self.offline_user_data_job_error
|
2723
|
-
require "google/ads/google_ads/v6/errors/offline_user_data_job_error_pb"
|
2724
|
-
Google::Ads::GoogleAds::V6::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
|
2725
|
-
end
|
2726
|
-
|
2727
2735
|
# Returns the descriptor for the OperationAccessDeniedError enum
|
2728
2736
|
#
|
2729
2737
|
# @return [Google::Protobuf::EnumDescriptor] for the OperationAccessDeniedError enum
|
@@ -2732,14 +2740,6 @@ module Google
|
|
2732
2740
|
Google::Ads::GoogleAds::V6::Errors::OperationAccessDeniedErrorEnum::OperationAccessDeniedError.descriptor
|
2733
2741
|
end
|
2734
2742
|
|
2735
|
-
# Returns the descriptor for the OperatorError enum
|
2736
|
-
#
|
2737
|
-
# @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
|
2738
|
-
def self.operator_error
|
2739
|
-
require "google/ads/google_ads/v6/errors/operator_error_pb"
|
2740
|
-
Google::Ads::GoogleAds::V6::Errors::OperatorErrorEnum::OperatorError.descriptor
|
2741
|
-
end
|
2742
|
-
|
2743
2743
|
# Returns the descriptor for the PartialFailureError enum
|
2744
2744
|
#
|
2745
2745
|
# @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
|
@@ -2828,12 +2828,12 @@ module Google
|
|
2828
2828
|
Google::Ads::GoogleAds::V6::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
|
2829
2829
|
end
|
2830
2830
|
|
2831
|
-
# Returns the descriptor for the
|
2831
|
+
# Returns the descriptor for the RequestError enum
|
2832
2832
|
#
|
2833
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2834
|
-
def self.
|
2835
|
-
require "google/ads/google_ads/v6/errors/
|
2836
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2833
|
+
# @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
|
2834
|
+
def self.request_error
|
2835
|
+
require "google/ads/google_ads/v6/errors/request_error_pb"
|
2836
|
+
Google::Ads::GoogleAds::V6::Errors::RequestErrorEnum::RequestError.descriptor
|
2837
2837
|
end
|
2838
2838
|
|
2839
2839
|
# Returns the descriptor for the ResourceCountLimitExceededError enum
|
@@ -2844,12 +2844,20 @@ module Google
|
|
2844
2844
|
Google::Ads::GoogleAds::V6::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
|
2845
2845
|
end
|
2846
2846
|
|
2847
|
-
# Returns the descriptor for the
|
2847
|
+
# Returns the descriptor for the SettingError enum
|
2848
2848
|
#
|
2849
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2850
|
-
def self.
|
2851
|
-
require "google/ads/google_ads/v6/errors/
|
2852
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2849
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
|
2850
|
+
def self.setting_error
|
2851
|
+
require "google/ads/google_ads/v6/errors/setting_error_pb"
|
2852
|
+
Google::Ads::GoogleAds::V6::Errors::SettingErrorEnum::SettingError.descriptor
|
2853
|
+
end
|
2854
|
+
|
2855
|
+
# Returns the descriptor for the SharedSetError enum
|
2856
|
+
#
|
2857
|
+
# @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
|
2858
|
+
def self.shared_set_error
|
2859
|
+
require "google/ads/google_ads/v6/errors/shared_set_error_pb"
|
2860
|
+
Google::Ads::GoogleAds::V6::Errors::SharedSetErrorEnum::SharedSetError.descriptor
|
2853
2861
|
end
|
2854
2862
|
|
2855
2863
|
# Returns the descriptor for the SizeLimitError enum
|
@@ -2892,12 +2900,12 @@ module Google
|
|
2892
2900
|
Google::Ads::GoogleAds::V6::Errors::TimeZoneErrorEnum::TimeZoneError.descriptor
|
2893
2901
|
end
|
2894
2902
|
|
2895
|
-
# Returns the descriptor for the
|
2903
|
+
# Returns the descriptor for the UserDataError enum
|
2896
2904
|
#
|
2897
|
-
# @return [Google::Protobuf::EnumDescriptor] for the
|
2898
|
-
def self.
|
2899
|
-
require "google/ads/google_ads/v6/errors/
|
2900
|
-
Google::Ads::GoogleAds::V6::Errors::
|
2905
|
+
# @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
|
2906
|
+
def self.user_data_error
|
2907
|
+
require "google/ads/google_ads/v6/errors/user_data_error_pb"
|
2908
|
+
Google::Ads::GoogleAds::V6::Errors::UserDataErrorEnum::UserDataError.descriptor
|
2901
2909
|
end
|
2902
2910
|
|
2903
2911
|
# Returns the descriptor for the UserListError enum
|
@@ -2908,14 +2916,6 @@ module Google
|
|
2908
2916
|
Google::Ads::GoogleAds::V6::Errors::UserListErrorEnum::UserListError.descriptor
|
2909
2917
|
end
|
2910
2918
|
|
2911
|
-
# Returns the descriptor for the YoutubeVideoRegistrationError enum
|
2912
|
-
#
|
2913
|
-
# @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
|
2914
|
-
def self.youtube_video_registration_error
|
2915
|
-
require "google/ads/google_ads/v6/errors/youtube_video_registration_error_pb"
|
2916
|
-
Google::Ads::GoogleAds::V6::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
|
2917
|
-
end
|
2918
|
-
|
2919
2919
|
# Returns the descriptor for the QuotaRateScope enum
|
2920
2920
|
#
|
2921
2921
|
# @return [Google::Protobuf::EnumDescriptor] for the QuotaRateScope enum
|