google-apis-logging_v2 0.88.0 → 0.90.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 LoggingV2
18
18
  # Version of the google-apis-logging_v2 gem
19
- GEM_VERSION = "0.88.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260116"
25
+ REVISION = "20260130"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,30 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class FieldSource
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class FilterExpression
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class FilterPredicate
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class FunctionApplication
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
157
181
  class GetIamPolicyRequest
158
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
183
 
@@ -430,6 +454,18 @@ module Google
430
454
  include Google::Apis::Core::JsonObjectSupport
431
455
  end
432
456
 
457
+ class ProjectedField
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class QueryBuilderConfig
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
433
469
  class RecentQuery
434
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
435
471
 
@@ -460,6 +496,12 @@ module Google
460
496
  include Google::Apis::Core::JsonObjectSupport
461
497
  end
462
498
 
499
+ class SortOrderParameter
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
463
505
  class SourceLocation
464
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
507
 
@@ -745,6 +787,51 @@ module Google
745
787
  end
746
788
  end
747
789
 
790
+ class FieldSource
791
+ # @private
792
+ class Representation < Google::Apis::Core::JsonRepresentation
793
+ property :alias_ref, as: 'aliasRef'
794
+ property :column_type, as: 'columnType'
795
+ property :field, as: 'field'
796
+ property :is_json, as: 'isJson'
797
+ property :parent_path, as: 'parentPath'
798
+ property :projected_field, as: 'projectedField', class: Google::Apis::LoggingV2::ProjectedField, decorator: Google::Apis::LoggingV2::ProjectedField::Representation
799
+
800
+ end
801
+ end
802
+
803
+ class FilterExpression
804
+ # @private
805
+ class Representation < Google::Apis::Core::JsonRepresentation
806
+ property :comparator, as: 'comparator'
807
+ property :field_source, as: 'fieldSource', class: Google::Apis::LoggingV2::FieldSource, decorator: Google::Apis::LoggingV2::FieldSource::Representation
808
+
809
+ property :field_source_value, as: 'fieldSourceValue', class: Google::Apis::LoggingV2::FieldSource, decorator: Google::Apis::LoggingV2::FieldSource::Representation
810
+
811
+ property :is_negation, as: 'isNegation'
812
+ property :literal_value, as: 'literalValue'
813
+ end
814
+ end
815
+
816
+ class FilterPredicate
817
+ # @private
818
+ class Representation < Google::Apis::Core::JsonRepresentation
819
+ collection :child_predicates, as: 'childPredicates', class: Google::Apis::LoggingV2::FilterPredicate, decorator: Google::Apis::LoggingV2::FilterPredicate::Representation
820
+
821
+ property :leaf_predicate, as: 'leafPredicate', class: Google::Apis::LoggingV2::FilterExpression, decorator: Google::Apis::LoggingV2::FilterExpression::Representation
822
+
823
+ property :operator_type, as: 'operatorType'
824
+ end
825
+ end
826
+
827
+ class FunctionApplication
828
+ # @private
829
+ class Representation < Google::Apis::Core::JsonRepresentation
830
+ collection :parameters, as: 'parameters'
831
+ property :type, as: 'type'
832
+ end
833
+ end
834
+
748
835
  class GetIamPolicyRequest
749
836
  # @private
750
837
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1255,6 +1342,8 @@ module Google
1255
1342
  class OpsAnalyticsQuery
1256
1343
  # @private
1257
1344
  class Representation < Google::Apis::Core::JsonRepresentation
1345
+ property :query_builder, as: 'queryBuilder', class: Google::Apis::LoggingV2::QueryBuilderConfig, decorator: Google::Apis::LoggingV2::QueryBuilderConfig::Representation
1346
+
1258
1347
  property :sql_query_text, as: 'sqlQueryText'
1259
1348
  end
1260
1349
  end
@@ -1269,6 +1358,35 @@ module Google
1269
1358
  end
1270
1359
  end
1271
1360
 
1361
+ class ProjectedField
1362
+ # @private
1363
+ class Representation < Google::Apis::Core::JsonRepresentation
1364
+ property :alias, as: 'alias'
1365
+ property :cast, as: 'cast'
1366
+ property :field, as: 'field'
1367
+ property :operation, as: 'operation'
1368
+ property :regex_extraction, as: 'regexExtraction'
1369
+ property :sql_aggregation_function, as: 'sqlAggregationFunction', class: Google::Apis::LoggingV2::FunctionApplication, decorator: Google::Apis::LoggingV2::FunctionApplication::Representation
1370
+
1371
+ property :truncation_granularity, as: 'truncationGranularity'
1372
+ end
1373
+ end
1374
+
1375
+ class QueryBuilderConfig
1376
+ # @private
1377
+ class Representation < Google::Apis::Core::JsonRepresentation
1378
+ collection :field_sources, as: 'fieldSources', class: Google::Apis::LoggingV2::FieldSource, decorator: Google::Apis::LoggingV2::FieldSource::Representation
1379
+
1380
+ property :filter, as: 'filter', class: Google::Apis::LoggingV2::FilterPredicate, decorator: Google::Apis::LoggingV2::FilterPredicate::Representation
1381
+
1382
+ property :limit, :numeric_string => true, as: 'limit'
1383
+ collection :order_bys, as: 'orderBys', class: Google::Apis::LoggingV2::SortOrderParameter, decorator: Google::Apis::LoggingV2::SortOrderParameter::Representation
1384
+
1385
+ collection :resource_names, as: 'resourceNames'
1386
+ property :search_term, as: 'searchTerm'
1387
+ end
1388
+ end
1389
+
1272
1390
  class RecentQuery
1273
1391
  # @private
1274
1392
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1362,6 +1480,15 @@ module Google
1362
1480
  end
1363
1481
  end
1364
1482
 
1483
+ class SortOrderParameter
1484
+ # @private
1485
+ class Representation < Google::Apis::Core::JsonRepresentation
1486
+ property :field_source, as: 'fieldSource', class: Google::Apis::LoggingV2::FieldSource, decorator: Google::Apis::LoggingV2::FieldSource::Representation
1487
+
1488
+ property :sort_order_direction, as: 'sortOrderDirection'
1489
+ end
1490
+ end
1491
+
1365
1492
  class SourceLocation
1366
1493
  # @private
1367
1494
  class Representation < Google::Apis::Core::JsonRepresentation