@google-analytics/data 3.2.1 → 3.3.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.
@@ -994,6 +994,33 @@
994
994
  }
995
995
  }
996
996
  }
997
+ },
998
+ "Any": {
999
+ "fields": {
1000
+ "type_url": {
1001
+ "type": "string",
1002
+ "id": 1
1003
+ },
1004
+ "value": {
1005
+ "type": "bytes",
1006
+ "id": 2
1007
+ }
1008
+ }
1009
+ },
1010
+ "Empty": {
1011
+ "fields": {}
1012
+ },
1013
+ "Timestamp": {
1014
+ "fields": {
1015
+ "seconds": {
1016
+ "type": "int64",
1017
+ "id": 1
1018
+ },
1019
+ "nanos": {
1020
+ "type": "int32",
1021
+ "id": 2
1022
+ }
1023
+ }
997
1024
  }
998
1025
  }
999
1026
  },
@@ -1006,7 +1033,9 @@
1006
1033
  "go_package": "google.golang.org/genproto/googleapis/analytics/data/v1alpha;data",
1007
1034
  "java_multiple_files": true,
1008
1035
  "java_outer_classname": "ReportingApiProto",
1009
- "java_package": "com.google.analytics.data.v1alpha"
1036
+ "java_package": "com.google.analytics.data.v1alpha",
1037
+ "(google.api.resource_definition).type": "analyticsadmin.googleapis.com/Property",
1038
+ "(google.api.resource_definition).pattern": "properties/{propertyId}"
1010
1039
  },
1011
1040
  "nested": {
1012
1041
  "AlphaAnalyticsData": {
@@ -1030,6 +1059,325 @@
1030
1059
  }
1031
1060
  }
1032
1061
  ]
