@google-cloud/pubsub 3.2.1 → 3.4.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 +26 -0
- package/README.md +3 -2
- package/build/protos/google/pubsub/v1/pubsub.proto +65 -43
- package/build/protos/google/pubsub/v1/schema.proto +138 -16
- package/build/protos/protos.d.ts +2513 -373
- package/build/protos/protos.js +6492 -1101
- package/build/protos/protos.json +522 -36
- package/build/src/ack-metadata.d.ts +1 -1
- package/build/src/iam.d.ts +7 -7
- package/build/src/iam.js.map +1 -1
- package/build/src/message-queues.d.ts +1 -1
- package/build/src/publisher/index.d.ts +1 -1
- package/build/src/publisher/index.js +2 -2
- package/build/src/publisher/index.js.map +1 -1
- package/build/src/publisher/message-queues.d.ts +29 -1
- package/build/src/publisher/message-queues.js +32 -2
- package/build/src/publisher/message-queues.js.map +1 -1
- package/build/src/publisher/pubsub-message.d.ts +1 -1
- package/build/src/pubsub.d.ts +19 -19
- package/build/src/schema.d.ts +6 -6
- package/build/src/snapshot.d.ts +4 -4
- package/build/src/subscriber.d.ts +4 -4
- package/build/src/subscriber.js +1 -3
- package/build/src/subscriber.js.map +1 -1
- package/build/src/subscription.d.ts +21 -21
- package/build/src/temporal.d.ts +1 -1
- package/build/src/topic.d.ts +17 -17
- package/build/src/v1/index.js +1 -1
- package/build/src/v1/publisher_client.d.ts +20 -20
- package/build/src/v1/publisher_client.js +15 -13
- package/build/src/v1/publisher_client.js.map +1 -1
- package/build/src/v1/schema_service_client.d.ts +193 -20
- package/build/src/v1/schema_service_client.js +189 -13
- package/build/src/v1/schema_service_client.js.map +1 -1
- package/build/src/v1/schema_service_client_config.json +16 -0
- package/build/src/v1/subscriber_client.d.ts +54 -60
- package/build/src/v1/subscriber_client.js +19 -17
- package/build/src/v1/subscriber_client.js.map +1 -1
- package/build/src/v1/subscriber_client_config.json +7 -1
- package/package.json +4 -4
package/build/protos/protos.json
CHANGED
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"responseType": "Topic",
|
|
48
48
|
"options": {
|
|
49
49
|
"(google.api.http).patch": "/v1/{topic.name=projects/*/topics/*}",
|
|
50
|
-
"(google.api.http).body": "*"
|
|
50
|
+
"(google.api.http).body": "*",
|
|
51
|
+
"(google.api.method_signature)": "topic,update_mask"
|
|
51
52
|
},
|
|
52
53
|
"parsedOptions": [
|
|
53
54
|
{
|
|
@@ -55,6 +56,9 @@
|
|
|
55
56
|
"patch": "/v1/{topic.name=projects/*/topics/*}",
|
|
56
57
|
"body": "*"
|
|
57
58
|
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"(google.api.method_signature)": "topic,update_mask"
|
|
58
62
|
}
|
|
59
63
|
]
|
|
60
64
|
},
|
|
@@ -206,6 +210,14 @@
|
|
|
206
210
|
"encoding": {
|
|
207
211
|
"type": "Encoding",
|
|
208
212
|
"id": 2
|
|
213
|
+
},
|
|
214
|
+
"firstRevisionId": {
|
|
215
|
+
"type": "string",
|
|
216
|
+
"id": 3
|
|
217
|
+
},
|
|
218
|
+
"lastRevisionId": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"id": 4
|
|
209
221
|
}
|
|
210
222
|
}
|
|
211
223
|
},
|
|
@@ -511,7 +523,8 @@
|
|
|
511
523
|
"responseType": "Subscription",
|
|
512
524
|
"options": {
|
|
513
525
|
"(google.api.http).patch": "/v1/{subscription.name=projects/*/subscriptions/*}",
|
|
514
|
-
"(google.api.http).body": "*"
|
|
526
|
+
"(google.api.http).body": "*",
|
|
527
|
+
"(google.api.method_signature)": "subscription,update_mask"
|
|
515
528
|
},
|
|
516
529
|
"parsedOptions": [
|
|
517
530
|
{
|
|
@@ -519,6 +532,9 @@
|
|
|
519
532
|
"patch": "/v1/{subscription.name=projects/*/subscriptions/*}",
|
|
520
533
|
"body": "*"
|
|
521
534
|
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"(google.api.method_signature)": "subscription,update_mask"
|
|
522
538
|
}
|
|
523
539
|
]
|
|
524
540
|
},
|
|
@@ -708,7 +724,8 @@
|
|
|
708
724
|
"responseType": "Snapshot",
|
|
709
725
|
"options": {
|
|
710
726
|
"(google.api.http).patch": "/v1/{snapshot.name=projects/*/snapshots/*}",
|
|
711
|
-
"(google.api.http).body": "*"
|
|
727
|
+
"(google.api.http).body": "*",
|
|
728
|
+
"(google.api.method_signature)": "snapshot,update_mask"
|
|
712
729
|
},
|
|
713
730
|
"parsedOptions": [
|
|
714
731
|
{
|
|
@@ -716,6 +733,9 @@
|
|
|
716
733
|
"patch": "/v1/{snapshot.name=projects/*/snapshots/*}",
|
|
717
734
|
"body": "*"
|
|
718
735
|
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"(google.api.method_signature)": "snapshot,update_mask"
|
|
719
739
|
}
|
|
720
740
|
]
|
|
721
741
|
},
|
|
@@ -1221,38 +1241,28 @@
|
|
|
1221
1241
|
"id": 4
|
|
1222
1242
|
}
|
|
1223
1243
|
},
|
|
1224
|
-
"reserved": [
|
|
1225
|
-
[
|
|
1226
|
-
2,
|
|
1227
|
-
2
|
|
1228
|
-
]
|
|
1229
|
-
],
|
|
1230
1244
|
"nested": {
|
|
1231
1245
|
"AcknowledgeConfirmation": {
|
|
1232
1246
|
"fields": {
|
|
1233
1247
|
"ackIds": {
|
|
1234
1248
|
"rule": "repeated",
|
|
1235
1249
|
"type": "string",
|
|
1236
|
-
"id": 1
|
|
1237
|
-
"options": {
|
|
1238
|
-
"ctype": "CORD"
|
|
1239
|
-
}
|
|
1250
|
+
"id": 1
|
|
1240
1251
|
},
|
|
1241
1252
|
"invalidAckIds": {
|
|
1242
1253
|
"rule": "repeated",
|
|
1243
1254
|
"type": "string",
|
|
1244
|
-
"id": 2
|
|
1245
|
-
"options": {
|
|
1246
|
-
"ctype": "CORD"
|
|
1247
|
-
}
|
|
1255
|
+
"id": 2
|
|
1248
1256
|
},
|
|
1249
1257
|
"unorderedAckIds": {
|
|
1250
1258
|
"rule": "repeated",
|
|
1251
1259
|
"type": "string",
|
|
1252
|
-
"id": 3
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1260
|
+
"id": 3
|
|
1261
|
+
},
|
|
1262
|
+
"temporaryFailedAckIds": {
|
|
1263
|
+
"rule": "repeated",
|
|
1264
|
+
"type": "string",
|
|
1265
|
+
"id": 4
|
|
1256
1266
|
}
|
|
1257
1267
|
}
|
|
1258
1268
|
},
|
|
@@ -1261,18 +1271,17 @@
|
|
|
1261
1271
|
"ackIds": {
|
|
1262
1272
|
"rule": "repeated",
|
|
1263
1273
|
"type": "string",
|
|
1264
|
-
"id": 1
|
|
1265
|
-
"options": {
|
|
1266
|
-
"ctype": "CORD"
|
|
1267
|
-
}
|
|
1274
|
+
"id": 1
|
|
1268
1275
|
},
|
|
1269
1276
|
"invalidAckIds": {
|
|
1270
1277
|
"rule": "repeated",
|
|
1271
1278
|
"type": "string",
|
|
1272
|
-
"id": 2
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1279
|
+
"id": 2
|
|
1280
|
+
},
|
|
1281
|
+
"temporaryFailedAckIds": {
|
|
1282
|
+
"rule": "repeated",
|
|
1283
|
+
"type": "string",
|
|
1284
|
+
"id": 3
|
|
1276
1285
|
}
|
|
1277
1286
|
}
|
|
1278
1287
|
},
|
|
@@ -1514,6 +1523,82 @@
|
|
|
1514
1523
|
}
|
|
1515
1524
|
]
|
|
1516
1525
|
},
|
|
1526
|
+
"ListSchemaRevisions": {
|
|
1527
|
+
"requestType": "ListSchemaRevisionsRequest",
|
|
1528
|
+
"responseType": "ListSchemaRevisionsResponse",
|
|
1529
|
+
"options": {
|
|
1530
|
+
"(google.api.http).get": "/v1/{name=projects/*/schemas/*}:listRevisions",
|
|
1531
|
+
"(google.api.method_signature)": "name"
|
|
1532
|
+
},
|
|
1533
|
+
"parsedOptions": [
|
|
1534
|
+
{
|
|
1535
|
+
"(google.api.http)": {
|
|
1536
|
+
"get": "/v1/{name=projects/*/schemas/*}:listRevisions"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"(google.api.method_signature)": "name"
|
|
1541
|
+
}
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
"CommitSchema": {
|
|
1545
|
+
"requestType": "CommitSchemaRequest",
|
|
1546
|
+
"responseType": "Schema",
|
|
1547
|
+
"options": {
|
|
1548
|
+
"(google.api.http).post": "/v1/{name=projects/*/schemas/*}:commit",
|
|
1549
|
+
"(google.api.http).body": "*",
|
|
1550
|
+
"(google.api.method_signature)": "name,schema"
|
|
1551
|
+
},
|
|
1552
|
+
"parsedOptions": [
|
|
1553
|
+
{
|
|
1554
|
+
"(google.api.http)": {
|
|
1555
|
+
"post": "/v1/{name=projects/*/schemas/*}:commit",
|
|
1556
|
+
"body": "*"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"(google.api.method_signature)": "name,schema"
|
|
1561
|
+
}
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1564
|
+
"RollbackSchema": {
|
|
1565
|
+
"requestType": "RollbackSchemaRequest",
|
|
1566
|
+
"responseType": "Schema",
|
|
1567
|
+
"options": {
|
|
1568
|
+
"(google.api.http).post": "/v1/{name=projects/*/schemas/*}:rollback",
|
|
1569
|
+
"(google.api.http).body": "*",
|
|
1570
|
+
"(google.api.method_signature)": "name,revision_id"
|
|
1571
|
+
},
|
|
1572
|
+
"parsedOptions": [
|
|
1573
|
+
{
|
|
1574
|
+
"(google.api.http)": {
|
|
1575
|
+
"post": "/v1/{name=projects/*/schemas/*}:rollback",
|
|
1576
|
+
"body": "*"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"(google.api.method_signature)": "name,revision_id"
|
|
1581
|
+
}
|
|
1582
|
+
]
|
|
1583
|
+
},
|
|
1584
|
+
"DeleteSchemaRevision": {
|
|
1585
|
+
"requestType": "DeleteSchemaRevisionRequest",
|
|
1586
|
+
"responseType": "Schema",
|
|
1587
|
+
"options": {
|
|
1588
|
+
"(google.api.http).delete": "/v1/{name=projects/*/schemas/*}:deleteRevision",
|
|
1589
|
+
"(google.api.method_signature)": "name,revision_id"
|
|
1590
|
+
},
|
|
1591
|
+
"parsedOptions": [
|
|
1592
|
+
{
|
|
1593
|
+
"(google.api.http)": {
|
|
1594
|
+
"delete": "/v1/{name=projects/*/schemas/*}:deleteRevision"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"(google.api.method_signature)": "name,revision_id"
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1517
1602
|
"DeleteSchema": {
|
|
1518
1603
|
"requestType": "DeleteSchemaRequest",
|
|
1519
1604
|
"responseType": "google.protobuf.Empty",
|
|
@@ -1590,6 +1675,20 @@
|
|
|
1590
1675
|
"definition": {
|
|
1591
1676
|
"type": "string",
|
|
1592
1677
|
"id": 3
|
|
1678
|
+
},
|
|
1679
|
+
"revisionId": {
|
|
1680
|
+
"type": "string",
|
|
1681
|
+
"id": 4,
|
|
1682
|
+
"options": {
|
|
1683
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"revisionCreateTime": {
|
|
1687
|
+
"type": "google.protobuf.Timestamp",
|
|
1688
|
+
"id": 6,
|
|
1689
|
+
"options": {
|
|
1690
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1691
|
+
}
|
|
1593
1692
|
}
|
|
1594
1693
|
},
|
|
1595
1694
|
"nested": {
|
|
@@ -1602,6 +1701,13 @@
|
|
|
1602
1701
|
}
|
|
1603
1702
|
}
|
|
1604
1703
|
},
|
|
1704
|
+
"SchemaView": {
|
|
1705
|
+
"values": {
|
|
1706
|
+
"SCHEMA_VIEW_UNSPECIFIED": 0,
|
|
1707
|
+
"BASIC": 1,
|
|
1708
|
+
"FULL": 2
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1605
1711
|
"CreateSchemaRequest": {
|
|
1606
1712
|
"fields": {
|
|
1607
1713
|
"parent": {
|
|
@@ -1625,13 +1731,6 @@
|
|
|
1625
1731
|
}
|
|
1626
1732
|
}
|
|
1627
1733
|
},
|
|
1628
|
-
"SchemaView": {
|
|
1629
|
-
"values": {
|
|
1630
|
-
"SCHEMA_VIEW_UNSPECIFIED": 0,
|
|
1631
|
-
"BASIC": 1,
|
|
1632
|
-
"FULL": 2
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
1734
|
"GetSchemaRequest": {
|
|
1636
1735
|
"fields": {
|
|
1637
1736
|
"name": {
|
|
@@ -1685,6 +1784,101 @@
|
|
|
1685
1784
|
}
|
|
1686
1785
|
}
|
|
1687
1786
|
},
|
|
1787
|
+
"ListSchemaRevisionsRequest": {
|
|
1788
|
+
"fields": {
|
|
1789
|
+
"name": {
|
|
1790
|
+
"type": "string",
|
|
1791
|
+
"id": 1,
|
|
1792
|
+
"options": {
|
|
1793
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1794
|
+
"(google.api.resource_reference).type": "pubsub.googleapis.com/Schema"
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
"view": {
|
|
1798
|
+
"type": "SchemaView",
|
|
1799
|
+
"id": 2
|
|
1800
|
+
},
|
|
1801
|
+
"pageSize": {
|
|
1802
|
+
"type": "int32",
|
|
1803
|
+
"id": 3
|
|
1804
|
+
},
|
|
1805
|
+
"pageToken": {
|
|
1806
|
+
"type": "string",
|
|
1807
|
+
"id": 4
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"ListSchemaRevisionsResponse": {
|
|
1812
|
+
"fields": {
|
|
1813
|
+
"schemas": {
|
|
1814
|
+
"rule": "repeated",
|
|
1815
|
+
"type": "Schema",
|
|
1816
|
+
"id": 1
|
|
1817
|
+
},
|
|
1818
|
+
"nextPageToken": {
|
|
1819
|
+
"type": "string",
|
|
1820
|
+
"id": 2
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"CommitSchemaRequest": {
|
|
1825
|
+
"fields": {
|
|
1826
|
+
"name": {
|
|
1827
|
+
"type": "string",
|
|
1828
|
+
"id": 1,
|
|
1829
|
+
"options": {
|
|
1830
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1831
|
+
"(google.api.resource_reference).type": "pubsub.googleapis.com/Schema"
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
"schema": {
|
|
1835
|
+
"type": "Schema",
|
|
1836
|
+
"id": 2,
|
|
1837
|
+
"options": {
|
|
1838
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"RollbackSchemaRequest": {
|
|
1844
|
+
"fields": {
|
|
1845
|
+
"name": {
|
|
1846
|
+
"type": "string",
|
|
1847
|
+
"id": 1,
|
|
1848
|
+
"options": {
|
|
1849
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1850
|
+
"(google.api.resource_reference).type": "pubsub.googleapis.com/Schema"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"revisionId": {
|
|
1854
|
+
"type": "string",
|
|
1855
|
+
"id": 2,
|
|
1856
|
+
"options": {
|
|
1857
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"DeleteSchemaRevisionRequest": {
|
|
1863
|
+
"fields": {
|
|
1864
|
+
"name": {
|
|
1865
|
+
"type": "string",
|
|
1866
|
+
"id": 1,
|
|
1867
|
+
"options": {
|
|
1868
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1869
|
+
"(google.api.resource_reference).type": "pubsub.googleapis.com/Schema"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
"revisionId": {
|
|
1873
|
+
"type": "string",
|
|
1874
|
+
"id": 2,
|
|
1875
|
+
"options": {
|
|
1876
|
+
"deprecated": true,
|
|
1877
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1688
1882
|
"DeleteSchemaRequest": {
|
|
1689
1883
|
"fields": {
|
|
1690
1884
|
"name": {
|
|
@@ -1885,6 +2079,248 @@
|
|
|
1885
2079
|
"id": 1050,
|
|
1886
2080
|
"extend": "google.protobuf.ServiceOptions"
|
|
1887
2081
|
},
|
|
2082
|
+
"CommonLanguageSettings": {
|
|
2083
|
+
"fields": {
|
|
2084
|
+
"referenceDocsUri": {
|
|
2085
|
+
"type": "string",
|
|
2086
|
+
"id": 1,
|
|
2087
|
+
"options": {
|
|
2088
|
+
"deprecated": true
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
"destinations": {
|
|
2092
|
+
"rule": "repeated",
|
|
2093
|
+
"type": "ClientLibraryDestination",
|
|
2094
|
+
"id": 2
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"ClientLibrarySettings": {
|
|
2099
|
+
"fields": {
|
|
2100
|
+
"version": {
|
|
2101
|
+
"type": "string",
|
|
2102
|
+
"id": 1
|
|
2103
|
+
},
|
|
2104
|
+
"launchStage": {
|
|
2105
|
+
"type": "LaunchStage",
|
|
2106
|
+
"id": 2
|
|
2107
|
+
},
|
|
2108
|
+
"restNumericEnums": {
|
|
2109
|
+
"type": "bool",
|
|
2110
|
+
"id": 3
|
|
2111
|
+
},
|
|
2112
|
+
"javaSettings": {
|
|
2113
|
+
"type": "JavaSettings",
|
|
2114
|
+
"id": 21
|
|
2115
|
+
},
|
|
2116
|
+
"cppSettings": {
|
|
2117
|
+
"type": "CppSettings",
|
|
2118
|
+
"id": 22
|
|
2119
|
+
},
|
|
2120
|
+
"phpSettings": {
|
|
2121
|
+
"type": "PhpSettings",
|
|
2122
|
+
"id": 23
|
|
2123
|
+
},
|
|
2124
|
+
"pythonSettings": {
|
|
2125
|
+
"type": "PythonSettings",
|
|
2126
|
+
"id": 24
|
|
2127
|
+
},
|
|
2128
|
+
"nodeSettings": {
|
|
2129
|
+
"type": "NodeSettings",
|
|
2130
|
+
"id": 25
|
|
2131
|
+
},
|
|
2132
|
+
"dotnetSettings": {
|
|
2133
|
+
"type": "DotnetSettings",
|
|
2134
|
+
"id": 26
|
|
2135
|
+
},
|
|
2136
|
+
"rubySettings": {
|
|
2137
|
+
"type": "RubySettings",
|
|
2138
|
+
"id": 27
|
|
2139
|
+
},
|
|
2140
|
+
"goSettings": {
|
|
2141
|
+
"type": "GoSettings",
|
|
2142
|
+
"id": 28
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
"Publishing": {
|
|
2147
|
+
"fields": {
|
|
2148
|
+
"methodSettings": {
|
|
2149
|
+
"rule": "repeated",
|
|
2150
|
+
"type": "MethodSettings",
|
|
2151
|
+
"id": 2
|
|
2152
|
+
},
|
|
2153
|
+
"newIssueUri": {
|
|
2154
|
+
"type": "string",
|
|
2155
|
+
"id": 101
|
|
2156
|
+
},
|
|
2157
|
+
"documentationUri": {
|
|
2158
|
+
"type": "string",
|
|
2159
|
+
"id": 102
|
|
2160
|
+
},
|
|
2161
|
+
"apiShortName": {
|
|
2162
|
+
"type": "string",
|
|
2163
|
+
"id": 103
|
|
2164
|
+
},
|
|
2165
|
+
"githubLabel": {
|
|
2166
|
+
"type": "string",
|
|
2167
|
+
"id": 104
|
|
2168
|
+
},
|
|
2169
|
+
"codeownerGithubTeams": {
|
|
2170
|
+
"rule": "repeated",
|
|
2171
|
+
"type": "string",
|
|
2172
|
+
"id": 105
|
|
2173
|
+
},
|
|
2174
|
+
"docTagPrefix": {
|
|
2175
|
+
"type": "string",
|
|
2176
|
+
"id": 106
|
|
2177
|
+
},
|
|
2178
|
+
"organization": {
|
|
2179
|
+
"type": "ClientLibraryOrganization",
|
|
2180
|
+
"id": 107
|
|
2181
|
+
},
|
|
2182
|
+
"librarySettings": {
|
|
2183
|
+
"rule": "repeated",
|
|
2184
|
+
"type": "ClientLibrarySettings",
|
|
2185
|
+
"id": 109
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"JavaSettings": {
|
|
2190
|
+
"fields": {
|
|
2191
|
+
"libraryPackage": {
|
|
2192
|
+
"type": "string",
|
|
2193
|
+
"id": 1
|
|
2194
|
+
},
|
|
2195
|
+
"serviceClassNames": {
|
|
2196
|
+
"keyType": "string",
|
|
2197
|
+
"type": "string",
|
|
2198
|
+
"id": 2
|
|
2199
|
+
},
|
|
2200
|
+
"common": {
|
|
2201
|
+
"type": "CommonLanguageSettings",
|
|
2202
|
+
"id": 3
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"CppSettings": {
|
|
2207
|
+
"fields": {
|
|
2208
|
+
"common": {
|
|
2209
|
+
"type": "CommonLanguageSettings",
|
|
2210
|
+
"id": 1
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"PhpSettings": {
|
|
2215
|
+
"fields": {
|
|
2216
|
+
"common": {
|
|
2217
|
+
"type": "CommonLanguageSettings",
|
|
2218
|
+
"id": 1
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
"PythonSettings": {
|
|
2223
|
+
"fields": {
|
|
2224
|
+
"common": {
|
|
2225
|
+
"type": "CommonLanguageSettings",
|
|
2226
|
+
"id": 1
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"NodeSettings": {
|
|
2231
|
+
"fields": {
|
|
2232
|
+
"common": {
|
|
2233
|
+
"type": "CommonLanguageSettings",
|
|
2234
|
+
"id": 1
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"DotnetSettings": {
|
|
2239
|
+
"fields": {
|
|
2240
|
+
"common": {
|
|
2241
|
+
"type": "CommonLanguageSettings",
|
|
2242
|
+
"id": 1
|
|
2243
|
+
}
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2246
|
+
"RubySettings": {
|
|
2247
|
+
"fields": {
|
|
2248
|
+
"common": {
|
|
2249
|
+
"type": "CommonLanguageSettings",
|
|
2250
|
+
"id": 1
|
|
2251
|
+
}
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"GoSettings": {
|
|
2255
|
+
"fields": {
|
|
2256
|
+
"common": {
|
|
2257
|
+
"type": "CommonLanguageSettings",
|
|
2258
|
+
"id": 1
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"MethodSettings": {
|
|
2263
|
+
"fields": {
|
|
2264
|
+
"selector": {
|
|
2265
|
+
"type": "string",
|
|
2266
|
+
"id": 1
|
|
2267
|
+
},
|
|
2268
|
+
"longRunning": {
|
|
2269
|
+
"type": "LongRunning",
|
|
2270
|
+
"id": 2
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"nested": {
|
|
2274
|
+
"LongRunning": {
|
|
2275
|
+
"fields": {
|
|
2276
|
+
"initialPollDelay": {
|
|
2277
|
+
"type": "google.protobuf.Duration",
|
|
2278
|
+
"id": 1
|
|
2279
|
+
},
|
|
2280
|
+
"pollDelayMultiplier": {
|
|
2281
|
+
"type": "float",
|
|
2282
|
+
"id": 2
|
|
2283
|
+
},
|
|
2284
|
+
"maxPollDelay": {
|
|
2285
|
+
"type": "google.protobuf.Duration",
|
|
2286
|
+
"id": 3
|
|
2287
|
+
},
|
|
2288
|
+
"totalPollTimeout": {
|
|
2289
|
+
"type": "google.protobuf.Duration",
|
|
2290
|
+
"id": 4
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"ClientLibraryOrganization": {
|
|
2297
|
+
"values": {
|
|
2298
|
+
"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
|
|
2299
|
+
"CLOUD": 1,
|
|
2300
|
+
"ADS": 2,
|
|
2301
|
+
"PHOTOS": 3,
|
|
2302
|
+
"STREET_VIEW": 4
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
"ClientLibraryDestination": {
|
|
2306
|
+
"values": {
|
|
2307
|
+
"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
|
|
2308
|
+
"GITHUB": 10,
|
|
2309
|
+
"PACKAGE_MANAGER": 20
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
"LaunchStage": {
|
|
2313
|
+
"values": {
|
|
2314
|
+
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
2315
|
+
"UNIMPLEMENTED": 6,
|
|
2316
|
+
"PRELAUNCH": 7,
|
|
2317
|
+
"EARLY_ACCESS": 1,
|
|
2318
|
+
"ALPHA": 2,
|
|
2319
|
+
"BETA": 3,
|
|
2320
|
+
"GA": 4,
|
|
2321
|
+
"DEPRECATED": 5
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
1888
2324
|
"fieldBehavior": {
|
|
1889
2325
|
"rule": "repeated",
|
|
1890
2326
|
"type": "google.api.FieldBehavior",
|
|
@@ -2534,6 +2970,13 @@
|
|
|
2534
2970
|
"type": "bool",
|
|
2535
2971
|
"id": 7
|
|
2536
2972
|
},
|
|
2973
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2974
|
+
"type": "bool",
|
|
2975
|
+
"id": 11,
|
|
2976
|
+
"options": {
|
|
2977
|
+
"deprecated": true
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2537
2980
|
"uninterpretedOption": {
|
|
2538
2981
|
"rule": "repeated",
|
|
2539
2982
|
"type": "UninterpretedOption",
|
|
@@ -2617,6 +3060,21 @@
|
|
|
2617
3060
|
"default": false
|
|
2618
3061
|
}
|
|
2619
3062
|
},
|
|
3063
|
+
"debugRedact": {
|
|
3064
|
+
"type": "bool",
|
|
3065
|
+
"id": 16,
|
|
3066
|
+
"options": {
|
|
3067
|
+
"default": false
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"retention": {
|
|
3071
|
+
"type": "OptionRetention",
|
|
3072
|
+
"id": 17
|
|
3073
|
+
},
|
|
3074
|
+
"target": {
|
|
3075
|
+
"type": "OptionTargetType",
|
|
3076
|
+
"id": 18
|
|
3077
|
+
},
|
|
2620
3078
|
"uninterpretedOption": {
|
|
2621
3079
|
"rule": "repeated",
|
|
2622
3080
|
"type": "UninterpretedOption",
|
|
@@ -2649,6 +3107,27 @@
|
|
|
2649
3107
|
"JS_STRING": 1,
|
|
2650
3108
|
"JS_NUMBER": 2
|
|
2651
3109
|
}
|
|
3110
|
+
},
|
|
3111
|
+
"OptionRetention": {
|
|
3112
|
+
"values": {
|
|
3113
|
+
"RETENTION_UNKNOWN": 0,
|
|
3114
|
+
"RETENTION_RUNTIME": 1,
|
|
3115
|
+
"RETENTION_SOURCE": 2
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
"OptionTargetType": {
|
|
3119
|
+
"values": {
|
|
3120
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
3121
|
+
"TARGET_TYPE_FILE": 1,
|
|
3122
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
3123
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
3124
|
+
"TARGET_TYPE_FIELD": 4,
|
|
3125
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
3126
|
+
"TARGET_TYPE_ENUM": 6,
|
|
3127
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
3128
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
3129
|
+
"TARGET_TYPE_METHOD": 9
|
|
3130
|
+
}
|
|
2652
3131
|
}
|
|
2653
3132
|
}
|
|
2654
3133
|
},
|
|
@@ -2680,6 +3159,13 @@
|
|
|
2680
3159
|
"default": false
|
|
2681
3160
|
}
|
|
2682
3161
|
},
|
|
3162
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
3163
|
+
"type": "bool",
|
|
3164
|
+
"id": 6,
|
|
3165
|
+
"options": {
|
|
3166
|
+
"deprecated": true
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
2683
3169
|
"uninterpretedOption": {
|
|
2684
3170
|
"rule": "repeated",
|
|
2685
3171
|
"type": "UninterpretedOption",
|