google-ads-googleads 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ChangeLog +7 -0
- data/README.md +6 -6
- data/{googleads_config.rb → google_ads_config.rb} +1 -1
- data/lib/google/ads/{googleads → google_ads}/config.rb +1 -1
- data/lib/google/ads/{googleads → google_ads}/errors.rb +1 -1
- data/lib/google/ads/{googleads → google_ads}/field_mask_util.rb +1 -1
- data/lib/google/ads/{googleads/googleads_client.rb → google_ads/google_ads_client.rb} +31 -24
- data/lib/google/ads/{googleads → google_ads}/patches.rb +0 -0
- data/lib/google/ads/{googleads → google_ads}/path_lookup_util.rb +27 -1
- data/lib/google/ads/{googleads → google_ads}/proto_lookup_util.rb +78 -10
- data/lib/google/ads/{googleads → google_ads}/v0/common/ad_type_infos_pb.rb +5 -2
- data/lib/google/ads/{googleads → google_ads}/v0/common/bidding_pb.rb +6 -3
- data/lib/google/ads/{googleads → google_ads}/v0/common/criteria_pb.rb +29 -12
- data/lib/google/ads/{googleads → google_ads}/v0/common/custom_parameter_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/common/metrics_pb.rb +10 -2
- data/lib/google/ads/{googleads → google_ads}/v0/common/policy_pb.rb +8 -4
- data/lib/google/ads/{googleads → google_ads}/v0/common/value_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/account_budget_proposal_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v0/enums/account_budget_proposal_type_pb.rb +30 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_ad_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_criterion_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_type_pb.rb +4 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_network_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_serving_optimization_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_type_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/advertising_channel_sub_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/advertising_channel_type_pb.rb +3 -2
- data/lib/google/ads/google_ads/v0/enums/attribution_model_pb.rb +33 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/bid_modifier_source_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/bidding_source_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/bidding_strategy_type_pb.rb +3 -2
- data/lib/google/ads/google_ads/v0/enums/billing_setup_status_pb.rb +30 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/budget_delivery_method_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/budget_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_group_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_serving_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_shared_set_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_status_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/change_status_operation_pb.rb +29 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_category_pb.rb +32 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_counting_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_status_pb.rb +29 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_type_pb.rb +34 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/criterion_type_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/data_driven_model_status_pb.rb +30 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/day_of_week_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/device_pb.rb +2 -3
- data/lib/google/ads/{googleads → google_ads}/v0/enums/google_ads_field_category_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/google_ads_field_data_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/hotel_date_selection_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/interaction_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/keyword_match_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/listing_custom_attribute_index_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/listing_group_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/minute_of_hour_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/month_of_year_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/page_one_promoted_strategy_goal_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/policy_approval_status_pb.rb +30 -0
- data/lib/google/ads/google_ads/v0/enums/policy_review_status_pb.rb +29 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/policy_topic_entry_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/product_channel_exclusivity_pb.rb +28 -0
- data/lib/google/ads/google_ads/v0/enums/product_channel_pb.rb +28 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/product_condition_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/product_type_level_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/quality_score_bucket_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/recommendation_type_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/resource_type_pb.rb +32 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/shared_set_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/shared_set_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/slot_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/spending_limit_type_pb.rb +27 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/target_cpa_opt_in_recommendation_goal_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/time_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v0/enums/tracking_code_page_format_pb.rb +27 -0
- data/lib/google/ads/google_ads/v0/enums/tracking_code_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v0/errors/account_budget_proposal_error_pb.rb +48 -0
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_customizer_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_ad_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_bid_modifier_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_sharing_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/adx_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/authentication_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/authorization_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/bidding_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/bidding_strategy_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_budget_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_group_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_shared_set_error_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/errors/change_status_error_pb.rb +28 -0
- data/lib/google/ads/{googleads → google_ads}/v0/errors/collection_size_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/context_error_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/errors/conversion_action_error_pb.rb +34 -0
- data/lib/google/ads/{googleads → google_ads}/v0/errors/criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/database_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/date_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/date_range_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/distinct_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/enum_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/errors_pb.rb +69 -63
- data/lib/google/ads/{googleads → google_ads}/v0/errors/feed_attribute_reference_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/field_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/field_mask_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/function_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/function_parsing_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/header_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/id_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/image_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/internal_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/list_operation_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/media_bundle_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/media_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/multiplier_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/mutate_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/new_resource_creation_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/not_empty_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/null_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/operation_access_denied_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/operator_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/policy_finding_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/query_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/quota_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/range_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/recommendation_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/region_code_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/request_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/resource_access_denied_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/resource_count_limit_exceeded_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/setting_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/shared_criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/shared_set_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/string_format_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/string_length_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/url_field_error_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/resources/account_budget_pb.rb +22 -0
- data/lib/google/ads/google_ads/v0/resources/account_budget_proposal_pb.rb +49 -0
- data/lib/google/ads/google_ads/v0/resources/ad_group_ad_pb.rb +38 -0
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_group_bid_modifier_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_group_criterion_pb.rb +8 -8
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_group_pb.rb +5 -5
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_pb.rb +9 -5
- data/lib/google/ads/{googleads → google_ads}/v0/resources/bidding_strategy_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/resources/billing_setup_pb.rb +31 -0
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_bid_modifier_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_budget_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_criterion_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_group_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_pb.rb +11 -10
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_shared_set_pb.rb +3 -3
- data/lib/google/ads/google_ads/v0/resources/change_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v0/resources/conversion_action_pb.rb +64 -0
- data/lib/google/ads/{googleads → google_ads}/v0/resources/customer_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/resources/geo_target_constant_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/resources/google_ads_field_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/keyword_view_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/resources/recommendation_pb.rb +6 -6
- data/lib/google/ads/{googleads → google_ads}/v0/resources/shared_criterion_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/shared_set_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/resources/video_pb.rb +27 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_client.rb +280 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_services_pb.rb +63 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_pb.rb +5 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_services_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_client.rb +276 -0
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_services_pb.rb +59 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_services_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/services/change_status_service_client.rb +221 -0
- data/lib/google/ads/google_ads/v0/services/change_status_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v0/services/change_status_service_pb.rb +24 -0
- data/lib/google/ads/google_ads/v0/services/change_status_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_client.rb +268 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_pb.rb +47 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_services_pb.rb +51 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/credentials.rb +5 -5
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_client.rb +21 -21
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_pb.rb +35 -25
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_services_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_pb.rb +5 -5
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_services_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/services/video_service_client.rb +221 -0
- data/lib/google/ads/google_ads/v0/services/video_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v0/services/video_service_pb.rb +24 -0
- data/lib/google/ads/google_ads/v0/services/video_service_services_pb.rb +48 -0
- data/lib/google/ads/{googleads → google_ads}/version.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/wrapper_util.rb +1 -1
- data/lib/google/ads/{googleads.rb → google_ads.rb} +2 -2
- metadata +266 -267
- data/lib/google/ads/googleads/v0/resources/ad_group_ad_pb.rb +0 -28
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/ad_type_infos.rb +0 -120
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/bidding.rb +0 -176
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/criteria.rb +0 -225
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/custom_parameter.rb +0 -33
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/metrics.rb +0 -208
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad.rb +0 -79
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group.rb +0 -87
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group_ad.rb +0 -43
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group_bid_modifier.rb +0 -70
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group_criterion.rb +0 -148
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/bidding_strategy.rb +0 -73
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign.rb +0 -223
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_bid_modifier.rb +0 -46
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_budget.rb +0 -88
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_criterion.rb +0 -66
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_group.rb +0 -49
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_shared_set.rb +0 -47
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/customer.rb +0 -57
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/geo_target_constant.rb +0 -44
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/google_ads_field.rb +0 -89
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/keyword_view.rb +0 -32
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/recommendation.rb +0 -223
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/shared_criterion.rb +0 -46
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/shared_set.rb +0 -56
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_ad_service.rb +0 -68
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_bid_modifier_service.rb +0 -71
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_criterion_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_service.rb +0 -68
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/bidding_strategy_service.rb +0 -70
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_bid_modifier_service.rb +0 -71
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_budget_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_criterion_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_group_service.rb +0 -70
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_shared_set_service.rb +0 -64
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/customer_service.rb +0 -29
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/geo_target_constant_service.rb +0 -29
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/google_ads_field_service.rb +0 -59
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/google_ads_service.rb +0 -156
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/keyword_view_service.rb +0 -29
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/recommendation_service.rb +0 -112
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/shared_criterion_service.rb +0 -64
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/shared_set_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/protobuf/any.rb +0 -124
- data/lib/google/ads/googleads/v0/services/doc/google/protobuf/field_mask.rb +0 -223
- data/lib/google/ads/googleads/v0/services/doc/google/protobuf/wrappers.rb +0 -89
- data/lib/google/ads/googleads/v0/services/doc/google/rpc/status.rb +0 -83
- data/lib/google/ads/googleads/v0/services/doc/overview.rb +0 -82
- data/lib/google/ads/googleads/v0/services.rb +0 -1163
@@ -1,69 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupCriterionService::GetAdGroupCriterion AdGroupCriterionService::GetAdGroupCriterion}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the criterion to fetch.
|
24
|
-
class GetAdGroupCriterionRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupCriterionService::MutateAdGroupCriteria AdGroupCriterionService::MutateAdGroupCriteria}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# ID of the customer whose criteria are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::AdGroupCriterionOperation>]
|
32
|
-
# The list of operations to perform on individual criteria.
|
33
|
-
class MutateAdGroupCriteriaRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, remove, update) on an ad group criterion.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroupCriterion]
|
41
|
-
# Create operation: No resource name is expected for the new criterion.
|
42
|
-
# @!attribute [rw] update
|
43
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroupCriterion]
|
44
|
-
# Update operation: The criterion is expected to have a valid resource
|
45
|
-
# name.
|
46
|
-
# @!attribute [rw] remove
|
47
|
-
# @return [String]
|
48
|
-
# Remove operation: A resource name for the removed criterion is expected,
|
49
|
-
# in this format:
|
50
|
-
#
|
51
|
-
# +customers/{customer_id}/adGroupCriteria/{ad_group_id}_{criterion_id}+
|
52
|
-
class AdGroupCriterionOperation; end
|
53
|
-
|
54
|
-
# Response message for an ad group criterion mutate.
|
55
|
-
# @!attribute [rw] results
|
56
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateAdGroupCriterionResult>]
|
57
|
-
# All results for the mutate.
|
58
|
-
class MutateAdGroupCriteriaResponse; end
|
59
|
-
|
60
|
-
# The result for the criterion mutate.
|
61
|
-
# @!attribute [rw] resource_name
|
62
|
-
# @return [String]
|
63
|
-
# Returned for successful operations.
|
64
|
-
class MutateAdGroupCriterionResult; end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_service.rb
DELETED
@@ -1,68 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupService::GetAdGroup AdGroupService::GetAdGroup}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the ad group to fetch.
|
24
|
-
class GetAdGroupRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupService::MutateAdGroups AdGroupService::MutateAdGroups}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose ad groups are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::AdGroupOperation>]
|
32
|
-
# The list of operations to perform on individual ad groups.
|
33
|
-
class MutateAdGroupsRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on an ad group.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroup]
|
41
|
-
# Create operation: No resource name is expected for the new ad group.
|
42
|
-
# @!attribute [rw] update
|
43
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroup]
|
44
|
-
# Update operation: The ad group is expected to have a valid resource name.
|
45
|
-
# @!attribute [rw] remove
|
46
|
-
# @return [String]
|
47
|
-
# Remove operation: A resource name for the removed ad group is expected,
|
48
|
-
# in this format:
|
49
|
-
#
|
50
|
-
# +customers/{customer_id}/adGroups/{ad_group_id}+
|
51
|
-
class AdGroupOperation; end
|
52
|
-
|
53
|
-
# Response message for an ad group mutate.
|
54
|
-
# @!attribute [rw] results
|
55
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateAdGroupResult>]
|
56
|
-
# All results for the mutate.
|
57
|
-
class MutateAdGroupsResponse; end
|
58
|
-
|
59
|
-
# The result for the ad group mutate.
|
60
|
-
# @!attribute [rw] resource_name
|
61
|
-
# @return [String]
|
62
|
-
# Returned for successful operations.
|
63
|
-
class MutateAdGroupResult; end
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::BiddingStrategyService::GetBiddingStrategy BiddingStrategyService::GetBiddingStrategy}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the bidding strategy to fetch.
|
24
|
-
class GetBiddingStrategyRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::BiddingStrategyService::MutateBiddingStrategies BiddingStrategyService::MutateBiddingStrategies}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose bidding strategies are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::BiddingStrategyOperation>]
|
32
|
-
# The list of operations to perform on individual bidding strategies.
|
33
|
-
class MutateBiddingStrategiesRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on a bidding strategy.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::BiddingStrategy]
|
41
|
-
# Create operation: No resource name is expected for the new bidding
|
42
|
-
# strategy.
|
43
|
-
# @!attribute [rw] update
|
44
|
-
# @return [Google::Ads::Googleads::V0::Resources::BiddingStrategy]
|
45
|
-
# Update operation: The bidding strategy is expected to have a valid
|
46
|
-
# resource name.
|
47
|
-
# @!attribute [rw] remove
|
48
|
-
# @return [String]
|
49
|
-
# Remove operation: A resource name for the removed bidding strategy is
|
50
|
-
# expected, in this format:
|
51
|
-
#
|
52
|
-
# +customers/{customer_id}/biddingStrategies/{bidding_strategy_id}+
|
53
|
-
class BiddingStrategyOperation; end
|
54
|
-
|
55
|
-
# Response message for bidding strategy mutate.
|
56
|
-
# @!attribute [rw] results
|
57
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateBiddingStrategyResult>]
|
58
|
-
# All results for the mutate.
|
59
|
-
class MutateBiddingStrategiesResponse; end
|
60
|
-
|
61
|
-
# The result for the bidding strategy mutate.
|
62
|
-
# @!attribute [rw] resource_name
|
63
|
-
# @return [String]
|
64
|
-
# Returned for successful operations.
|
65
|
-
class MutateBiddingStrategyResult; end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
@@ -1,71 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignBidModifierService::GetCampaignBidModifier CampaignBidModifierService::GetCampaignBidModifier}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the campaign bid modifier to fetch.
|
24
|
-
class GetCampaignBidModifierRequest; end
|
25
|
-
|
26
|
-
# Request message for {CampaignBidModifierService::MutateCampaignBidModifier}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# ID of the customer whose campaign bid modifiers are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::CampaignBidModifierOperation>]
|
32
|
-
# The list of operations to perform on individual campaign bid modifiers.
|
33
|
-
class MutateCampaignBidModifiersRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, remove, update) on a campaign bid modifier.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignBidModifier]
|
41
|
-
# Create operation: No resource name is expected for the new campaign bid
|
42
|
-
# modifier.
|
43
|
-
# @!attribute [rw] update
|
44
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignBidModifier]
|
45
|
-
# Update operation: The campaign bid modifier is expected to have a valid
|
46
|
-
# resource name.
|
47
|
-
# @!attribute [rw] remove
|
48
|
-
# @return [String]
|
49
|
-
# Remove operation: A resource name for the removed campaign bid modifier
|
50
|
-
# is expected, in this format:
|
51
|
-
#
|
52
|
-
#
|
53
|
-
# +customers/{customer_id}/CampaignBidModifiers/{campaign_id}_{criterion_id}+
|
54
|
-
class CampaignBidModifierOperation; end
|
55
|
-
|
56
|
-
# Response message for campaign bid modifiers mutate.
|
57
|
-
# @!attribute [rw] results
|
58
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateCampaignBidModifierResult>]
|
59
|
-
# All results for the mutate.
|
60
|
-
class MutateCampaignBidModifiersResponse; end
|
61
|
-
|
62
|
-
# The result for the criterion mutate.
|
63
|
-
# @!attribute [rw] resource_name
|
64
|
-
# @return [String]
|
65
|
-
# Returned for successful operations.
|
66
|
-
class MutateCampaignBidModifierResult; end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
71
|
-
end
|
@@ -1,69 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignBudgetService::GetCampaignBudget CampaignBudgetService::GetCampaignBudget}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the campaign budget to fetch.
|
24
|
-
class GetCampaignBudgetRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignBudgetService::MutateCampaignBudgets CampaignBudgetService::MutateCampaignBudgets}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose campaign budgets are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::CampaignBudgetOperation>]
|
32
|
-
# The list of operations to perform on individual campaign budgets.
|
33
|
-
class MutateCampaignBudgetsRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on a campaign budget.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignBudget]
|
41
|
-
# Create operation: No resource name is expected for the new budget.
|
42
|
-
# @!attribute [rw] update
|
43
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignBudget]
|
44
|
-
# Update operation: The campaign budget is expected to have a valid
|
45
|
-
# resource name.
|
46
|
-
# @!attribute [rw] remove
|
47
|
-
# @return [String]
|
48
|
-
# Remove operation: A resource name for the removed budget is expected, in
|
49
|
-
# this format:
|
50
|
-
#
|
51
|
-
# +customers/{customer_id}/campaignBudgets/{budget_id}+
|
52
|
-
class CampaignBudgetOperation; end
|
53
|
-
|
54
|
-
# Response message for campaign budget mutate.
|
55
|
-
# @!attribute [rw] results
|
56
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateCampaignBudgetResult>]
|
57
|
-
# All results for the mutate.
|
58
|
-
class MutateCampaignBudgetsResponse; end
|
59
|
-
|
60
|
-
# The result for the campaign budget mutate.
|
61
|
-
# @!attribute [rw] resource_name
|
62
|
-
# @return [String]
|
63
|
-
# Returned for successful operations.
|
64
|
-
class MutateCampaignBudgetResult; end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
@@ -1,69 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignCriterionService::GetCampaignCriterion CampaignCriterionService::GetCampaignCriterion}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the criterion to fetch.
|
24
|
-
class GetCampaignCriterionRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignCriterionService::MutateCampaignCriteria CampaignCriterionService::MutateCampaignCriteria}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose criteria are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::CampaignCriterionOperation>]
|
32
|
-
# The list of operations to perform on individual criteria.
|
33
|
-
class MutateCampaignCriteriaRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on a campaign criterion.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignCriterion]
|
41
|
-
# Create operation: No resource name is expected for the new criterion.
|
42
|
-
# @!attribute [rw] update
|
43
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignCriterion]
|
44
|
-
# Update operation: The criterion is expected to have a valid resource
|
45
|
-
# name.
|
46
|
-
# @!attribute [rw] remove
|
47
|
-
# @return [String]
|
48
|
-
# Remove operation: A resource name for the removed criterion is expected,
|
49
|
-
# in this format:
|
50
|
-
#
|
51
|
-
# +customers/{customer_id}/campaignCriteria/{campaign_id}_{criterion_id}+
|
52
|
-
class CampaignCriterionOperation; end
|
53
|
-
|
54
|
-
# Response message for campaign criterion mutate.
|
55
|
-
# @!attribute [rw] results
|
56
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateCampaignCriterionResult>]
|
57
|
-
# All results for the mutate.
|
58
|
-
class MutateCampaignCriteriaResponse; end
|
59
|
-
|
60
|
-
# The result for the criterion mutate.
|
61
|
-
# @!attribute [rw] resource_name
|
62
|
-
# @return [String]
|
63
|
-
# Returned for successful operations.
|
64
|
-
class MutateCampaignCriterionResult; end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignGroupService::GetCampaignGroup CampaignGroupService::GetCampaignGroup}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the campaign group to fetch.
|
24
|
-
class GetCampaignGroupRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignGroupService::MutateCampaignGroups CampaignGroupService::MutateCampaignGroups}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose campaign groups are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::CampaignGroupOperation>]
|
32
|
-
# The list of operations to perform on individual campaign groups.
|
33
|
-
class MutateCampaignGroupsRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on a campaign group.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignGroup]
|
41
|
-
# Create operation: No resource name is expected for the new campaign
|
42
|
-
# group.
|
43
|
-
# @!attribute [rw] update
|
44
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignGroup]
|
45
|
-
# Update operation: The campaign group is expected to have a valid
|
46
|
-
# resource name.
|
47
|
-
# @!attribute [rw] remove
|
48
|
-
# @return [String]
|
49
|
-
# Remove operation: A resource name for the removed campaign group is
|
50
|
-
# expected, in this format:
|
51
|
-
#
|
52
|
-
# +customers/{customer_id}/campaignGroups/{campaign_group_id}+
|
53
|
-
class CampaignGroupOperation; end
|
54
|
-
|
55
|
-
# Response message for campaign group mutate.
|
56
|
-
# @!attribute [rw] results
|
57
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateCampaignGroupResult>]
|
58
|
-
# All results for the mutate.
|
59
|
-
class MutateCampaignGroupsResponse; end
|
60
|
-
|
61
|
-
# The result for the campaign group mutate.
|
62
|
-
# @!attribute [rw] resource_name
|
63
|
-
# @return [String]
|
64
|
-
# Returned for successful operations.
|
65
|
-
class MutateCampaignGroupResult; end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_service.rb
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignService::GetCampaign CampaignService::GetCampaign}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the campaign to fetch.
|
24
|
-
class GetCampaignRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignService::MutateCampaigns CampaignService::MutateCampaigns}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose campaigns are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::CampaignOperation>]
|
32
|
-
# The list of operations to perform on individual campaigns.
|
33
|
-
class MutateCampaignsRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on a campaign.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::Campaign]
|
41
|
-
# Create operation: No resource name is expected for the new campaign.
|
42
|
-
# @!attribute [rw] update
|
43
|
-
# @return [Google::Ads::Googleads::V0::Resources::Campaign]
|
44
|
-
# Update operation: The campaign is expected to have a valid
|
45
|
-
# resource name.
|
46
|
-
# @!attribute [rw] remove
|
47
|
-
# @return [String]
|
48
|
-
# Remove operation: A resource name for the removed campaign is
|
49
|
-
# expected, in this format:
|
50
|
-
#
|
51
|
-
# +customers/{customer_id}/campaigns/{campaign_id}+
|
52
|
-
class CampaignOperation; end
|
53
|
-
|
54
|
-
# Response message for campaign mutate.
|
55
|
-
# @!attribute [rw] results
|
56
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateCampaignResult>]
|
57
|
-
# All results for the mutate.
|
58
|
-
class MutateCampaignsResponse; end
|
59
|
-
|
60
|
-
# The result for the campaign mutate.
|
61
|
-
# @!attribute [rw] resource_name
|
62
|
-
# @return [String]
|
63
|
-
# Returned for successful operations.
|
64
|
-
class MutateCampaignResult; end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
@@ -1,64 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignSharedSetService::GetCampaignSharedSet CampaignSharedSetService::GetCampaignSharedSet}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the campaign shared set to fetch.
|
24
|
-
class GetCampaignSharedSetRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CampaignSharedSetService::MutateCampaignSharedSets CampaignSharedSetService::MutateCampaignSharedSets}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose campaign shared sets are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::CampaignSharedSetOperation>]
|
32
|
-
# The list of operations to perform on individual campaign shared sets.
|
33
|
-
class MutateCampaignSharedSetsRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, remove) on an campaign shared set.
|
36
|
-
# @!attribute [rw] create
|
37
|
-
# @return [Google::Ads::Googleads::V0::Resources::CampaignSharedSet]
|
38
|
-
# Create operation: No resource name is expected for the new campaign
|
39
|
-
# shared set.
|
40
|
-
# @!attribute [rw] remove
|
41
|
-
# @return [String]
|
42
|
-
# Remove operation: A resource name for the removed campaign shared set is
|
43
|
-
# expected, in this format:
|
44
|
-
#
|
45
|
-
#
|
46
|
-
# +customers/{customer_id}/campaignSharedSets/{campaign_id}_{shared_set_id}+
|
47
|
-
class CampaignSharedSetOperation; end
|
48
|
-
|
49
|
-
# Response message for a campaign shared set mutate.
|
50
|
-
# @!attribute [rw] results
|
51
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateCampaignSharedSetResult>]
|
52
|
-
# All results for the mutate.
|
53
|
-
class MutateCampaignSharedSetsResponse; end
|
54
|
-
|
55
|
-
# The result for the campaign shared set mutate.
|
56
|
-
# @!attribute [rw] resource_name
|
57
|
-
# @return [String]
|
58
|
-
# Returned for successful operations.
|
59
|
-
class MutateCampaignSharedSetResult; end
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/customer_service.rb
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
# Copyright 2018 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::CustomerService::GetCustomer CustomerService::GetCustomer}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the customer to fetch.
|
24
|
-
class GetCustomerRequest; end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|