1062
+ },
1063
+ "CreateAudienceList": {
1064
+ "requestType": "CreateAudienceListRequest",
1065
+ "responseType": "google.longrunning.Operation",
1066
+ "options": {
1067
+ "(google.api.http).post": "/v1alpha/{parent=properties/*}/audienceLists",
1068
+ "(google.api.http).body": "audience_list",
1069
+ "(google.api.method_signature)": "parent,audience_list",
1070
+ "(google.longrunning.operation_info).response_type": "AudienceList",
1071
+ "(google.longrunning.operation_info).metadata_type": "AudienceListMetadata"
1072
+ },
1073
+ "parsedOptions": [
1074
+ {
1075
+ "(google.api.http)": {
1076
+ "post": "/v1alpha/{parent=properties/*}/audienceLists",
1077
+ "body": "audience_list"
1078
+ }
1079
+ },
1080
+ {
1081
+ "(google.api.method_signature)": "parent,audience_list"
1082
+ },
1083
+ {
1084
+ "(google.longrunning.operation_info)": {
1085
+ "response_type": "AudienceList",
1086
+ "metadata_type": "AudienceListMetadata"
1087
+ }
1088
+ }
1089
+ ]
1090
+ },
1091
+ "QueryAudienceList": {
1092
+ "requestType": "QueryAudienceListRequest",
1093
+ "responseType": "QueryAudienceListResponse",
1094
+ "options": {
1095
+ "(google.api.http).post": "/v1alpha/{name=properties/*/audienceLists/*}:query",
1096
+ "(google.api.http).body": "*",
1097
+ "(google.api.method_signature)": "name"
1098
+ },
1099
+ "parsedOptions": [
1100
+ {
1101
+ "(google.api.http)": {
1102
+ "post": "/v1alpha/{name=properties/*/audienceLists/*}:query",
1103
+ "body": "*"
1104
+ }
1105
+ },
1106
+ {
1107
+ "(google.api.method_signature)": "name"
1108
+ }
1109
+ ]
1110
+ },
1111
+ "GetAudienceList": {
1112
+ "requestType": "GetAudienceListRequest",
1113
+ "responseType": "AudienceList",
1114
+ "options": {
1115
+ "(google.api.http).get": "/v1alpha/{name=properties/*/audienceLists/*}",
1116
+ "(google.api.method_signature)": "name"
1117
+ },
1118
+ "parsedOptions": [
1119
+ {
1120
+ "(google.api.http)": {
1121
+ "get": "/v1alpha/{name=properties/*/audienceLists/*}"
1122
+ }
1123
+ },
1124
+ {
1125
+ "(google.api.method_signature)": "name"
1126
+ }
1127
+ ]
1128
+ },
1129
+ "ListAudienceLists": {
1130
+ "requestType": "ListAudienceListsRequest",
1131
+ "responseType": "ListAudienceListsResponse",
1132
+ "options": {
1133
+ "(google.api.http).get": "/v1alpha/{parent=properties/*}/audienceLists",
1134
+ "(google.api.method_signature)": "parent"
1135
+ },
1136
+ "parsedOptions": [
1137
+ {
1138
+ "(google.api.http)": {
1139
+ "get": "/v1alpha/{parent=properties/*}/audienceLists"
1140
+ }
1141
+ },
1142
+ {
1143
+ "(google.api.method_signature)": "parent"
1144
+ }
1145
+ ]
1146
+ }
1147
+ }
1148
+ },
1149
+ "GetAudienceListRequest": {
1150
+ "fields": {
1151
+ "name": {
1152
+ "type": "string",
1153
+ "id": 1,
1154
+ "options": {
1155
+ "(google.api.field_behavior)": "REQUIRED",
1156
+ "(google.api.resource_reference).type": "analyticsdata.googleapis.com/AudienceList"
1157
+ }
1158
+ }
1159
+ }
1160
+ },
1161
+ "ListAudienceListsRequest": {
1162
+ "fields": {
1163
+ "parent": {
1164
+ "type": "string",
1165
+ "id": 1,
1166
+ "options": {
1167
+ "(google.api.field_behavior)": "REQUIRED",
1168
+ "(google.api.resource_reference).child_type": "analyticsdata.googleapis.com/AudienceList"
1169
+ }
1170
+ },
1171
+ "pageSize": {
1172
+ "type": "int32",
1173
+ "id": 2
1174
+ },
1175
+ "pageToken": {
1176
+ "type": "string",
1177
+ "id": 3
1178
+ }
1179
+ }
1180
+ },
1181
+ "ListAudienceListsResponse": {
1182
+ "oneofs": {
1183
+ "_nextPageToken": {
1184
+ "oneof": [
1185
+ "nextPageToken"
1186
+ ]
1187
+ }
1188
+ },
1189
+ "fields": {
1190
+ "audienceLists": {
1191
+ "rule": "repeated",
1192
+ "type": "AudienceList",
1193
+ "id": 1
1194
+ },
1195
+ "nextPageToken": {
1196
+ "type": "string",
1197
+ "id": 2,
1198
+ "options": {
1199
+ "proto3_optional": true
1200
+ }
1201
+ }
1202
+ }
1203
+ },
1204
+ "CreateAudienceListRequest": {
1205
+ "fields": {
1206
+ "parent": {
1207
+ "type": "string",
1208
+ "id": 1,
1209
+ "options": {
1210
+ "(google.api.field_behavior)": "REQUIRED",
1211
+ "(google.api.resource_reference).child_type": "analyticsdata.googleapis.com/AudienceList"
1212
+ }
1213
+ },
1214
+ "audienceList": {
1215
+ "type": "AudienceList",
1216
+ "id": 2,
1217
+ "options": {
1218
+ "(google.api.field_behavior)": "REQUIRED"
1219
+ }
1220
+ }
1221
+ }
1222
+ },
1223
+ "AudienceList": {
1224
+ "options": {
1225
+ "(google.api.resource).type": "analyticsdata.googleapis.com/AudienceList",
1226
+ "(google.api.resource).pattern": "properties/{propertyId}/audienceLists/{audienceListId}"
1227
+ },
1228
+ "oneofs": {
1229
+ "_state": {
1230
+ "oneof": [
1231
+ "state"
1232
+ ]
1233
+ },
1234
+ "_beginCreatingTime": {
1235
+ "oneof": [
1236
+ "beginCreatingTime"
1237
+ ]
1238
+ }
1239
+ },
1240
+ "fields": {
1241
+ "name": {
1242
+ "type": "string",
1243
+ "id": 1,
1244
+ "options": {
1245
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1246
+ }
1247
+ },
1248
+ "audience": {
1249
+ "type": "string",
1250
+ "id": 2,
1251
+ "options": {
1252
+ "(google.api.field_behavior)": "REQUIRED"
1253
+ }
1254
+ },
1255
+ "audienceDisplayName": {
1256
+ "type": "string",
1257
+ "id": 3,
1258
+ "options": {
1259
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1260
+ }
1261
+ },
1262
+ "dimensions": {
1263
+ "rule": "repeated",
1264
+ "type": "AudienceDimension",
1265
+ "id": 4,
1266
+ "options": {
1267
+ "(google.api.field_behavior)": "REQUIRED"
1268
+ }
1269
+ },
1270
+ "state": {
1271
+ "type": "State",
1272
+ "id": 5,
1273
+ "options": {
1274
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
1275
+ "proto3_optional": true
1276
+ }
1277
+ },
1278
+ "beginCreatingTime": {
1279
+ "type": "google.protobuf.Timestamp",
1280
+ "id": 6,
1281
+ "options": {
1282
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
1283
+ "proto3_optional": true
1284
+ }
1285
+ }
1286
+ },
1287
+ "nested": {
1288
+ "State": {
1289
+ "values": {
1290
+ "STATE_UNSPECIFIED": 0,
1291
+ "CREATING": 1,
1292
+ "ACTIVE": 2,
1293
+ "FAILED": 3
1294
+ }
1295
+ }
1296
+ }
1297
+ },
1298
+ "AudienceListMetadata": {
1299
+ "fields": {}
1300
+ },
1301
+ "QueryAudienceListRequest": {
1302
+ "fields": {
1303
+ "name": {
1304
+ "type": "string",
1305
+ "id": 1
1306
+ },
1307
+ "offset": {
1308
+ "type": "int64",
1309
+ "id": 2
1310
+ },
1311
+ "limit": {
1312
+ "type": "int64",
1313
+ "id": 3
1314
+ }
1315
+ }
1316
+ },
1317
+ "QueryAudienceListResponse": {
1318
+ "oneofs": {
1319
+ "_audienceList": {
1320
+ "oneof": [
1321
+ "audienceList"
1322
+ ]
1323
+ },
1324
+ "_rowCount": {
1325
+ "oneof": [
1326
+ "rowCount"
1327
+ ]
1328
+ }
1329
+ },
1330
+ "fields": {
1331
+ "audienceList": {
1332
+ "type": "AudienceList",
1333
+ "id": 1,
1334
+ "options": {
1335
+ "proto3_optional": true
1336
+ }
1337
+ },
1338
+ "audienceRows": {
1339
+ "rule": "repeated",
1340
+ "type": "AudienceRow",
1341
+ "id": 2
1342
+ },
1343
+ "rowCount": {
1344
+ "type": "int32",
1345
+ "id": 3,
1346
+ "options": {
1347
+ "proto3_optional": true
1348
+ }
1349
+ }
1350
+ }
1351
+ },
1352
+ "AudienceRow": {
1353
+ "fields": {
1354
+ "dimensionValues": {
1355
+ "rule": "repeated",
1356
+ "type": "AudienceDimensionValue",
1357
+ "id": 1
1358
+ }
1359
+ }
1360
+ },
1361
+ "AudienceDimension": {
1362
+ "fields": {
1363
+ "dimensionName": {
1364
+ "type": "string",
1365
+ "id": 1
1366
+ }
1367
+ }
1368
+ },
1369
+ "AudienceDimensionValue": {
1370
+ "oneofs": {
1371
+ "oneValue": {
1372
+ "oneof": [
1373
+ "value"
1374
+ ]
1375
+ }
1376
+ },
1377
+ "fields": {
1378
+ "value": {
1379
+ "type": "string",
1380
+ "id": 1
1033
1381
  }
1034
1382
  }
1035
1383
  },
