Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / google-proto-files / google / ads / googleads / v1 / enums / price_placeholder_field.proto
1 // Copyright 2019 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 //     http://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
16 syntax = "proto3";
17
18 package google.ads.googleads.v1.enums;
19
20 import "google/api/annotations.proto";
21
22 option csharp_namespace = "Google.Ads.GoogleAds.V1.Enums";
23 option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v1/enums;enums";
24 option java_multiple_files = true;
25 option java_outer_classname = "PricePlaceholderFieldProto";
26 option java_package = "com.google.ads.googleads.v1.enums";
27 option objc_class_prefix = "GAA";
28 option php_namespace = "Google\\Ads\\GoogleAds\\V1\\Enums";
29 option ruby_package = "Google::Ads::GoogleAds::V1::Enums";
30 // Proto file describing Price placeholder fields.
31
32 // Values for Price placeholder fields.
33 message PricePlaceholderFieldEnum {
34   // Possible values for Price placeholder fields.
35   enum PricePlaceholderField {
36     // Not specified.
37     UNSPECIFIED = 0;
38
39     // Used for return value only. Represents value unknown in this version.
40     UNKNOWN = 1;
41
42     // Data Type: STRING. The type of your price feed. Must match one of the
43     // predefined price feed type exactly.
44     TYPE = 2;
45
46     // Data Type: STRING. The qualifier of each price. Must match one of the
47     // predefined price qualifiers exactly.
48     PRICE_QUALIFIER = 3;
49
50     // Data Type: URL. Tracking template for the price feed when using Upgraded
51     // URLs.
52     TRACKING_TEMPLATE = 4;
53
54     // Data Type: STRING. Language of the price feed. Must match one of the
55     // available available locale codes exactly.
56     LANGUAGE = 5;
57
58     // Data Type: STRING. Final URL suffix for the price feed when using
59     // parallel tracking.
60     FINAL_URL_SUFFIX = 6;
61
62     // Data Type: STRING. The header of item 1 of the table.
63     ITEM_1_HEADER = 100;
64
65     // Data Type: STRING. The description of item 1 of the table.
66     ITEM_1_DESCRIPTION = 101;
67
68     // Data Type: MONEY. The price (money with currency) of item 1 of the table,
69     // e.g., 30 USD. The currency must match one of the available currencies.
70     ITEM_1_PRICE = 102;
71
72     // Data Type: STRING. The price unit of item 1 of the table. Must match one
73     // of the predefined price units.
74     ITEM_1_UNIT = 103;
75
76     // Data Type: URL_LIST. The final URLs of item 1 of the table when using
77     // Upgraded URLs.
78     ITEM_1_FINAL_URLS = 104;
79
80     // Data Type: URL_LIST. The final mobile URLs of item 1 of the table when
81     // using Upgraded URLs.
82     ITEM_1_FINAL_MOBILE_URLS = 105;
83
84     // Data Type: STRING. The header of item 2 of the table.
85     ITEM_2_HEADER = 200;
86
87     // Data Type: STRING. The description of item 2 of the table.
88     ITEM_2_DESCRIPTION = 201;
89
90     // Data Type: MONEY. The price (money with currency) of item 2 of the table,
91     // e.g., 30 USD. The currency must match one of the available currencies.
92     ITEM_2_PRICE = 202;
93
94     // Data Type: STRING. The price unit of item 2 of the table. Must match one
95     // of the predefined price units.
96     ITEM_2_UNIT = 203;
97
98     // Data Type: URL_LIST. The final URLs of item 2 of the table when using
99     // Upgraded URLs.
100     ITEM_2_FINAL_URLS = 204;
101
102     // Data Type: URL_LIST. The final mobile URLs of item 2 of the table when
103     // using Upgraded URLs.
104     ITEM_2_FINAL_MOBILE_URLS = 205;
105
106     // Data Type: STRING. The header of item 3 of the table.
107     ITEM_3_HEADER = 300;
108
109     // Data Type: STRING. The description of item 3 of the table.
110     ITEM_3_DESCRIPTION = 301;
111
112     // Data Type: MONEY. The price (money with currency) of item 3 of the table,
113     // e.g., 30 USD. The currency must match one of the available currencies.
114     ITEM_3_PRICE = 302;
115
116     // Data Type: STRING. The price unit of item 3 of the table. Must match one
117     // of the predefined price units.
118     ITEM_3_UNIT = 303;
119
120     // Data Type: URL_LIST. The final URLs of item 3 of the table when using
121     // Upgraded URLs.
122     ITEM_3_FINAL_URLS = 304;
123
124     // Data Type: URL_LIST. The final mobile URLs of item 3 of the table when
125     // using Upgraded URLs.
126     ITEM_3_FINAL_MOBILE_URLS = 305;
127
128     // Data Type: STRING. The header of item 4 of the table.
129     ITEM_4_HEADER = 400;
130
131     // Data Type: STRING. The description of item 4 of the table.
132     ITEM_4_DESCRIPTION = 401;
133
134     // Data Type: MONEY. The price (money with currency) of item 4 of the table,
135     // e.g., 30 USD. The currency must match one of the available currencies.
136     ITEM_4_PRICE = 402;
137
138     // Data Type: STRING. The price unit of item 4 of the table. Must match one
139     // of the predefined price units.
140     ITEM_4_UNIT = 403;
141
142     // Data Type: URL_LIST. The final URLs of item 4 of the table when using
143     // Upgraded URLs.
144     ITEM_4_FINAL_URLS = 404;
145
146     // Data Type: URL_LIST. The final mobile URLs of item 4 of the table when
147     // using Upgraded URLs.
148     ITEM_4_FINAL_MOBILE_URLS = 405;
149
150     // Data Type: STRING. The header of item 5 of the table.
151     ITEM_5_HEADER = 500;
152
153     // Data Type: STRING. The description of item 5 of the table.
154     ITEM_5_DESCRIPTION = 501;
155
156     // Data Type: MONEY. The price (money with currency) of item 5 of the table,
157     // e.g., 30 USD. The currency must match one of the available currencies.
158     ITEM_5_PRICE = 502;
159
160     // Data Type: STRING. The price unit of item 5 of the table. Must match one
161     // of the predefined price units.
162     ITEM_5_UNIT = 503;
163
164     // Data Type: URL_LIST. The final URLs of item 5 of the table when using
165     // Upgraded URLs.
166     ITEM_5_FINAL_URLS = 504;
167
168     // Data Type: URL_LIST. The final mobile URLs of item 5 of the table when
169     // using Upgraded URLs.
170     ITEM_5_FINAL_MOBILE_URLS = 505;
171
172     // Data Type: STRING. The header of item 6 of the table.
173     ITEM_6_HEADER = 600;
174
175     // Data Type: STRING. The description of item 6 of the table.
176     ITEM_6_DESCRIPTION = 601;
177
178     // Data Type: MONEY. The price (money with currency) of item 6 of the table,
179     // e.g., 30 USD. The currency must match one of the available currencies.
180     ITEM_6_PRICE = 602;
181
182     // Data Type: STRING. The price unit of item 6 of the table. Must match one
183     // of the predefined price units.
184     ITEM_6_UNIT = 603;
185
186     // Data Type: URL_LIST. The final URLs of item 6 of the table when using
187     // Upgraded URLs.
188     ITEM_6_FINAL_URLS = 604;
189
190     // Data Type: URL_LIST. The final mobile URLs of item 6 of the table when
191     // using Upgraded URLs.
192     ITEM_6_FINAL_MOBILE_URLS = 605;
193
194     // Data Type: STRING. The header of item 7 of the table.
195     ITEM_7_HEADER = 700;
196
197     // Data Type: STRING. The description of item 7 of the table.
198     ITEM_7_DESCRIPTION = 701;
199
200     // Data Type: MONEY. The price (money with currency) of item 7 of the table,
201     // e.g., 30 USD. The currency must match one of the available currencies.
202     ITEM_7_PRICE = 702;
203
204     // Data Type: STRING. The price unit of item 7 of the table. Must match one
205     // of the predefined price units.
206     ITEM_7_UNIT = 703;
207
208     // Data Type: URL_LIST. The final URLs of item 7 of the table when using
209     // Upgraded URLs.
210     ITEM_7_FINAL_URLS = 704;
211
212     // Data Type: URL_LIST. The final mobile URLs of item 7 of the table when
213     // using Upgraded URLs.
214     ITEM_7_FINAL_MOBILE_URLS = 705;
215
216     // Data Type: STRING. The header of item 8 of the table.
217     ITEM_8_HEADER = 800;
218
219     // Data Type: STRING. The description of item 8 of the table.
220     ITEM_8_DESCRIPTION = 801;
221
222     // Data Type: MONEY. The price (money with currency) of item 8 of the table,
223     // e.g., 30 USD. The currency must match one of the available currencies.
224     ITEM_8_PRICE = 802;
225
226     // Data Type: STRING. The price unit of item 8 of the table. Must match one
227     // of the predefined price units.
228     ITEM_8_UNIT = 803;
229
230     // Data Type: URL_LIST. The final URLs of item 8 of the table when using
231     // Upgraded URLs.
232     ITEM_8_FINAL_URLS = 804;
233
234     // Data Type: URL_LIST. The final mobile URLs of item 8 of the table when
235     // using Upgraded URLs.
236     ITEM_8_FINAL_MOBILE_URLS = 805;
237   }
238
239
240 }