@google-cloud/discoveryengine 0.4.0 → 0.5.0
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.
- package/CHANGELOG.md +15 -0
- package/README.md +7 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +40 -9
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +116 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +45 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +12 -12
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +26 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +15 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +259 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +546 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +14 -12
- package/build/protos/protos.d.ts +5625 -1874
- package/build/protos/protos.js +1 -30029
- package/build/protos/protos.json +1 -3028
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +10 -1
- package/build/src/v1beta/completion_service_client.d.ts +455 -0
- package/build/src/v1beta/completion_service_client.js +659 -0
- package/build/src/v1beta/completion_service_client_config.json +43 -0
- package/build/src/v1beta/document_service_client.d.ts +111 -18
- package/build/src/v1beta/document_service_client.js +134 -6
- package/build/src/v1beta/index.d.ts +3 -0
- package/build/src/v1beta/index.js +7 -1
- package/build/src/v1beta/recommendation_service_client.d.ts +108 -14
- package/build/src/v1beta/recommendation_service_client.js +128 -0
- package/build/src/v1beta/schema_service_client.d.ts +798 -0
- package/build/src/v1beta/schema_service_client.js +1122 -0
- package/build/src/v1beta/schema_service_client_config.json +63 -0
- package/build/src/v1beta/search_service_client.d.ts +851 -0
- package/build/src/v1beta/search_service_client.js +1070 -0
- package/build/src/v1beta/search_service_client_config.json +43 -0
- package/build/src/v1beta/user_event_service_client.d.ts +93 -0
- package/build/src/v1beta/user_event_service_client.js +128 -0
- package/package.json +5 -4
- package/build/src/index.js.map +0 -1
- package/build/src/v1beta/document_service_client.js.map +0 -1
- package/build/src/v1beta/index.js.map +0 -1
- package/build/src/v1beta/recommendation_service_client.js.map +0 -1
- package/build/src/v1beta/user_event_service_client.js.map +0 -1
package/build/protos/protos.json
CHANGED
@@ -1,3028 +1 @@
|
|
1
|
-
{
|
2
|
-
"nested": {
|
3
|
-
"google": {
|
4
|
-
"nested": {
|
5
|
-
"cloud": {
|
6
|
-
"nested": {
|
7
|
-
"discoveryengine": {
|
8
|
-
"nested": {
|
9
|
-
"v1beta": {
|
10
|
-
"options": {
|
11
|
-
"csharp_namespace": "Google.Cloud.DiscoveryEngine.V1Beta",
|
12
|
-
"go_package": "cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb;discoveryenginepb",
|
13
|
-
"java_multiple_files": true,
|
14
|
-
"java_outer_classname": "UserEventServiceProto",
|
15
|
-
"java_package": "com.google.cloud.discoveryengine.v1beta",
|
16
|
-
"objc_class_prefix": "DISCOVERYENGINE",
|
17
|
-
"php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1beta",
|
18
|
-
"ruby_package": "Google::Cloud::DiscoveryEngine::V1beta",
|
19
|
-
"(google.api.resource_definition).type": "discoveryengine.googleapis.com/ServingConfig",
|
20
|
-
"(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}"
|
21
|
-
},
|
22
|
-
"nested": {
|
23
|
-
"CustomAttribute": {
|
24
|
-
"fields": {
|
25
|
-
"text": {
|
26
|
-
"rule": "repeated",
|
27
|
-
"type": "string",
|
28
|
-
"id": 1
|
29
|
-
},
|
30
|
-
"numbers": {
|
31
|
-
"rule": "repeated",
|
32
|
-
"type": "double",
|
33
|
-
"id": 2
|
34
|
-
}
|
35
|
-
}
|
36
|
-
},
|
37
|
-
"UserInfo": {
|
38
|
-
"fields": {
|
39
|
-
"userId": {
|
40
|
-
"type": "string",
|
41
|
-
"id": 1
|
42
|
-
},
|
43
|
-
"userAgent": {
|
44
|
-
"type": "string",
|
45
|
-
"id": 2
|
46
|
-
}
|
47
|
-
}
|
48
|
-
},
|
49
|
-
"Document": {
|
50
|
-
"options": {
|
51
|
-
"(google.api.resource).type": "discoveryengine.googleapis.com/Document",
|
52
|
-
"(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"
|
53
|
-
},
|
54
|
-
"oneofs": {
|
55
|
-
"data": {
|
56
|
-
"oneof": [
|
57
|
-
"structData",
|
58
|
-
"jsonData"
|
59
|
-
]
|
60
|
-
}
|
61
|
-
},
|
62
|
-
"fields": {
|
63
|
-
"structData": {
|
64
|
-
"type": "google.protobuf.Struct",
|
65
|
-
"id": 4
|
66
|
-
},
|
67
|
-
"jsonData": {
|
68
|
-
"type": "string",
|
69
|
-
"id": 5
|
70
|
-
},
|
71
|
-
"name": {
|
72
|
-
"type": "string",
|
73
|
-
"id": 1,
|
74
|
-
"options": {
|
75
|
-
"(google.api.field_behavior)": "IMMUTABLE"
|
76
|
-
}
|
77
|
-
},
|
78
|
-
"id": {
|
79
|
-
"type": "string",
|
80
|
-
"id": 2,
|
81
|
-
"options": {
|
82
|
-
"(google.api.field_behavior)": "IMMUTABLE"
|
83
|
-
}
|
84
|
-
},
|
85
|
-
"schemaId": {
|
86
|
-
"type": "string",
|
87
|
-
"id": 3
|
88
|
-
},
|
89
|
-
"parentDocumentId": {
|
90
|
-
"type": "string",
|
91
|
-
"id": 7
|
92
|
-
}
|
93
|
-
}
|
94
|
-
},
|
95
|
-
"DocumentService": {
|
96
|
-
"options": {
|
97
|
-
"(google.api.default_host)": "discoveryengine.googleapis.com",
|
98
|
-
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
|
99
|
-
},
|
100
|
-
"methods": {
|
101
|
-
"GetDocument": {
|
102
|
-
"requestType": "GetDocumentRequest",
|
103
|
-
"responseType": "Document",
|
104
|
-
"options": {
|
105
|
-
"(google.api.http).get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
106
|
-
"(google.api.http).additional_bindings.get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
107
|
-
"(google.api.method_signature)": "name"
|
108
|
-
},
|
109
|
-
"parsedOptions": [
|
110
|
-
{
|
111
|
-
"(google.api.http)": {
|
112
|
-
"get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
113
|
-
"additional_bindings": {
|
114
|
-
"get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
|
115
|
-
}
|
116
|
-
}
|
117
|
-
},
|
118
|
-
{
|
119
|
-
"(google.api.method_signature)": "name"
|
120
|
-
}
|
121
|
-
]
|
122
|
-
},
|
123
|
-
"ListDocuments": {
|
124
|
-
"requestType": "ListDocumentsRequest",
|
125
|
-
"responseType": "ListDocumentsResponse",
|
126
|
-
"options": {
|
127
|
-
"(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
128
|
-
"(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
|
129
|
-
"(google.api.method_signature)": "parent"
|
130
|
-
},
|
131
|
-
"parsedOptions": [
|
132
|
-
{
|
133
|
-
"(google.api.http)": {
|
134
|
-
"get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
135
|
-
"additional_bindings": {
|
136
|
-
"get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
|
137
|
-
}
|
138
|
-
}
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"(google.api.method_signature)": "parent"
|
142
|
-
}
|
143
|
-
]
|
144
|
-
},
|
145
|
-
"CreateDocument": {
|
146
|
-
"requestType": "CreateDocumentRequest",
|
147
|
-
"responseType": "Document",
|
148
|
-
"options": {
|
149
|
-
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
150
|
-
"(google.api.http).body": "document",
|
151
|
-
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
|
152
|
-
"(google.api.http).additional_bindings.body": "document",
|
153
|
-
"(google.api.method_signature)": "parent,document,document_id"
|
154
|
-
},
|
155
|
-
"parsedOptions": [
|
156
|
-
{
|
157
|
-
"(google.api.http)": {
|
158
|
-
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
159
|
-
"body": "document",
|
160
|
-
"additional_bindings": {
|
161
|
-
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
|
162
|
-
"body": "document"
|
163
|
-
}
|
164
|
-
}
|
165
|
-
},
|
166
|
-
{
|
167
|
-
"(google.api.method_signature)": "parent,document,document_id"
|
168
|
-
}
|
169
|
-
]
|
170
|
-
},
|
171
|
-
"UpdateDocument": {
|
172
|
-
"requestType": "UpdateDocumentRequest",
|
173
|
-
"responseType": "Document",
|
174
|
-
"options": {
|
175
|
-
"(google.api.http).patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
176
|
-
"(google.api.http).body": "document",
|
177
|
-
"(google.api.http).additional_bindings.patch": "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
178
|
-
"(google.api.http).additional_bindings.body": "document"
|
179
|
-
},
|
180
|
-
"parsedOptions": [
|
181
|
-
{
|
182
|
-
"(google.api.http)": {
|
183
|
-
"patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
184
|
-
"body": "document",
|
185
|
-
"additional_bindings": {
|
186
|
-
"patch": "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
187
|
-
"body": "document"
|
188
|
-
}
|
189
|
-
}
|
190
|
-
}
|
191
|
-
]
|
192
|
-
},
|
193
|
-
"DeleteDocument": {
|
194
|
-
"requestType": "DeleteDocumentRequest",
|
195
|
-
"responseType": "google.protobuf.Empty",
|
196
|
-
"options": {
|
197
|
-
"(google.api.http).delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
198
|
-
"(google.api.http).additional_bindings.delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
199
|
-
"(google.api.method_signature)": "name"
|
200
|
-
},
|
201
|
-
"parsedOptions": [
|
202
|
-
{
|
203
|
-
"(google.api.http)": {
|
204
|
-
"delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
205
|
-
"additional_bindings": {
|
206
|
-
"delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
|
207
|
-
}
|
208
|
-
}
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"(google.api.method_signature)": "name"
|
212
|
-
}
|
213
|
-
]
|
214
|
-
},
|
215
|
-
"ImportDocuments": {
|
216
|
-
"requestType": "ImportDocumentsRequest",
|
217
|
-
"responseType": "google.longrunning.Operation",
|
218
|
-
"options": {
|
219
|
-
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
|
220
|
-
"(google.api.http).body": "*",
|
221
|
-
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
|
222
|
-
"(google.api.http).additional_bindings.body": "*",
|
223
|
-
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
|
224
|
-
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
|
225
|
-
},
|
226
|
-
"parsedOptions": [
|
227
|
-
{
|
228
|
-
"(google.api.http)": {
|
229
|
-
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
|
230
|
-
"body": "*",
|
231
|
-
"additional_bindings": {
|
232
|
-
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
|
233
|
-
"body": "*"
|
234
|
-
}
|
235
|
-
}
|
236
|
-
},
|
237
|
-
{
|
238
|
-
"(google.longrunning.operation_info)": {
|
239
|
-
"response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
|
240
|
-
"metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
|
241
|
-
}
|
242
|
-
}
|
243
|
-
]
|
244
|
-
}
|
245
|
-
}
|
246
|
-
},
|
247
|
-
"GetDocumentRequest": {
|
248
|
-
"fields": {
|
249
|
-
"name": {
|
250
|
-
"type": "string",
|
251
|
-
"id": 1,
|
252
|
-
"options": {
|
253
|
-
"(google.api.field_behavior)": "REQUIRED",
|
254
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
|
255
|
-
}
|
256
|
-
}
|
257
|
-
}
|
258
|
-
},
|
259
|
-
"ListDocumentsRequest": {
|
260
|
-
"fields": {
|
261
|
-
"parent": {
|
262
|
-
"type": "string",
|
263
|
-
"id": 1,
|
264
|
-
"options": {
|
265
|
-
"(google.api.field_behavior)": "REQUIRED",
|
266
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
|
267
|
-
}
|
268
|
-
},
|
269
|
-
"pageSize": {
|
270
|
-
"type": "int32",
|
271
|
-
"id": 2
|
272
|
-
},
|
273
|
-
"pageToken": {
|
274
|
-
"type": "string",
|
275
|
-
"id": 3
|
276
|
-
}
|
277
|
-
}
|
278
|
-
},
|
279
|
-
"ListDocumentsResponse": {
|
280
|
-
"fields": {
|
281
|
-
"documents": {
|
282
|
-
"rule": "repeated",
|
283
|
-
"type": "Document",
|
284
|
-
"id": 1
|
285
|
-
},
|
286
|
-
"nextPageToken": {
|
287
|
-
"type": "string",
|
288
|
-
"id": 2
|
289
|
-
}
|
290
|
-
}
|
291
|
-
},
|
292
|
-
"CreateDocumentRequest": {
|
293
|
-
"fields": {
|
294
|
-
"parent": {
|
295
|
-
"type": "string",
|
296
|
-
"id": 1,
|
297
|
-
"options": {
|
298
|
-
"(google.api.field_behavior)": "REQUIRED",
|
299
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
|
300
|
-
}
|
301
|
-
},
|
302
|
-
"document": {
|
303
|
-
"type": "Document",
|
304
|
-
"id": 2,
|
305
|
-
"options": {
|
306
|
-
"(google.api.field_behavior)": "REQUIRED"
|
307
|
-
}
|
308
|
-
},
|
309
|
-
"documentId": {
|
310
|
-
"type": "string",
|
311
|
-
"id": 3,
|
312
|
-
"options": {
|
313
|
-
"(google.api.field_behavior)": "REQUIRED"
|
314
|
-
}
|
315
|
-
}
|
316
|
-
}
|
317
|
-
},
|
318
|
-
"UpdateDocumentRequest": {
|
319
|
-
"fields": {
|
320
|
-
"document": {
|
321
|
-
"type": "Document",
|
322
|
-
"id": 1,
|
323
|
-
"options": {
|
324
|
-
"(google.api.field_behavior)": "REQUIRED"
|
325
|
-
}
|
326
|
-
},
|
327
|
-
"allowMissing": {
|
328
|
-
"type": "bool",
|
329
|
-
"id": 2
|
330
|
-
}
|
331
|
-
}
|
332
|
-
},
|
333
|
-
"DeleteDocumentRequest": {
|
334
|
-
"fields": {
|
335
|
-
"name": {
|
336
|
-
"type": "string",
|
337
|
-
"id": 1,
|
338
|
-
"options": {
|
339
|
-
"(google.api.field_behavior)": "REQUIRED",
|
340
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
|
341
|
-
}
|
342
|
-
}
|
343
|
-
}
|
344
|
-
},
|
345
|
-
"GcsSource": {
|
346
|
-
"fields": {
|
347
|
-
"inputUris": {
|
348
|
-
"rule": "repeated",
|
349
|
-
"type": "string",
|
350
|
-
"id": 1,
|
351
|
-
"options": {
|
352
|
-
"(google.api.field_behavior)": "REQUIRED"
|
353
|
-
}
|
354
|
-
},
|
355
|
-
"dataSchema": {
|
356
|
-
"type": "string",
|
357
|
-
"id": 2
|
358
|
-
}
|
359
|
-
}
|
360
|
-
},
|
361
|
-
"BigQuerySource": {
|
362
|
-
"oneofs": {
|
363
|
-
"partition": {
|
364
|
-
"oneof": [
|
365
|
-
"partitionDate"
|
366
|
-
]
|
367
|
-
}
|
368
|
-
},
|
369
|
-
"fields": {
|
370
|
-
"partitionDate": {
|
371
|
-
"type": "google.type.Date",
|
372
|
-
"id": 5
|
373
|
-
},
|
374
|
-
"projectId": {
|
375
|
-
"type": "string",
|
376
|
-
"id": 1
|
377
|
-
},
|
378
|
-
"datasetId": {
|
379
|
-
"type": "string",
|
380
|
-
"id": 2,
|
381
|
-
"options": {
|
382
|
-
"(google.api.field_behavior)": "REQUIRED"
|
383
|
-
}
|
384
|
-
},
|
385
|
-
"tableId": {
|
386
|
-
"type": "string",
|
387
|
-
"id": 3,
|
388
|
-
"options": {
|
389
|
-
"(google.api.field_behavior)": "REQUIRED"
|
390
|
-
}
|
391
|
-
},
|
392
|
-
"gcsStagingDir": {
|
393
|
-
"type": "string",
|
394
|
-
"id": 4
|
395
|
-
},
|
396
|
-
"dataSchema": {
|
397
|
-
"type": "string",
|
398
|
-
"id": 6
|
399
|
-
}
|
400
|
-
}
|
401
|
-
},
|
402
|
-
"ImportErrorConfig": {
|
403
|
-
"oneofs": {
|
404
|
-
"destination": {
|
405
|
-
"oneof": [
|
406
|
-
"gcsPrefix"
|
407
|
-
]
|
408
|
-
}
|
409
|
-
},
|
410
|
-
"fields": {
|
411
|
-
"gcsPrefix": {
|
412
|
-
"type": "string",
|
413
|
-
"id": 1
|
414
|
-
}
|
415
|
-
}
|
416
|
-
},
|
417
|
-
"ImportUserEventsRequest": {
|
418
|
-
"oneofs": {
|
419
|
-
"source": {
|
420
|
-
"oneof": [
|
421
|
-
"inlineSource",
|
422
|
-
"gcsSource",
|
423
|
-
"bigquerySource"
|
424
|
-
]
|
425
|
-
}
|
426
|
-
},
|
427
|
-
"fields": {
|
428
|
-
"inlineSource": {
|
429
|
-
"type": "InlineSource",
|
430
|
-
"id": 2,
|
431
|
-
"options": {
|
432
|
-
"(google.api.field_behavior)": "REQUIRED"
|
433
|
-
}
|
434
|
-
},
|
435
|
-
"gcsSource": {
|
436
|
-
"type": "GcsSource",
|
437
|
-
"id": 3,
|
438
|
-
"options": {
|
439
|
-
"(google.api.field_behavior)": "REQUIRED"
|
440
|
-
}
|
441
|
-
},
|
442
|
-
"bigquerySource": {
|
443
|
-
"type": "BigQuerySource",
|
444
|
-
"id": 4,
|
445
|
-
"options": {
|
446
|
-
"(google.api.field_behavior)": "REQUIRED"
|
447
|
-
}
|
448
|
-
},
|
449
|
-
"parent": {
|
450
|
-
"type": "string",
|
451
|
-
"id": 1,
|
452
|
-
"options": {
|
453
|
-
"(google.api.field_behavior)": "REQUIRED",
|
454
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
|
455
|
-
}
|
456
|
-
},
|
457
|
-
"errorConfig": {
|
458
|
-
"type": "ImportErrorConfig",
|
459
|
-
"id": 5
|
460
|
-
}
|
461
|
-
},
|
462
|
-
"nested": {
|
463
|
-
"InlineSource": {
|
464
|
-
"fields": {
|
465
|
-
"userEvents": {
|
466
|
-
"rule": "repeated",
|
467
|
-
"type": "UserEvent",
|
468
|
-
"id": 1,
|
469
|
-
"options": {
|
470
|
-
"(google.api.field_behavior)": "REQUIRED"
|
471
|
-
}
|
472
|
-
}
|
473
|
-
}
|
474
|
-
}
|
475
|
-
}
|
476
|
-
},
|
477
|
-
"ImportUserEventsResponse": {
|
478
|
-
"fields": {
|
479
|
-
"errorSamples": {
|
480
|
-
"rule": "repeated",
|
481
|
-
"type": "google.rpc.Status",
|
482
|
-
"id": 1
|
483
|
-
},
|
484
|
-
"errorConfig": {
|
485
|
-
"type": "ImportErrorConfig",
|
486
|
-
"id": 2
|
487
|
-
},
|
488
|
-
"joinedEventsCount": {
|
489
|
-
"type": "int64",
|
490
|
-
"id": 3
|
491
|
-
},
|
492
|
-
"unjoinedEventsCount": {
|
493
|
-
"type": "int64",
|
494
|
-
"id": 4
|
495
|
-
}
|
496
|
-
}
|
497
|
-
},
|
498
|
-
"ImportUserEventsMetadata": {
|
499
|
-
"fields": {
|
500
|
-
"createTime": {
|
501
|
-
"type": "google.protobuf.Timestamp",
|
502
|
-
"id": 1
|
503
|
-
},
|
504
|
-
"updateTime": {
|
505
|
-
"type": "google.protobuf.Timestamp",
|
506
|
-
"id": 2
|
507
|
-
},
|
508
|
-
"successCount": {
|
509
|
-
"type": "int64",
|
510
|
-
"id": 3
|
511
|
-
},
|
512
|
-
"failureCount": {
|
513
|
-
"type": "int64",
|
514
|
-
"id": 4
|
515
|
-
}
|
516
|
-
}
|
517
|
-
},
|
518
|
-
"ImportDocumentsMetadata": {
|
519
|
-
"fields": {
|
520
|
-
"createTime": {
|
521
|
-
"type": "google.protobuf.Timestamp",
|
522
|
-
"id": 1
|
523
|
-
},
|
524
|
-
"updateTime": {
|
525
|
-
"type": "google.protobuf.Timestamp",
|
526
|
-
"id": 2
|
527
|
-
},
|
528
|
-
"successCount": {
|
529
|
-
"type": "int64",
|
530
|
-
"id": 3
|
531
|
-
},
|
532
|
-
"failureCount": {
|
533
|
-
"type": "int64",
|
534
|
-
"id": 4
|
535
|
-
}
|
536
|
-
}
|
537
|
-
},
|
538
|
-
"ImportDocumentsRequest": {
|
539
|
-
"oneofs": {
|
540
|
-
"source": {
|
541
|
-
"oneof": [
|
542
|
-
"inlineSource",
|
543
|
-
"gcsSource",
|
544
|
-
"bigquerySource"
|
545
|
-
]
|
546
|
-
}
|
547
|
-
},
|
548
|
-
"fields": {
|
549
|
-
"inlineSource": {
|
550
|
-
"type": "InlineSource",
|
551
|
-
"id": 2
|
552
|
-
},
|
553
|
-
"gcsSource": {
|
554
|
-
"type": "GcsSource",
|
555
|
-
"id": 3
|
556
|
-
},
|
557
|
-
"bigquerySource": {
|
558
|
-
"type": "BigQuerySource",
|
559
|
-
"id": 4
|
560
|
-
},
|
561
|
-
"parent": {
|
562
|
-
"type": "string",
|
563
|
-
"id": 1,
|
564
|
-
"options": {
|
565
|
-
"(google.api.field_behavior)": "REQUIRED",
|
566
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
|
567
|
-
}
|
568
|
-
},
|
569
|
-
"errorConfig": {
|
570
|
-
"type": "ImportErrorConfig",
|
571
|
-
"id": 5
|
572
|
-
},
|
573
|
-
"reconciliationMode": {
|
574
|
-
"type": "ReconciliationMode",
|
575
|
-
"id": 6
|
576
|
-
}
|
577
|
-
},
|
578
|
-
"nested": {
|
579
|
-
"InlineSource": {
|
580
|
-
"fields": {
|
581
|
-
"documents": {
|
582
|
-
"rule": "repeated",
|
583
|
-
"type": "Document",
|
584
|
-
"id": 1,
|
585
|
-
"options": {
|
586
|
-
"(google.api.field_behavior)": "REQUIRED"
|
587
|
-
}
|
588
|
-
}
|
589
|
-
}
|
590
|
-
},
|
591
|
-
"ReconciliationMode": {
|
592
|
-
"values": {
|
593
|
-
"RECONCILIATION_MODE_UNSPECIFIED": 0,
|
594
|
-
"INCREMENTAL": 1,
|
595
|
-
"FULL": 2
|
596
|
-
}
|
597
|
-
}
|
598
|
-
}
|
599
|
-
},
|
600
|
-
"ImportDocumentsResponse": {
|
601
|
-
"fields": {
|
602
|
-
"errorSamples": {
|
603
|
-
"rule": "repeated",
|
604
|
-
"type": "google.rpc.Status",
|
605
|
-
"id": 1
|
606
|
-
},
|
607
|
-
"errorConfig": {
|
608
|
-
"type": "ImportErrorConfig",
|
609
|
-
"id": 2
|
610
|
-
}
|
611
|
-
}
|
612
|
-
},
|
613
|
-
"UserEvent": {
|
614
|
-
"fields": {
|
615
|
-
"eventType": {
|
616
|
-
"type": "string",
|
617
|
-
"id": 1,
|
618
|
-
"options": {
|
619
|
-
"(google.api.field_behavior)": "REQUIRED"
|
620
|
-
}
|
621
|
-
},
|
622
|
-
"userPseudoId": {
|
623
|
-
"type": "string",
|
624
|
-
"id": 2,
|
625
|
-
"options": {
|
626
|
-
"(google.api.field_behavior)": "REQUIRED"
|
627
|
-
}
|
628
|
-
},
|
629
|
-
"eventTime": {
|
630
|
-
"type": "google.protobuf.Timestamp",
|
631
|
-
"id": 3
|
632
|
-
},
|
633
|
-
"userInfo": {
|
634
|
-
"type": "UserInfo",
|
635
|
-
"id": 4
|
636
|
-
},
|
637
|
-
"directUserRequest": {
|
638
|
-
"type": "bool",
|
639
|
-
"id": 5
|
640
|
-
},
|
641
|
-
"sessionId": {
|
642
|
-
"type": "string",
|
643
|
-
"id": 6
|
644
|
-
},
|
645
|
-
"pageInfo": {
|
646
|
-
"type": "PageInfo",
|
647
|
-
"id": 7
|
648
|
-
},
|
649
|
-
"attributionToken": {
|
650
|
-
"type": "string",
|
651
|
-
"id": 8
|
652
|
-
},
|
653
|
-
"filter": {
|
654
|
-
"type": "string",
|
655
|
-
"id": 9
|
656
|
-
},
|
657
|
-
"documents": {
|
658
|
-
"rule": "repeated",
|
659
|
-
"type": "DocumentInfo",
|
660
|
-
"id": 10
|
661
|
-
},
|
662
|
-
"panel": {
|
663
|
-
"type": "PanelInfo",
|
664
|
-
"id": 11
|
665
|
-
},
|
666
|
-
"searchInfo": {
|
667
|
-
"type": "SearchInfo",
|
668
|
-
"id": 12
|
669
|
-
},
|
670
|
-
"completionInfo": {
|
671
|
-
"type": "CompletionInfo",
|
672
|
-
"id": 13
|
673
|
-
},
|
674
|
-
"transactionInfo": {
|
675
|
-
"type": "TransactionInfo",
|
676
|
-
"id": 14
|
677
|
-
},
|
678
|
-
"tagIds": {
|
679
|
-
"rule": "repeated",
|
680
|
-
"type": "string",
|
681
|
-
"id": 15
|
682
|
-
},
|
683
|
-
"promotionIds": {
|
684
|
-
"rule": "repeated",
|
685
|
-
"type": "string",
|
686
|
-
"id": 16
|
687
|
-
},
|
688
|
-
"attributes": {
|
689
|
-
"keyType": "string",
|
690
|
-
"type": "CustomAttribute",
|
691
|
-
"id": 17
|
692
|
-
},
|
693
|
-
"mediaInfo": {
|
694
|
-
"type": "MediaInfo",
|
695
|
-
"id": 18
|
696
|
-
}
|
697
|
-
}
|
698
|
-
},
|
699
|
-
"PageInfo": {
|
700
|
-
"fields": {
|
701
|
-
"pageviewId": {
|
702
|
-
"type": "string",
|
703
|
-
"id": 1
|
704
|
-
},
|
705
|
-
"pageCategory": {
|
706
|
-
"type": "string",
|
707
|
-
"id": 2
|
708
|
-
},
|
709
|
-
"uri": {
|
710
|
-
"type": "string",
|
711
|
-
"id": 3
|
712
|
-
},
|
713
|
-
"referrerUri": {
|
714
|
-
"type": "string",
|
715
|
-
"id": 4
|
716
|
-
}
|
717
|
-
}
|
718
|
-
},
|
719
|
-
"SearchInfo": {
|
720
|
-
"oneofs": {
|
721
|
-
"_offset": {
|
722
|
-
"oneof": [
|
723
|
-
"offset"
|
724
|
-
]
|
725
|
-
}
|
726
|
-
},
|
727
|
-
"fields": {
|
728
|
-
"searchQuery": {
|
729
|
-
"type": "string",
|
730
|
-
"id": 1
|
731
|
-
},
|
732
|
-
"orderBy": {
|
733
|
-
"type": "string",
|
734
|
-
"id": 2
|
735
|
-
},
|
736
|
-
"offset": {
|
737
|
-
"type": "int32",
|
738
|
-
"id": 3,
|
739
|
-
"options": {
|
740
|
-
"proto3_optional": true
|
741
|
-
}
|
742
|
-
}
|
743
|
-
}
|
744
|
-
},
|
745
|
-
"CompletionInfo": {
|
746
|
-
"fields": {
|
747
|
-
"selectedSuggestion": {
|
748
|
-
"type": "string",
|
749
|
-
"id": 1
|
750
|
-
},
|
751
|
-
"selectedPosition": {
|
752
|
-
"type": "int32",
|
753
|
-
"id": 2
|
754
|
-
}
|
755
|
-
}
|
756
|
-
},
|
757
|
-
"TransactionInfo": {
|
758
|
-
"oneofs": {
|
759
|
-
"_value": {
|
760
|
-
"oneof": [
|
761
|
-
"value"
|
762
|
-
]
|
763
|
-
},
|
764
|
-
"_tax": {
|
765
|
-
"oneof": [
|
766
|
-
"tax"
|
767
|
-
]
|
768
|
-
},
|
769
|
-
"_cost": {
|
770
|
-
"oneof": [
|
771
|
-
"cost"
|
772
|
-
]
|
773
|
-
},
|
774
|
-
"_discountValue": {
|
775
|
-
"oneof": [
|
776
|
-
"discountValue"
|
777
|
-
]
|
778
|
-
}
|
779
|
-
},
|
780
|
-
"fields": {
|
781
|
-
"value": {
|
782
|
-
"type": "float",
|
783
|
-
"id": 1,
|
784
|
-
"options": {
|
785
|
-
"(google.api.field_behavior)": "REQUIRED",
|
786
|
-
"proto3_optional": true
|
787
|
-
}
|
788
|
-
},
|
789
|
-
"currency": {
|
790
|
-
"type": "string",
|
791
|
-
"id": 2,
|
792
|
-
"options": {
|
793
|
-
"(google.api.field_behavior)": "REQUIRED"
|
794
|
-
}
|
795
|
-
},
|
796
|
-
"transactionId": {
|
797
|
-
"type": "string",
|
798
|
-
"id": 3
|
799
|
-
},
|
800
|
-
"tax": {
|
801
|
-
"type": "float",
|
802
|
-
"id": 4,
|
803
|
-
"options": {
|
804
|
-
"proto3_optional": true
|
805
|
-
}
|
806
|
-
},
|
807
|
-
"cost": {
|
808
|
-
"type": "float",
|
809
|
-
"id": 5,
|
810
|
-
"options": {
|
811
|
-
"proto3_optional": true
|
812
|
-
}
|
813
|
-
},
|
814
|
-
"discountValue": {
|
815
|
-
"type": "float",
|
816
|
-
"id": 6,
|
817
|
-
"options": {
|
818
|
-
"proto3_optional": true
|
819
|
-
}
|
820
|
-
}
|
821
|
-
}
|
822
|
-
},
|
823
|
-
"DocumentInfo": {
|
824
|
-
"oneofs": {
|
825
|
-
"documentDescriptor": {
|
826
|
-
"oneof": [
|
827
|
-
"id",
|
828
|
-
"name"
|
829
|
-
]
|
830
|
-
},
|
831
|
-
"_quantity": {
|
832
|
-
"oneof": [
|
833
|
-
"quantity"
|
834
|
-
]
|
835
|
-
}
|
836
|
-
},
|
837
|
-
"fields": {
|
838
|
-
"id": {
|
839
|
-
"type": "string",
|
840
|
-
"id": 1,
|
841
|
-
"options": {
|
842
|
-
"(google.api.field_behavior)": "REQUIRED"
|
843
|
-
}
|
844
|
-
},
|
845
|
-
"name": {
|
846
|
-
"type": "string",
|
847
|
-
"id": 2,
|
848
|
-
"options": {
|
849
|
-
"(google.api.field_behavior)": "REQUIRED",
|
850
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
|
851
|
-
}
|
852
|
-
},
|
853
|
-
"quantity": {
|
854
|
-
"type": "int32",
|
855
|
-
"id": 3,
|
856
|
-
"options": {
|
857
|
-
"proto3_optional": true
|
858
|
-
}
|
859
|
-
},
|
860
|
-
"promotionIds": {
|
861
|
-
"rule": "repeated",
|
862
|
-
"type": "string",
|
863
|
-
"id": 4
|
864
|
-
}
|
865
|
-
}
|
866
|
-
},
|
867
|
-
"PanelInfo": {
|
868
|
-
"oneofs": {
|
869
|
-
"_panelPosition": {
|
870
|
-
"oneof": [
|
871
|
-
"panelPosition"
|
872
|
-
]
|
873
|
-
},
|
874
|
-
"_totalPanels": {
|
875
|
-
"oneof": [
|
876
|
-
"totalPanels"
|
877
|
-
]
|
878
|
-
}
|
879
|
-
},
|
880
|
-
"fields": {
|
881
|
-
"panelId": {
|
882
|
-
"type": "string",
|
883
|
-
"id": 2,
|
884
|
-
"options": {
|
885
|
-
"(google.api.field_behavior)": "REQUIRED"
|
886
|
-
}
|
887
|
-
},
|
888
|
-
"displayName": {
|
889
|
-
"type": "string",
|
890
|
-
"id": 3
|
891
|
-
},
|
892
|
-
"panelPosition": {
|
893
|
-
"type": "int32",
|
894
|
-
"id": 4,
|
895
|
-
"options": {
|
896
|
-
"proto3_optional": true
|
897
|
-
}
|
898
|
-
},
|
899
|
-
"totalPanels": {
|
900
|
-
"type": "int32",
|
901
|
-
"id": 5,
|
902
|
-
"options": {
|
903
|
-
"proto3_optional": true
|
904
|
-
}
|
905
|
-
}
|
906
|
-
}
|
907
|
-
},
|
908
|
-
"MediaInfo": {
|
909
|
-
"oneofs": {
|
910
|
-
"_mediaProgressPercentage": {
|
911
|
-
"oneof": [
|
912
|
-
"mediaProgressPercentage"
|
913
|
-
]
|
914
|
-
}
|
915
|
-
},
|
916
|
-
"fields": {
|
917
|
-
"mediaProgressDuration": {
|
918
|
-
"type": "google.protobuf.Duration",
|
919
|
-
"id": 1
|
920
|
-
},
|
921
|
-
"mediaProgressPercentage": {
|
922
|
-
"type": "float",
|
923
|
-
"id": 2,
|
924
|
-
"options": {
|
925
|
-
"proto3_optional": true
|
926
|
-
}
|
927
|
-
}
|
928
|
-
}
|
929
|
-
},
|
930
|
-
"RecommendationService": {
|
931
|
-
"options": {
|
932
|
-
"(google.api.default_host)": "discoveryengine.googleapis.com",
|
933
|
-
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
|
934
|
-
},
|
935
|
-
"methods": {
|
936
|
-
"Recommend": {
|
937
|
-
"requestType": "RecommendRequest",
|
938
|
-
"responseType": "RecommendResponse",
|
939
|
-
"options": {
|
940
|
-
"(google.api.http).post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
|
941
|
-
"(google.api.http).body": "*",
|
942
|
-
"(google.api.http).additional_bindings.post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
|
943
|
-
"(google.api.http).additional_bindings.body": "*"
|
944
|
-
},
|
945
|
-
"parsedOptions": [
|
946
|
-
{
|
947
|
-
"(google.api.http)": {
|
948
|
-
"post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
|
949
|
-
"body": "*",
|
950
|
-
"additional_bindings": {
|
951
|
-
"post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
|
952
|
-
"body": "*"
|
953
|
-
}
|
954
|
-
}
|
955
|
-
}
|
956
|
-
]
|
957
|
-
}
|
958
|
-
}
|
959
|
-
},
|
960
|
-
"RecommendRequest": {
|
961
|
-
"fields": {
|
962
|
-
"servingConfig": {
|
963
|
-
"type": "string",
|
964
|
-
"id": 1,
|
965
|
-
"options": {
|
966
|
-
"(google.api.field_behavior)": "REQUIRED",
|
967
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
|
968
|
-
}
|
969
|
-
},
|
970
|
-
"userEvent": {
|
971
|
-
"type": "UserEvent",
|
972
|
-
"id": 2,
|
973
|
-
"options": {
|
974
|
-
"(google.api.field_behavior)": "REQUIRED"
|
975
|
-
}
|
976
|
-
},
|
977
|
-
"pageSize": {
|
978
|
-
"type": "int32",
|
979
|
-
"id": 3
|
980
|
-
},
|
981
|
-
"filter": {
|
982
|
-
"type": "string",
|
983
|
-
"id": 4
|
984
|
-
},
|
985
|
-
"validateOnly": {
|
986
|
-
"type": "bool",
|
987
|
-
"id": 5
|
988
|
-
},
|
989
|
-
"params": {
|
990
|
-
"keyType": "string",
|
991
|
-
"type": "google.protobuf.Value",
|
992
|
-
"id": 6
|
993
|
-
},
|
994
|
-
"userLabels": {
|
995
|
-
"keyType": "string",
|
996
|
-
"type": "string",
|
997
|
-
"id": 8
|
998
|
-
}
|
999
|
-
}
|
1000
|
-
},
|
1001
|
-
"RecommendResponse": {
|
1002
|
-
"fields": {
|
1003
|
-
"results": {
|
1004
|
-
"rule": "repeated",
|
1005
|
-
"type": "RecommendationResult",
|
1006
|
-
"id": 1
|
1007
|
-
},
|
1008
|
-
"attributionToken": {
|
1009
|
-
"type": "string",
|
1010
|
-
"id": 2
|
1011
|
-
},
|
1012
|
-
"missingIds": {
|
1013
|
-
"rule": "repeated",
|
1014
|
-
"type": "string",
|
1015
|
-
"id": 3
|
1016
|
-
},
|
1017
|
-
"validateOnly": {
|
1018
|
-
"type": "bool",
|
1019
|
-
"id": 4
|
1020
|
-
}
|
1021
|
-
},
|
1022
|
-
"nested": {
|
1023
|
-
"RecommendationResult": {
|
1024
|
-
"fields": {
|
1025
|
-
"id": {
|
1026
|
-
"type": "string",
|
1027
|
-
"id": 1
|
1028
|
-
},
|
1029
|
-
"document": {
|
1030
|
-
"type": "Document",
|
1031
|
-
"id": 2
|
1032
|
-
},
|
1033
|
-
"metadata": {
|
1034
|
-
"keyType": "string",
|
1035
|
-
"type": "google.protobuf.Value",
|
1036
|
-
"id": 3
|
1037
|
-
}
|
1038
|
-
}
|
1039
|
-
}
|
1040
|
-
}
|
1041
|
-
},
|
1042
|
-
"UserEventService": {
|
1043
|
-
"options": {
|
1044
|
-
"(google.api.default_host)": "discoveryengine.googleapis.com",
|
1045
|
-
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
|
1046
|
-
},
|
1047
|
-
"methods": {
|
1048
|
-
"WriteUserEvent": {
|
1049
|
-
"requestType": "WriteUserEventRequest",
|
1050
|
-
"responseType": "UserEvent",
|
1051
|
-
"options": {
|
1052
|
-
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
|
1053
|
-
"(google.api.http).body": "user_event",
|
1054
|
-
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
|
1055
|
-
"(google.api.http).additional_bindings.body": "user_event"
|
1056
|
-
},
|
1057
|
-
"parsedOptions": [
|
1058
|
-
{
|
1059
|
-
"(google.api.http)": {
|
1060
|
-
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
|
1061
|
-
"body": "user_event",
|
1062
|
-
"additional_bindings": {
|
1063
|
-
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
|
1064
|
-
"body": "user_event"
|
1065
|
-
}
|
1066
|
-
}
|
1067
|
-
}
|
1068
|
-
]
|
1069
|
-
},
|
1070
|
-
"CollectUserEvent": {
|
1071
|
-
"requestType": "CollectUserEventRequest",
|
1072
|
-
"responseType": "google.api.HttpBody",
|
1073
|
-
"options": {
|
1074
|
-
"(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
|
1075
|
-
"(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
|
1076
|
-
},
|
1077
|
-
"parsedOptions": [
|
1078
|
-
{
|
1079
|
-
"(google.api.http)": {
|
1080
|
-
"get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
|
1081
|
-
"additional_bindings": {
|
1082
|
-
"get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
|
1083
|
-
}
|
1084
|
-
}
|
1085
|
-
}
|
1086
|
-
]
|
1087
|
-
},
|
1088
|
-
"ImportUserEvents": {
|
1089
|
-
"requestType": "ImportUserEventsRequest",
|
1090
|
-
"responseType": "google.longrunning.Operation",
|
1091
|
-
"options": {
|
1092
|
-
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
|
1093
|
-
"(google.api.http).body": "*",
|
1094
|
-
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
|
1095
|
-
"(google.api.http).additional_bindings.body": "*",
|
1096
|
-
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
|
1097
|
-
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
|
1098
|
-
},
|
1099
|
-
"parsedOptions": [
|
1100
|
-
{
|
1101
|
-
"(google.api.http)": {
|
1102
|
-
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
|
1103
|
-
"body": "*",
|
1104
|
-
"additional_bindings": {
|
1105
|
-
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
|
1106
|
-
"body": "*"
|
1107
|
-
}
|
1108
|
-
}
|
1109
|
-
},
|
1110
|
-
{
|
1111
|
-
"(google.longrunning.operation_info)": {
|
1112
|
-
"response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
|
1113
|
-
"metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
|
1114
|
-
}
|
1115
|
-
}
|
1116
|
-
]
|
1117
|
-
}
|
1118
|
-
}
|
1119
|
-
},
|
1120
|
-
"WriteUserEventRequest": {
|
1121
|
-
"oneofs": {
|
1122
|
-
"_userEvent": {
|
1123
|
-
"oneof": [
|
1124
|
-
"userEvent"
|
1125
|
-
]
|
1126
|
-
}
|
1127
|
-
},
|
1128
|
-
"fields": {
|
1129
|
-
"parent": {
|
1130
|
-
"type": "string",
|
1131
|
-
"id": 1,
|
1132
|
-
"options": {
|
1133
|
-
"(google.api.field_behavior)": "REQUIRED",
|
1134
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
|
1135
|
-
}
|
1136
|
-
},
|
1137
|
-
"userEvent": {
|
1138
|
-
"type": "UserEvent",
|
1139
|
-
"id": 2,
|
1140
|
-
"options": {
|
1141
|
-
"(google.api.field_behavior)": "REQUIRED",
|
1142
|
-
"proto3_optional": true
|
1143
|
-
}
|
1144
|
-
}
|
1145
|
-
}
|
1146
|
-
},
|
1147
|
-
"CollectUserEventRequest": {
|
1148
|
-
"oneofs": {
|
1149
|
-
"_uri": {
|
1150
|
-
"oneof": [
|
1151
|
-
"uri"
|
1152
|
-
]
|
1153
|
-
},
|
1154
|
-
"_ets": {
|
1155
|
-
"oneof": [
|
1156
|
-
"ets"
|
1157
|
-
]
|
1158
|
-
}
|
1159
|
-
},
|
1160
|
-
"fields": {
|
1161
|
-
"parent": {
|
1162
|
-
"type": "string",
|
1163
|
-
"id": 1,
|
1164
|
-
"options": {
|
1165
|
-
"(google.api.field_behavior)": "REQUIRED",
|
1166
|
-
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
|
1167
|
-
}
|
1168
|
-
},
|
1169
|
-
"userEvent": {
|
1170
|
-
"type": "string",
|
1171
|
-
"id": 2,
|
1172
|
-
"options": {
|
1173
|
-
"(google.api.field_behavior)": "REQUIRED"
|
1174
|
-
}
|
1175
|
-
},
|
1176
|
-
"uri": {
|
1177
|
-
"type": "string",
|
1178
|
-
"id": 3,
|
1179
|
-
"options": {
|
1180
|
-
"proto3_optional": true
|
1181
|
-
}
|
1182
|
-
},
|
1183
|
-
"ets": {
|
1184
|
-
"type": "int64",
|
1185
|
-
"id": 4,
|
1186
|
-
"options": {
|
1187
|
-
"proto3_optional": true
|
1188
|
-
}
|
1189
|
-
}
|
1190
|
-
}
|
1191
|
-
}
|
1192
|
-
}
|
1193
|
-
}
|
1194
|
-
}
|
1195
|
-
}
|
1196
|
-
}
|
1197
|
-
},
|
1198
|
-
"api": {
|
1199
|
-
"options": {
|
1200
|
-
"cc_enable_arenas": true,
|
1201
|
-
"go_package": "google.golang.org/genproto/googleapis/api/httpbody;httpbody",
|
1202
|
-
"java_multiple_files": true,
|
1203
|
-
"java_outer_classname": "HttpBodyProto",
|
1204
|
-
"java_package": "com.google.api",
|
1205
|
-
"objc_class_prefix": "GAPI"
|
1206
|
-
},
|
1207
|
-
"nested": {
|
1208
|
-
"resourceReference": {
|
1209
|
-
"type": "google.api.ResourceReference",
|
1210
|
-
"id": 1055,
|
1211
|
-
"extend": "google.protobuf.FieldOptions"
|
1212
|
-
},
|
1213
|
-
"resourceDefinition": {
|
1214
|
-
"rule": "repeated",
|
1215
|
-
"type": "google.api.ResourceDescriptor",
|
1216
|
-
"id": 1053,
|
1217
|
-
"extend": "google.protobuf.FileOptions"
|
1218
|
-
},
|
1219
|
-
"resource": {
|
1220
|
-
"type": "google.api.ResourceDescriptor",
|
1221
|
-
"id": 1053,
|
1222
|
-
"extend": "google.protobuf.MessageOptions"
|
1223
|
-
},
|
1224
|
-
"ResourceDescriptor": {
|
1225
|
-
"fields": {
|
1226
|
-
"type": {
|
1227
|
-
"type": "string",
|
1228
|
-
"id": 1
|
1229
|
-
},
|
1230
|
-
"pattern": {
|
1231
|
-
"rule": "repeated",
|
1232
|
-
"type": "string",
|
1233
|
-
"id": 2
|
1234
|
-
},
|
1235
|
-
"nameField": {
|
1236
|
-
"type": "string",
|
1237
|
-
"id": 3
|
1238
|
-
},
|
1239
|
-
"history": {
|
1240
|
-
"type": "History",
|
1241
|
-
"id": 4
|
1242
|
-
},
|
1243
|
-
"plural": {
|
1244
|
-
"type": "string",
|
1245
|
-
"id": 5
|
1246
|
-
},
|
1247
|
-
"singular": {
|
1248
|
-
"type": "string",
|
1249
|
-
"id": 6
|
1250
|
-
},
|
1251
|
-
"style": {
|
1252
|
-
"rule": "repeated",
|
1253
|
-
"type": "Style",
|
1254
|
-
"id": 10
|
1255
|
-
}
|
1256
|
-
},
|
1257
|
-
"nested": {
|
1258
|
-
"History": {
|
1259
|
-
"values": {
|
1260
|
-
"HISTORY_UNSPECIFIED": 0,
|
1261
|
-
"ORIGINALLY_SINGLE_PATTERN": 1,
|
1262
|
-
"FUTURE_MULTI_PATTERN": 2
|
1263
|
-
}
|
1264
|
-
},
|
1265
|
-
"Style": {
|
1266
|
-
"values": {
|
1267
|
-
"STYLE_UNSPECIFIED": 0,
|
1268
|
-
"DECLARATIVE_FRIENDLY": 1
|
1269
|
-
}
|
1270
|
-
}
|
1271
|
-
}
|
1272
|
-
},
|
1273
|
-
"ResourceReference": {
|
1274
|
-
"fields": {
|
1275
|
-
"type": {
|
1276
|
-
"type": "string",
|
1277
|
-
"id": 1
|
1278
|
-
},
|
1279
|
-
"childType": {
|
1280
|
-
"type": "string",
|
1281
|
-
"id": 2
|
1282
|
-
}
|
1283
|
-
}
|
1284
|
-
},
|
1285
|
-
"fieldBehavior": {
|
1286
|
-
"rule": "repeated",
|
1287
|
-
"type": "google.api.FieldBehavior",
|
1288
|
-
"id": 1052,
|
1289
|
-
"extend": "google.protobuf.FieldOptions"
|
1290
|
-
},
|
1291
|
-
"FieldBehavior": {
|
1292
|
-
"values": {
|
1293
|
-
"FIELD_BEHAVIOR_UNSPECIFIED": 0,
|
1294
|
-
"OPTIONAL": 1,
|
1295
|
-
"REQUIRED": 2,
|
1296
|
-
"OUTPUT_ONLY": 3,
|
1297
|
-
"INPUT_ONLY": 4,
|
1298
|
-
"IMMUTABLE": 5,
|
1299
|
-
"UNORDERED_LIST": 6,
|
1300
|
-
"NON_EMPTY_DEFAULT": 7
|
1301
|
-
}
|
1302
|
-
},
|
1303
|
-
"http": {
|
1304
|
-
"type": "HttpRule",
|
1305
|
-
"id": 72295728,
|
1306
|
-
"extend": "google.protobuf.MethodOptions"
|
1307
|
-
},
|
1308
|
-
"Http": {
|
1309
|
-
"fields": {
|
1310
|
-
"rules": {
|
1311
|
-
"rule": "repeated",
|
1312
|
-
"type": "HttpRule",
|
1313
|
-
"id": 1
|
1314
|
-
},
|
1315
|
-
"fullyDecodeReservedExpansion": {
|
1316
|
-
"type": "bool",
|
1317
|
-
"id": 2
|
1318
|
-
}
|
1319
|
-
}
|
1320
|
-
},
|
1321
|
-
"HttpRule": {
|
1322
|
-
"oneofs": {
|
1323
|
-
"pattern": {
|
1324
|
-
"oneof": [
|
1325
|
-
"get",
|
1326
|
-
"put",
|
1327
|
-
"post",
|
1328
|
-
"delete",
|
1329
|
-
"patch",
|
1330
|
-
"custom"
|
1331
|
-
]
|
1332
|
-
}
|
1333
|
-
},
|
1334
|
-
"fields": {
|
1335
|
-
"selector": {
|
1336
|
-
"type": "string",
|
1337
|
-
"id": 1
|
1338
|
-
},
|
1339
|
-
"get": {
|
1340
|
-
"type": "string",
|
1341
|
-
"id": 2
|
1342
|
-
},
|
1343
|
-
"put": {
|
1344
|
-
"type": "string",
|
1345
|
-
"id": 3
|
1346
|
-
},
|
1347
|
-
"post": {
|
1348
|
-
"type": "string",
|
1349
|
-
"id": 4
|
1350
|
-
},
|
1351
|
-
"delete": {
|
1352
|
-
"type": "string",
|
1353
|
-
"id": 5
|
1354
|
-
},
|
1355
|
-
"patch": {
|
1356
|
-
"type": "string",
|
1357
|
-
"id": 6
|
1358
|
-
},
|
1359
|
-
"custom": {
|
1360
|
-
"type": "CustomHttpPattern",
|
1361
|
-
"id": 8
|
1362
|
-
},
|
1363
|
-
"body": {
|
1364
|
-
"type": "string",
|
1365
|
-
"id": 7
|
1366
|
-
},
|
1367
|
-
"responseBody": {
|
1368
|
-
"type": "string",
|
1369
|
-
"id": 12
|
1370
|
-
},
|
1371
|
-
"additionalBindings": {
|
1372
|
-
"rule": "repeated",
|
1373
|
-
"type": "HttpRule",
|
1374
|
-
"id": 11
|
1375
|
-
}
|
1376
|
-
}
|
1377
|
-
},
|
1378
|
-
"CustomHttpPattern": {
|
1379
|
-
"fields": {
|
1380
|
-
"kind": {
|
1381
|
-
"type": "string",
|
1382
|
-
"id": 1
|
1383
|
-
},
|
1384
|
-
"path": {
|
1385
|
-
"type": "string",
|
1386
|
-
"id": 2
|
1387
|
-
}
|
1388
|
-
}
|
1389
|
-
},
|
1390
|
-
"methodSignature": {
|
1391
|
-
"rule": "repeated",
|
1392
|
-
"type": "string",
|
1393
|
-
"id": 1051,
|
1394
|
-
"extend": "google.protobuf.MethodOptions"
|
1395
|
-
},
|
1396
|
-
"defaultHost": {
|
1397
|
-
"type": "string",
|
1398
|
-
"id": 1049,
|
1399
|
-
"extend": "google.protobuf.ServiceOptions"
|
1400
|
-
},
|
1401
|
-
"oauthScopes": {
|
1402
|
-
"type": "string",
|
1403
|
-
"id": 1050,
|
1404
|
-
"extend": "google.protobuf.ServiceOptions"
|
1405
|
-
},
|
1406
|
-
"CommonLanguageSettings": {
|
1407
|
-
"fields": {
|
1408
|
-
"referenceDocsUri": {
|
1409
|
-
"type": "string",
|
1410
|
-
"id": 1,
|
1411
|
-
"options": {
|
1412
|
-
"deprecated": true
|
1413
|
-
}
|
1414
|
-
},
|
1415
|
-
"destinations": {
|
1416
|
-
"rule": "repeated",
|
1417
|
-
"type": "ClientLibraryDestination",
|
1418
|
-
"id": 2
|
1419
|
-
}
|
1420
|
-
}
|
1421
|
-
},
|
1422
|
-
"ClientLibrarySettings": {
|
1423
|
-
"fields": {
|
1424
|
-
"version": {
|
1425
|
-
"type": "string",
|
1426
|
-
"id": 1
|
1427
|
-
},
|
1428
|
-
"launchStage": {
|
1429
|
-
"type": "LaunchStage",
|
1430
|
-
"id": 2
|
1431
|
-
},
|
1432
|
-
"restNumericEnums": {
|
1433
|
-
"type": "bool",
|
1434
|
-
"id": 3
|
1435
|
-
},
|
1436
|
-
"javaSettings": {
|
1437
|
-
"type": "JavaSettings",
|
1438
|
-
"id": 21
|
1439
|
-
},
|
1440
|
-
"cppSettings": {
|
1441
|
-
"type": "CppSettings",
|
1442
|
-
"id": 22
|
1443
|
-
},
|
1444
|
-
"phpSettings": {
|
1445
|
-
"type": "PhpSettings",
|
1446
|
-
"id": 23
|
1447
|
-
},
|
1448
|
-
"pythonSettings": {
|
1449
|
-
"type": "PythonSettings",
|
1450
|
-
"id": 24
|
1451
|
-
},
|
1452
|
-
"nodeSettings": {
|
1453
|
-
"type": "NodeSettings",
|
1454
|
-
"id": 25
|
1455
|
-
},
|
1456
|
-
"dotnetSettings": {
|
1457
|
-
"type": "DotnetSettings",
|
1458
|
-
"id": 26
|
1459
|
-
},
|
1460
|
-
"rubySettings": {
|
1461
|
-
"type": "RubySettings",
|
1462
|
-
"id": 27
|
1463
|
-
},
|
1464
|
-
"goSettings": {
|
1465
|
-
"type": "GoSettings",
|
1466
|
-
"id": 28
|
1467
|
-
}
|
1468
|
-
}
|
1469
|
-
},
|
1470
|
-
"Publishing": {
|
1471
|
-
"fields": {
|
1472
|
-
"methodSettings": {
|
1473
|
-
"rule": "repeated",
|
1474
|
-
"type": "MethodSettings",
|
1475
|
-
"id": 2
|
1476
|
-
},
|
1477
|
-
"newIssueUri": {
|
1478
|
-
"type": "string",
|
1479
|
-
"id": 101
|
1480
|
-
},
|
1481
|
-
"documentationUri": {
|
1482
|
-
"type": "string",
|
1483
|
-
"id": 102
|
1484
|
-
},
|
1485
|
-
"apiShortName": {
|
1486
|
-
"type": "string",
|
1487
|
-
"id": 103
|
1488
|
-
},
|
1489
|
-
"githubLabel": {
|
1490
|
-
"type": "string",
|
1491
|
-
"id": 104
|
1492
|
-
},
|
1493
|
-
"codeownerGithubTeams": {
|
1494
|
-
"rule": "repeated",
|
1495
|
-
"type": "string",
|
1496
|
-
"id": 105
|
1497
|
-
},
|
1498
|
-
"docTagPrefix": {
|
1499
|
-
"type": "string",
|
1500
|
-
"id": 106
|
1501
|
-
},
|
1502
|
-
"organization": {
|
1503
|
-
"type": "ClientLibraryOrganization",
|
1504
|
-
"id": 107
|
1505
|
-
},
|
1506
|
-
"librarySettings": {
|
1507
|
-
"rule": "repeated",
|
1508
|
-
"type": "ClientLibrarySettings",
|
1509
|
-
"id": 109
|
1510
|
-
}
|
1511
|
-
}
|
1512
|
-
},
|
1513
|
-
"JavaSettings": {
|
1514
|
-
"fields": {
|
1515
|
-
"libraryPackage": {
|
1516
|
-
"type": "string",
|
1517
|
-
"id": 1
|
1518
|
-
},
|
1519
|
-
"serviceClassNames": {
|
1520
|
-
"keyType": "string",
|
1521
|
-
"type": "string",
|
1522
|
-
"id": 2
|
1523
|
-
},
|
1524
|
-
"common": {
|
1525
|
-
"type": "CommonLanguageSettings",
|
1526
|
-
"id": 3
|
1527
|
-
}
|
1528
|
-
}
|
1529
|
-
},
|
1530
|
-
"CppSettings": {
|
1531
|
-
"fields": {
|
1532
|
-
"common": {
|
1533
|
-
"type": "CommonLanguageSettings",
|
1534
|
-
"id": 1
|
1535
|
-
}
|
1536
|
-
}
|
1537
|
-
},
|
1538
|
-
"PhpSettings": {
|
1539
|
-
"fields": {
|
1540
|
-
"common": {
|
1541
|
-
"type": "CommonLanguageSettings",
|
1542
|
-
"id": 1
|
1543
|
-
}
|
1544
|
-
}
|
1545
|
-
},
|
1546
|
-
"PythonSettings": {
|
1547
|
-
"fields": {
|
1548
|
-
"common": {
|
1549
|
-
"type": "CommonLanguageSettings",
|
1550
|
-
"id": 1
|
1551
|
-
}
|
1552
|
-
}
|
1553
|
-
},
|
1554
|
-
"NodeSettings": {
|
1555
|
-
"fields": {
|
1556
|
-
"common": {
|
1557
|
-
"type": "CommonLanguageSettings",
|
1558
|
-
"id": 1
|
1559
|
-
}
|
1560
|
-
}
|
1561
|
-
},
|
1562
|
-
"DotnetSettings": {
|
1563
|
-
"fields": {
|
1564
|
-
"common": {
|
1565
|
-
"type": "CommonLanguageSettings",
|
1566
|
-
"id": 1
|
1567
|
-
}
|
1568
|
-
}
|
1569
|
-
},
|
1570
|
-
"RubySettings": {
|
1571
|
-
"fields": {
|
1572
|
-
"common": {
|
1573
|
-
"type": "CommonLanguageSettings",
|
1574
|
-
"id": 1
|
1575
|
-
}
|
1576
|
-
}
|
1577
|
-
},
|
1578
|
-
"GoSettings": {
|
1579
|
-
"fields": {
|
1580
|
-
"common": {
|
1581
|
-
"type": "CommonLanguageSettings",
|
1582
|
-
"id": 1
|
1583
|
-
}
|
1584
|
-
}
|
1585
|
-
},
|
1586
|
-
"MethodSettings": {
|
1587
|
-
"fields": {
|
1588
|
-
"selector": {
|
1589
|
-
"type": "string",
|
1590
|
-
"id": 1
|
1591
|
-
},
|
1592
|
-
"longRunning": {
|
1593
|
-
"type": "LongRunning",
|
1594
|
-
"id": 2
|
1595
|
-
}
|
1596
|
-
},
|
1597
|
-
"nested": {
|
1598
|
-
"LongRunning": {
|
1599
|
-
"fields": {
|
1600
|
-
"initialPollDelay": {
|
1601
|
-
"type": "google.protobuf.Duration",
|
1602
|
-
"id": 1
|
1603
|
-
},
|
1604
|
-
"pollDelayMultiplier": {
|
1605
|
-
"type": "float",
|
1606
|
-
"id": 2
|
1607
|
-
},
|
1608
|
-
"maxPollDelay": {
|
1609
|
-
"type": "google.protobuf.Duration",
|
1610
|
-
"id": 3
|
1611
|
-
},
|
1612
|
-
"totalPollTimeout": {
|
1613
|
-
"type": "google.protobuf.Duration",
|
1614
|
-
"id": 4
|
1615
|
-
}
|
1616
|
-
}
|
1617
|
-
}
|
1618
|
-
}
|
1619
|
-
},
|
1620
|
-
"ClientLibraryOrganization": {
|
1621
|
-
"values": {
|
1622
|
-
"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
|
1623
|
-
"CLOUD": 1,
|
1624
|
-
"ADS": 2,
|
1625
|
-
"PHOTOS": 3,
|
1626
|
-
"STREET_VIEW": 4
|
1627
|
-
}
|
1628
|
-
},
|
1629
|
-
"ClientLibraryDestination": {
|
1630
|
-
"values": {
|
1631
|
-
"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
|
1632
|
-
"GITHUB": 10,
|
1633
|
-
"PACKAGE_MANAGER": 20
|
1634
|
-
}
|
1635
|
-
},
|
1636
|
-
"LaunchStage": {
|
1637
|
-
"values": {
|
1638
|
-
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
1639
|
-
"UNIMPLEMENTED": 6,
|
1640
|
-
"PRELAUNCH": 7,
|
1641
|
-
"EARLY_ACCESS": 1,
|
1642
|
-
"ALPHA": 2,
|
1643
|
-
"BETA": 3,
|
1644
|
-
"GA": 4,
|
1645
|
-
"DEPRECATED": 5
|
1646
|
-
}
|
1647
|
-
},
|
1648
|
-
"HttpBody": {
|
1649
|
-
"fields": {
|
1650
|
-
"contentType": {
|
1651
|
-
"type": "string",
|
1652
|
-
"id": 1
|
1653
|
-
},
|
1654
|
-
"data": {
|
1655
|
-
"type": "bytes",
|
1656
|
-
"id": 2
|
1657
|
-
},
|
1658
|
-
"extensions": {
|
1659
|
-
"rule": "repeated",
|
1660
|
-
"type": "google.protobuf.Any",
|
1661
|
-
"id": 3
|
1662
|
-
}
|
1663
|
-
}
|
1664
|
-
}
|
1665
|
-
}
|
1666
|
-
},
|
1667
|
-
"protobuf": {
|
1668
|
-
"options": {
|
1669
|
-
"go_package": "google.golang.org/protobuf/types/descriptorpb",
|
1670
|
-
"java_package": "com.google.protobuf",
|
1671
|
-
"java_outer_classname": "DescriptorProtos",
|
1672
|
-
"csharp_namespace": "Google.Protobuf.Reflection",
|
1673
|
-
"objc_class_prefix": "GPB",
|
1674
|
-
"cc_enable_arenas": true,
|
1675
|
-
"optimize_for": "SPEED"
|
1676
|
-
},
|
1677
|
-
"nested": {
|
1678
|
-
"FileDescriptorSet": {
|
1679
|
-
"fields": {
|
1680
|
-
"file": {
|
1681
|
-
"rule": "repeated",
|
1682
|
-
"type": "FileDescriptorProto",
|
1683
|
-
"id": 1
|
1684
|
-
}
|
1685
|
-
}
|
1686
|
-
},
|
1687
|
-
"FileDescriptorProto": {
|
1688
|
-
"fields": {
|
1689
|
-
"name": {
|
1690
|
-
"type": "string",
|
1691
|
-
"id": 1
|
1692
|
-
},
|
1693
|
-
"package": {
|
1694
|
-
"type": "string",
|
1695
|
-
"id": 2
|
1696
|
-
},
|
1697
|
-
"dependency": {
|
1698
|
-
"rule": "repeated",
|
1699
|
-
"type": "string",
|
1700
|
-
"id": 3
|
1701
|
-
},
|
1702
|
-
"publicDependency": {
|
1703
|
-
"rule": "repeated",
|
1704
|
-
"type": "int32",
|
1705
|
-
"id": 10,
|
1706
|
-
"options": {
|
1707
|
-
"packed": false
|
1708
|
-
}
|
1709
|
-
},
|
1710
|
-
"weakDependency": {
|
1711
|
-
"rule": "repeated",
|
1712
|
-
"type": "int32",
|
1713
|
-
"id": 11,
|
1714
|
-
"options": {
|
1715
|
-
"packed": false
|
1716
|
-
}
|
1717
|
-
},
|
1718
|
-
"messageType": {
|
1719
|
-
"rule": "repeated",
|
1720
|
-
"type": "DescriptorProto",
|
1721
|
-
"id": 4
|
1722
|
-
},
|
1723
|
-
"enumType": {
|
1724
|
-
"rule": "repeated",
|
1725
|
-
"type": "EnumDescriptorProto",
|
1726
|
-
"id": 5
|
1727
|
-
},
|
1728
|
-
"service": {
|
1729
|
-
"rule": "repeated",
|
1730
|
-
"type": "ServiceDescriptorProto",
|
1731
|
-
"id": 6
|
1732
|
-
},
|
1733
|
-
"extension": {
|
1734
|
-
"rule": "repeated",
|
1735
|
-
"type": "FieldDescriptorProto",
|
1736
|
-
"id": 7
|
1737
|
-
},
|
1738
|
-
"options": {
|
1739
|
-
"type": "FileOptions",
|
1740
|
-
"id": 8
|
1741
|
-
},
|
1742
|
-
"sourceCodeInfo": {
|
1743
|
-
"type": "SourceCodeInfo",
|
1744
|
-
"id": 9
|
1745
|
-
},
|
1746
|
-
"syntax": {
|
1747
|
-
"type": "string",
|
1748
|
-
"id": 12
|
1749
|
-
},
|
1750
|
-
"edition": {
|
1751
|
-
"type": "string",
|
1752
|
-
"id": 13
|
1753
|
-
}
|
1754
|
-
}
|
1755
|
-
},
|
1756
|
-
"DescriptorProto": {
|
1757
|
-
"fields": {
|
1758
|
-
"name": {
|
1759
|
-
"type": "string",
|
1760
|
-
"id": 1
|
1761
|
-
},
|
1762
|
-
"field": {
|
1763
|
-
"rule": "repeated",
|
1764
|
-
"type": "FieldDescriptorProto",
|
1765
|
-
"id": 2
|
1766
|
-
},
|
1767
|
-
"extension": {
|
1768
|
-
"rule": "repeated",
|
1769
|
-
"type": "FieldDescriptorProto",
|
1770
|
-
"id": 6
|
1771
|
-
},
|
1772
|
-
"nestedType": {
|
1773
|
-
"rule": "repeated",
|
1774
|
-
"type": "DescriptorProto",
|
1775
|
-
"id": 3
|
1776
|
-
},
|
1777
|
-
"enumType": {
|
1778
|
-
"rule": "repeated",
|
1779
|
-
"type": "EnumDescriptorProto",
|
1780
|
-
"id": 4
|
1781
|
-
},
|
1782
|
-
"extensionRange": {
|
1783
|
-
"rule": "repeated",
|
1784
|
-
"type": "ExtensionRange",
|
1785
|
-
"id": 5
|
1786
|
-
},
|
1787
|
-
"oneofDecl": {
|
1788
|
-
"rule": "repeated",
|
1789
|
-
"type": "OneofDescriptorProto",
|
1790
|
-
"id": 8
|
1791
|
-
},
|
1792
|
-
"options": {
|
1793
|
-
"type": "MessageOptions",
|
1794
|
-
"id": 7
|
1795
|
-
},
|
1796
|
-
"reservedRange": {
|
1797
|
-
"rule": "repeated",
|
1798
|
-
"type": "ReservedRange",
|
1799
|
-
"id": 9
|
1800
|
-
},
|
1801
|
-
"reservedName": {
|
1802
|
-
"rule": "repeated",
|
1803
|
-
"type": "string",
|
1804
|
-
"id": 10
|
1805
|
-
}
|
1806
|
-
},
|
1807
|
-
"nested": {
|
1808
|
-
"ExtensionRange": {
|
1809
|
-
"fields": {
|
1810
|
-
"start": {
|
1811
|
-
"type": "int32",
|
1812
|
-
"id": 1
|
1813
|
-
},
|
1814
|
-
"end": {
|
1815
|
-
"type": "int32",
|
1816
|
-
"id": 2
|
1817
|
-
},
|
1818
|
-
"options": {
|
1819
|
-
"type": "ExtensionRangeOptions",
|
1820
|
-
"id": 3
|
1821
|
-
}
|
1822
|
-
}
|
1823
|
-
},
|
1824
|
-
"ReservedRange": {
|
1825
|
-
"fields": {
|
1826
|
-
"start": {
|
1827
|
-
"type": "int32",
|
1828
|
-
"id": 1
|
1829
|
-
},
|
1830
|
-
"end": {
|
1831
|
-
"type": "int32",
|
1832
|
-
"id": 2
|
1833
|
-
}
|
1834
|
-
}
|
1835
|
-
}
|
1836
|
-
}
|
1837
|
-
},
|
1838
|
-
"ExtensionRangeOptions": {
|
1839
|
-
"fields": {
|
1840
|
-
"uninterpretedOption": {
|
1841
|
-
"rule": "repeated",
|
1842
|
-
"type": "UninterpretedOption",
|
1843
|
-
"id": 999
|
1844
|
-
}
|
1845
|
-
},
|
1846
|
-
"extensions": [
|
1847
|
-
[
|
1848
|
-
1000,
|
1849
|
-
536870911
|
1850
|
-
]
|
1851
|
-
]
|
1852
|
-
},
|
1853
|
-
"FieldDescriptorProto": {
|
1854
|
-
"fields": {
|
1855
|
-
"name": {
|
1856
|
-
"type": "string",
|
1857
|
-
"id": 1
|
1858
|
-
},
|
1859
|
-
"number": {
|
1860
|
-
"type": "int32",
|
1861
|
-
"id": 3
|
1862
|
-
},
|
1863
|
-
"label": {
|
1864
|
-
"type": "Label",
|
1865
|
-
"id": 4
|
1866
|
-
},
|
1867
|
-
"type": {
|
1868
|
-
"type": "Type",
|
1869
|
-
"id": 5
|
1870
|
-
},
|
1871
|
-
"typeName": {
|
1872
|
-
"type": "string",
|
1873
|
-
"id": 6
|
1874
|
-
},
|
1875
|
-
"extendee": {
|
1876
|
-
"type": "string",
|
1877
|
-
"id": 2
|
1878
|
-
},
|
1879
|
-
"defaultValue": {
|
1880
|
-
"type": "string",
|
1881
|
-
"id": 7
|
1882
|
-
},
|
1883
|
-
"oneofIndex": {
|
1884
|
-
"type": "int32",
|
1885
|
-
"id": 9
|
1886
|
-
},
|
1887
|
-
"jsonName": {
|
1888
|
-
"type": "string",
|
1889
|
-
"id": 10
|
1890
|
-
},
|
1891
|
-
"options": {
|
1892
|
-
"type": "FieldOptions",
|
1893
|
-
"id": 8
|
1894
|
-
},
|
1895
|
-
"proto3Optional": {
|
1896
|
-
"type": "bool",
|
1897
|
-
"id": 17
|
1898
|
-
}
|
1899
|
-
},
|
1900
|
-
"nested": {
|
1901
|
-
"Type": {
|
1902
|
-
"values": {
|
1903
|
-
"TYPE_DOUBLE": 1,
|
1904
|
-
"TYPE_FLOAT": 2,
|
1905
|
-
"TYPE_INT64": 3,
|
1906
|
-
"TYPE_UINT64": 4,
|
1907
|
-
"TYPE_INT32": 5,
|
1908
|
-
"TYPE_FIXED64": 6,
|
1909
|
-
"TYPE_FIXED32": 7,
|
1910
|
-
"TYPE_BOOL": 8,
|
1911
|
-
"TYPE_STRING": 9,
|
1912
|
-
"TYPE_GROUP": 10,
|
1913
|
-
"TYPE_MESSAGE": 11,
|
1914
|
-
"TYPE_BYTES": 12,
|
1915
|
-
"TYPE_UINT32": 13,
|
1916
|
-
"TYPE_ENUM": 14,
|
1917
|
-
"TYPE_SFIXED32": 15,
|
1918
|
-
"TYPE_SFIXED64": 16,
|
1919
|
-
"TYPE_SINT32": 17,
|
1920
|
-
"TYPE_SINT64": 18
|
1921
|
-
}
|
1922
|
-
},
|
1923
|
-
"Label": {
|
1924
|
-
"values": {
|
1925
|
-
"LABEL_OPTIONAL": 1,
|
1926
|
-
"LABEL_REQUIRED": 2,
|
1927
|
-
"LABEL_REPEATED": 3
|
1928
|
-
}
|
1929
|
-
}
|
1930
|
-
}
|
1931
|
-
},
|
1932
|
-
"OneofDescriptorProto": {
|
1933
|
-
"fields": {
|
1934
|
-
"name": {
|
1935
|
-
"type": "string",
|
1936
|
-
"id": 1
|
1937
|
-
},
|
1938
|
-
"options": {
|
1939
|
-
"type": "OneofOptions",
|
1940
|
-
"id": 2
|
1941
|
-
}
|
1942
|
-
}
|
1943
|
-
},
|
1944
|
-
"EnumDescriptorProto": {
|
1945
|
-
"fields": {
|
1946
|
-
"name": {
|
1947
|
-
"type": "string",
|
1948
|
-
"id": 1
|
1949
|
-
},
|
1950
|
-
"value": {
|
1951
|
-
"rule": "repeated",
|
1952
|
-
"type": "EnumValueDescriptorProto",
|
1953
|
-
"id": 2
|
1954
|
-
},
|
1955
|
-
"options": {
|
1956
|
-
"type": "EnumOptions",
|
1957
|
-
"id": 3
|
1958
|
-
},
|
1959
|
-
"reservedRange": {
|
1960
|
-
"rule": "repeated",
|
1961
|
-
"type": "EnumReservedRange",
|
1962
|
-
"id": 4
|
1963
|
-
},
|
1964
|
-
"reservedName": {
|
1965
|
-
"rule": "repeated",
|
1966
|
-
"type": "string",
|
1967
|
-
"id": 5
|
1968
|
-
}
|
1969
|
-
},
|
1970
|
-
"nested": {
|
1971
|
-
"EnumReservedRange": {
|
1972
|
-
"fields": {
|
1973
|
-
"start": {
|
1974
|
-
"type": "int32",
|
1975
|
-
"id": 1
|
1976
|
-
},
|
1977
|
-
"end": {
|
1978
|
-
"type": "int32",
|
1979
|
-
"id": 2
|
1980
|
-
}
|
1981
|
-
}
|
1982
|
-
}
|
1983
|
-
}
|
1984
|
-
},
|
1985
|
-
"EnumValueDescriptorProto": {
|
1986
|
-
"fields": {
|
1987
|
-
"name": {
|
1988
|
-
"type": "string",
|
1989
|
-
"id": 1
|
1990
|
-
},
|
1991
|
-
"number": {
|
1992
|
-
"type": "int32",
|
1993
|
-
"id": 2
|
1994
|
-
},
|
1995
|
-
"options": {
|
1996
|
-
"type": "EnumValueOptions",
|
1997
|
-
"id": 3
|
1998
|
-
}
|
1999
|
-
}
|
2000
|
-
},
|
2001
|
-
"ServiceDescriptorProto": {
|
2002
|
-
"fields": {
|
2003
|
-
"name": {
|
2004
|
-
"type": "string",
|
2005
|
-
"id": 1
|
2006
|
-
},
|
2007
|
-
"method": {
|
2008
|
-
"rule": "repeated",
|
2009
|
-
"type": "MethodDescriptorProto",
|
2010
|
-
"id": 2
|
2011
|
-
},
|
2012
|
-
"options": {
|
2013
|
-
"type": "ServiceOptions",
|
2014
|
-
"id": 3
|
2015
|
-
}
|
2016
|
-
}
|
2017
|
-
},
|
2018
|
-
"MethodDescriptorProto": {
|
2019
|
-
"fields": {
|
2020
|
-
"name": {
|
2021
|
-
"type": "string",
|
2022
|
-
"id": 1
|
2023
|
-
},
|
2024
|
-
"inputType": {
|
2025
|
-
"type": "string",
|
2026
|
-
"id": 2
|
2027
|
-
},
|
2028
|
-
"outputType": {
|
2029
|
-
"type": "string",
|
2030
|
-
"id": 3
|
2031
|
-
},
|
2032
|
-
"options": {
|
2033
|
-
"type": "MethodOptions",
|
2034
|
-
"id": 4
|
2035
|
-
},
|
2036
|
-
"clientStreaming": {
|
2037
|
-
"type": "bool",
|
2038
|
-
"id": 5,
|
2039
|
-
"options": {
|
2040
|
-
"default": false
|
2041
|
-
}
|
2042
|
-
},
|
2043
|
-
"serverStreaming": {
|
2044
|
-
"type": "bool",
|
2045
|
-
"id": 6,
|
2046
|
-
"options": {
|
2047
|
-
"default": false
|
2048
|
-
}
|
2049
|
-
}
|
2050
|
-
}
|
2051
|
-
},
|
2052
|
-
"FileOptions": {
|
2053
|
-
"fields": {
|
2054
|
-
"javaPackage": {
|
2055
|
-
"type": "string",
|
2056
|
-
"id": 1
|
2057
|
-
},
|
2058
|
-
"javaOuterClassname": {
|
2059
|
-
"type": "string",
|
2060
|
-
"id": 8
|
2061
|
-
},
|
2062
|
-
"javaMultipleFiles": {
|
2063
|
-
"type": "bool",
|
2064
|
-
"id": 10,
|
2065
|
-
"options": {
|
2066
|
-
"default": false
|
2067
|
-
}
|
2068
|
-
},
|
2069
|
-
"javaGenerateEqualsAndHash": {
|
2070
|
-
"type": "bool",
|
2071
|
-
"id": 20,
|
2072
|
-
"options": {
|
2073
|
-
"deprecated": true
|
2074
|
-
}
|
2075
|
-
},
|
2076
|
-
"javaStringCheckUtf8": {
|
2077
|
-
"type": "bool",
|
2078
|
-
"id": 27,
|
2079
|
-
"options": {
|
2080
|
-
"default": false
|
2081
|
-
}
|
2082
|
-
},
|
2083
|
-
"optimizeFor": {
|
2084
|
-
"type": "OptimizeMode",
|
2085
|
-
"id": 9,
|
2086
|
-
"options": {
|
2087
|
-
"default": "SPEED"
|
2088
|
-
}
|
2089
|
-
},
|
2090
|
-
"goPackage": {
|
2091
|
-
"type": "string",
|
2092
|
-
"id": 11
|
2093
|
-
},
|
2094
|
-
"ccGenericServices": {
|
2095
|
-
"type": "bool",
|
2096
|
-
"id": 16,
|
2097
|
-
"options": {
|
2098
|
-
"default": false
|
2099
|
-
}
|
2100
|
-
},
|
2101
|
-
"javaGenericServices": {
|
2102
|
-
"type": "bool",
|
2103
|
-
"id": 17,
|
2104
|
-
"options": {
|
2105
|
-
"default": false
|
2106
|
-
}
|
2107
|
-
},
|
2108
|
-
"pyGenericServices": {
|
2109
|
-
"type": "bool",
|
2110
|
-
"id": 18,
|
2111
|
-
"options": {
|
2112
|
-
"default": false
|
2113
|
-
}
|
2114
|
-
},
|
2115
|
-
"phpGenericServices": {
|
2116
|
-
"type": "bool",
|
2117
|
-
"id": 42,
|
2118
|
-
"options": {
|
2119
|
-
"default": false
|
2120
|
-
}
|
2121
|
-
},
|
2122
|
-
"deprecated": {
|
2123
|
-
"type": "bool",
|
2124
|
-
"id": 23,
|
2125
|
-
"options": {
|
2126
|
-
"default": false
|
2127
|
-
}
|
2128
|
-
},
|
2129
|
-
"ccEnableArenas": {
|
2130
|
-
"type": "bool",
|
2131
|
-
"id": 31,
|
2132
|
-
"options": {
|
2133
|
-
"default": true
|
2134
|
-
}
|
2135
|
-
},
|
2136
|
-
"objcClassPrefix": {
|
2137
|
-
"type": "string",
|
2138
|
-
"id": 36
|
2139
|
-
},
|
2140
|
-
"csharpNamespace": {
|
2141
|
-
"type": "string",
|
2142
|
-
"id": 37
|
2143
|
-
},
|
2144
|
-
"swiftPrefix": {
|
2145
|
-
"type": "string",
|
2146
|
-
"id": 39
|
2147
|
-
},
|
2148
|
-
"phpClassPrefix": {
|
2149
|
-
"type": "string",
|
2150
|
-
"id": 40
|
2151
|
-
},
|
2152
|
-
"phpNamespace": {
|
2153
|
-
"type": "string",
|
2154
|
-
"id": 41
|
2155
|
-
},
|
2156
|
-
"phpMetadataNamespace": {
|
2157
|
-
"type": "string",
|
2158
|
-
"id": 44
|
2159
|
-
},
|
2160
|
-
"rubyPackage": {
|
2161
|
-
"type": "string",
|
2162
|
-
"id": 45
|
2163
|
-
},
|
2164
|
-
"uninterpretedOption": {
|
2165
|
-
"rule": "repeated",
|
2166
|
-
"type": "UninterpretedOption",
|
2167
|
-
"id": 999
|
2168
|
-
}
|
2169
|
-
},
|
2170
|
-
"extensions": [
|
2171
|
-
[
|
2172
|
-
1000,
|
2173
|
-
536870911
|
2174
|
-
]
|
2175
|
-
],
|
2176
|
-
"reserved": [
|
2177
|
-
[
|
2178
|
-
38,
|
2179
|
-
38
|
2180
|
-
]
|
2181
|
-
],
|
2182
|
-
"nested": {
|
2183
|
-
"OptimizeMode": {
|
2184
|
-
"values": {
|
2185
|
-
"SPEED": 1,
|
2186
|
-
"CODE_SIZE": 2,
|
2187
|
-
"LITE_RUNTIME": 3
|
2188
|
-
}
|
2189
|
-
}
|
2190
|
-
}
|
2191
|
-
},
|
2192
|
-
"MessageOptions": {
|
2193
|
-
"fields": {
|
2194
|
-
"messageSetWireFormat": {
|
2195
|
-
"type": "bool",
|
2196
|
-
"id": 1,
|
2197
|
-
"options": {
|
2198
|
-
"default": false
|
2199
|
-
}
|
2200
|
-
},
|
2201
|
-
"noStandardDescriptorAccessor": {
|
2202
|
-
"type": "bool",
|
2203
|
-
"id": 2,
|
2204
|
-
"options": {
|
2205
|
-
"default": false
|
2206
|
-
}
|
2207
|
-
},
|
2208
|
-
"deprecated": {
|
2209
|
-
"type": "bool",
|
2210
|
-
"id": 3,
|
2211
|
-
"options": {
|
2212
|
-
"default": false
|
2213
|
-
}
|
2214
|
-
},
|
2215
|
-
"mapEntry": {
|
2216
|
-
"type": "bool",
|
2217
|
-
"id": 7
|
2218
|
-
},
|
2219
|
-
"deprecatedLegacyJsonFieldConflicts": {
|
2220
|
-
"type": "bool",
|
2221
|
-
"id": 11,
|
2222
|
-
"options": {
|
2223
|
-
"deprecated": true
|
2224
|
-
}
|
2225
|
-
},
|
2226
|
-
"uninterpretedOption": {
|
2227
|
-
"rule": "repeated",
|
2228
|
-
"type": "UninterpretedOption",
|
2229
|
-
"id": 999
|
2230
|
-
}
|
2231
|
-
},
|
2232
|
-
"extensions": [
|
2233
|
-
[
|
2234
|
-
1000,
|
2235
|
-
536870911
|
2236
|
-
]
|
2237
|
-
],
|
2238
|
-
"reserved": [
|
2239
|
-
[
|
2240
|
-
4,
|
2241
|
-
4
|
2242
|
-
],
|
2243
|
-
[
|
2244
|
-
5,
|
2245
|
-
5
|
2246
|
-
],
|
2247
|
-
[
|
2248
|
-
6,
|
2249
|
-
6
|
2250
|
-
],
|
2251
|
-
[
|
2252
|
-
8,
|
2253
|
-
8
|
2254
|
-
],
|
2255
|
-
[
|
2256
|
-
9,
|
2257
|
-
9
|
2258
|
-
]
|
2259
|
-
]
|
2260
|
-
},
|
2261
|
-
"FieldOptions": {
|
2262
|
-
"fields": {
|
2263
|
-
"ctype": {
|
2264
|
-
"type": "CType",
|
2265
|
-
"id": 1,
|
2266
|
-
"options": {
|
2267
|
-
"default": "STRING"
|
2268
|
-
}
|
2269
|
-
},
|
2270
|
-
"packed": {
|
2271
|
-
"type": "bool",
|
2272
|
-
"id": 2
|
2273
|
-
},
|
2274
|
-
"jstype": {
|
2275
|
-
"type": "JSType",
|
2276
|
-
"id": 6,
|
2277
|
-
"options": {
|
2278
|
-
"default": "JS_NORMAL"
|
2279
|
-
}
|
2280
|
-
},
|
2281
|
-
"lazy": {
|
2282
|
-
"type": "bool",
|
2283
|
-
"id": 5,
|
2284
|
-
"options": {
|
2285
|
-
"default": false
|
2286
|
-
}
|
2287
|
-
},
|
2288
|
-
"unverifiedLazy": {
|
2289
|
-
"type": "bool",
|
2290
|
-
"id": 15,
|
2291
|
-
"options": {
|
2292
|
-
"default": false
|
2293
|
-
}
|
2294
|
-
},
|
2295
|
-
"deprecated": {
|
2296
|
-
"type": "bool",
|
2297
|
-
"id": 3,
|
2298
|
-
"options": {
|
2299
|
-
"default": false
|
2300
|
-
}
|
2301
|
-
},
|
2302
|
-
"weak": {
|
2303
|
-
"type": "bool",
|
2304
|
-
"id": 10,
|
2305
|
-
"options": {
|
2306
|
-
"default": false
|
2307
|
-
}
|
2308
|
-
},
|
2309
|
-
"debugRedact": {
|
2310
|
-
"type": "bool",
|
2311
|
-
"id": 16,
|
2312
|
-
"options": {
|
2313
|
-
"default": false
|
2314
|
-
}
|
2315
|
-
},
|
2316
|
-
"retention": {
|
2317
|
-
"type": "OptionRetention",
|
2318
|
-
"id": 17
|
2319
|
-
},
|
2320
|
-
"target": {
|
2321
|
-
"type": "OptionTargetType",
|
2322
|
-
"id": 18
|
2323
|
-
},
|
2324
|
-
"uninterpretedOption": {
|
2325
|
-
"rule": "repeated",
|
2326
|
-
"type": "UninterpretedOption",
|
2327
|
-
"id": 999
|
2328
|
-
}
|
2329
|
-
},
|
2330
|
-
"extensions": [
|
2331
|
-
[
|
2332
|
-
1000,
|
2333
|
-
536870911
|
2334
|
-
]
|
2335
|
-
],
|
2336
|
-
"reserved": [
|
2337
|
-
[
|
2338
|
-
4,
|
2339
|
-
4
|
2340
|
-
]
|
2341
|
-
],
|
2342
|
-
"nested": {
|
2343
|
-
"CType": {
|
2344
|
-
"values": {
|
2345
|
-
"STRING": 0,
|
2346
|
-
"CORD": 1,
|
2347
|
-
"STRING_PIECE": 2
|
2348
|
-
}
|
2349
|
-
},
|
2350
|
-
"JSType": {
|
2351
|
-
"values": {
|
2352
|
-
"JS_NORMAL": 0,
|
2353
|
-
"JS_STRING": 1,
|
2354
|
-
"JS_NUMBER": 2
|
2355
|
-
}
|
2356
|
-
},
|
2357
|
-
"OptionRetention": {
|
2358
|
-
"values": {
|
2359
|
-
"RETENTION_UNKNOWN": 0,
|
2360
|
-
"RETENTION_RUNTIME": 1,
|
2361
|
-
"RETENTION_SOURCE": 2
|
2362
|
-
}
|
2363
|
-
},
|
2364
|
-
"OptionTargetType": {
|
2365
|
-
"values": {
|
2366
|
-
"TARGET_TYPE_UNKNOWN": 0,
|
2367
|
-
"TARGET_TYPE_FILE": 1,
|
2368
|
-
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
2369
|
-
"TARGET_TYPE_MESSAGE": 3,
|
2370
|
-
"TARGET_TYPE_FIELD": 4,
|
2371
|
-
"TARGET_TYPE_ONEOF": 5,
|
2372
|
-
"TARGET_TYPE_ENUM": 6,
|
2373
|
-
"TARGET_TYPE_ENUM_ENTRY": 7,
|
2374
|
-
"TARGET_TYPE_SERVICE": 8,
|
2375
|
-
"TARGET_TYPE_METHOD": 9
|
2376
|
-
}
|
2377
|
-
}
|
2378
|
-
}
|
2379
|
-
},
|
2380
|
-
"OneofOptions": {
|
2381
|
-
"fields": {
|
2382
|
-
"uninterpretedOption": {
|
2383
|
-
"rule": "repeated",
|
2384
|
-
"type": "UninterpretedOption",
|
2385
|
-
"id": 999
|
2386
|
-
}
|
2387
|
-
},
|
2388
|
-
"extensions": [
|
2389
|
-
[
|
2390
|
-
1000,
|
2391
|
-
536870911
|
2392
|
-
]
|
2393
|
-
]
|
2394
|
-
},
|
2395
|
-
"EnumOptions": {
|
2396
|
-
"fields": {
|
2397
|
-
"allowAlias": {
|
2398
|
-
"type": "bool",
|
2399
|
-
"id": 2
|
2400
|
-
},
|
2401
|
-
"deprecated": {
|
2402
|
-
"type": "bool",
|
2403
|
-
"id": 3,
|
2404
|
-
"options": {
|
2405
|
-
"default": false
|
2406
|
-
}
|
2407
|
-
},
|
2408
|
-
"deprecatedLegacyJsonFieldConflicts": {
|
2409
|
-
"type": "bool",
|
2410
|
-
"id": 6,
|
2411
|
-
"options": {
|
2412
|
-
"deprecated": true
|
2413
|
-
}
|
2414
|
-
},
|
2415
|
-
"uninterpretedOption": {
|
2416
|
-
"rule": "repeated",
|
2417
|
-
"type": "UninterpretedOption",
|
2418
|
-
"id": 999
|
2419
|
-
}
|
2420
|
-
},
|
2421
|
-
"extensions": [
|
2422
|
-
[
|
2423
|
-
1000,
|
2424
|
-
536870911
|
2425
|
-
]
|
2426
|
-
],
|
2427
|
-
"reserved": [
|
2428
|
-
[
|
2429
|
-
5,
|
2430
|
-
5
|
2431
|
-
]
|
2432
|
-
]
|
2433
|
-
},
|
2434
|
-
"EnumValueOptions": {
|
2435
|
-
"fields": {
|
2436
|
-
"deprecated": {
|
2437
|
-
"type": "bool",
|
2438
|
-
"id": 1,
|
2439
|
-
"options": {
|
2440
|
-
"default": false
|
2441
|
-
}
|
2442
|
-
},
|
2443
|
-
"uninterpretedOption": {
|
2444
|
-
"rule": "repeated",
|
2445
|
-
"type": "UninterpretedOption",
|
2446
|
-
"id": 999
|
2447
|
-
}
|
2448
|
-
},
|
2449
|
-
"extensions": [
|
2450
|
-
[
|
2451
|
-
1000,
|
2452
|
-
536870911
|
2453
|
-
]
|
2454
|
-
]
|
2455
|
-
},
|
2456
|
-
"ServiceOptions": {
|
2457
|
-
"fields": {
|
2458
|
-
"deprecated": {
|
2459
|
-
"type": "bool",
|
2460
|
-
"id": 33,
|
2461
|
-
"options": {
|
2462
|
-
"default": false
|
2463
|
-
}
|
2464
|
-
},
|
2465
|
-
"uninterpretedOption": {
|
2466
|
-
"rule": "repeated",
|
2467
|
-
"type": "UninterpretedOption",
|
2468
|
-
"id": 999
|
2469
|
-
}
|
2470
|
-
},
|
2471
|
-
"extensions": [
|
2472
|
-
[
|
2473
|
-
1000,
|
2474
|
-
536870911
|
2475
|
-
]
|
2476
|
-
]
|
2477
|
-
},
|
2478
|
-
"MethodOptions": {
|
2479
|
-
"fields": {
|
2480
|
-
"deprecated": {
|
2481
|
-
"type": "bool",
|
2482
|
-
"id": 33,
|
2483
|
-
"options": {
|
2484
|
-
"default": false
|
2485
|
-
}
|
2486
|
-
},
|
2487
|
-
"idempotencyLevel": {
|
2488
|
-
"type": "IdempotencyLevel",
|
2489
|
-
"id": 34,
|
2490
|
-
"options": {
|
2491
|
-
"default": "IDEMPOTENCY_UNKNOWN"
|
2492
|
-
}
|
2493
|
-
},
|
2494
|
-
"uninterpretedOption": {
|
2495
|
-
"rule": "repeated",
|
2496
|
-
"type": "UninterpretedOption",
|
2497
|
-
"id": 999
|
2498
|
-
}
|
2499
|
-
},
|
2500
|
-
"extensions": [
|
2501
|
-
[
|
2502
|
-
1000,
|
2503
|
-
536870911
|
2504
|
-
]
|
2505
|
-
],
|
2506
|
-
"nested": {
|
2507
|
-
"IdempotencyLevel": {
|
2508
|
-
"values": {
|
2509
|
-
"IDEMPOTENCY_UNKNOWN": 0,
|
2510
|
-
"NO_SIDE_EFFECTS": 1,
|
2511
|
-
"IDEMPOTENT": 2
|
2512
|
-
}
|
2513
|
-
}
|
2514
|
-
}
|
2515
|
-
},
|
2516
|
-
"UninterpretedOption": {
|
2517
|
-
"fields": {
|
2518
|
-
"name": {
|
2519
|
-
"rule": "repeated",
|
2520
|
-
"type": "NamePart",
|
2521
|
-
"id": 2
|
2522
|
-
},
|
2523
|
-
"identifierValue": {
|
2524
|
-
"type": "string",
|
2525
|
-
"id": 3
|
2526
|
-
},
|
2527
|
-
"positiveIntValue": {
|
2528
|
-
"type": "uint64",
|
2529
|
-
"id": 4
|
2530
|
-
},
|
2531
|
-
"negativeIntValue": {
|
2532
|
-
"type": "int64",
|
2533
|
-
"id": 5
|
2534
|
-
},
|
2535
|
-
"doubleValue": {
|
2536
|
-
"type": "double",
|
2537
|
-
"id": 6
|
2538
|
-
},
|
2539
|
-
"stringValue": {
|
2540
|
-
"type": "bytes",
|
2541
|
-
"id": 7
|
2542
|
-
},
|
2543
|
-
"aggregateValue": {
|
2544
|
-
"type": "string",
|
2545
|
-
"id": 8
|
2546
|
-
}
|
2547
|
-
},
|
2548
|
-
"nested": {
|
2549
|
-
"NamePart": {
|
2550
|
-
"fields": {
|
2551
|
-
"namePart": {
|
2552
|
-
"rule": "required",
|
2553
|
-
"type": "string",
|
2554
|
-
"id": 1
|
2555
|
-
},
|
2556
|
-
"isExtension": {
|
2557
|
-
"rule": "required",
|
2558
|
-
"type": "bool",
|
2559
|
-
"id": 2
|
2560
|
-
}
|
2561
|
-
}
|
2562
|
-
}
|
2563
|
-
}
|
2564
|
-
},
|
2565
|
-
"SourceCodeInfo": {
|
2566
|
-
"fields": {
|
2567
|
-
"location": {
|
2568
|
-
"rule": "repeated",
|
2569
|
-
"type": "Location",
|
2570
|
-
"id": 1
|
2571
|
-
}
|
2572
|
-
},
|
2573
|
-
"nested": {
|
2574
|
-
"Location": {
|
2575
|
-
"fields": {
|
2576
|
-
"path": {
|
2577
|
-
"rule": "repeated",
|
2578
|
-
"type": "int32",
|
2579
|
-
"id": 1
|
2580
|
-
},
|
2581
|
-
"span": {
|
2582
|
-
"rule": "repeated",
|
2583
|
-
"type": "int32",
|
2584
|
-
"id": 2
|
2585
|
-
},
|
2586
|
-
"leadingComments": {
|
2587
|
-
"type": "string",
|
2588
|
-
"id": 3
|
2589
|
-
},
|
2590
|
-
"trailingComments": {
|
2591
|
-
"type": "string",
|
2592
|
-
"id": 4
|
2593
|
-
},
|
2594
|
-
"leadingDetachedComments": {
|
2595
|
-
"rule": "repeated",
|
2596
|
-
"type": "string",
|
2597
|
-
"id": 6
|
2598
|
-
}
|
2599
|
-
}
|
2600
|
-
}
|
2601
|
-
}
|
2602
|
-
},
|
2603
|
-
"GeneratedCodeInfo": {
|
2604
|
-
"fields": {
|
2605
|
-
"annotation": {
|
2606
|
-
"rule": "repeated",
|
2607
|
-
"type": "Annotation",
|
2608
|
-
"id": 1
|
2609
|
-
}
|
2610
|
-
},
|
2611
|
-
"nested": {
|
2612
|
-
"Annotation": {
|
2613
|
-
"fields": {
|
2614
|
-
"path": {
|
2615
|
-
"rule": "repeated",
|
2616
|
-
"type": "int32",
|
2617
|
-
"id": 1
|
2618
|
-
},
|
2619
|
-
"sourceFile": {
|
2620
|
-
"type": "string",
|
2621
|
-
"id": 2
|
2622
|
-
},
|
2623
|
-
"begin": {
|
2624
|
-
"type": "int32",
|
2625
|
-
"id": 3
|
2626
|
-
},
|
2627
|
-
"end": {
|
2628
|
-
"type": "int32",
|
2629
|
-
"id": 4
|
2630
|
-
},
|
2631
|
-
"semantic": {
|
2632
|
-
"type": "Semantic",
|
2633
|
-
"id": 5
|
2634
|
-
}
|
2635
|
-
},
|
2636
|
-
"nested": {
|
2637
|
-
"Semantic": {
|
2638
|
-
"values": {
|
2639
|
-
"NONE": 0,
|
2640
|
-
"SET": 1,
|
2641
|
-
"ALIAS": 2
|
2642
|
-
}
|
2643
|
-
}
|
2644
|
-
}
|
2645
|
-
}
|
2646
|
-
}
|
2647
|
-
},
|
2648
|
-
"Struct": {
|
2649
|
-
"fields": {
|
2650
|
-
"fields": {
|
2651
|
-
"keyType": "string",
|
2652
|
-
"type": "Value",
|
2653
|
-
"id": 1
|
2654
|
-
}
|
2655
|
-
}
|
2656
|
-
},
|
2657
|
-
"Value": {
|
2658
|
-
"oneofs": {
|
2659
|
-
"kind": {
|
2660
|
-
"oneof": [
|
2661
|
-
"nullValue",
|
2662
|
-
"numberValue",
|
2663
|
-
"stringValue",
|
2664
|
-
"boolValue",
|
2665
|
-
"structValue",
|
2666
|
-
"listValue"
|
2667
|
-
]
|
2668
|
-
}
|
2669
|
-
},
|
2670
|
-
"fields": {
|
2671
|
-
"nullValue": {
|
2672
|
-
"type": "NullValue",
|
2673
|
-
"id": 1
|
2674
|
-
},
|
2675
|
-
"numberValue": {
|
2676
|
-
"type": "double",
|
2677
|
-
"id": 2
|
2678
|
-
},
|
2679
|
-
"stringValue": {
|
2680
|
-
"type": "string",
|
2681
|
-
"id": 3
|
2682
|
-
},
|
2683
|
-
"boolValue": {
|
2684
|
-
"type": "bool",
|
2685
|
-
"id": 4
|
2686
|
-
},
|
2687
|
-
"structValue": {
|
2688
|
-
"type": "Struct",
|
2689
|
-
"id": 5
|
2690
|
-
},
|
2691
|
-
"listValue": {
|
2692
|
-
"type": "ListValue",
|
2693
|
-
"id": 6
|
2694
|
-
}
|
2695
|
-
}
|
2696
|
-
},
|
2697
|
-
"NullValue": {
|
2698
|
-
"values": {
|
2699
|
-
"NULL_VALUE": 0
|
2700
|
-
}
|
2701
|
-
},
|
2702
|
-
"ListValue": {
|
2703
|
-
"fields": {
|
2704
|
-
"values": {
|
2705
|
-
"rule": "repeated",
|
2706
|
-
"type": "Value",
|
2707
|
-
"id": 1
|
2708
|
-
}
|
2709
|
-
}
|
2710
|
-
},
|
2711
|
-
"Duration": {
|
2712
|
-
"fields": {
|
2713
|
-
"seconds": {
|
2714
|
-
"type": "int64",
|
2715
|
-
"id": 1
|
2716
|
-
},
|
2717
|
-
"nanos": {
|
2718
|
-
"type": "int32",
|
2719
|
-
"id": 2
|
2720
|
-
}
|
2721
|
-
}
|
2722
|
-
},
|
2723
|
-
"Timestamp": {
|
2724
|
-
"fields": {
|
2725
|
-
"seconds": {
|
2726
|
-
"type": "int64",
|
2727
|
-
"id": 1
|
2728
|
-
},
|
2729
|
-
"nanos": {
|
2730
|
-
"type": "int32",
|
2731
|
-
"id": 2
|
2732
|
-
}
|
2733
|
-
}
|
2734
|
-
},
|
2735
|
-
"Any": {
|
2736
|
-
"fields": {
|
2737
|
-
"type_url": {
|
2738
|
-
"type": "string",
|
2739
|
-
"id": 1
|
2740
|
-
},
|
2741
|
-
"value": {
|
2742
|
-
"type": "bytes",
|
2743
|
-
"id": 2
|
2744
|
-
}
|
2745
|
-
}
|
2746
|
-
},
|
2747
|
-
"Empty": {
|
2748
|
-
"fields": {}
|
2749
|
-
}
|
2750
|
-
}
|
2751
|
-
},
|
2752
|
-
"rpc": {
|
2753
|
-
"options": {
|
2754
|
-
"cc_enable_arenas": true,
|
2755
|
-
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
2756
|
-
"java_multiple_files": true,
|
2757
|
-
"java_outer_classname": "StatusProto",
|
2758
|
-
"java_package": "com.google.rpc",
|
2759
|
-
"objc_class_prefix": "RPC"
|
2760
|
-
},
|
2761
|
-
"nested": {
|
2762
|
-
"Status": {
|
2763
|
-
"fields": {
|
2764
|
-
"code": {
|
2765
|
-
"type": "int32",
|
2766
|
-
"id": 1
|
2767
|
-
},
|
2768
|
-
"message": {
|
2769
|
-
"type": "string",
|
2770
|
-
"id": 2
|
2771
|
-
},
|
2772
|
-
"details": {
|
2773
|
-
"rule": "repeated",
|
2774
|
-
"type": "google.protobuf.Any",
|
2775
|
-
"id": 3
|
2776
|
-
}
|
2777
|
-
}
|
2778
|
-
}
|
2779
|
-
}
|
2780
|
-
},
|
2781
|
-
"type": {
|
2782
|
-
"options": {
|
2783
|
-
"cc_enable_arenas": true,
|
2784
|
-
"go_package": "google.golang.org/genproto/googleapis/type/date;date",
|
2785
|
-
"java_multiple_files": true,
|
2786
|
-
"java_outer_classname": "DateProto",
|
2787
|
-
"java_package": "com.google.type",
|
2788
|
-
"objc_class_prefix": "GTP"
|
2789
|
-
},
|
2790
|
-
"nested": {
|
2791
|
-
"Date": {
|
2792
|
-
"fields": {
|
2793
|
-
"year": {
|
2794
|
-
"type": "int32",
|
2795
|
-
"id": 1
|
2796
|
-
},
|
2797
|
-
"month": {
|
2798
|
-
"type": "int32",
|
2799
|
-
"id": 2
|
2800
|
-
},
|
2801
|
-
"day": {
|
2802
|
-
"type": "int32",
|
2803
|
-
"id": 3
|
2804
|
-
}
|
2805
|
-
}
|
2806
|
-
}
|
2807
|
-
}
|
2808
|
-
},
|
2809
|
-
"longrunning": {
|
2810
|
-
"options": {
|
2811
|
-
"cc_enable_arenas": true,
|
2812
|
-
"csharp_namespace": "Google.LongRunning",
|
2813
|
-
"go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
|
2814
|
-
"java_multiple_files": true,
|
2815
|
-
"java_outer_classname": "OperationsProto",
|
2816
|
-
"java_package": "com.google.longrunning",
|
2817
|
-
"php_namespace": "Google\\LongRunning"
|
2818
|
-
},
|
2819
|
-
"nested": {
|
2820
|
-
"operationInfo": {
|
2821
|
-
"type": "google.longrunning.OperationInfo",
|
2822
|
-
"id": 1049,
|
2823
|
-
"extend": "google.protobuf.MethodOptions"
|
2824
|
-
},
|
2825
|
-
"Operations": {
|
2826
|
-
"options": {
|
2827
|
-
"(google.api.default_host)": "longrunning.googleapis.com"
|
2828
|
-
},
|
2829
|
-
"methods": {
|
2830
|
-
"ListOperations": {
|
2831
|
-
"requestType": "ListOperationsRequest",
|
2832
|
-
"responseType": "ListOperationsResponse",
|
2833
|
-
"options": {
|
2834
|
-
"(google.api.http).get": "/v1/{name=operations}",
|
2835
|
-
"(google.api.method_signature)": "name,filter"
|
2836
|
-
},
|
2837
|
-
"parsedOptions": [
|
2838
|
-
{
|
2839
|
-
"(google.api.http)": {
|
2840
|
-
"get": "/v1/{name=operations}"
|
2841
|
-
}
|
2842
|
-
},
|
2843
|
-
{
|
2844
|
-
"(google.api.method_signature)": "name,filter"
|
2845
|
-
}
|
2846
|
-
]
|
2847
|
-
},
|
2848
|
-
"GetOperation": {
|
2849
|
-
"requestType": "GetOperationRequest",
|
2850
|
-
"responseType": "Operation",
|
2851
|
-
"options": {
|
2852
|
-
"(google.api.http).get": "/v1/{name=operations/**}",
|
2853
|
-
"(google.api.method_signature)": "name"
|
2854
|
-
},
|
2855
|
-
"parsedOptions": [
|
2856
|
-
{
|
2857
|
-
"(google.api.http)": {
|
2858
|
-
"get": "/v1/{name=operations/**}"
|
2859
|
-
}
|
2860
|
-
},
|
2861
|
-
{
|
2862
|
-
"(google.api.method_signature)": "name"
|
2863
|
-
}
|
2864
|
-
]
|
2865
|
-
},
|
2866
|
-
"DeleteOperation": {
|
2867
|
-
"requestType": "DeleteOperationRequest",
|
2868
|
-
"responseType": "google.protobuf.Empty",
|
2869
|
-
"options": {
|
2870
|
-
"(google.api.http).delete": "/v1/{name=operations/**}",
|
2871
|
-
"(google.api.method_signature)": "name"
|
2872
|
-
},
|
2873
|
-
"parsedOptions": [
|
2874
|
-
{
|
2875
|
-
"(google.api.http)": {
|
2876
|
-
"delete": "/v1/{name=operations/**}"
|
2877
|
-
}
|
2878
|
-
},
|
2879
|
-
{
|
2880
|
-
"(google.api.method_signature)": "name"
|
2881
|
-
}
|
2882
|
-
]
|
2883
|
-
},
|
2884
|
-
"CancelOperation": {
|
2885
|
-
"requestType": "CancelOperationRequest",
|
2886
|
-
"responseType": "google.protobuf.Empty",
|
2887
|
-
"options": {
|
2888
|
-
"(google.api.http).post": "/v1/{name=operations/**}:cancel",
|
2889
|
-
"(google.api.http).body": "*",
|
2890
|
-
"(google.api.method_signature)": "name"
|
2891
|
-
},
|
2892
|
-
"parsedOptions": [
|
2893
|
-
{
|
2894
|
-
"(google.api.http)": {
|
2895
|
-
"post": "/v1/{name=operations/**}:cancel",
|
2896
|
-
"body": "*"
|
2897
|
-
}
|
2898
|
-
},
|
2899
|
-
{
|
2900
|
-
"(google.api.method_signature)": "name"
|
2901
|
-
}
|
2902
|
-
]
|
2903
|
-
},
|
2904
|
-
"WaitOperation": {
|
2905
|
-
"requestType": "WaitOperationRequest",
|
2906
|
-
"responseType": "Operation"
|
2907
|
-
}
|
2908
|
-
}
|
2909
|
-
},
|
2910
|
-
"Operation": {
|
2911
|
-
"oneofs": {
|
2912
|
-
"result": {
|
2913
|
-
"oneof": [
|
2914
|
-
"error",
|
2915
|
-
"response"
|
2916
|
-
]
|
2917
|
-
}
|
2918
|
-
},
|
2919
|
-
"fields": {
|
2920
|
-
"name": {
|
2921
|
-
"type": "string",
|
2922
|
-
"id": 1
|
2923
|
-
},
|
2924
|
-
"metadata": {
|
2925
|
-
"type": "google.protobuf.Any",
|
2926
|
-
"id": 2
|
2927
|
-
},
|
2928
|
-
"done": {
|
2929
|
-
"type": "bool",
|
2930
|
-
"id": 3
|
2931
|
-
},
|
2932
|
-
"error": {
|
2933
|
-
"type": "google.rpc.Status",
|
2934
|
-
"id": 4
|
2935
|
-
},
|
2936
|
-
"response": {
|
2937
|
-
"type": "google.protobuf.Any",
|
2938
|
-
"id": 5
|
2939
|
-
}
|
2940
|
-
}
|
2941
|
-
},
|
2942
|
-
"GetOperationRequest": {
|
2943
|
-
"fields": {
|
2944
|
-
"name": {
|
2945
|
-
"type": "string",
|
2946
|
-
"id": 1
|
2947
|
-
}
|
2948
|
-
}
|
2949
|
-
},
|
2950
|
-
"ListOperationsRequest": {
|
2951
|
-
"fields": {
|
2952
|
-
"name": {
|
2953
|
-
"type": "string",
|
2954
|
-
"id": 4
|
2955
|
-
},
|
2956
|
-
"filter": {
|
2957
|
-
"type": "string",
|
2958
|
-
"id": 1
|
2959
|
-
},
|
2960
|
-
"pageSize": {
|
2961
|
-
"type": "int32",
|
2962
|
-
"id": 2
|
2963
|
-
},
|
2964
|
-
"pageToken": {
|
2965
|
-
"type": "string",
|
2966
|
-
"id": 3
|
2967
|
-
}
|
2968
|
-
}
|
2969
|
-
},
|
2970
|
-
"ListOperationsResponse": {
|
2971
|
-
"fields": {
|
2972
|
-
"operations": {
|
2973
|
-
"rule": "repeated",
|
2974
|
-
"type": "Operation",
|
2975
|
-
"id": 1
|
2976
|
-
},
|
2977
|
-
"nextPageToken": {
|
2978
|
-
"type": "string",
|
2979
|
-
"id": 2
|
2980
|
-
}
|
2981
|
-
}
|
2982
|
-
},
|
2983
|
-
"CancelOperationRequest": {
|
2984
|
-
"fields": {
|
2985
|
-
"name": {
|
2986
|
-
"type": "string",
|
2987
|
-
"id": 1
|
2988
|
-
}
|
2989
|
-
}
|
2990
|
-
},
|
2991
|
-
"DeleteOperationRequest": {
|
2992
|
-
"fields": {
|
2993
|
-
"name": {
|
2994
|
-
"type": "string",
|
2995
|
-
"id": 1
|
2996
|
-
}
|
2997
|
-
}
|
2998
|
-
},
|
2999
|
-
"WaitOperationRequest": {
|
3000
|
-
"fields": {
|
3001
|
-
"name": {
|
3002
|
-
"type": "string",
|
3003
|
-
"id": 1
|
3004
|
-
},
|
3005
|
-
"timeout": {
|
3006
|
-
"type": "google.protobuf.Duration",
|
3007
|
-
"id": 2
|
3008
|
-
}
|
3009
|
-
}
|
3010
|
-
},
|
3011
|
-
"OperationInfo": {
|
3012
|
-
"fields": {
|
3013
|
-
"responseType": {
|
3014
|
-
"type": "string",
|
3015
|
-
"id": 1
|
3016
|
-
},
|
3017
|
-
"metadataType": {
|
3018
|
-
"type": "string",
|
3019
|
-
"id": 2
|
3020
|
-
}
|
3021
|
-
}
|
3022
|
-
}
|
3023
|
-
}
|
3024
|
-
}
|
3025
|
-
}
|
3026
|
-
}
|
3027
|
-
}
|
3028
|
-
}
|
1
|
+
{"nested":{"google":{"nested":{"cloud":{"nested":{"discoveryengine":{"nested":{"v1beta":{"options":{"csharp_namespace":"Google.Cloud.DiscoveryEngine.V1Beta","go_package":"cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb;discoveryenginepb","java_multiple_files":true,"java_outer_classname":"UserEventServiceProto","java_package":"com.google.cloud.discoveryengine.v1beta","objc_class_prefix":"DISCOVERYENGINE","php_namespace":"Google\\Cloud\\DiscoveryEngine\\V1beta","ruby_package":"Google::Cloud::DiscoveryEngine::V1beta","(google.api.resource_definition).type":"discoveryengine.googleapis.com/ServingConfig","(google.api.resource_definition).pattern":"projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}"},"nested":{"Interval":{"oneofs":{"min":{"oneof":["minimum","exclusiveMinimum"]},"max":{"oneof":["maximum","exclusiveMaximum"]}},"fields":{"minimum":{"type":"double","id":1},"exclusiveMinimum":{"type":"double","id":2},"maximum":{"type":"double","id":3},"exclusiveMaximum":{"type":"double","id":4}}},"CustomAttribute":{"fields":{"text":{"rule":"repeated","type":"string","id":1},"numbers":{"rule":"repeated","type":"double","id":2}}},"UserInfo":{"fields":{"userId":{"type":"string","id":1},"userAgent":{"type":"string","id":2}}},"CompletionService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"CompleteQuery":{"requestType":"CompleteQueryRequest","responseType":"CompleteQueryResponse","options":{"(google.api.http).get":"/v1beta/{data_store=projects/*/locations/*/dataStores/*}:completeQuery","(google.api.http).additional_bindings.get":"/v1beta/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{data_store=projects/*/locations/*/dataStores/*}:completeQuery","additional_bindings":{"get":"/v1beta/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"}}}]}}},"CompleteQueryRequest":{"fields":{"dataStore":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"query":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"queryModel":{"type":"string","id":3},"userPseudoId":{"type":"string","id":4}}},"CompleteQueryResponse":{"fields":{"querySuggestions":{"rule":"repeated","type":"QuerySuggestion","id":1}},"nested":{"QuerySuggestion":{"fields":{"suggestion":{"type":"string","id":1}}}}},"Document":{"options":{"(google.api.resource).type":"discoveryengine.googleapis.com/Document","(google.api.resource).pattern":"projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"},"oneofs":{"data":{"oneof":["structData","jsonData"]}},"fields":{"structData":{"type":"google.protobuf.Struct","id":4},"jsonData":{"type":"string","id":5},"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"IMMUTABLE"}},"id":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"IMMUTABLE"}},"schemaId":{"type":"string","id":3},"content":{"type":"Content","id":10},"parentDocumentId":{"type":"string","id":7},"derivedStructData":{"type":"google.protobuf.Struct","id":6,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}}},"nested":{"Content":{"oneofs":{"content":{"oneof":["rawBytes","uri"]}},"fields":{"rawBytes":{"type":"bytes","id":2},"uri":{"type":"string","id":3},"mimeType":{"type":"string","id":1}}}}},"DocumentService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"GetDocument":{"requestType":"GetDocumentRequest","responseType":"Document","options":{"(google.api.http).get":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","(google.api.http).additional_bindings.get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","additional_bindings":{"get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"}}},{"(google.api.method_signature)":"name"}]},"ListDocuments":{"requestType":"ListDocumentsRequest","responseType":"ListDocumentsResponse","options":{"(google.api.http).get":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","(google.api.http).additional_bindings.get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents","(google.api.method_signature)":"parent"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","additional_bindings":{"get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"}}},{"(google.api.method_signature)":"parent"}]},"CreateDocument":{"requestType":"CreateDocumentRequest","responseType":"Document","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","(google.api.http).body":"document","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents","(google.api.http).additional_bindings.body":"document","(google.api.method_signature)":"parent,document,document_id"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","body":"document","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents","body":"document"}}},{"(google.api.method_signature)":"parent,document,document_id"}]},"UpdateDocument":{"requestType":"UpdateDocumentRequest","responseType":"Document","options":{"(google.api.http).patch":"/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","(google.api.http).body":"document","(google.api.http).additional_bindings.patch":"/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","(google.api.http).additional_bindings.body":"document"},"parsedOptions":[{"(google.api.http)":{"patch":"/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","body":"document","additional_bindings":{"patch":"/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","body":"document"}}}]},"DeleteDocument":{"requestType":"DeleteDocumentRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","(google.api.http).additional_bindings.delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","additional_bindings":{"delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"}}},{"(google.api.method_signature)":"name"}]},"ImportDocuments":{"requestType":"ImportDocumentsRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import","(google.api.http).additional_bindings.body":"*","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsResponse","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import","body":"*","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import","body":"*"}}},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsResponse","metadata_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"}}]}}},"GetDocumentRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Document"}}}},"ListDocumentsRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListDocumentsResponse":{"fields":{"documents":{"rule":"repeated","type":"Document","id":1},"nextPageToken":{"type":"string","id":2}}},"CreateDocumentRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"document":{"type":"Document","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"documentId":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"UpdateDocumentRequest":{"fields":{"document":{"type":"Document","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"allowMissing":{"type":"bool","id":2}}},"DeleteDocumentRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Document"}}}},"GcsSource":{"fields":{"inputUris":{"rule":"repeated","type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"dataSchema":{"type":"string","id":2}}},"BigQuerySource":{"oneofs":{"partition":{"oneof":["partitionDate"]}},"fields":{"partitionDate":{"type":"google.type.Date","id":5},"projectId":{"type":"string","id":1},"datasetId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"tableId":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"gcsStagingDir":{"type":"string","id":4},"dataSchema":{"type":"string","id":6}}},"ImportErrorConfig":{"oneofs":{"destination":{"oneof":["gcsPrefix"]}},"fields":{"gcsPrefix":{"type":"string","id":1}}},"ImportUserEventsRequest":{"oneofs":{"source":{"oneof":["inlineSource","gcsSource","bigquerySource"]}},"fields":{"inlineSource":{"type":"InlineSource","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"gcsSource":{"type":"GcsSource","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"bigquerySource":{"type":"BigQuerySource","id":4,"options":{"(google.api.field_behavior)":"REQUIRED"}},"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"errorConfig":{"type":"ImportErrorConfig","id":5}},"nested":{"InlineSource":{"fields":{"userEvents":{"rule":"repeated","type":"UserEvent","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}}}}}},"ImportUserEventsResponse":{"fields":{"errorSamples":{"rule":"repeated","type":"google.rpc.Status","id":1},"errorConfig":{"type":"ImportErrorConfig","id":2},"joinedEventsCount":{"type":"int64","id":3},"unjoinedEventsCount":{"type":"int64","id":4}}},"ImportUserEventsMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2},"successCount":{"type":"int64","id":3},"failureCount":{"type":"int64","id":4}}},"ImportDocumentsMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2},"successCount":{"type":"int64","id":3},"failureCount":{"type":"int64","id":4}}},"ImportDocumentsRequest":{"oneofs":{"source":{"oneof":["inlineSource","gcsSource","bigquerySource"]}},"fields":{"inlineSource":{"type":"InlineSource","id":2},"gcsSource":{"type":"GcsSource","id":3},"bigquerySource":{"type":"BigQuerySource","id":4},"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"errorConfig":{"type":"ImportErrorConfig","id":5},"reconciliationMode":{"type":"ReconciliationMode","id":6}},"nested":{"InlineSource":{"fields":{"documents":{"rule":"repeated","type":"Document","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"ReconciliationMode":{"values":{"RECONCILIATION_MODE_UNSPECIFIED":0,"INCREMENTAL":1,"FULL":2}}}},"ImportDocumentsResponse":{"fields":{"errorSamples":{"rule":"repeated","type":"google.rpc.Status","id":1},"errorConfig":{"type":"ImportErrorConfig","id":2}}},"UserEvent":{"fields":{"eventType":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"userPseudoId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"eventTime":{"type":"google.protobuf.Timestamp","id":3},"userInfo":{"type":"UserInfo","id":4},"directUserRequest":{"type":"bool","id":5},"sessionId":{"type":"string","id":6},"pageInfo":{"type":"PageInfo","id":7},"attributionToken":{"type":"string","id":8},"filter":{"type":"string","id":9},"documents":{"rule":"repeated","type":"DocumentInfo","id":10},"panel":{"type":"PanelInfo","id":11},"searchInfo":{"type":"SearchInfo","id":12},"completionInfo":{"type":"CompletionInfo","id":13},"transactionInfo":{"type":"TransactionInfo","id":14},"tagIds":{"rule":"repeated","type":"string","id":15},"promotionIds":{"rule":"repeated","type":"string","id":16},"attributes":{"keyType":"string","type":"CustomAttribute","id":17},"mediaInfo":{"type":"MediaInfo","id":18}}},"PageInfo":{"fields":{"pageviewId":{"type":"string","id":1},"pageCategory":{"type":"string","id":2},"uri":{"type":"string","id":3},"referrerUri":{"type":"string","id":4}}},"SearchInfo":{"oneofs":{"_offset":{"oneof":["offset"]}},"fields":{"searchQuery":{"type":"string","id":1},"orderBy":{"type":"string","id":2},"offset":{"type":"int32","id":3,"options":{"proto3_optional":true}}}},"CompletionInfo":{"fields":{"selectedSuggestion":{"type":"string","id":1},"selectedPosition":{"type":"int32","id":2}}},"TransactionInfo":{"oneofs":{"_value":{"oneof":["value"]},"_tax":{"oneof":["tax"]},"_cost":{"oneof":["cost"]},"_discountValue":{"oneof":["discountValue"]}},"fields":{"value":{"type":"float","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","proto3_optional":true}},"currency":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"transactionId":{"type":"string","id":3},"tax":{"type":"float","id":4,"options":{"proto3_optional":true}},"cost":{"type":"float","id":5,"options":{"proto3_optional":true}},"discountValue":{"type":"float","id":6,"options":{"proto3_optional":true}}}},"DocumentInfo":{"oneofs":{"documentDescriptor":{"oneof":["id","name"]},"_quantity":{"oneof":["quantity"]}},"fields":{"id":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"name":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Document"}},"quantity":{"type":"int32","id":3,"options":{"proto3_optional":true}},"promotionIds":{"rule":"repeated","type":"string","id":4}}},"PanelInfo":{"oneofs":{"_panelPosition":{"oneof":["panelPosition"]},"_totalPanels":{"oneof":["totalPanels"]}},"fields":{"panelId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"displayName":{"type":"string","id":3},"panelPosition":{"type":"int32","id":4,"options":{"proto3_optional":true}},"totalPanels":{"type":"int32","id":5,"options":{"proto3_optional":true}}}},"MediaInfo":{"oneofs":{"_mediaProgressPercentage":{"oneof":["mediaProgressPercentage"]}},"fields":{"mediaProgressDuration":{"type":"google.protobuf.Duration","id":1},"mediaProgressPercentage":{"type":"float","id":2,"options":{"proto3_optional":true}}}},"RecommendationService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"Recommend":{"requestType":"RecommendRequest","responseType":"RecommendResponse","options":{"(google.api.http).post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend","(google.api.http).additional_bindings.body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend","body":"*","additional_bindings":{"post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend","body":"*"}}}]}}},"RecommendRequest":{"fields":{"servingConfig":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/ServingConfig"}},"userEvent":{"type":"UserEvent","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"pageSize":{"type":"int32","id":3},"filter":{"type":"string","id":4},"validateOnly":{"type":"bool","id":5},"params":{"keyType":"string","type":"google.protobuf.Value","id":6},"userLabels":{"keyType":"string","type":"string","id":8}}},"RecommendResponse":{"fields":{"results":{"rule":"repeated","type":"RecommendationResult","id":1},"attributionToken":{"type":"string","id":2},"missingIds":{"rule":"repeated","type":"string","id":3},"validateOnly":{"type":"bool","id":4}},"nested":{"RecommendationResult":{"fields":{"id":{"type":"string","id":1},"document":{"type":"Document","id":2},"metadata":{"keyType":"string","type":"google.protobuf.Value","id":3}}}}},"Schema":{"options":{"(google.api.resource).type":"discoveryengine.googleapis.com/Schema","(google.api.resource).pattern":"projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"},"oneofs":{"schema":{"oneof":["structSchema","jsonSchema"]}},"fields":{"structSchema":{"type":"google.protobuf.Struct","id":2},"jsonSchema":{"type":"string","id":3},"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"IMMUTABLE"}}}},"SchemaService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"GetSchema":{"requestType":"GetSchemaRequest","responseType":"Schema","options":{"(google.api.http).get":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","(google.api.http).additional_bindings.get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","additional_bindings":{"get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"}}},{"(google.api.method_signature)":"name"}]},"ListSchemas":{"requestType":"ListSchemasRequest","responseType":"ListSchemasResponse","options":{"(google.api.http).get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","(google.api.http).additional_bindings.get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas","(google.api.method_signature)":"parent"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","additional_bindings":{"get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"}}},{"(google.api.method_signature)":"parent"}]},"CreateSchema":{"requestType":"CreateSchemaRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","(google.api.http).body":"schema","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas","(google.api.http).additional_bindings.body":"schema","(google.api.method_signature)":"parent,schema,schema_id","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.Schema","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.CreateSchemaMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","body":"schema","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas","body":"schema"}}},{"(google.api.method_signature)":"parent,schema,schema_id"},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.Schema","metadata_type":"google.cloud.discoveryengine.v1beta.CreateSchemaMetadata"}}]},"UpdateSchema":{"requestType":"UpdateSchemaRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).patch":"/v1beta/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}","(google.api.http).body":"schema","(google.api.http).additional_bindings.patch":"/v1beta/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","(google.api.http).additional_bindings.body":"schema","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.Schema","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.UpdateSchemaMetadata"},"parsedOptions":[{"(google.api.http)":{"patch":"/v1beta/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}","body":"schema","additional_bindings":{"patch":"/v1beta/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","body":"schema"}}},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.Schema","metadata_type":"google.cloud.discoveryengine.v1beta.UpdateSchemaMetadata"}}]},"DeleteSchema":{"requestType":"DeleteSchemaRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","(google.api.http).additional_bindings.delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","(google.api.method_signature)":"name","(google.longrunning.operation_info).response_type":"google.protobuf.Empty","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.DeleteSchemaMetadata"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","additional_bindings":{"delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"}}},{"(google.api.method_signature)":"name"},{"(google.longrunning.operation_info)":{"response_type":"google.protobuf.Empty","metadata_type":"google.cloud.discoveryengine.v1beta.DeleteSchemaMetadata"}}]}}},"GetSchemaRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Schema"}}}},"ListSchemasRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListSchemasResponse":{"fields":{"schemas":{"rule":"repeated","type":"Schema","id":1},"nextPageToken":{"type":"string","id":2}}},"CreateSchemaRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"schema":{"type":"Schema","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"schemaId":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"UpdateSchemaRequest":{"fields":{"schema":{"type":"Schema","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"allowMissing":{"type":"bool","id":3}}},"DeleteSchemaRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Schema"}}}},"CreateSchemaMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2}}},"UpdateSchemaMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2}}},"DeleteSchemaMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2}}},"SearchService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"Search":{"requestType":"SearchRequest","responseType":"SearchResponse","options":{"(google.api.http).post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search","(google.api.http).additional_bindings.body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search","body":"*","additional_bindings":{"post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search","body":"*"}}}]}}},"SearchRequest":{"fields":{"servingConfig":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/ServingConfig"}},"branch":{"type":"string","id":2,"options":{"(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"query":{"type":"string","id":3},"pageSize":{"type":"int32","id":4},"pageToken":{"type":"string","id":5},"offset":{"type":"int32","id":6},"filter":{"type":"string","id":7},"orderBy":{"type":"string","id":8},"facetSpecs":{"rule":"repeated","type":"FacetSpec","id":9},"boostSpec":{"type":"BoostSpec","id":10},"params":{"keyType":"string","type":"google.protobuf.Value","id":11},"queryExpansionSpec":{"type":"QueryExpansionSpec","id":13},"spellCorrectionSpec":{"type":"SpellCorrectionSpec","id":14},"userPseudoId":{"type":"string","id":15},"contentSearchSpec":{"type":"ContentSearchSpec","id":24}},"nested":{"FacetSpec":{"fields":{"facetKey":{"type":"FacetKey","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"limit":{"type":"int32","id":2},"excludedFilterKeys":{"rule":"repeated","type":"string","id":3},"enableDynamicPosition":{"type":"bool","id":4}},"nested":{"FacetKey":{"fields":{"key":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"intervals":{"rule":"repeated","type":"Interval","id":2},"restrictedValues":{"rule":"repeated","type":"string","id":3},"prefixes":{"rule":"repeated","type":"string","id":4},"contains":{"rule":"repeated","type":"string","id":5},"caseInsensitive":{"type":"bool","id":6},"orderBy":{"type":"string","id":7}}}}},"BoostSpec":{"fields":{"conditionBoostSpecs":{"rule":"repeated","type":"ConditionBoostSpec","id":1}},"nested":{"ConditionBoostSpec":{"fields":{"condition":{"type":"string","id":1},"boost":{"type":"float","id":2}}}}},"QueryExpansionSpec":{"fields":{"condition":{"type":"Condition","id":1}},"nested":{"Condition":{"values":{"CONDITION_UNSPECIFIED":0,"DISABLED":1,"AUTO":2}}}},"SpellCorrectionSpec":{"fields":{"mode":{"type":"Mode","id":1}},"nested":{"Mode":{"values":{"MODE_UNSPECIFIED":0,"SUGGESTION_ONLY":1,"AUTO":2}}}},"ContentSearchSpec":{"fields":{"snippetSpec":{"type":"SnippetSpec","id":1},"summarySpec":{"type":"SummarySpec","id":2}},"nested":{"SnippetSpec":{"fields":{"maxSnippetCount":{"type":"int32","id":1},"referenceOnly":{"type":"bool","id":2}}},"SummarySpec":{"fields":{"summaryResultCount":{"type":"int32","id":1}}}}}}},"SearchResponse":{"fields":{"results":{"rule":"repeated","type":"SearchResult","id":1},"facets":{"rule":"repeated","type":"Facet","id":2},"guidedSearchResult":{"type":"GuidedSearchResult","id":8},"totalSize":{"type":"int32","id":3},"attributionToken":{"type":"string","id":4},"nextPageToken":{"type":"string","id":5},"correctedQuery":{"type":"string","id":7},"summary":{"type":"Summary","id":9},"appliedControls":{"rule":"repeated","type":"string","id":10}},"nested":{"SearchResult":{"fields":{"id":{"type":"string","id":1},"document":{"type":"Document","id":2}}},"Facet":{"fields":{"key":{"type":"string","id":1},"values":{"rule":"repeated","type":"FacetValue","id":2},"dynamicFacet":{"type":"bool","id":3}},"nested":{"FacetValue":{"oneofs":{"facetValue":{"oneof":["value","interval"]}},"fields":{"value":{"type":"string","id":1},"interval":{"type":"Interval","id":2},"count":{"type":"int64","id":3}}}}},"GuidedSearchResult":{"fields":{"refinementAttributes":{"rule":"repeated","type":"RefinementAttribute","id":1}},"nested":{"RefinementAttribute":{"fields":{"attributeKey":{"type":"string","id":1},"attributeValue":{"type":"string","id":2}}}}},"Summary":{"fields":{"summaryText":{"type":"string","id":1}}}}},"UserEventService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"WriteUserEvent":{"requestType":"WriteUserEventRequest","responseType":"UserEvent","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write","(google.api.http).body":"user_event","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write","(google.api.http).additional_bindings.body":"user_event"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write","body":"user_event","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write","body":"user_event"}}}]},"CollectUserEvent":{"requestType":"CollectUserEventRequest","responseType":"google.api.HttpBody","options":{"(google.api.http).get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect","(google.api.http).additional_bindings.get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect","additional_bindings":{"get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"}}}]},"ImportUserEvents":{"requestType":"ImportUserEventsRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import","(google.api.http).additional_bindings.body":"*","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsResponse","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import","body":"*","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import","body":"*"}}},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsResponse","metadata_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"}}]}}},"WriteUserEventRequest":{"oneofs":{"_userEvent":{"oneof":["userEvent"]}},"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"userEvent":{"type":"UserEvent","id":2,"options":{"(google.api.field_behavior)":"REQUIRED","proto3_optional":true}}}},"CollectUserEventRequest":{"oneofs":{"_uri":{"oneof":["uri"]},"_ets":{"oneof":["ets"]}},"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"userEvent":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"uri":{"type":"string","id":3,"options":{"proto3_optional":true}},"ets":{"type":"int64","id":4,"options":{"proto3_optional":true}}}}}}}}}},"api":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/api/httpbody;httpbody","java_multiple_files":true,"java_outer_classname":"HttpBodyProto","java_package":"com.google.api","objc_class_prefix":"GAPI"},"nested":{"resourceReference":{"type":"google.api.ResourceReference","id":1055,"extend":"google.protobuf.FieldOptions"},"resourceDefinition":{"rule":"repeated","type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.FileOptions"},"resource":{"type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.MessageOptions"},"ResourceDescriptor":{"fields":{"type":{"type":"string","id":1},"pattern":{"rule":"repeated","type":"string","id":2},"nameField":{"type":"string","id":3},"history":{"type":"History","id":4},"plural":{"type":"string","id":5},"singular":{"type":"string","id":6},"style":{"rule":"repeated","type":"Style","id":10}},"nested":{"History":{"values":{"HISTORY_UNSPECIFIED":0,"ORIGINALLY_SINGLE_PATTERN":1,"FUTURE_MULTI_PATTERN":2}},"Style":{"values":{"STYLE_UNSPECIFIED":0,"DECLARATIVE_FRIENDLY":1}}}},"ResourceReference":{"fields":{"type":{"type":"string","id":1},"childType":{"type":"string","id":2}}},"http":{"type":"HttpRule","id":72295728,"extend":"google.protobuf.MethodOptions"},"Http":{"fields":{"rules":{"rule":"repeated","type":"HttpRule","id":1},"fullyDecodeReservedExpansion":{"type":"bool","id":2}}},"HttpRule":{"oneofs":{"pattern":{"oneof":["get","put","post","delete","patch","custom"]}},"fields":{"selector":{"type":"string","id":1},"get":{"type":"string","id":2},"put":{"type":"string","id":3},"post":{"type":"string","id":4},"delete":{"type":"string","id":5},"patch":{"type":"string","id":6},"custom":{"type":"CustomHttpPattern","id":8},"body":{"type":"string","id":7},"responseBody":{"type":"string","id":12},"additionalBindings":{"rule":"repeated","type":"HttpRule","id":11}}},"CustomHttpPattern":{"fields":{"kind":{"type":"string","id":1},"path":{"type":"string","id":2}}},"methodSignature":{"rule":"repeated","type":"string","id":1051,"extend":"google.protobuf.MethodOptions"},"defaultHost":{"type":"string","id":1049,"extend":"google.protobuf.ServiceOptions"},"oauthScopes":{"type":"string","id":1050,"extend":"google.protobuf.ServiceOptions"},"CommonLanguageSettings":{"fields":{"referenceDocsUri":{"type":"string","id":1,"options":{"deprecated":true}},"destinations":{"rule":"repeated","type":"ClientLibraryDestination","id":2}}},"ClientLibrarySettings":{"fields":{"version":{"type":"string","id":1},"launchStage":{"type":"LaunchStage","id":2},"restNumericEnums":{"type":"bool","id":3},"javaSettings":{"type":"JavaSettings","id":21},"cppSettings":{"type":"CppSettings","id":22},"phpSettings":{"type":"PhpSettings","id":23},"pythonSettings":{"type":"PythonSettings","id":24},"nodeSettings":{"type":"NodeSettings","id":25},"dotnetSettings":{"type":"DotnetSettings","id":26},"rubySettings":{"type":"RubySettings","id":27},"goSettings":{"type":"GoSettings","id":28}}},"Publishing":{"fields":{"methodSettings":{"rule":"repeated","type":"MethodSettings","id":2},"newIssueUri":{"type":"string","id":101},"documentationUri":{"type":"string","id":102},"apiShortName":{"type":"string","id":103},"githubLabel":{"type":"string","id":104},"codeownerGithubTeams":{"rule":"repeated","type":"string","id":105},"docTagPrefix":{"type":"string","id":106},"organization":{"type":"ClientLibraryOrganization","id":107},"librarySettings":{"rule":"repeated","type":"ClientLibrarySettings","id":109}}},"JavaSettings":{"fields":{"libraryPackage":{"type":"string","id":1},"serviceClassNames":{"keyType":"string","type":"string","id":2},"common":{"type":"CommonLanguageSettings","id":3}}},"CppSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PhpSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PythonSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"NodeSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"DotnetSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"RubySettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"GoSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"MethodSettings":{"fields":{"selector":{"type":"string","id":1},"longRunning":{"type":"LongRunning","id":2}},"nested":{"LongRunning":{"fields":{"initialPollDelay":{"type":"google.protobuf.Duration","id":1},"pollDelayMultiplier":{"type":"float","id":2},"maxPollDelay":{"type":"google.protobuf.Duration","id":3},"totalPollTimeout":{"type":"google.protobuf.Duration","id":4}}}}},"ClientLibraryOrganization":{"values":{"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED":0,"CLOUD":1,"ADS":2,"PHOTOS":3,"STREET_VIEW":4}},"ClientLibraryDestination":{"values":{"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED":0,"GITHUB":10,"PACKAGE_MANAGER":20}},"LaunchStage":{"values":{"LAUNCH_STAGE_UNSPECIFIED":0,"UNIMPLEMENTED":6,"PRELAUNCH":7,"EARLY_ACCESS":1,"ALPHA":2,"BETA":3,"GA":4,"DEPRECATED":5}},"fieldBehavior":{"rule":"repeated","type":"google.api.FieldBehavior","id":1052,"extend":"google.protobuf.FieldOptions"},"FieldBehavior":{"values":{"FIELD_BEHAVIOR_UNSPECIFIED":0,"OPTIONAL":1,"REQUIRED":2,"OUTPUT_ONLY":3,"INPUT_ONLY":4,"IMMUTABLE":5,"UNORDERED_LIST":6,"NON_EMPTY_DEFAULT":7}},"HttpBody":{"fields":{"contentType":{"type":"string","id":1},"data":{"type":"bytes","id":2},"extensions":{"rule":"repeated","type":"google.protobuf.Any","id":3}}}}},"protobuf":{"options":{"go_package":"google.golang.org/protobuf/types/descriptorpb","java_package":"com.google.protobuf","java_outer_classname":"DescriptorProtos","csharp_namespace":"Google.Protobuf.Reflection","objc_class_prefix":"GPB","cc_enable_arenas":true,"optimize_for":"SPEED"},"nested":{"FileDescriptorSet":{"fields":{"file":{"rule":"repeated","type":"FileDescriptorProto","id":1}}},"FileDescriptorProto":{"fields":{"name":{"type":"string","id":1},"package":{"type":"string","id":2},"dependency":{"rule":"repeated","type":"string","id":3},"publicDependency":{"rule":"repeated","type":"int32","id":10,"options":{"packed":false}},"weakDependency":{"rule":"repeated","type":"int32","id":11,"options":{"packed":false}},"messageType":{"rule":"repeated","type":"DescriptorProto","id":4},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":5},"service":{"rule":"repeated","type":"ServiceDescriptorProto","id":6},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":7},"options":{"type":"FileOptions","id":8},"sourceCodeInfo":{"type":"SourceCodeInfo","id":9},"syntax":{"type":"string","id":12},"edition":{"type":"string","id":13}}},"DescriptorProto":{"fields":{"name":{"type":"string","id":1},"field":{"rule":"repeated","type":"FieldDescriptorProto","id":2},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":6},"nestedType":{"rule":"repeated","type":"DescriptorProto","id":3},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":4},"extensionRange":{"rule":"repeated","type":"ExtensionRange","id":5},"oneofDecl":{"rule":"repeated","type":"OneofDescriptorProto","id":8},"options":{"type":"MessageOptions","id":7},"reservedRange":{"rule":"repeated","type":"ReservedRange","id":9},"reservedName":{"rule":"repeated","type":"string","id":10}},"nested":{"ExtensionRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2},"options":{"type":"ExtensionRangeOptions","id":3}}},"ReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"ExtensionRangeOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"FieldDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":3},"label":{"type":"Label","id":4},"type":{"type":"Type","id":5},"typeName":{"type":"string","id":6},"extendee":{"type":"string","id":2},"defaultValue":{"type":"string","id":7},"oneofIndex":{"type":"int32","id":9},"jsonName":{"type":"string","id":10},"options":{"type":"FieldOptions","id":8},"proto3Optional":{"type":"bool","id":17}},"nested":{"Type":{"values":{"TYPE_DOUBLE":1,"TYPE_FLOAT":2,"TYPE_INT64":3,"TYPE_UINT64":4,"TYPE_INT32":5,"TYPE_FIXED64":6,"TYPE_FIXED32":7,"TYPE_BOOL":8,"TYPE_STRING":9,"TYPE_GROUP":10,"TYPE_MESSAGE":11,"TYPE_BYTES":12,"TYPE_UINT32":13,"TYPE_ENUM":14,"TYPE_SFIXED32":15,"TYPE_SFIXED64":16,"TYPE_SINT32":17,"TYPE_SINT64":18}},"Label":{"values":{"LABEL_OPTIONAL":1,"LABEL_REQUIRED":2,"LABEL_REPEATED":3}}}},"OneofDescriptorProto":{"fields":{"name":{"type":"string","id":1},"options":{"type":"OneofOptions","id":2}}},"EnumDescriptorProto":{"fields":{"name":{"type":"string","id":1},"value":{"rule":"repeated","type":"EnumValueDescriptorProto","id":2},"options":{"type":"EnumOptions","id":3},"reservedRange":{"rule":"repeated","type":"EnumReservedRange","id":4},"reservedName":{"rule":"repeated","type":"string","id":5}},"nested":{"EnumReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"EnumValueDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":2},"options":{"type":"EnumValueOptions","id":3}}},"ServiceDescriptorProto":{"fields":{"name":{"type":"string","id":1},"method":{"rule":"repeated","type":"MethodDescriptorProto","id":2},"options":{"type":"ServiceOptions","id":3}}},"MethodDescriptorProto":{"fields":{"name":{"type":"string","id":1},"inputType":{"type":"string","id":2},"outputType":{"type":"string","id":3},"options":{"type":"MethodOptions","id":4},"clientStreaming":{"type":"bool","id":5,"options":{"default":false}},"serverStreaming":{"type":"bool","id":6,"options":{"default":false}}}},"FileOptions":{"fields":{"javaPackage":{"type":"string","id":1},"javaOuterClassname":{"type":"string","id":8},"javaMultipleFiles":{"type":"bool","id":10,"options":{"default":false}},"javaGenerateEqualsAndHash":{"type":"bool","id":20,"options":{"deprecated":true}},"javaStringCheckUtf8":{"type":"bool","id":27,"options":{"default":false}},"optimizeFor":{"type":"OptimizeMode","id":9,"options":{"default":"SPEED"}},"goPackage":{"type":"string","id":11},"ccGenericServices":{"type":"bool","id":16,"options":{"default":false}},"javaGenericServices":{"type":"bool","id":17,"options":{"default":false}},"pyGenericServices":{"type":"bool","id":18,"options":{"default":false}},"phpGenericServices":{"type":"bool","id":42,"options":{"default":false}},"deprecated":{"type":"bool","id":23,"options":{"default":false}},"ccEnableArenas":{"type":"bool","id":31,"options":{"default":true}},"objcClassPrefix":{"type":"string","id":36},"csharpNamespace":{"type":"string","id":37},"swiftPrefix":{"type":"string","id":39},"phpClassPrefix":{"type":"string","id":40},"phpNamespace":{"type":"string","id":41},"phpMetadataNamespace":{"type":"string","id":44},"rubyPackage":{"type":"string","id":45},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[38,38]],"nested":{"OptimizeMode":{"values":{"SPEED":1,"CODE_SIZE":2,"LITE_RUNTIME":3}}}},"MessageOptions":{"fields":{"messageSetWireFormat":{"type":"bool","id":1,"options":{"default":false}},"noStandardDescriptorAccessor":{"type":"bool","id":2,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"mapEntry":{"type":"bool","id":7},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":11,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4],[5,5],[6,6],[8,8],[9,9]]},"FieldOptions":{"fields":{"ctype":{"type":"CType","id":1,"options":{"default":"STRING"}},"packed":{"type":"bool","id":2},"jstype":{"type":"JSType","id":6,"options":{"default":"JS_NORMAL"}},"lazy":{"type":"bool","id":5,"options":{"default":false}},"unverifiedLazy":{"type":"bool","id":15,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"weak":{"type":"bool","id":10,"options":{"default":false}},"debugRedact":{"type":"bool","id":16,"options":{"default":false}},"retention":{"type":"OptionRetention","id":17},"target":{"type":"OptionTargetType","id":18},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4]],"nested":{"CType":{"values":{"STRING":0,"CORD":1,"STRING_PIECE":2}},"JSType":{"values":{"JS_NORMAL":0,"JS_STRING":1,"JS_NUMBER":2}},"OptionRetention":{"values":{"RETENTION_UNKNOWN":0,"RETENTION_RUNTIME":1,"RETENTION_SOURCE":2}},"OptionTargetType":{"values":{"TARGET_TYPE_UNKNOWN":0,"TARGET_TYPE_FILE":1,"TARGET_TYPE_EXTENSION_RANGE":2,"TARGET_TYPE_MESSAGE":3,"TARGET_TYPE_FIELD":4,"TARGET_TYPE_ONEOF":5,"TARGET_TYPE_ENUM":6,"TARGET_TYPE_ENUM_ENTRY":7,"TARGET_TYPE_SERVICE":8,"TARGET_TYPE_METHOD":9}}}},"OneofOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"EnumOptions":{"fields":{"allowAlias":{"type":"bool","id":2},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":6,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[5,5]]},"EnumValueOptions":{"fields":{"deprecated":{"type":"bool","id":1,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"ServiceOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"MethodOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"idempotencyLevel":{"type":"IdempotencyLevel","id":34,"options":{"default":"IDEMPOTENCY_UNKNOWN"}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"nested":{"IdempotencyLevel":{"values":{"IDEMPOTENCY_UNKNOWN":0,"NO_SIDE_EFFECTS":1,"IDEMPOTENT":2}}}},"UninterpretedOption":{"fields":{"name":{"rule":"repeated","type":"NamePart","id":2},"identifierValue":{"type":"string","id":3},"positiveIntValue":{"type":"uint64","id":4},"negativeIntValue":{"type":"int64","id":5},"doubleValue":{"type":"double","id":6},"stringValue":{"type":"bytes","id":7},"aggregateValue":{"type":"string","id":8}},"nested":{"NamePart":{"fields":{"namePart":{"rule":"required","type":"string","id":1},"isExtension":{"rule":"required","type":"bool","id":2}}}}},"SourceCodeInfo":{"fields":{"location":{"rule":"repeated","type":"Location","id":1}},"nested":{"Location":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"span":{"rule":"repeated","type":"int32","id":2},"leadingComments":{"type":"string","id":3},"trailingComments":{"type":"string","id":4},"leadingDetachedComments":{"rule":"repeated","type":"string","id":6}}}}},"GeneratedCodeInfo":{"fields":{"annotation":{"rule":"repeated","type":"Annotation","id":1}},"nested":{"Annotation":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"sourceFile":{"type":"string","id":2},"begin":{"type":"int32","id":3},"end":{"type":"int32","id":4},"semantic":{"type":"Semantic","id":5}},"nested":{"Semantic":{"values":{"NONE":0,"SET":1,"ALIAS":2}}}}}},"Duration":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"Struct":{"fields":{"fields":{"keyType":"string","type":"Value","id":1}}},"Value":{"oneofs":{"kind":{"oneof":["nullValue","numberValue","stringValue","boolValue","structValue","listValue"]}},"fields":{"nullValue":{"type":"NullValue","id":1},"numberValue":{"type":"double","id":2},"stringValue":{"type":"string","id":3},"boolValue":{"type":"bool","id":4},"structValue":{"type":"Struct","id":5},"listValue":{"type":"ListValue","id":6}}},"NullValue":{"values":{"NULL_VALUE":0}},"ListValue":{"fields":{"values":{"rule":"repeated","type":"Value","id":1}}},"Timestamp":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"Any":{"fields":{"type_url":{"type":"string","id":1},"value":{"type":"bytes","id":2}}},"Empty":{"fields":{}}}},"rpc":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/rpc/status;status","java_multiple_files":true,"java_outer_classname":"StatusProto","java_package":"com.google.rpc","objc_class_prefix":"RPC"},"nested":{"Status":{"fields":{"code":{"type":"int32","id":1},"message":{"type":"string","id":2},"details":{"rule":"repeated","type":"google.protobuf.Any","id":3}}}}},"type":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/type/date;date","java_multiple_files":true,"java_outer_classname":"DateProto","java_package":"com.google.type","objc_class_prefix":"GTP"},"nested":{"Date":{"fields":{"year":{"type":"int32","id":1},"month":{"type":"int32","id":2},"day":{"type":"int32","id":3}}}}},"longrunning":{"options":{"cc_enable_arenas":true,"csharp_namespace":"Google.LongRunning","go_package":"google.golang.org/genproto/googleapis/longrunning;longrunning","java_multiple_files":true,"java_outer_classname":"OperationsProto","java_package":"com.google.longrunning","php_namespace":"Google\\LongRunning"},"nested":{"operationInfo":{"type":"google.longrunning.OperationInfo","id":1049,"extend":"google.protobuf.MethodOptions"},"Operations":{"options":{"(google.api.default_host)":"longrunning.googleapis.com"},"methods":{"ListOperations":{"requestType":"ListOperationsRequest","responseType":"ListOperationsResponse","options":{"(google.api.http).get":"/v1/{name=operations}","(google.api.method_signature)":"name,filter"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=operations}"}},{"(google.api.method_signature)":"name,filter"}]},"GetOperation":{"requestType":"GetOperationRequest","responseType":"Operation","options":{"(google.api.http).get":"/v1/{name=operations/**}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=operations/**}"}},{"(google.api.method_signature)":"name"}]},"DeleteOperation":{"requestType":"DeleteOperationRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).delete":"/v1/{name=operations/**}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1/{name=operations/**}"}},{"(google.api.method_signature)":"name"}]},"CancelOperation":{"requestType":"CancelOperationRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).post":"/v1/{name=operations/**}:cancel","(google.api.http).body":"*","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=operations/**}:cancel","body":"*"}},{"(google.api.method_signature)":"name"}]},"WaitOperation":{"requestType":"WaitOperationRequest","responseType":"Operation"}}},"Operation":{"oneofs":{"result":{"oneof":["error","response"]}},"fields":{"name":{"type":"string","id":1},"metadata":{"type":"google.protobuf.Any","id":2},"done":{"type":"bool","id":3},"error":{"type":"google.rpc.Status","id":4},"response":{"type":"google.protobuf.Any","id":5}}},"GetOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"ListOperationsRequest":{"fields":{"name":{"type":"string","id":4},"filter":{"type":"string","id":1},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListOperationsResponse":{"fields":{"operations":{"rule":"repeated","type":"Operation","id":1},"nextPageToken":{"type":"string","id":2}}},"CancelOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"DeleteOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"WaitOperationRequest":{"fields":{"name":{"type":"string","id":1},"timeout":{"type":"google.protobuf.Duration","id":2}}},"OperationInfo":{"fields":{"responseType":{"type":"string","id":1},"metadataType":{"type":"string","id":2}}}}}}}}}
|