123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- syntax = "proto3";
- package google.ads.googleads.v10.resources;
- import "google/ads/googleads/v10/enums/account_budget_proposal_type.proto";
- import "google/ads/googleads/v10/enums/account_budget_status.proto";
- import "google/ads/googleads/v10/enums/spending_limit_type.proto";
- import "google/ads/googleads/v10/enums/time_type.proto";
- import "google/api/field_behavior.proto";
- import "google/api/resource.proto";
- option csharp_namespace = "Google.Ads.GoogleAds.V10.Resources";
- option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v10/resources;resources";
- option java_multiple_files = true;
- option java_outer_classname = "AccountBudgetProto";
- option java_package = "com.google.ads.googleads.v10.resources";
- option objc_class_prefix = "GAA";
- option php_namespace = "Google\\Ads\\GoogleAds\\V10\\Resources";
- option ruby_package = "Google::Ads::GoogleAds::V10::Resources";
- message AccountBudget {
- option (google.api.resource) = {
- type: "googleads.googleapis.com/AccountBudget"
- pattern: "customers/{customer_id}/accountBudgets/{account_budget_id}"
- };
-
-
- message PendingAccountBudgetProposal {
-
-
-
-
- optional string account_budget_proposal = 12 [
- (google.api.field_behavior) = OUTPUT_ONLY,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/AccountBudgetProposal"
- }
- ];
-
-
- google.ads.googleads.v10.enums.AccountBudgetProposalTypeEnum.AccountBudgetProposalType proposal_type = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional string name = 13 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional string start_date_time = 14 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- optional string purchase_order_number = 17 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional string notes = 18 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- optional string creation_date_time = 19 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- oneof end_time {
-
- string end_date_time = 15 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- google.ads.googleads.v10.enums.TimeTypeEnum.TimeType end_time_type = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- oneof spending_limit {
-
-
- int64 spending_limit_micros = 16 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- google.ads.googleads.v10.enums.SpendingLimitTypeEnum.SpendingLimitType spending_limit_type = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
- }
-
-
-
-
- string resource_name = 1 [
- (google.api.field_behavior) = OUTPUT_ONLY,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/AccountBudget"
- }
- ];
-
- optional int64 id = 23 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
- optional string billing_setup = 24 [
- (google.api.field_behavior) = OUTPUT_ONLY,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/BillingSetup"
- }
- ];
-
- google.ads.googleads.v10.enums.AccountBudgetStatusEnum.AccountBudgetStatus status = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional string name = 25 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
- optional string proposed_start_date_time = 26 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
-
- optional string approved_start_date_time = 27 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
- int64 total_adjustments_micros = 33 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
- int64 amount_served_micros = 34 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- optional string purchase_order_number = 35 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional string notes = 36 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- PendingAccountBudgetProposal pending_proposal = 22 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- oneof proposed_end_time {
-
- string proposed_end_date_time = 28 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- google.ads.googleads.v10.enums.TimeTypeEnum.TimeType proposed_end_time_type = 9 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
-
-
-
- oneof approved_end_time {
-
- string approved_end_date_time = 29 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- google.ads.googleads.v10.enums.TimeTypeEnum.TimeType approved_end_time_type = 11 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- oneof proposed_spending_limit {
-
-
- int64 proposed_spending_limit_micros = 30 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- google.ads.googleads.v10.enums.SpendingLimitTypeEnum.SpendingLimitType proposed_spending_limit_type = 13 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
-
-
-
-
- oneof approved_spending_limit {
-
-
-
-
- int64 approved_spending_limit_micros = 31 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- google.ads.googleads.v10.enums.SpendingLimitTypeEnum.SpendingLimitType approved_spending_limit_type = 15 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
-
-
-
- oneof adjusted_spending_limit {
-
-
-
-
-
-
-
-
-
-
-
-
- int64 adjusted_spending_limit_micros = 32 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
- google.ads.googleads.v10.enums.SpendingLimitTypeEnum.SpendingLimitType adjusted_spending_limit_type = 17 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
- }
|