google-apis-cloudasset_v1 0.50.0 → 0.52.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221015"
25
+ REVISION = "20230114"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,36 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class AnalyzeOrgPoliciesResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AnalyzeOrgPolicyGovernedAssetsResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AnalyzeOrgPolicyGovernedContainersResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class AnalyzerOrgPolicy
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class AnalyzerOrgPolicyConstraint
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
61
91
  class Asset
62
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
93
 
@@ -190,12 +220,48 @@ module Google
190
220
  include Google::Apis::Core::JsonObjectSupport
191
221
  end
192
222
 
223
+ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
193
241
  class GoogleCloudAssetV1BigQueryDestination
194
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
243
 
196
244
  include Google::Apis::Core::JsonObjectSupport
197
245
  end
198
246
 
247
+ class GoogleCloudAssetV1BooleanConstraint
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudAssetV1Constraint
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudAssetV1CustomConstraint
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
199
265
  class GoogleCloudAssetV1Edge
200
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
267
 
@@ -208,6 +274,12 @@ module Google
208
274
  include Google::Apis::Core::JsonObjectSupport
209
275
  end
210
276
 
277
+ class GoogleCloudAssetV1GovernedContainer
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
211
283
  class GoogleCloudAssetV1Identity
212
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
285
 
@@ -220,12 +292,36 @@ module Google
220
292
  include Google::Apis::Core::JsonObjectSupport
221
293
  end
222
294
 
295
+ class GoogleCloudAssetV1ListConstraint
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
223
307
  class GoogleCloudAssetV1Resource
224
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
309
 
226
310
  include Google::Apis::Core::JsonObjectSupport
227
311
  end
228
312
 
313
+ class GoogleCloudAssetV1Rule
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleCloudAssetV1StringValues
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
229
325
  class GoogleCloudAssetV1p7beta1Asset
230
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
327
 
@@ -496,6 +592,12 @@ module Google
496
592
  include Google::Apis::Core::JsonObjectSupport
497
593
  end
498
594
 
595
+ class OrgPolicyResult
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
499
601
  class OsInfo
500
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
603
 
@@ -538,12 +640,36 @@ module Google
538
640
  include Google::Apis::Core::JsonObjectSupport
539
641
  end
540
642
 
643
+ class QueryAssetsOutputConfig
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class QueryAssetsRequest
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class QueryAssetsResponse
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
541
661
  class QueryContent
542
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
543
663
 
544
664
  include Google::Apis::Core::JsonObjectSupport
545
665
  end
546
666
 
667
+ class QueryResult
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
547
673
  class RelatedAsset
548
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
675
 
@@ -622,6 +748,18 @@ module Google
622
748
  include Google::Apis::Core::JsonObjectSupport
623
749
  end
624
750
 
751
+ class TableFieldSchema
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class TableSchema
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
625
763
  class TemporalAsset
626
764
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
765
 
@@ -733,6 +871,61 @@ module Google
733
871
  end
734
872
  end
735
873
 
