google-apis-cloudsearch_v1 0.39.0 → 0.40.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudsearch_v1/classes.rb +2455 -114
- data/lib/google/apis/cloudsearch_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudsearch_v1/representations.rb +1016 -33
- metadata +3 -3
@@ -730,6 +730,30 @@ module Google
|
|
730
730
|
include Google::Apis::Core::JsonObjectSupport
|
731
731
|
end
|
732
732
|
|
733
|
+
class Attribute
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class AttributeRemoved
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class AttributeSet
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class Attributes
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
733
757
|
class AuditLoggingSettings
|
734
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
759
|
|
@@ -868,13 +892,13 @@ module Google
|
|
868
892
|
include Google::Apis::Core::JsonObjectSupport
|
869
893
|
end
|
870
894
|
|
871
|
-
class
|
895
|
+
class CaribouAttributeValue
|
872
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
897
|
|
874
898
|
include Google::Apis::Core::JsonObjectSupport
|
875
899
|
end
|
876
900
|
|
877
|
-
class
|
901
|
+
class ChatClientActionMarkup
|
878
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
903
|
|
880
904
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -958,12 +982,24 @@ module Google
|
|
958
982
|
include Google::Apis::Core::JsonObjectSupport
|
959
983
|
end
|
960
984
|
|
985
|
+
class ClientContext
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
961
991
|
class CloudPrincipalProto
|
962
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
993
|
|
964
994
|
include Google::Apis::Core::JsonObjectSupport
|
965
995
|
end
|
966
996
|
|
997
|
+
class ClusterInfo
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
967
1003
|
class CoActivity
|
968
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
1005
|
|
@@ -1264,6 +1300,12 @@ module Google
|
|
1264
1300
|
include Google::Apis::Core::JsonObjectSupport
|
1265
1301
|
end
|
1266
1302
|
|
1303
|
+
class DynamiteMessagesScoringInfo
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1267
1309
|
class DynamiteSpacesScoringInfo
|
1268
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
1311
|
|
@@ -1378,18 +1420,48 @@ module Google
|
|
1378
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1379
1421
|
end
|
1380
1422
|
|
1423
|
+
class FilterCreated
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class FilterDeleted
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1381
1435
|
class FilterOptions
|
1382
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
1437
|
|
1384
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1439
|
end
|
1386
1440
|
|
1441
|
+
class FilterUpdate
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
|
+
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
1445
|
+
end
|
1446
|
+
|
1387
1447
|
class FixedFooter
|
1388
1448
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1449
|
|
1390
1450
|
include Google::Apis::Core::JsonObjectSupport
|
1391
1451
|
end
|
1392
1452
|
|
1453
|
+
class Folder
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
|
+
|
1456
|
+
include Google::Apis::Core::JsonObjectSupport
|
1457
|
+
end
|
1458
|
+
|
1459
|
+
class FolderAttribute
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
|
+
|
1462
|
+
include Google::Apis::Core::JsonObjectSupport
|
1463
|
+
end
|
1464
|
+
|
1393
1465
|
class FormAction
|
1394
1466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
1467
|
|
@@ -1414,6 +1486,24 @@ module Google
|
|
1414
1486
|
include Google::Apis::Core::JsonObjectSupport
|
1415
1487
|
end
|
1416
1488
|
|
1489
|
+
class FuseboxItem
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
|
+
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class FuseboxItemThreadMatchInfo
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class FuseboxPrefUpdatePreState
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1417
1507
|
class GSuitePrincipal
|
1418
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
1509
|
|
@@ -1504,12 +1594,6 @@ module Google
|
|
1504
1594
|
include Google::Apis::Core::JsonObjectSupport
|
1505
1595
|
end
|
1506
1596
|
|
1507
|
-
class GoogleChatConfig
|
1508
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
-
|
1510
|
-
include Google::Apis::Core::JsonObjectSupport
|
1511
|
-
end
|
1512
|
-
|
1513
1597
|
class GoogleChatV1ContextualAddOnMarkup
|
1514
1598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1599
|
|
@@ -1678,6 +1762,18 @@ module Google
|
|
1678
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1763
|
end
|
1680
1764
|
|
1765
|
+
class History
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
class HistoryRecord
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
|
+
|
1774
|
+
include Google::Apis::Core::JsonObjectSupport
|
1775
|
+
end
|
1776
|
+
|
1681
1777
|
class HostAppActionMarkup
|
1682
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1779
|
|
@@ -1750,6 +1846,42 @@ module Google
|
|
1750
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1751
1847
|
end
|
1752
1848
|
|
1849
|
+
class ImapSessionContext
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class ImapSyncDelete
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class ImapUidsReassign
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1867
|
+
class ImapUpdate
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
|
+
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
1871
|
+
end
|
1872
|
+
|
1873
|
+
class ImapsyncFolderAttributeFolderMessage
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class ImapsyncFolderAttributeFolderMessageFlags
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1753
1885
|
class IncomingWebhookChangedMetadata
|
1754
1886
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
1887
|
|
@@ -1780,6 +1912,12 @@ module Google
|
|
1780
1912
|
include Google::Apis::Core::JsonObjectSupport
|
1781
1913
|
end
|
1782
1914
|
|
1915
|
+
class IntegerFacetingOptions
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
+
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
1919
|
+
end
|
1920
|
+
|
1783
1921
|
class IntegerOperatorOptions
|
1784
1922
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
1923
|
|
@@ -1858,6 +1996,12 @@ module Google
|
|
1858
1996
|
include Google::Apis::Core::JsonObjectSupport
|
1859
1997
|
end
|
1860
1998
|
|
1999
|
+
class ItemParts
|
2000
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
|
+
|
2002
|
+
include Google::Apis::Core::JsonObjectSupport
|
2003
|
+
end
|
2004
|
+
|
1861
2005
|
class ItemStatus
|
1862
2006
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
2007
|
|
@@ -1870,12 +2014,72 @@ module Google
|
|
1870
2014
|
include Google::Apis::Core::JsonObjectSupport
|
1871
2015
|
end
|
1872
2016
|
|
2017
|
+
class ItemThread
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2019
|
+
|
2020
|
+
include Google::Apis::Core::JsonObjectSupport
|
2021
|
+
end
|
2022
|
+
|
2023
|
+
class JobsettedServerSpec
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
1873
2029
|
class KeyValue
|
1874
2030
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
2031
|
|
1876
2032
|
include Google::Apis::Core::JsonObjectSupport
|
1877
2033
|
end
|
1878
2034
|
|
2035
|
+
class LabelAdded
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class LabelCreated
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class LabelDeleted
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class LabelRemoved
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class LabelRenamed
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
class LabelUpdate
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class LabelUpdated
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class Labels
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
1879
2083
|
class LanguageConfig
|
1880
2084
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
2085
|
|
@@ -1948,6 +2152,12 @@ module Google
|
|
1948
2152
|
include Google::Apis::Core::JsonObjectSupport
|
1949
2153
|
end
|
1950
2154
|
|
2155
|
+
class MatchInfo
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
1951
2161
|
class MatchRange
|
1952
2162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
2163
|
|
@@ -2020,12 +2230,24 @@ module Google
|
|
2020
2230
|
include Google::Apis::Core::JsonObjectSupport
|
2021
2231
|
end
|
2022
2232
|
|
2233
|
+
class MessageAdded
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
|
+
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
2237
|
+
end
|
2238
|
+
|
2023
2239
|
class MessageAttributes
|
2024
2240
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
2241
|
|
2026
2242
|
include Google::Apis::Core::JsonObjectSupport
|
2027
2243
|
end
|
2028
2244
|
|
2245
|
+
class MessageDeleted
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
|
+
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
2249
|
+
end
|
2250
|
+
|
2029
2251
|
class MessageId
|
2030
2252
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
2253
|
|
@@ -2050,6 +2272,12 @@ module Google
|
|
2050
2272
|
include Google::Apis::Core::JsonObjectSupport
|
2051
2273
|
end
|
2052
2274
|
|
2275
|
+
class MessageSet
|
2276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
|
+
|
2278
|
+
include Google::Apis::Core::JsonObjectSupport
|
2279
|
+
end
|
2280
|
+
|
2053
2281
|
class Metadata
|
2054
2282
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
2283
|
|
@@ -2062,6 +2290,12 @@ module Google
|
|
2062
2290
|
include Google::Apis::Core::JsonObjectSupport
|
2063
2291
|
end
|
2064
2292
|
|
2293
|
+
class MultiKey
|
2294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2295
|
+
|
2296
|
+
include Google::Apis::Core::JsonObjectSupport
|
2297
|
+
end
|
2298
|
+
|
2065
2299
|
class Name
|
2066
2300
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
2301
|
|
@@ -2134,6 +2368,12 @@ module Google
|
|
2134
2368
|
include Google::Apis::Core::JsonObjectSupport
|
2135
2369
|
end
|
2136
2370
|
|
2371
|
+
class OsVersion
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2373
|
+
|
2374
|
+
include Google::Apis::Core::JsonObjectSupport
|
2375
|
+
end
|
2376
|
+
|
2137
2377
|
class OtrChatMessageEvent
|
2138
2378
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
2379
|
|
@@ -2212,12 +2452,42 @@ module Google
|
|
2212
2452
|
include Google::Apis::Core::JsonObjectSupport
|
2213
2453
|
end
|
2214
2454
|
|
2455
|
+
class PossiblyTrimmedModel
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2457
|
+
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
2459
|
+
end
|
2460
|
+
|
2215
2461
|
class PostiniUserProto
|
2216
2462
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
2463
|
|
2218
2464
|
include Google::Apis::Core::JsonObjectSupport
|
2219
2465
|
end
|
2220
2466
|
|
2467
|
+
class PreState
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
|
+
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
class PrefDeleted
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
|
+
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
2477
|
+
end
|
2478
|
+
|
2479
|
+
class PrefUpdate
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2481
|
+
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
2483
|
+
end
|
2484
|
+
|
2485
|
+
class PrefWritten
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2221
2491
|
class Presenter
|
2222
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
2493
|
|
@@ -2332,6 +2602,12 @@ module Google
|
|
2332
2602
|
include Google::Apis::Core::JsonObjectSupport
|
2333
2603
|
end
|
2334
2604
|
|
2605
|
+
class Rank
|
2606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2607
|
+
|
2608
|
+
include Google::Apis::Core::JsonObjectSupport
|
2609
|
+
end
|
2610
|
+
|
2335
2611
|
class RbacRoleProto
|
2336
2612
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
2613
|
|
@@ -2380,6 +2656,18 @@ module Google
|
|
2380
2656
|
include Google::Apis::Core::JsonObjectSupport
|
2381
2657
|
end
|
2382
2658
|
|
2659
|
+
class Reference
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2661
|
+
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
class References
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2383
2671
|
class RenameEvent
|
2384
2672
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
2673
|
|
@@ -2500,6 +2788,12 @@ module Google
|
|
2500
2788
|
include Google::Apis::Core::JsonObjectSupport
|
2501
2789
|
end
|
2502
2790
|
|
2791
|
+
class RpcOptions
|
2792
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2793
|
+
|
2794
|
+
include Google::Apis::Core::JsonObjectSupport
|
2795
|
+
end
|
2796
|
+
|
2503
2797
|
class SafeUrlProto
|
2504
2798
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2505
2799
|
|
@@ -2602,6 +2896,12 @@ module Google
|
|
2602
2896
|
include Google::Apis::Core::JsonObjectSupport
|
2603
2897
|
end
|
2604
2898
|
|
2899
|
+
class SessionContext
|
2900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
|
+
|
2902
|
+
include Google::Apis::Core::JsonObjectSupport
|
2903
|
+
end
|
2904
|
+
|
2605
2905
|
class SessionEvent
|
2606
2906
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2607
2907
|
|
@@ -2848,6 +3148,18 @@ module Google
|
|
2848
3148
|
include Google::Apis::Core::JsonObjectSupport
|
2849
3149
|
end
|
2850
3150
|
|
3151
|
+
class ThreadKeySet
|
3152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
|
+
|
3154
|
+
include Google::Apis::Core::JsonObjectSupport
|
3155
|
+
end
|
3156
|
+
|
3157
|
+
class ThreadUpdate
|
3158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3159
|
+
|
3160
|
+
include Google::Apis::Core::JsonObjectSupport
|
3161
|
+
end
|
3162
|
+
|
2851
3163
|
class TimestampOperatorOptions
|
2852
3164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
3165
|
|
@@ -2884,6 +3196,30 @@ module Google
|
|
2884
3196
|
include Google::Apis::Core::JsonObjectSupport
|
2885
3197
|
end
|
2886
3198
|
|
3199
|
+
class TopicState
|
3200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3201
|
+
|
3202
|
+
include Google::Apis::Core::JsonObjectSupport
|
3203
|
+
end
|
3204
|
+
|
3205
|
+
class TopicStateUpdate
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
|
+
|
3208
|
+
include Google::Apis::Core::JsonObjectSupport
|
3209
|
+
end
|
3210
|
+
|
3211
|
+
class TransactionContext
|
3212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
|
+
|
3214
|
+
include Google::Apis::Core::JsonObjectSupport
|
3215
|
+
end
|
3216
|
+
|
3217
|
+
class TransactionDebugInfo
|
3218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3219
|
+
|
3220
|
+
include Google::Apis::Core::JsonObjectSupport
|
3221
|
+
end
|
3222
|
+
|
2887
3223
|
class TranscriptionSessionInfo
|
2888
3224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
3225
|
|
@@ -2896,6 +3232,30 @@ module Google
|
|
2896
3232
|
include Google::Apis::Core::JsonObjectSupport
|
2897
3233
|
end
|
2898
3234
|
|
3235
|
+
class Trigger
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3237
|
+
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
3239
|
+
end
|
3240
|
+
|
3241
|
+
class TriggerAction
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
|
+
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
3245
|
+
end
|
3246
|
+
|
3247
|
+
class TriggerKey
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3249
|
+
|
3250
|
+
include Google::Apis::Core::JsonObjectSupport
|
3251
|
+
end
|
3252
|
+
|
3253
|
+
class Triggers
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
|
+
|
3256
|
+
include Google::Apis::Core::JsonObjectSupport
|
3257
|
+
end
|
3258
|
+
|
2899
3259
|
class TrustedResourceUrlProto
|
2900
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
3261
|
|
@@ -4391,6 +4751,42 @@ module Google
|
|
4391
4751
|
end
|
4392
4752
|
end
|
4393
4753
|
|
4754
|
+
class Attribute
|
4755
|
+
# @private
|
4756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4757
|
+
property :name, as: 'name'
|
4758
|
+
property :value, as: 'value', class: Google::Apis::CloudsearchV1::CaribouAttributeValue, decorator: Google::Apis::CloudsearchV1::CaribouAttributeValue::Representation
|
4759
|
+
|
4760
|
+
end
|
4761
|
+
end
|
4762
|
+
|
4763
|
+
class AttributeRemoved
|
4764
|
+
# @private
|
4765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4766
|
+
property :attribute_id, as: 'attributeId'
|
4767
|
+
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
4768
|
+
|
4769
|
+
end
|
4770
|
+
end
|
4771
|
+
|
4772
|
+
class AttributeSet
|
4773
|
+
# @private
|
4774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4775
|
+
property :attribute_id, as: 'attributeId'
|
4776
|
+
property :attribute_value, :base64 => true, as: 'attributeValue'
|
4777
|
+
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
4778
|
+
|
4779
|
+
end
|
4780
|
+
end
|
4781
|
+
|
4782
|
+
class Attributes
|
4783
|
+
# @private
|
4784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4785
|
+
collection :attribute, as: 'attribute', class: Google::Apis::CloudsearchV1::Attribute, decorator: Google::Apis::CloudsearchV1::Attribute::Representation
|
4786
|
+
|
4787
|
+
end
|
4788
|
+
end
|
4789
|
+
|
4394
4790
|
class AuditLoggingSettings
|
4395
4791
|
# @private
|
4396
4792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4568,8 +4964,6 @@ module Google
|
|
4568
4964
|
property :broadcast_session_info, as: 'broadcastSessionInfo', class: Google::Apis::CloudsearchV1::BroadcastSessionInfo, decorator: Google::Apis::CloudsearchV1::BroadcastSessionInfo::Representation
|
4569
4965
|
|
4570
4966
|
property :calendar_event_id, as: 'calendarEventId'
|
4571
|
-
property :chat_config, as: 'chatConfig', class: Google::Apis::CloudsearchV1::ChatConfig, decorator: Google::Apis::CloudsearchV1::ChatConfig::Representation
|
4572
|
-
|
4573
4967
|
property :co_activity, as: 'coActivity', class: Google::Apis::CloudsearchV1::CoActivity, decorator: Google::Apis::CloudsearchV1::CoActivity::Representation
|
4574
4968
|
|
4575
4969
|
property :collaboration, as: 'collaboration', class: Google::Apis::CloudsearchV1::Collaboration, decorator: Google::Apis::CloudsearchV1::Collaboration::Representation
|
@@ -4577,7 +4971,6 @@ module Google
|
|
4577
4971
|
property :cse_info, as: 'cseInfo', class: Google::Apis::CloudsearchV1::CseInfo, decorator: Google::Apis::CloudsearchV1::CseInfo::Representation
|
4578
4972
|
|
4579
4973
|
property :max_joined_devices, as: 'maxJoinedDevices'
|
4580
|
-
property :media_backend_info, as: 'mediaBackendInfo'
|
4581
4974
|
property :organization_name, as: 'organizationName'
|
4582
4975
|
property :paygate_info, as: 'paygateInfo', class: Google::Apis::CloudsearchV1::PaygateInfo, decorator: Google::Apis::CloudsearchV1::PaygateInfo::Representation
|
4583
4976
|
|
@@ -4668,18 +5061,20 @@ module Google
|
|
4668
5061
|
end
|
4669
5062
|
end
|
4670
5063
|
|
4671
|
-
class
|
5064
|
+
class CaribouAttributeValue
|
4672
5065
|
# @private
|
4673
5066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5067
|
+
property :boolean_value, as: 'booleanValue'
|
5068
|
+
property :int_value, as: 'intValue'
|
5069
|
+
property :long_value, :numeric_string => true, as: 'longValue'
|
5070
|
+
property :raw_byte_value, :base64 => true, as: 'rawByteValue'
|
5071
|
+
property :string_value, as: 'stringValue'
|
4674
5072
|
end
|
4675
5073
|
end
|
4676
5074
|
|
4677
|
-
class
|
5075
|
+
class ChatClientActionMarkup
|
4678
5076
|
# @private
|
4679
5077
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4680
|
-
property :chat_type, as: 'chatType'
|
4681
|
-
property :google_chat_config, as: 'googleChatConfig', class: Google::Apis::CloudsearchV1::GoogleChatConfig, decorator: Google::Apis::CloudsearchV1::GoogleChatConfig::Representation
|
4682
|
-
|
4683
5078
|
end
|
4684
5079
|
end
|
4685
5080
|
|
@@ -4807,6 +5202,17 @@ module Google
|
|
4807
5202
|
end
|
4808
5203
|
end
|
4809
5204
|
|
5205
|
+
class ClientContext
|
5206
|
+
# @private
|
5207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5208
|
+
property :client_operation_id, as: 'clientOperationId'
|
5209
|
+
property :client_type, as: 'clientType'
|
5210
|
+
property :session_context, as: 'sessionContext', class: Google::Apis::CloudsearchV1::SessionContext, decorator: Google::Apis::CloudsearchV1::SessionContext::Representation
|
5211
|
+
|
5212
|
+
property :user_ip, as: 'userIp'
|
5213
|
+
end
|
5214
|
+
end
|
5215
|
+
|
4810
5216
|
class CloudPrincipalProto
|
4811
5217
|
# @private
|
4812
5218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4814,6 +5220,14 @@ module Google
|
|
4814
5220
|
end
|
4815
5221
|
end
|
4816
5222
|
|
5223
|
+
class ClusterInfo
|
5224
|
+
# @private
|
5225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5226
|
+
collection :cluster_id, as: 'clusterId'
|
5227
|
+
property :throttled, as: 'throttled'
|
5228
|
+
end
|
5229
|
+
end
|
5230
|
+
|
4817
5231
|
class CoActivity
|
4818
5232
|
# @private
|
4819
5233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5280,6 +5694,17 @@ module Google
|
|
5280
5694
|
end
|
5281
5695
|
end
|
5282
5696
|
|
5697
|
+
class DynamiteMessagesScoringInfo
|
5698
|
+
# @private
|
5699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5700
|
+
property :final_score, as: 'finalScore'
|
5701
|
+
property :freshness_score, as: 'freshnessScore'
|
5702
|
+
property :joined_space_affinity_score, as: 'joinedSpaceAffinityScore'
|
5703
|
+
property :message_age_in_days, as: 'messageAgeInDays'
|
5704
|
+
property :topicality_score, as: 'topicalityScore'
|
5705
|
+
end
|
5706
|
+
end
|
5707
|
+
|
5283
5708
|
class DynamiteSpacesScoringInfo
|
5284
5709
|
# @private
|
5285
5710
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5421,6 +5846,8 @@ module Google
|
|
5421
5846
|
# @private
|
5422
5847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5423
5848
|
property :count, as: 'count'
|
5849
|
+
property :filter, as: 'filter', class: Google::Apis::CloudsearchV1::Filter, decorator: Google::Apis::CloudsearchV1::Filter::Representation
|
5850
|
+
|
5424
5851
|
property :percentage, as: 'percentage'
|
5425
5852
|
property :value, as: 'value', class: Google::Apis::CloudsearchV1::Value, decorator: Google::Apis::CloudsearchV1::Value::Representation
|
5426
5853
|
|
@@ -5430,6 +5857,8 @@ module Google
|
|
5430
5857
|
class FacetOptions
|
5431
5858
|
# @private
|
5432
5859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5860
|
+
property :integer_faceting_options, as: 'integerFacetingOptions', class: Google::Apis::CloudsearchV1::IntegerFacetingOptions, decorator: Google::Apis::CloudsearchV1::IntegerFacetingOptions::Representation
|
5861
|
+
|
5433
5862
|
property :num_facet_buckets, as: 'numFacetBuckets'
|
5434
5863
|
property :object_type, as: 'objectType'
|
5435
5864
|
property :operator_name, as: 'operatorName'
|
@@ -5466,6 +5895,18 @@ module Google
|
|
5466
5895
|
end
|
5467
5896
|
end
|
5468
5897
|
|
5898
|
+
class FilterCreated
|
5899
|
+
# @private
|
5900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5901
|
+
end
|
5902
|
+
end
|
5903
|
+
|
5904
|
+
class FilterDeleted
|
5905
|
+
# @private
|
5906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5907
|
+
end
|
5908
|
+
end
|
5909
|
+
|
5469
5910
|
class FilterOptions
|
5470
5911
|
# @private
|
5471
5912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5475,6 +5916,17 @@ module Google
|
|
5475
5916
|
end
|
5476
5917
|
end
|
5477
5918
|
|
5919
|
+
class FilterUpdate
|
5920
|
+
# @private
|
5921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5922
|
+
property :filter_created, as: 'filterCreated', class: Google::Apis::CloudsearchV1::FilterCreated, decorator: Google::Apis::CloudsearchV1::FilterCreated::Representation
|
5923
|
+
|
5924
|
+
property :filter_deleted, as: 'filterDeleted', class: Google::Apis::CloudsearchV1::FilterDeleted, decorator: Google::Apis::CloudsearchV1::FilterDeleted::Representation
|
5925
|
+
|
5926
|
+
property :filter_id, as: 'filterId'
|
5927
|
+
end
|
5928
|
+
end
|
5929
|
+
|
5478
5930
|
class FixedFooter
|
5479
5931
|
# @private
|
5480
5932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5487,6 +5939,23 @@ module Google
|
|
5487
5939
|
end
|
5488
5940
|
end
|
5489
5941
|
|
5942
|
+
class Folder
|
5943
|
+
# @private
|
5944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5945
|
+
property :id, :numeric_string => true, as: 'id'
|
5946
|
+
collection :message, as: 'message', class: Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessage, decorator: Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessage::Representation
|
5947
|
+
|
5948
|
+
end
|
5949
|
+
end
|
5950
|
+
|
5951
|
+
class FolderAttribute
|
5952
|
+
# @private
|
5953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5954
|
+
collection :folder, as: 'folder', class: Google::Apis::CloudsearchV1::Folder, decorator: Google::Apis::CloudsearchV1::Folder::Representation
|
5955
|
+
|
5956
|
+
end
|
5957
|
+
end
|
5958
|
+
|
5490
5959
|
class FormAction
|
5491
5960
|
# @private
|
5492
5961
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5526,6 +5995,59 @@ module Google
|
|
5526
5995
|
end
|
5527
5996
|
end
|
5528
5997
|
|
5998
|
+
class FuseboxItem
|
5999
|
+
# @private
|
6000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6001
|
+
property :attributes, as: 'attributes', class: Google::Apis::CloudsearchV1::Attributes, decorator: Google::Apis::CloudsearchV1::Attributes::Representation
|
6002
|
+
|
6003
|
+
property :creation_time_microseconds, :numeric_string => true, as: 'creationTimeMicroseconds'
|
6004
|
+
property :history, as: 'history', class: Google::Apis::CloudsearchV1::History, decorator: Google::Apis::CloudsearchV1::History::Representation
|
6005
|
+
|
6006
|
+
property :item_key, as: 'itemKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
6007
|
+
|
6008
|
+
property :labels, as: 'labels', class: Google::Apis::CloudsearchV1::Labels, decorator: Google::Apis::CloudsearchV1::Labels::Representation
|
6009
|
+
|
6010
|
+
property :last_modification_time_us, :numeric_string => true, as: 'lastModificationTimeUs'
|
6011
|
+
property :locker_references, as: 'lockerReferences', class: Google::Apis::CloudsearchV1::References, decorator: Google::Apis::CloudsearchV1::References::Representation
|
6012
|
+
|
6013
|
+
property :match_info, as: 'matchInfo', class: Google::Apis::CloudsearchV1::MatchInfo, decorator: Google::Apis::CloudsearchV1::MatchInfo::Representation
|
6014
|
+
|
6015
|
+
property :parts, as: 'parts', class: Google::Apis::CloudsearchV1::ItemParts, decorator: Google::Apis::CloudsearchV1::ItemParts::Representation
|
6016
|
+
|
6017
|
+
property :read_ts, :numeric_string => true, as: 'readTs'
|
6018
|
+
property :references, as: 'references', class: Google::Apis::CloudsearchV1::References, decorator: Google::Apis::CloudsearchV1::References::Representation
|
6019
|
+
|
6020
|
+
property :snippet, as: 'snippet'
|
6021
|
+
property :thread_key, as: 'threadKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
6022
|
+
|
6023
|
+
property :thread_locator, as: 'threadLocator'
|
6024
|
+
property :triggers, as: 'triggers', class: Google::Apis::CloudsearchV1::Triggers, decorator: Google::Apis::CloudsearchV1::Triggers::Representation
|
6025
|
+
|
6026
|
+
property :version, :numeric_string => true, as: 'version'
|
6027
|
+
end
|
6028
|
+
end
|
6029
|
+
|
6030
|
+
class FuseboxItemThreadMatchInfo
|
6031
|
+
# @private
|
6032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6033
|
+
property :cluster_id, as: 'clusterId'
|
6034
|
+
property :last_matching_item_id, :numeric_string => true, as: 'lastMatchingItemId'
|
6035
|
+
property :last_matching_item_key, as: 'lastMatchingItemKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
6036
|
+
|
6037
|
+
collection :matching_item_key, as: 'matchingItemKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
6038
|
+
|
6039
|
+
property :rank, as: 'rank', class: Google::Apis::CloudsearchV1::Rank, decorator: Google::Apis::CloudsearchV1::Rank::Representation
|
6040
|
+
|
6041
|
+
end
|
6042
|
+
end
|
6043
|
+
|
6044
|
+
class FuseboxPrefUpdatePreState
|
6045
|
+
# @private
|
6046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6047
|
+
property :value, :base64 => true, as: 'value'
|
6048
|
+
end
|
6049
|
+
end
|
6050
|
+
|
5529
6051
|
class GSuitePrincipal
|
5530
6052
|
# @private
|
5531
6053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5655,13 +6177,6 @@ module Google
|
|
5655
6177
|
end
|
5656
6178
|
end
|
5657
6179
|
|
5658
|
-
class GoogleChatConfig
|
5659
|
-
# @private
|
5660
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5661
|
-
property :chat_group_id, as: 'chatGroupId'
|
5662
|
-
end
|
5663
|
-
end
|
5664
|
-
|
5665
6180
|
class GoogleChatV1ContextualAddOnMarkup
|
5666
6181
|
# @private
|
5667
6182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5960,6 +6475,38 @@ module Google
|
|
5960
6475
|
end
|
5961
6476
|
end
|
5962
6477
|
|
6478
|
+
class History
|
6479
|
+
# @private
|
6480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6481
|
+
collection :record, as: 'record', class: Google::Apis::CloudsearchV1::HistoryRecord, decorator: Google::Apis::CloudsearchV1::HistoryRecord::Representation
|
6482
|
+
|
6483
|
+
end
|
6484
|
+
end
|
6485
|
+
|
6486
|
+
class HistoryRecord
|
6487
|
+
# @private
|
6488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6489
|
+
property :client_context, as: 'clientContext', class: Google::Apis::CloudsearchV1::ClientContext, decorator: Google::Apis::CloudsearchV1::ClientContext::Representation
|
6490
|
+
|
6491
|
+
property :filter_update, as: 'filterUpdate', class: Google::Apis::CloudsearchV1::FilterUpdate, decorator: Google::Apis::CloudsearchV1::FilterUpdate::Representation
|
6492
|
+
|
6493
|
+
property :imap_update, as: 'imapUpdate', class: Google::Apis::CloudsearchV1::ImapUpdate, decorator: Google::Apis::CloudsearchV1::ImapUpdate::Representation
|
6494
|
+
|
6495
|
+
property :label_update, as: 'labelUpdate', class: Google::Apis::CloudsearchV1::LabelUpdate, decorator: Google::Apis::CloudsearchV1::LabelUpdate::Representation
|
6496
|
+
|
6497
|
+
property :pref_update, as: 'prefUpdate', class: Google::Apis::CloudsearchV1::PrefUpdate, decorator: Google::Apis::CloudsearchV1::PrefUpdate::Representation
|
6498
|
+
|
6499
|
+
property :record_id, :numeric_string => true, as: 'recordId'
|
6500
|
+
property :thread_update, as: 'threadUpdate', class: Google::Apis::CloudsearchV1::ThreadUpdate, decorator: Google::Apis::CloudsearchV1::ThreadUpdate::Representation
|
6501
|
+
|
6502
|
+
property :transaction_context, as: 'transactionContext', class: Google::Apis::CloudsearchV1::TransactionContext, decorator: Google::Apis::CloudsearchV1::TransactionContext::Representation
|
6503
|
+
|
6504
|
+
property :txn_debug_info, as: 'txnDebugInfo', class: Google::Apis::CloudsearchV1::TransactionDebugInfo, decorator: Google::Apis::CloudsearchV1::TransactionDebugInfo::Representation
|
6505
|
+
|
6506
|
+
property :type, as: 'type'
|
6507
|
+
end
|
6508
|
+
end
|
6509
|
+
|
5963
6510
|
class HostAppActionMarkup
|
5964
6511
|
# @private
|
5965
6512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6063,22 +6610,78 @@ module Google
|
|
6063
6610
|
end
|
6064
6611
|
end
|
6065
6612
|
|
6066
|
-
class ImageCropStyle
|
6613
|
+
class ImageCropStyle
|
6614
|
+
# @private
|
6615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6616
|
+
property :aspect_ratio, as: 'aspectRatio'
|
6617
|
+
property :type, as: 'type'
|
6618
|
+
end
|
6619
|
+
end
|
6620
|
+
|
6621
|
+
class ImageKeyValue
|
6622
|
+
# @private
|
6623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6624
|
+
property :icon, as: 'icon'
|
6625
|
+
property :icon_url, as: 'iconUrl'
|
6626
|
+
property :on_click, as: 'onClick', class: Google::Apis::CloudsearchV1::OnClick, decorator: Google::Apis::CloudsearchV1::OnClick::Representation
|
6627
|
+
|
6628
|
+
property :text, as: 'text'
|
6629
|
+
end
|
6630
|
+
end
|
6631
|
+
|
6632
|
+
class ImapSessionContext
|
6633
|
+
# @private
|
6634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6635
|
+
property :app, as: 'app'
|
6636
|
+
property :device_type, as: 'deviceType'
|
6637
|
+
property :guid_fingerprint, :numeric_string => true, as: 'guidFingerprint'
|
6638
|
+
property :os, as: 'os'
|
6639
|
+
property :os_version, as: 'osVersion', class: Google::Apis::CloudsearchV1::OsVersion, decorator: Google::Apis::CloudsearchV1::OsVersion::Representation
|
6640
|
+
|
6641
|
+
property :possibly_trimmed_model, as: 'possiblyTrimmedModel', class: Google::Apis::CloudsearchV1::PossiblyTrimmedModel, decorator: Google::Apis::CloudsearchV1::PossiblyTrimmedModel::Representation
|
6642
|
+
|
6643
|
+
end
|
6644
|
+
end
|
6645
|
+
|
6646
|
+
class ImapSyncDelete
|
6647
|
+
# @private
|
6648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6649
|
+
property :mappings, as: 'mappings', class: Google::Apis::CloudsearchV1::FolderAttribute, decorator: Google::Apis::CloudsearchV1::FolderAttribute::Representation
|
6650
|
+
|
6651
|
+
property :msg_id, :numeric_string => true, as: 'msgId'
|
6652
|
+
end
|
6653
|
+
end
|
6654
|
+
|
6655
|
+
class ImapUidsReassign
|
6656
|
+
# @private
|
6657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6658
|
+
property :label_id, as: 'labelId'
|
6659
|
+
collection :message_id, as: 'messageId'
|
6660
|
+
end
|
6661
|
+
end
|
6662
|
+
|
6663
|
+
class ImapUpdate
|
6664
|
+
# @private
|
6665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6666
|
+
property :imap_uids_reassign, as: 'imapUidsReassign', class: Google::Apis::CloudsearchV1::ImapUidsReassign, decorator: Google::Apis::CloudsearchV1::ImapUidsReassign::Representation
|
6667
|
+
|
6668
|
+
end
|
6669
|
+
end
|
6670
|
+
|
6671
|
+
class ImapsyncFolderAttributeFolderMessage
|
6067
6672
|
# @private
|
6068
6673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6069
|
-
property :
|
6070
|
-
|
6674
|
+
property :flags, as: 'flags', class: Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessageFlags, decorator: Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessageFlags::Representation
|
6675
|
+
|
6676
|
+
property :uid, :numeric_string => true, as: 'uid'
|
6071
6677
|
end
|
6072
6678
|
end
|
6073
6679
|
|
6074
|
-
class
|
6680
|
+
class ImapsyncFolderAttributeFolderMessageFlags
|
6075
6681
|
# @private
|
6076
6682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6077
|
-
property :
|
6078
|
-
property :
|
6079
|
-
property :on_click, as: 'onClick', class: Google::Apis::CloudsearchV1::OnClick, decorator: Google::Apis::CloudsearchV1::OnClick::Representation
|
6080
|
-
|
6081
|
-
property :text, as: 'text'
|
6683
|
+
property :flagged, as: 'flagged'
|
6684
|
+
property :seen, as: 'seen'
|
6082
6685
|
end
|
6083
6686
|
end
|
6084
6687
|
|
@@ -6132,6 +6735,13 @@ module Google
|
|
6132
6735
|
end
|
6133
6736
|
end
|
6134
6737
|
|
6738
|
+
class IntegerFacetingOptions
|
6739
|
+
# @private
|
6740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6741
|
+
collection :integer_buckets, as: 'integerBuckets'
|
6742
|
+
end
|
6743
|
+
end
|
6744
|
+
|
6135
6745
|
class IntegerOperatorOptions
|
6136
6746
|
# @private
|
6137
6747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6144,6 +6754,8 @@ module Google
|
|
6144
6754
|
class IntegerPropertyOptions
|
6145
6755
|
# @private
|
6146
6756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6757
|
+
property :integer_faceting_options, as: 'integerFacetingOptions', class: Google::Apis::CloudsearchV1::IntegerFacetingOptions, decorator: Google::Apis::CloudsearchV1::IntegerFacetingOptions::Representation
|
6758
|
+
|
6147
6759
|
property :maximum_value, :numeric_string => true, as: 'maximumValue'
|
6148
6760
|
property :minimum_value, :numeric_string => true, as: 'minimumValue'
|
6149
6761
|
property :operator_options, as: 'operatorOptions', class: Google::Apis::CloudsearchV1::IntegerOperatorOptions, decorator: Google::Apis::CloudsearchV1::IntegerOperatorOptions::Representation
|
@@ -6287,6 +6899,12 @@ module Google
|
|
6287
6899
|
end
|
6288
6900
|
end
|
6289
6901
|
|
6902
|
+
class ItemParts
|
6903
|
+
# @private
|
6904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6905
|
+
end
|
6906
|
+
end
|
6907
|
+
|
6290
6908
|
class ItemStatus
|
6291
6909
|
# @private
|
6292
6910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6307,6 +6925,34 @@ module Google
|
|
6307
6925
|
end
|
6308
6926
|
end
|
6309
6927
|
|
6928
|
+
class ItemThread
|
6929
|
+
# @private
|
6930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6931
|
+
property :cluster_info, as: 'clusterInfo', class: Google::Apis::CloudsearchV1::ClusterInfo, decorator: Google::Apis::CloudsearchV1::ClusterInfo::Representation
|
6932
|
+
|
6933
|
+
collection :item, as: 'item', class: Google::Apis::CloudsearchV1::FuseboxItem, decorator: Google::Apis::CloudsearchV1::FuseboxItem::Representation
|
6934
|
+
|
6935
|
+
property :last_item_id, :numeric_string => true, as: 'lastItemId'
|
6936
|
+
property :match_info, as: 'matchInfo', class: Google::Apis::CloudsearchV1::FuseboxItemThreadMatchInfo, decorator: Google::Apis::CloudsearchV1::FuseboxItemThreadMatchInfo::Representation
|
6937
|
+
|
6938
|
+
property :snippet, as: 'snippet'
|
6939
|
+
property :thread_key, as: 'threadKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
6940
|
+
|
6941
|
+
property :thread_locator, as: 'threadLocator'
|
6942
|
+
property :topic_state, as: 'topicState', class: Google::Apis::CloudsearchV1::TopicState, decorator: Google::Apis::CloudsearchV1::TopicState::Representation
|
6943
|
+
|
6944
|
+
property :version, :numeric_string => true, as: 'version'
|
6945
|
+
end
|
6946
|
+
end
|
6947
|
+
|
6948
|
+
class JobsettedServerSpec
|
6949
|
+
# @private
|
6950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6951
|
+
property :port_name, as: 'portName'
|
6952
|
+
property :server_name, as: 'serverName'
|
6953
|
+
end
|
6954
|
+
end
|
6955
|
+
|
6310
6956
|
class KeyValue
|
6311
6957
|
# @private
|
6312
6958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6331,6 +6977,78 @@ module Google
|
|
6331
6977
|
end
|
6332
6978
|
end
|
6333
6979
|
|
6980
|
+
class LabelAdded
|
6981
|
+
# @private
|
6982
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6983
|
+
property :label_id, as: 'labelId'
|
6984
|
+
property :label_name, as: 'labelName'
|
6985
|
+
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
6986
|
+
|
6987
|
+
property :sync_id, as: 'syncId'
|
6988
|
+
end
|
6989
|
+
end
|
6990
|
+
|
6991
|
+
class LabelCreated
|
6992
|
+
# @private
|
6993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6994
|
+
end
|
6995
|
+
end
|
6996
|
+
|
6997
|
+
class LabelDeleted
|
6998
|
+
# @private
|
6999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7000
|
+
end
|
7001
|
+
end
|
7002
|
+
|
7003
|
+
class LabelRemoved
|
7004
|
+
# @private
|
7005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7006
|
+
property :label_id, as: 'labelId'
|
7007
|
+
property :label_name, as: 'labelName'
|
7008
|
+
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
7009
|
+
|
7010
|
+
property :sync_id, as: 'syncId'
|
7011
|
+
end
|
7012
|
+
end
|
7013
|
+
|
7014
|
+
class LabelRenamed
|
7015
|
+
# @private
|
7016
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7017
|
+
property :old_canonical_name, as: 'oldCanonicalName'
|
7018
|
+
end
|
7019
|
+
end
|
7020
|
+
|
7021
|
+
class LabelUpdate
|
7022
|
+
# @private
|
7023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7024
|
+
property :canonical_name, as: 'canonicalName'
|
7025
|
+
property :label_created, as: 'labelCreated', class: Google::Apis::CloudsearchV1::LabelCreated, decorator: Google::Apis::CloudsearchV1::LabelCreated::Representation
|
7026
|
+
|
7027
|
+
property :label_deleted, as: 'labelDeleted', class: Google::Apis::CloudsearchV1::LabelDeleted, decorator: Google::Apis::CloudsearchV1::LabelDeleted::Representation
|
7028
|
+
|
7029
|
+
property :label_id, as: 'labelId'
|
7030
|
+
property :label_renamed, as: 'labelRenamed', class: Google::Apis::CloudsearchV1::LabelRenamed, decorator: Google::Apis::CloudsearchV1::LabelRenamed::Representation
|
7031
|
+
|
7032
|
+
property :label_updated, as: 'labelUpdated', class: Google::Apis::CloudsearchV1::LabelUpdated, decorator: Google::Apis::CloudsearchV1::LabelUpdated::Representation
|
7033
|
+
|
7034
|
+
property :sync_id, as: 'syncId'
|
7035
|
+
end
|
7036
|
+
end
|
7037
|
+
|
7038
|
+
class LabelUpdated
|
7039
|
+
# @private
|
7040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7041
|
+
end
|
7042
|
+
end
|
7043
|
+
|
7044
|
+
class Labels
|
7045
|
+
# @private
|
7046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7047
|
+
collection :display_name, as: 'displayName'
|
7048
|
+
collection :id, as: 'id'
|
7049
|
+
end
|
7050
|
+
end
|
7051
|
+
|
6334
7052
|
class LanguageConfig
|
6335
7053
|
# @private
|
6336
7054
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6436,6 +7154,13 @@ module Google
|
|
6436
7154
|
end
|
6437
7155
|
end
|
6438
7156
|
|
7157
|
+
class MatchInfo
|
7158
|
+
# @private
|
7159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7160
|
+
collection :matching_image_reference_key, as: 'matchingImageReferenceKey'
|
7161
|
+
end
|
7162
|
+
end
|
7163
|
+
|
6439
7164
|
class MatchRange
|
6440
7165
|
# @private
|
6441
7166
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6620,6 +7345,7 @@ module Google
|
|
6620
7345
|
|
6621
7346
|
property :retention_settings, as: 'retentionSettings', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedRetentionSettings, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedRetentionSettings::Representation
|
6622
7347
|
|
7348
|
+
property :rich_text_formatting_type, as: 'richTextFormattingType'
|
6623
7349
|
property :secondary_message_key, as: 'secondaryMessageKey'
|
6624
7350
|
property :text_body, as: 'textBody'
|
6625
7351
|
property :tombstone_metadata, as: 'tombstoneMetadata', class: Google::Apis::CloudsearchV1::TombstoneMetadata, decorator: Google::Apis::CloudsearchV1::TombstoneMetadata::Representation
|
@@ -6631,6 +7357,17 @@ module Google
|
|
6631
7357
|
end
|
6632
7358
|
end
|
6633
7359
|
|
7360
|
+
class MessageAdded
|
7361
|
+
# @private
|
7362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7363
|
+
collection :attribute_ids, as: 'attributeIds'
|
7364
|
+
collection :label_ids, as: 'labelIds'
|
7365
|
+
property :message_key, as: 'messageKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
7366
|
+
|
7367
|
+
collection :sync_ids, as: 'syncIds'
|
7368
|
+
end
|
7369
|
+
end
|
7370
|
+
|
6634
7371
|
class MessageAttributes
|
6635
7372
|
# @private
|
6636
7373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6638,6 +7375,16 @@ module Google
|
|
6638
7375
|
end
|
6639
7376
|
end
|
6640
7377
|
|
7378
|
+
class MessageDeleted
|
7379
|
+
# @private
|
7380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7381
|
+
collection :imap_sync_mappings, as: 'imapSyncMappings', class: Google::Apis::CloudsearchV1::ImapSyncDelete, decorator: Google::Apis::CloudsearchV1::ImapSyncDelete::Representation
|
7382
|
+
|
7383
|
+
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
7384
|
+
|
7385
|
+
end
|
7386
|
+
end
|
7387
|
+
|
6641
7388
|
class MessageId
|
6642
7389
|
# @private
|
6643
7390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6672,6 +7419,12 @@ module Google
|
|
6672
7419
|
end
|
6673
7420
|
end
|
6674
7421
|
|
7422
|
+
class MessageSet
|
7423
|
+
# @private
|
7424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7425
|
+
end
|
7426
|
+
end
|
7427
|
+
|
6675
7428
|
class Metadata
|
6676
7429
|
# @private
|
6677
7430
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6699,6 +7452,14 @@ module Google
|
|
6699
7452
|
end
|
6700
7453
|
end
|
6701
7454
|
|
7455
|
+
class MultiKey
|
7456
|
+
# @private
|
7457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7458
|
+
property :client_assigned_perm_id, as: 'clientAssignedPermId'
|
7459
|
+
property :server_id, :numeric_string => true, as: 'serverId'
|
7460
|
+
end
|
7461
|
+
end
|
7462
|
+
|
6702
7463
|
class Name
|
6703
7464
|
# @private
|
6704
7465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6829,6 +7590,15 @@ module Google
|
|
6829
7590
|
end
|
6830
7591
|
end
|
6831
7592
|
|
7593
|
+
class OsVersion
|
7594
|
+
# @private
|
7595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7596
|
+
property :major_version, as: 'majorVersion'
|
7597
|
+
property :minor_version, as: 'minorVersion'
|
7598
|
+
property :tertiary_version, as: 'tertiaryVersion'
|
7599
|
+
end
|
7600
|
+
end
|
7601
|
+
|
6832
7602
|
class OtrChatMessageEvent
|
6833
7603
|
# @private
|
6834
7604
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6952,6 +7722,14 @@ module Google
|
|
6952
7722
|
end
|
6953
7723
|
end
|
6954
7724
|
|
7725
|
+
class PossiblyTrimmedModel
|
7726
|
+
# @private
|
7727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7728
|
+
property :is_trimmed, as: 'isTrimmed'
|
7729
|
+
property :model, as: 'model'
|
7730
|
+
end
|
7731
|
+
end
|
7732
|
+
|
6955
7733
|
class PostiniUserProto
|
6956
7734
|
# @private
|
6957
7735
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6959,6 +7737,44 @@ module Google
|
|
6959
7737
|
end
|
6960
7738
|
end
|
6961
7739
|
|
7740
|
+
class PreState
|
7741
|
+
# @private
|
7742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7743
|
+
collection :label_ids, as: 'labelIds'
|
7744
|
+
property :message_key, as: 'messageKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
7745
|
+
|
7746
|
+
collection :sync_ids, as: 'syncIds'
|
7747
|
+
property :thread_key, as: 'threadKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
7748
|
+
|
7749
|
+
end
|
7750
|
+
end
|
7751
|
+
|
7752
|
+
class PrefDeleted
|
7753
|
+
# @private
|
7754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7755
|
+
end
|
7756
|
+
end
|
7757
|
+
|
7758
|
+
class PrefUpdate
|
7759
|
+
# @private
|
7760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7761
|
+
property :name, as: 'name'
|
7762
|
+
property :pre_state, as: 'preState', class: Google::Apis::CloudsearchV1::FuseboxPrefUpdatePreState, decorator: Google::Apis::CloudsearchV1::FuseboxPrefUpdatePreState::Representation
|
7763
|
+
|
7764
|
+
property :pref_deleted, as: 'prefDeleted', class: Google::Apis::CloudsearchV1::PrefDeleted, decorator: Google::Apis::CloudsearchV1::PrefDeleted::Representation
|
7765
|
+
|
7766
|
+
property :pref_written, as: 'prefWritten', class: Google::Apis::CloudsearchV1::PrefWritten, decorator: Google::Apis::CloudsearchV1::PrefWritten::Representation
|
7767
|
+
|
7768
|
+
end
|
7769
|
+
end
|
7770
|
+
|
7771
|
+
class PrefWritten
|
7772
|
+
# @private
|
7773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7774
|
+
property :value, :base64 => true, as: 'value'
|
7775
|
+
end
|
7776
|
+
end
|
7777
|
+
|
6962
7778
|
class Presenter
|
6963
7779
|
# @private
|
6964
7780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7244,6 +8060,14 @@ module Google
|
|
7244
8060
|
end
|
7245
8061
|
end
|
7246
8062
|
|
8063
|
+
class Rank
|
8064
|
+
# @private
|
8065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8066
|
+
property :primary, :numeric_string => true, as: 'primary'
|
8067
|
+
property :secondary, :numeric_string => true, as: 'secondary'
|
8068
|
+
end
|
8069
|
+
end
|
8070
|
+
|
7247
8071
|
class RbacRoleProto
|
7248
8072
|
# @private
|
7249
8073
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7313,6 +8137,26 @@ module Google
|
|
7313
8137
|
end
|
7314
8138
|
end
|
7315
8139
|
|
8140
|
+
class Reference
|
8141
|
+
# @private
|
8142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8143
|
+
property :blob_id, as: 'blobId'
|
8144
|
+
property :content_type, as: 'contentType'
|
8145
|
+
property :hash_prop, as: 'hash'
|
8146
|
+
property :key, as: 'key'
|
8147
|
+
property :name, as: 'name'
|
8148
|
+
property :size, :numeric_string => true, as: 'size'
|
8149
|
+
end
|
8150
|
+
end
|
8151
|
+
|
8152
|
+
class References
|
8153
|
+
# @private
|
8154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8155
|
+
collection :references, as: 'references', class: Google::Apis::CloudsearchV1::Reference, decorator: Google::Apis::CloudsearchV1::Reference::Representation
|
8156
|
+
|
8157
|
+
end
|
8158
|
+
end
|
8159
|
+
|
7316
8160
|
class RenameEvent
|
7317
8161
|
# @private
|
7318
8162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7498,6 +8342,14 @@ module Google
|
|
7498
8342
|
end
|
7499
8343
|
end
|
7500
8344
|
|
8345
|
+
class RpcOptions
|
8346
|
+
# @private
|
8347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8348
|
+
property :request_extensions, as: 'requestExtensions', class: Google::Apis::CloudsearchV1::MessageSet, decorator: Google::Apis::CloudsearchV1::MessageSet::Representation
|
8349
|
+
|
8350
|
+
end
|
8351
|
+
end
|
8352
|
+
|
7501
8353
|
class SafeUrlProto
|
7502
8354
|
# @private
|
7503
8355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7712,6 +8564,19 @@ module Google
|
|
7712
8564
|
end
|
7713
8565
|
end
|
7714
8566
|
|
8567
|
+
class SessionContext
|
8568
|
+
# @private
|
8569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8570
|
+
property :auth_time, :numeric_string => true, as: 'authTime'
|
8571
|
+
property :delegate_user_id, :numeric_string => true, as: 'delegateUserId'
|
8572
|
+
property :dusi, as: 'dusi'
|
8573
|
+
property :imap_session_context, as: 'imapSessionContext', class: Google::Apis::CloudsearchV1::ImapSessionContext, decorator: Google::Apis::CloudsearchV1::ImapSessionContext::Representation
|
8574
|
+
|
8575
|
+
property :oauth_login_id, as: 'oauthLoginId'
|
8576
|
+
property :oauth_project_id, :numeric_string => true, as: 'oauthProjectId'
|
8577
|
+
end
|
8578
|
+
end
|
8579
|
+
|
7715
8580
|
class SessionEvent
|
7716
8581
|
# @private
|
7717
8582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8010,6 +8875,7 @@ module Google
|
|
8010
8875
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8011
8876
|
property :admin_config_url, as: 'adminConfigUrl'
|
8012
8877
|
property :deletion_policy_url, as: 'deletionPolicyUrl'
|
8878
|
+
property :gwm_url, as: 'gwmUrl'
|
8013
8879
|
property :privacy_policy_url, as: 'privacyPolicyUrl'
|
8014
8880
|
property :setup_url, as: 'setupUrl'
|
8015
8881
|
property :support_url, as: 'supportUrl'
|
@@ -8110,6 +8976,46 @@ module Google
|
|
8110
8976
|
end
|
8111
8977
|
end
|
8112
8978
|
|
8979
|
+
class ThreadKeySet
|
8980
|
+
# @private
|
8981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8982
|
+
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
8983
|
+
|
8984
|
+
property :new_thread_key, as: 'newThreadKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
8985
|
+
|
8986
|
+
end
|
8987
|
+
end
|
8988
|
+
|
8989
|
+
class ThreadUpdate
|
8990
|
+
# @private
|
8991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8992
|
+
property :attribute_removed, as: 'attributeRemoved', class: Google::Apis::CloudsearchV1::AttributeRemoved, decorator: Google::Apis::CloudsearchV1::AttributeRemoved::Representation
|
8993
|
+
|
8994
|
+
property :attribute_set, as: 'attributeSet', class: Google::Apis::CloudsearchV1::AttributeSet, decorator: Google::Apis::CloudsearchV1::AttributeSet::Representation
|
8995
|
+
|
8996
|
+
property :label_added, as: 'labelAdded', class: Google::Apis::CloudsearchV1::LabelAdded, decorator: Google::Apis::CloudsearchV1::LabelAdded::Representation
|
8997
|
+
|
8998
|
+
property :label_removed, as: 'labelRemoved', class: Google::Apis::CloudsearchV1::LabelRemoved, decorator: Google::Apis::CloudsearchV1::LabelRemoved::Representation
|
8999
|
+
|
9000
|
+
property :last_history_record_id, :numeric_string => true, as: 'lastHistoryRecordId'
|
9001
|
+
property :message_added, as: 'messageAdded', class: Google::Apis::CloudsearchV1::MessageAdded, decorator: Google::Apis::CloudsearchV1::MessageAdded::Representation
|
9002
|
+
|
9003
|
+
property :message_deleted, as: 'messageDeleted', class: Google::Apis::CloudsearchV1::MessageDeleted, decorator: Google::Apis::CloudsearchV1::MessageDeleted::Representation
|
9004
|
+
|
9005
|
+
property :original_thread_key, as: 'originalThreadKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
9006
|
+
|
9007
|
+
collection :pre_state, as: 'preState', class: Google::Apis::CloudsearchV1::PreState, decorator: Google::Apis::CloudsearchV1::PreState::Representation
|
9008
|
+
|
9009
|
+
property :thread_key, as: 'threadKey', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
9010
|
+
|
9011
|
+
property :thread_key_set, as: 'threadKeySet', class: Google::Apis::CloudsearchV1::ThreadKeySet, decorator: Google::Apis::CloudsearchV1::ThreadKeySet::Representation
|
9012
|
+
|
9013
|
+
property :thread_locator, as: 'threadLocator'
|
9014
|
+
property :topic_state_update, as: 'topicStateUpdate', class: Google::Apis::CloudsearchV1::TopicStateUpdate, decorator: Google::Apis::CloudsearchV1::TopicStateUpdate::Representation
|
9015
|
+
|
9016
|
+
end
|
9017
|
+
end
|
9018
|
+
|
8113
9019
|
class TimestampOperatorOptions
|
8114
9020
|
# @private
|
8115
9021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8159,6 +9065,37 @@ module Google
|
|
8159
9065
|
end
|
8160
9066
|
end
|
8161
9067
|
|
9068
|
+
class TopicState
|
9069
|
+
# @private
|
9070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9071
|
+
hash :label_id_message_count, as: 'labelIdMessageCount'
|
9072
|
+
property :num_constituents, as: 'numConstituents'
|
9073
|
+
end
|
9074
|
+
end
|
9075
|
+
|
9076
|
+
class TopicStateUpdate
|
9077
|
+
# @private
|
9078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9079
|
+
property :topic_state, as: 'topicState', class: Google::Apis::CloudsearchV1::TopicState, decorator: Google::Apis::CloudsearchV1::TopicState::Representation
|
9080
|
+
|
9081
|
+
end
|
9082
|
+
end
|
9083
|
+
|
9084
|
+
class TransactionContext
|
9085
|
+
# @private
|
9086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9087
|
+
property :ending_record_id, :numeric_string => true, as: 'endingRecordId'
|
9088
|
+
property :starting_record_id, :numeric_string => true, as: 'startingRecordId'
|
9089
|
+
property :write_timestamp_us, :numeric_string => true, as: 'writeTimestampUs'
|
9090
|
+
end
|
9091
|
+
end
|
9092
|
+
|
9093
|
+
class TransactionDebugInfo
|
9094
|
+
# @private
|
9095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9096
|
+
end
|
9097
|
+
end
|
9098
|
+
|
8162
9099
|
class TranscriptionSessionInfo
|
8163
9100
|
# @private
|
8164
9101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8174,6 +9111,52 @@ module Google
|
|
8174
9111
|
end
|
8175
9112
|
end
|
8176
9113
|
|
9114
|
+
class Trigger
|
9115
|
+
# @private
|
9116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9117
|
+
property :action_type, as: 'actionType'
|
9118
|
+
property :batch_time_us, :numeric_string => true, as: 'batchTimeUs'
|
9119
|
+
property :dispatch_id, as: 'dispatchId'
|
9120
|
+
property :dispatcher, as: 'dispatcher'
|
9121
|
+
property :fire_time_us, :numeric_string => true, as: 'fireTimeUs'
|
9122
|
+
property :jobsetted_server_spec, as: 'jobsettedServerSpec', class: Google::Apis::CloudsearchV1::JobsettedServerSpec, decorator: Google::Apis::CloudsearchV1::JobsettedServerSpec::Representation
|
9123
|
+
|
9124
|
+
property :key, as: 'key'
|
9125
|
+
property :rpc_options, as: 'rpcOptions', class: Google::Apis::CloudsearchV1::RpcOptions, decorator: Google::Apis::CloudsearchV1::RpcOptions::Representation
|
9126
|
+
|
9127
|
+
property :slice_fire_time_us, :numeric_string => true, as: 'sliceFireTimeUs'
|
9128
|
+
property :trigger_action, as: 'triggerAction', class: Google::Apis::CloudsearchV1::TriggerAction, decorator: Google::Apis::CloudsearchV1::TriggerAction::Representation
|
9129
|
+
|
9130
|
+
property :trigger_key, as: 'triggerKey', class: Google::Apis::CloudsearchV1::TriggerKey, decorator: Google::Apis::CloudsearchV1::TriggerKey::Representation
|
9131
|
+
|
9132
|
+
end
|
9133
|
+
end
|
9134
|
+
|
9135
|
+
class TriggerAction
|
9136
|
+
# @private
|
9137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9138
|
+
property :action, as: 'action'
|
9139
|
+
property :data, :base64 => true, as: 'data'
|
9140
|
+
property :data_int, :numeric_string => true, as: 'dataInt'
|
9141
|
+
end
|
9142
|
+
end
|
9143
|
+
|
9144
|
+
class TriggerKey
|
9145
|
+
# @private
|
9146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9147
|
+
property :instance_id, as: 'instanceId'
|
9148
|
+
property :type, as: 'type'
|
9149
|
+
end
|
9150
|
+
end
|
9151
|
+
|
9152
|
+
class Triggers
|
9153
|
+
# @private
|
9154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9155
|
+
collection :triggers, as: 'triggers', class: Google::Apis::CloudsearchV1::Trigger, decorator: Google::Apis::CloudsearchV1::Trigger::Representation
|
9156
|
+
|
9157
|
+
end
|
9158
|
+
end
|
9159
|
+
|
8177
9160
|
class TrustedResourceUrlProto
|
8178
9161
|
# @private
|
8179
9162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8315,6 +9298,7 @@ module Google
|
|
8315
9298
|
property :content_type, as: 'contentType'
|
8316
9299
|
property :dlp_metrics_metadata, as: 'dlpMetricsMetadata', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata::Representation
|
8317
9300
|
|
9301
|
+
property :latest_virus_scan_timestamp, :numeric_string => true, as: 'latestVirusScanTimestamp'
|
8318
9302
|
property :local_id, as: 'localId'
|
8319
9303
|
property :original_dimension, as: 'originalDimension', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension::Representation
|
8320
9304
|
|
@@ -8336,7 +9320,6 @@ module Google
|
|
8336
9320
|
property :image_width, as: 'imageWidth'
|
8337
9321
|
property :int_image_height, as: 'intImageHeight'
|
8338
9322
|
property :int_image_width, as: 'intImageWidth'
|
8339
|
-
property :link_type, as: 'linkType'
|
8340
9323
|
property :mime_type, as: 'mimeType'
|
8341
9324
|
property :redirect_url, as: 'redirectUrl', class: Google::Apis::CloudsearchV1::SafeUrlProto, decorator: Google::Apis::CloudsearchV1::SafeUrlProto::Representation
|
8342
9325
|
|