@@ -1440,6 +1788,10 @@
1440
1788
  "potentiallyThresholdedRequestsPerHour": {
1441
1789
  "type": "QuotaStatus",
1442
1790
  "id": 5
1791
+ },
1792
+ "tokensPerProjectPerHour": {
1793
+ "type": "QuotaStatus",
1794
+ "id": 6
1443
1795
  }
1444
1796
  }
1445
1797
  },
@@ -4187,6 +4539,251 @@
4187
4539
  }
4188
4540
  }
4189
4541
  }
4542
+ },
4543
+ "longrunning": {
4544
+ "options": {
4545
+ "cc_enable_arenas": true,
4546
+ "csharp_namespace": "Google.LongRunning",
4547
+ "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
4548
+ "java_multiple_files": true,
4549
+ "java_outer_classname": "OperationsProto",
4550
+ "java_package": "com.google.longrunning",
4551
+ "php_namespace": "Google\\LongRunning"
4552
+ },
4553
+ "nested": {
4554
+ "operationInfo": {
4555
+ "type": "google.longrunning.OperationInfo",
4556
+ "id": 1049,
4557
+ "extend": "google.protobuf.MethodOptions"
4558
+ },
4559
+ "Operations": {
4560
+ "options": {
4561
+ "(google.api.default_host)": "longrunning.googleapis.com"
4562
+ },
4563
+ "methods": {
4564
+ "ListOperations": {
4565
+ "requestType": "ListOperationsRequest",
4566
+ "responseType": "ListOperationsResponse",
4567
+ "options": {
4568
+ "(google.api.http).get": "/v1/{name=operations}",
4569
+ "(google.api.method_signature)": "name,filter"
4570
+ },
4571
+ "parsedOptions": [
4572
+ {
4573
+ "(google.api.http)": {
4574
+ "get": "/v1/{name=operations}"
4575
+ }
4576
+ },
4577
+ {
4578
+ "(google.api.method_signature)": "name,filter"
4579
+ }
4580
+ ]
4581
+ },
4582
+ "GetOperation": {
4583
+ "requestType": "GetOperationRequest",
4584
+ "responseType": "Operation",
4585
+ "options": {
4586
+ "(google.api.http).get": "/v1/{name=operations/**}",
4587
+ "(google.api.method_signature)": "name"
4588
+ },
4589
+ "parsedOptions": [
4590
+ {
4591
+ "(google.api.http)": {
4592
+ "get": "/v1/{name=operations/**}"
4593
+ }
4594
+ },
4595
+ {
4596
+ "(google.api.method_signature)": "name"
4597
+ }
4598
+ ]
4599
+ },
4600
+ "DeleteOperation": {
4601
+ "requestType": "DeleteOperationRequest",
4602
+ "responseType": "google.protobuf.Empty",
4603
+ "options": {
4604
+ "(google.api.http).delete": "/v1/{name=operations/**}",
4605
+ "(google.api.method_signature)": "name"
4606
+ },
4607
+ "parsedOptions": [
4608
+ {
4609
+ "(google.api.http)": {
4610
+ "delete": "/v1/{name=operations/**}"
4611
+ }
4612
+ },
4613
+ {
4614
+ "(google.api.method_signature)": "name"
4615
+ }
4616
+ ]
4617
+ },
4618
+ "CancelOperation": {
4619
+ "requestType": "CancelOperationRequest",
4620
+ "responseType": "google.protobuf.Empty",
4621
+ "options": {
4622
+ "(google.api.http).post": "/v1/{name=operations/**}:cancel",
4623
+ "(google.api.http).body": "*",
4624
+ "(google.api.method_signature)": "name"
4625
+ },
4626
+ "parsedOptions": [
4627
+ {
4628
+ "(google.api.http)": {
4629
+ "post": "/v1/{name=operations/**}:cancel",
4630
+ "body": "*"
4631
+ }
4632
+ },
4633
+ {
4634
+ "(google.api.method_signature)": "name"
4635
+ }
4636
+ ]
4637
+ },
4638
+ "WaitOperation": {
4639
+ "requestType": "WaitOperationRequest",
4640
+ "responseType": "Operation"
4641
+ }
4642
+ }
4643
+ },
4644
+ "Operation": {
4645
+ "oneofs": {
4646
+ "result": {
4647
+ "oneof": [
4648
+ "error",
4649
+ "response"
4650
+ ]
4651
+ }
4652
+ },
4653
+ "fields": {
4654
+ "name": {
4655
+ "type": "string",
4656
+ "id": 1
4657
+ },
4658
+ "metadata": {
4659
+ "type": "google.protobuf.Any",
4660
+ "id": 2
4661
+ },
4662
+ "done": {
4663
+ "type": "bool",
4664
+ "id": 3
4665
+ },
4666
+ "error": {
4667
+ "type": "google.rpc.Status",
4668
+ "id": 4
4669
+ },
4670
+ "response": {
4671
+ "type": "google.protobuf.Any",
4672
+ "id": 5
4673
+ }
4674
+ }
4675
+ },
4676
+ "GetOperationRequest": {
4677
+ "fields": {
4678
+ "name": {
4679
+ "type": "string",
4680
+ "id": 1
4681
+ }
4682
+ }
4683
+ },
4684
+ "ListOperationsRequest": {
4685
+ "fields": {
4686
+ "name": {
4687
+ "type": "string",
4688
+ "id": 4
4689
+ },
4690
+ "filter": {
4691
+ "type": "string",
4692
+ "id": 1
4693
+ },
4694
+ "pageSize": {
4695
+ "type": "int32",
4696
+ "id": 2
4697
+ },
4698
+ "pageToken": {
4699
+ "type": "string",
4700
+ "id": 3
4701
+ }
4702
+ }
4703
+ },
4704
+ "ListOperationsResponse": {
4705
+ "fields": {
4706
+ "operations": {
4707
+ "rule": "repeated",
4708
+ "type": "Operation",
4709
+ "id": 1
4710
+ },
4711
+ "nextPageToken": {
4712
+ "type": "string",
4713
+ "id": 2
4714
+ }
4715
+ }
4716
+ },
4717
+ "CancelOperationRequest": {
4718
+ "fields": {
4719
+ "name": {
4720
+ "type": "string",
4721
+ "id": 1
4722
+ }
4723
+ }
4724
+ },
4725
+ "DeleteOperationRequest": {
4726
+ "fields": {
4727
+ "name": {
4728
+ "type": "string",
4729
+ "id": 1
4730
+ }
4731
+ }
4732
+ },
4733
+ "WaitOperationRequest": {
4734
+ "fields": {
4735
+ "name": {
4736
+ "type": "string",
4737
+ "id": 1
4738
+ },
4739
+ "timeout": {
4740
+ "type": "google.protobuf.Duration",
4741
+ "id": 2
4742
+ }
4743
+ }
4744
+ },
4745
+ "OperationInfo": {
4746
+ "fields": {
4747
+ "responseType": {
4748
+ "type": "string",
4749
+ "id": 1
4750
+ },
4751
+ "metadataType": {
4752
+ "type": "string",
4753
+ "id": 2
4754
+ }
4755
+ }
4756
+ }
4757
+ }
4758
+ },
4759
+ "rpc": {
4760
+ "options": {
4761
+ "cc_enable_arenas": true,
4762
+ "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
4763
+ "java_multiple_files": true,
4764
+ "java_outer_classname": "StatusProto",
4765
+ "java_package": "com.google.rpc",
4766
+ "objc_class_prefix": "RPC"
4767
+ },
4768
+ "nested": {
4769
+ "Status": {
4770
+ "fields": {
4771
+ "code": {
4772
+ "type": "int32",
4773
+ "id": 1
4774
+ },
4775
+ "message": {
4776
+ "type": "string",
4777
+ "id": 2
4778
+ },
4779
+ "details": {
4780
+ "rule": "repeated",
4781
+ "type": "google.protobuf.Any",
4782
+ "id": 3
4783
+ }
4784
+ }
4785
+ }
4786
+ }
4190
4787
  }
4191
4788
  }
4192
4789
  }