874
+ class AnalyzeOrgPoliciesResponse
875
+ # @private
876
+ class Representation < Google::Apis::Core::JsonRepresentation
877
+ property :constraint, as: 'constraint', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicyConstraint, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicyConstraint::Representation
878
+
879
+ property :next_page_token, as: 'nextPageToken'
880
+ collection :org_policy_results, as: 'orgPolicyResults', class: Google::Apis::CloudassetV1::OrgPolicyResult, decorator: Google::Apis::CloudassetV1::OrgPolicyResult::Representation
881
+
882
+ end
883
+ end
884
+
885
+ class AnalyzeOrgPolicyGovernedAssetsResponse
886
+ # @private
887
+ class Representation < Google::Apis::Core::JsonRepresentation
888
+ property :constraint, as: 'constraint', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicyConstraint, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicyConstraint::Representation
889
+
890
+ collection :governed_assets, as: 'governedAssets', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset::Representation
891
+
892
+ property :next_page_token, as: 'nextPageToken'
893
+ end
894
+ end
895
+
896
+ class AnalyzeOrgPolicyGovernedContainersResponse
897
+ # @private
898
+ class Representation < Google::Apis::Core::JsonRepresentation
899
+ property :constraint, as: 'constraint', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicyConstraint, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicyConstraint::Representation
900
+
901
+ collection :governed_containers, as: 'governedContainers', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1GovernedContainer, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1GovernedContainer::Representation
902
+
903
+ property :next_page_token, as: 'nextPageToken'
904
+ end
905
+ end
906
+
907
+ class AnalyzerOrgPolicy
908
+ # @private
909
+ class Representation < Google::Apis::Core::JsonRepresentation
910
+ property :applied_resource, as: 'appliedResource'
911
+ property :attached_resource, as: 'attachedResource'
912
+ property :inherit_from_parent, as: 'inheritFromParent'
913
+ property :reset, as: 'reset'
914
+ collection :rules, as: 'rules', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1Rule, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1Rule::Representation
915
+
916
+ end
917
+ end
918
+
919
+ class AnalyzerOrgPolicyConstraint
920
+ # @private
921
+ class Representation < Google::Apis::Core::JsonRepresentation
922
+ property :custom_constraint, as: 'customConstraint', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1CustomConstraint, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1CustomConstraint::Representation
923
+
924
+ property :google_defined_constraint, as: 'googleDefinedConstraint', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1Constraint, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1Constraint::Representation
925
+
926
+ end
927
+ end
928
+
736
929
  class Asset
737
930
  # @private
738
931
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -957,6 +1150,43 @@ module Google
957
1150
  end
958
1151
  end
959
1152
 
1153
+ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset
1154
+ # @private
1155
+ class Representation < Google::Apis::Core::JsonRepresentation
1156
+ property :consolidated_policy, as: 'consolidatedPolicy', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1157
+
1158
+ property :governed_iam_policy, as: 'governedIamPolicy', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy::Representation
1159
+
1160
+ property :governed_resource, as: 'governedResource', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource::Representation
1161
+
1162
+ collection :policy_bundle, as: 'policyBundle', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1163
+
1164
+ end
1165
+ end
1166
+
1167
+ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
1168
+ # @private
1169
+ class Representation < Google::Apis::Core::JsonRepresentation
1170
+ property :attached_resource, as: 'attachedResource'
1171
+ collection :folders, as: 'folders'
1172
+ property :organization, as: 'organization'
1173
+ property :policy, as: 'policy', class: Google::Apis::CloudassetV1::Policy, decorator: Google::Apis::CloudassetV1::Policy::Representation
1174
+
1175
+ property :project, as: 'project'
1176
+ end
1177
+ end
1178
+
1179
+ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource
1180
+ # @private
1181
+ class Representation < Google::Apis::Core::JsonRepresentation
1182
+ collection :folders, as: 'folders'
1183
+ property :full_resource_name, as: 'fullResourceName'
1184
+ property :organization, as: 'organization'
1185
+ property :parent, as: 'parent'
1186
+ property :project, as: 'project'
1187
+ end
1188
+ end
1189
+
960
1190
  class GoogleCloudAssetV1BigQueryDestination
961
1191
  # @private
962
1192
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -967,6 +1197,39 @@ module Google
967
1197
  end
968
1198
  end
969
1199
 
1200
+ class GoogleCloudAssetV1BooleanConstraint
1201
+ # @private
1202
+ class Representation < Google::Apis::Core::JsonRepresentation
1203
+ end
1204
+ end
1205
+
1206
+ class GoogleCloudAssetV1Constraint
1207
+ # @private
1208
+ class Representation < Google::Apis::Core::JsonRepresentation
1209
+ property :boolean_constraint, as: 'booleanConstraint', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1BooleanConstraint, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1BooleanConstraint::Representation
1210
+
1211
+ property :constraint_default, as: 'constraintDefault'
1212
+ property :description, as: 'description'
1213
+ property :display_name, as: 'displayName'
1214
+ property :list_constraint, as: 'listConstraint', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1ListConstraint, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1ListConstraint::Representation
1215
+
1216
+ property :name, as: 'name'
1217
+ end
1218
+ end
1219
+
1220
+ class GoogleCloudAssetV1CustomConstraint
1221
+ # @private
1222
+ class Representation < Google::Apis::Core::JsonRepresentation
1223
+ property :action_type, as: 'actionType'
1224
+ property :condition, as: 'condition'
1225
+ property :description, as: 'description'
1226
+ property :display_name, as: 'displayName'
1227
+ collection :method_types, as: 'methodTypes'
1228
+ property :name, as: 'name'
1229
+ collection :resource_types, as: 'resourceTypes'
1230
+ end
1231
+ end
1232
+
970
1233
  class GoogleCloudAssetV1Edge
971
1234
  # @private
972
1235
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -982,6 +1245,18 @@ module Google
982
1245
  end
983
1246
  end
984
1247
 
1248
+ class GoogleCloudAssetV1GovernedContainer
1249
+ # @private
1250
+ class Representation < Google::Apis::Core::JsonRepresentation
1251
+ property :consolidated_policy, as: 'consolidatedPolicy', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1252
+
1253
+ property :full_resource_name, as: 'fullResourceName'
1254
+ property :parent, as: 'parent'
1255
+ collection :policy_bundle, as: 'policyBundle', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1256
+
1257
+ end
1258
+ end
1259
+
985
1260
  class GoogleCloudAssetV1Identity
986
1261
  # @private
987
1262
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1001,6 +1276,23 @@ module Google
1001
1276
  end
1002
1277
  end
1003
1278
 
1279
+ class GoogleCloudAssetV1ListConstraint
1280
+ # @private
1281
+ class Representation < Google::Apis::Core::JsonRepresentation
1282
+ property :supports_in, as: 'supportsIn'
1283
+ property :supports_under, as: 'supportsUnder'
1284
+ end
1285
+ end
1286
+
1287
+ class GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination
1288
+ # @private
1289
+ class Representation < Google::Apis::Core::JsonRepresentation
1290
+ property :dataset, as: 'dataset'
1291
+ property :table, as: 'table'
1292
+ property :write_disposition, as: 'writeDisposition'
1293
+ end
1294
+ end
1295
+
1004
1296
  class GoogleCloudAssetV1Resource
1005
1297
  # @private
1006
1298
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1010,6 +1302,27 @@ module Google
1010
1302
  end
1011
1303
  end
1012
1304
 
1305
+ class GoogleCloudAssetV1Rule
1306
+ # @private
1307
+ class Representation < Google::Apis::Core::JsonRepresentation
1308
+ property :allow_all, as: 'allowAll'
1309
+ property :condition, as: 'condition', class: Google::Apis::CloudassetV1::Expr, decorator: Google::Apis::CloudassetV1::Expr::Representation
1310
+
1311
+ property :deny_all, as: 'denyAll'
1312
+ property :enforce, as: 'enforce'
1313
+ property :values, as: 'values', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1StringValues, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1StringValues::Representation
1314
+
1315
+ end
1316
+ end
1317
+
1318
+ class GoogleCloudAssetV1StringValues
1319
+ # @private
1320
+ class Representation < Google::Apis::Core::JsonRepresentation
1321
+ collection :allowed_values, as: 'allowedValues'
1322
+ collection :denied_values, as: 'deniedValues'
1323
+ end
1324
+ end
1325
+
1013
1326
  class GoogleCloudAssetV1p7beta1Asset
1014
1327
  # @private
1015
1328
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1502,6 +1815,16 @@ module Google
1502
1815
  end
1503
1816
  end
1504
1817
 
1818
+ class OrgPolicyResult
1819
+ # @private
1820
+ class Representation < Google::Apis::Core::JsonRepresentation
1821
+ property :consolidated_policy, as: 'consolidatedPolicy', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1822
+
1823
+ collection :policy_bundle, as: 'policyBundle', class: Google::Apis::CloudassetV1::AnalyzerOrgPolicy, decorator: Google::Apis::CloudassetV1::AnalyzerOrgPolicy::Representation
1824
+
1825
+ end
1826
+ end
1827
+
1505
1828
  class OsInfo
1506
1829
  # @private
1507
1830
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1568,6 +1891,44 @@ module Google
1568
1891
  end
1569
1892
  end
1570
1893
 
1894
+ class QueryAssetsOutputConfig
1895
+ # @private
1896
+ class Representation < Google::Apis::Core::JsonRepresentation
1897
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::CloudassetV1::GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination, decorator: Google::Apis::CloudassetV1::GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination::Representation
1898
+
1899
+ end
1900
+ end
1901
+
1902
+ class QueryAssetsRequest
1903
+ # @private
1904
+ class Representation < Google::Apis::Core::JsonRepresentation
1905
+ property :job_reference, as: 'jobReference'
1906
+ property :output_config, as: 'outputConfig', class: Google::Apis::CloudassetV1::QueryAssetsOutputConfig, decorator: Google::Apis::CloudassetV1::QueryAssetsOutputConfig::Representation
1907
+
1908
+ property :page_size, as: 'pageSize'
1909
+ property :page_token, as: 'pageToken'
1910
+ property :read_time, as: 'readTime'
1911
+ property :read_time_window, as: 'readTimeWindow', class: Google::Apis::CloudassetV1::TimeWindow, decorator: Google::Apis::CloudassetV1::TimeWindow::Representation
1912
+
1913
+ property :statement, as: 'statement'
1914
+ property :timeout, as: 'timeout'
1915
+ end
1916
+ end
1917
+
1918
+ class QueryAssetsResponse
1919
+ # @private
1920
+ class Representation < Google::Apis::Core::JsonRepresentation
1921
+ property :done, as: 'done'
1922
+ property :error, as: 'error', class: Google::Apis::CloudassetV1::Status, decorator: Google::Apis::CloudassetV1::Status::Representation
1923
+
1924
+ property :job_reference, as: 'jobReference'
1925
+ property :output_config, as: 'outputConfig', class: Google::Apis::CloudassetV1::QueryAssetsOutputConfig, decorator: Google::Apis::CloudassetV1::QueryAssetsOutputConfig::Representation
1926
+
1927
+ property :query_result, as: 'queryResult', class: Google::Apis::CloudassetV1::QueryResult, decorator: Google::Apis::CloudassetV1::QueryResult::Representation
1928
+
1929
+ end
1930
+ end
1931
+
1571
1932
  class QueryContent
1572
1933
  # @private
1573
1934
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1576,6 +1937,17 @@ module Google
1576
1937
  end
1577
1938
  end
1578
1939
 
1940
+ class QueryResult
1941
+ # @private
1942
+ class Representation < Google::Apis::Core::JsonRepresentation
1943
+ property :next_page_token, as: 'nextPageToken'
1944
+ collection :rows, as: 'rows'
1945
+ property :schema, as: 'schema', class: Google::Apis::CloudassetV1::TableSchema, decorator: Google::Apis::CloudassetV1::TableSchema::Representation
1946
+
1947
+ property :total_rows, :numeric_string => true, as: 'totalRows'
1948
+ end
1949
+ end
1950
+
1579
1951
  class RelatedAsset
1580
1952
  # @private
1581
1953
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1741,6 +2113,25 @@ module Google
1741
2113
  end
1742
2114
  end
1743
2115
 
2116
+ class TableFieldSchema
2117
+ # @private
2118
+ class Representation < Google::Apis::Core::JsonRepresentation
2119
+ property :field, as: 'field'
2120
+ collection :fields, as: 'fields', class: Google::Apis::CloudassetV1::TableFieldSchema, decorator: Google::Apis::CloudassetV1::TableFieldSchema::Representation
2121
+
2122
+ property :mode, as: 'mode'
2123
+ property :type, as: 'type'
2124
+ end
2125
+ end
2126
+
2127
+ class TableSchema
2128
+ # @private
2129
+ class Representation < Google::Apis::Core::JsonRepresentation
2130
+ collection :fields, as: 'fields', class: Google::Apis::CloudassetV1::TableFieldSchema, decorator: Google::Apis::CloudassetV1::TableFieldSchema::Representation
2131
+
2132
+ end
2133
+ end
2134
+
1744
2135
  class TemporalAsset
1745
2136
  # @private
1746
2137
  class Representation < Google::Apis::Core::JsonRepresentation