google-apis-discoveryengine_v1alpha 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1alpha
18
18
  # Version of the google-apis-discoveryengine_v1alpha gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240526"
25
+ REVISION = "20240607"
26
26
  end
27
27
  end
28
28
  end
@@ -22,12 +22,60 @@ module Google
22
22
  module Apis
23
23
  module DiscoveryengineV1alpha
24
24
 
25
+ class GoogleApiDistribution
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GoogleApiDistributionBucketOptions
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleApiDistributionBucketOptionsExplicit
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GoogleApiDistributionBucketOptionsExponential
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GoogleApiDistributionBucketOptionsLinear
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GoogleApiDistributionExemplar
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GoogleApiDistributionRange
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
25
67
  class GoogleApiHttpBody
26
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
69
 
28
70
  include Google::Apis::Core::JsonObjectSupport
29
71
  end
30
72
 
73
+ class GoogleApiMonitoredResource
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
31
79
  class GoogleCloudDiscoveryengineLoggingErrorContext
32
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
81
 
@@ -196,6 +244,18 @@ module Google
196
244
  include Google::Apis::Core::JsonObjectSupport
197
245
  end
198
246
 
247
+ class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
199
259
  class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
200
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
261
 
@@ -208,6 +268,12 @@ module Google
208
268
  include Google::Apis::Core::JsonObjectSupport
209
269
  end
210
270
 
271
+ class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
211
277
  class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
212
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
279
 
@@ -394,6 +460,12 @@ module Google
394
460
  include Google::Apis::Core::JsonObjectSupport
395
461
  end
396
462
 
463
+ class GoogleCloudDiscoveryengineV1alphaAlloyDbSource
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
397
469
  class GoogleCloudDiscoveryengineV1alphaAnswer
398
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
471
 
@@ -688,6 +760,24 @@ module Google
688
760
  include Google::Apis::Core::JsonObjectSupport
689
761
  end
690
762
 
763
+ class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GoogleCloudDiscoveryengineV1alphaCheckRequirementResponse
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
691
781
  class GoogleCloudDiscoveryengineV1alphaChunk
692
782
  class Representation < Google::Apis::Core::JsonRepresentation; end
693
783
 
@@ -1528,6 +1618,30 @@ module Google
1528
1618
  include Google::Apis::Core::JsonObjectSupport
1529
1619
  end
1530
1620
 
1621
+ class GoogleCloudDiscoveryengineV1alphaRequirement
1622
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1623
+
1624
+ include Google::Apis::Core::JsonObjectSupport
1625
+ end
1626
+
1627
+ class GoogleCloudDiscoveryengineV1alphaRequirementMetricBinding
1628
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1629
+
1630
+ include Google::Apis::Core::JsonObjectSupport
1631
+ end
1632
+
1633
+ class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding
1634
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1635
+
1636
+ include Google::Apis::Core::JsonObjectSupport
1637
+ end
1638
+
1639
+ class GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding
1640
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1641
+
1642
+ include Google::Apis::Core::JsonObjectSupport
1643
+ end
1644
+
1531
1645
  class GoogleCloudDiscoveryengineV1alphaResumeEngineRequest
1532
1646
  class Representation < Google::Apis::Core::JsonRepresentation; end
1533
1647
 
@@ -2050,6 +2164,18 @@ module Google
2050
2164
  include Google::Apis::Core::JsonObjectSupport
2051
2165
  end
2052
2166
 
2167
+ class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig
2168
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2169
+
2170
+ include Google::Apis::Core::JsonObjectSupport
2171
+ end
2172
+
2173
+ class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
2174
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2175
+
2176
+ include Google::Apis::Core::JsonObjectSupport
2177
+ end
2178
+
2053
2179
  class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
2054
2180
  class Representation < Google::Apis::Core::JsonRepresentation; end
2055
2181
 
@@ -2062,6 +2188,12 @@ module Google
2062
2188
  include Google::Apis::Core::JsonObjectSupport
2063
2189
  end
2064
2190
 
2191
+ class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
2192
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2193
+
2194
+ include Google::Apis::Core::JsonObjectSupport
2195
+ end
2196
+
2065
2197
  class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
2066
2198
  class Representation < Google::Apis::Core::JsonRepresentation; end
2067
2199
 
@@ -2290,6 +2422,12 @@ module Google
2290
2422
  include Google::Apis::Core::JsonObjectSupport
2291
2423
  end
2292
2424
 
2425
+ class GoogleMonitoringV3TypedValue
2426
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2427
+
2428
+ include Google::Apis::Core::JsonObjectSupport
2429
+ end
2430
+
2293
2431
  class GoogleProtobufEmpty
2294
2432
  class Representation < Google::Apis::Core::JsonRepresentation; end
2295
2433
 
@@ -2308,6 +2446,82 @@ module Google
2308
2446
  include Google::Apis::Core::JsonObjectSupport
2309
2447
  end
2310
2448
 
2449
+ class GoogleTypeExpr
2450
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2451
+
2452
+ include Google::Apis::Core::JsonObjectSupport
2453
+ end
2454
+
2455
+ class GoogleApiDistribution
2456
+ # @private
2457
+ class Representation < Google::Apis::Core::JsonRepresentation
2458
+ collection :bucket_counts, as: 'bucketCounts'
2459
+ property :bucket_options, as: 'bucketOptions', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptions::Representation
2460
+
2461
+ property :count, :numeric_string => true, as: 'count'
2462
+ collection :exemplars, as: 'exemplars', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionExemplar, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionExemplar::Representation
2463
+
2464
+ property :mean, as: 'mean'
2465
+ property :range, as: 'range', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionRange, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionRange::Representation
2466
+
2467
+ property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
2468
+ end
2469
+ end
2470
+
2471
+ class GoogleApiDistributionBucketOptions
2472
+ # @private
2473
+ class Representation < Google::Apis::Core::JsonRepresentation
2474
+ property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptionsExplicit, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptionsExplicit::Representation
2475
+
2476
+ property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptionsExponential, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptionsExponential::Representation
2477
+
2478
+ property :linear_buckets, as: 'linearBuckets', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptionsLinear, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistributionBucketOptionsLinear::Representation
2479
+
2480
+ end
2481
+ end
2482
+
2483
+ class GoogleApiDistributionBucketOptionsExplicit
2484
+ # @private
2485
+ class Representation < Google::Apis::Core::JsonRepresentation
2486
+ collection :bounds, as: 'bounds'
2487
+ end
2488
+ end
2489
+
2490
+ class GoogleApiDistributionBucketOptionsExponential
2491
+ # @private
2492
+ class Representation < Google::Apis::Core::JsonRepresentation
2493
+ property :growth_factor, as: 'growthFactor'
2494
+ property :num_finite_buckets, as: 'numFiniteBuckets'
2495
+ property :scale, as: 'scale'
2496
+ end
2497
+ end
2498
+
2499
+ class GoogleApiDistributionBucketOptionsLinear
2500
+ # @private
2501
+ class Representation < Google::Apis::Core::JsonRepresentation
2502
+ property :num_finite_buckets, as: 'numFiniteBuckets'
2503
+ property :offset, as: 'offset'
2504
+ property :width, as: 'width'
2505
+ end
2506
+ end
2507
+
2508
+ class GoogleApiDistributionExemplar
2509
+ # @private
2510
+ class Representation < Google::Apis::Core::JsonRepresentation
2511
+ collection :attachments, as: 'attachments'
2512
+ property :timestamp, as: 'timestamp'
2513
+ property :value, as: 'value'
2514
+ end
2515
+ end
2516
+
2517
+ class GoogleApiDistributionRange
2518
+ # @private
2519
+ class Representation < Google::Apis::Core::JsonRepresentation
2520
+ property :max, as: 'max'
2521
+ property :min, as: 'min'
2522
+ end
2523
+ end
2524
+
2311
2525
  class GoogleApiHttpBody
2312
2526
  # @private
2313
2527
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2317,6 +2531,14 @@ module Google
2317
2531
  end
2318
2532
  end
2319
2533
 
2534
+ class GoogleApiMonitoredResource
2535
+ # @private
2536
+ class Representation < Google::Apis::Core::JsonRepresentation
2537
+ hash :labels, as: 'labels'
2538
+ property :type, as: 'type'
2539
+ end
2540
+ end
2541
+
2320
2542
  class GoogleCloudDiscoveryengineLoggingErrorContext
2321
2543
  # @private
2322
2544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2568,6 +2790,8 @@ module Google
2568
2790
  class GoogleCloudDiscoveryengineV1DocumentProcessingConfig
2569
2791
  # @private
2570
2792
  class Representation < Google::Apis::Core::JsonRepresentation
2793
+ property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig::Representation
2794
+
2571
2795
  property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig::Representation
2572
2796
 
2573
2797
  property :name, as: 'name'
@@ -2576,11 +2800,29 @@ module Google
2576
2800
  end
2577
2801
  end
2578
2802
 
2803
+ class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig
2804
+ # @private
2805
+ class Representation < Google::Apis::Core::JsonRepresentation
2806
+ property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
2807
+
2808
+ end
2809
+ end
2810
+
2811
+ class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
2812
+ # @private
2813
+ class Representation < Google::Apis::Core::JsonRepresentation
2814
+ property :chunk_size, as: 'chunkSize'
2815
+ property :include_ancestor_headings, as: 'includeAncestorHeadings'
2816
+ end
2817
+ end
2818
+
2579
2819
  class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
2580
2820
  # @private
2581
2821
  class Representation < Google::Apis::Core::JsonRepresentation
2582
2822
  property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
2583
2823
 
2824
+ property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
2825
+
2584
2826
  property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
2585
2827
 
2586
2828
  end
@@ -2592,6 +2834,12 @@ module Google
2592
2834
  end
2593
2835
  end
2594
2836
 
2837
+ class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
2838
+ # @private
2839
+ class Representation < Google::Apis::Core::JsonRepresentation
2840
+ end
2841
+ end
2842
+
2595
2843
  class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
2596
2844
  # @private
2597
2845
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2883,6 +3131,18 @@ module Google
2883
3131
  end
2884
3132
  end
2885
3133
 
3134
+ class GoogleCloudDiscoveryengineV1alphaAlloyDbSource
3135
+ # @private
3136
+ class Representation < Google::Apis::Core::JsonRepresentation
3137
+ property :cluster_id, as: 'clusterId'
3138
+ property :database_id, as: 'databaseId'
3139
+ property :gcs_staging_dir, as: 'gcsStagingDir'
3140
+ property :location_id, as: 'locationId'
3141
+ property :project_id, as: 'projectId'
3142
+ property :table_id, as: 'tableId'
3143
+ end
3144
+ end
3145
+
2886
3146
  class GoogleCloudDiscoveryengineV1alphaAnswer
2887
3147
  # @private
2888
3148
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2938,6 +3198,7 @@ module Google
2938
3198
  property :search_spec, as: 'searchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestSearchSpec::Representation
2939
3199
 
2940
3200
  property :session, as: 'session'
3201
+ hash :user_labels, as: 'userLabels'
2941
3202
  property :user_pseudo_id, as: 'userPseudoId'
2942
3203
  end
2943
3204
  end
@@ -3371,6 +3632,41 @@ module Google
3371
3632
  end
3372
3633
  end
3373
3634
 
3635
+ class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
3636
+ # @private
3637
+ class Representation < Google::Apis::Core::JsonRepresentation
3638
+ property :requirement_type, as: 'requirementType'
3639
+ collection :resources, as: 'resources', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiMonitoredResource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiMonitoredResource::Representation
3640
+
3641
+ end
3642
+ end
3643
+
3644
+ class GoogleCloudDiscoveryengineV1alphaCheckRequirementResponse
3645
+ # @private
3646
+ class Representation < Google::Apis::Core::JsonRepresentation
3647
+ collection :metric_results, as: 'metricResults', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult::Representation
3648
+
3649
+ property :oldest_metric_timestamp, as: 'oldestMetricTimestamp'
3650
+ property :requirement, as: 'requirement', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirement, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirement::Representation
3651
+
3652
+ property :requirement_condition, as: 'requirementCondition', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeExpr, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeExpr::Representation
3653
+
3654
+ property :requirement_result, as: 'requirementResult'
3655
+ end
3656
+ end
3657
+
3658
+ class GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult
3659
+ # @private
3660
+ class Representation < Google::Apis::Core::JsonRepresentation
3661
+ property :metric_type, as: 'metricType'
3662
+ property :name, as: 'name'
3663
+ property :timestamp, as: 'timestamp'
3664
+ property :unit, as: 'unit'
3665
+ property :value, as: 'value', class: Google::Apis::DiscoveryengineV1alpha::GoogleMonitoringV3TypedValue, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleMonitoringV3TypedValue::Representation
3666
+
3667
+ end
3668
+ end
3669
+
3374
3670
  class GoogleCloudDiscoveryengineV1alphaChunk
3375
3671
  # @private
3376
3672
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4147,6 +4443,8 @@ module Google
4147
4443
  class GoogleCloudDiscoveryengineV1alphaImportDocumentsRequest
4148
4444
  # @private
4149
4445
  class Representation < Google::Apis::Core::JsonRepresentation
4446
+ property :alloy_db_source, as: 'alloyDbSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlloyDbSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlloyDbSource::Representation
4447
+
4150
4448
  property :auto_generate_ids, as: 'autoGenerateIds'
4151
4449
  property :bigquery_source, as: 'bigquerySource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQuerySource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQuerySource::Representation
4152
4450
 
@@ -4707,6 +5005,53 @@ module Google
4707
5005
  end
4708
5006
  end
4709
5007
 
5008
+ class GoogleCloudDiscoveryengineV1alphaRequirement
5009
+ # @private
5010
+ class Representation < Google::Apis::Core::JsonRepresentation
5011
+ property :condition, as: 'condition', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeExpr, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeExpr::Representation
5012
+
5013
+ property :description, as: 'description'
5014
+ property :display_name, as: 'displayName'
5015
+ collection :metric_bindings, as: 'metricBindings', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirementMetricBinding, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirementMetricBinding::Representation
5016
+
5017
+ collection :threshold_bindings, as: 'thresholdBindings', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding::Representation
5018
+
5019
+ property :type, as: 'type'
5020
+ collection :violation_samples_bindings, as: 'violationSamplesBindings', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding::Representation
5021
+
5022
+ end
5023
+ end
5024
+
5025
+ class GoogleCloudDiscoveryengineV1alphaRequirementMetricBinding
5026
+ # @private
5027
+ class Representation < Google::Apis::Core::JsonRepresentation
5028
+ property :category, as: 'category'
5029
+ property :description, as: 'description'
5030
+ property :metric_filter, as: 'metricFilter'
5031
+ property :resource_type, as: 'resourceType'
5032
+ property :variable_id, as: 'variableId'
5033
+ end
5034
+ end
5035
+
5036
+ class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding
5037
+ # @private
5038
+ class Representation < Google::Apis::Core::JsonRepresentation
5039
+ property :blocking_threshold, as: 'blockingThreshold'
5040
+ property :description, as: 'description'
5041
+ property :variable_id, as: 'variableId'
5042
+ property :warning_threshold, as: 'warningThreshold'
5043
+ end
5044
+ end
5045
+
5046
+ class GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding
5047
+ # @private
5048
+ class Representation < Google::Apis::Core::JsonRepresentation
5049
+ property :description, as: 'description'
5050
+ property :sample_filter, as: 'sampleFilter'
5051
+ property :variable_id, as: 'variableId'
5052
+ end
5053
+ end
5054
+
4710
5055
  class GoogleCloudDiscoveryengineV1alphaResumeEngineRequest
4711
5056
  # @private
4712
5057
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5602,6 +5947,8 @@ module Google
5602
5947
  class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig
5603
5948
  # @private
5604
5949
  class Representation < Google::Apis::Core::JsonRepresentation
5950
+ property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig::Representation
5951
+
5605
5952
  property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig::Representation
5606
5953
 
5607
5954
  property :name, as: 'name'
@@ -5610,11 +5957,29 @@ module Google
5610
5957
  end
5611
5958
  end
5612
5959
 
5960
+ class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig
5961
+ # @private
5962
+ class Representation < Google::Apis::Core::JsonRepresentation
5963
+ property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
5964
+
5965
+ end
5966
+ end
5967
+
5968
+ class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
5969
+ # @private
5970
+ class Representation < Google::Apis::Core::JsonRepresentation
5971
+ property :chunk_size, as: 'chunkSize'
5972
+ property :include_ancestor_headings, as: 'includeAncestorHeadings'
5973
+ end
5974
+ end
5975
+
5613
5976
  class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
5614
5977
  # @private
5615
5978
  class Representation < Google::Apis::Core::JsonRepresentation
5616
5979
  property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
5617
5980
 
5981
+ property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
5982
+
5618
5983
  property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
5619
5984
 
5620
5985
  end
@@ -5626,6 +5991,12 @@ module Google
5626
5991
  end
5627
5992
  end
5628
5993
 
5994
+ class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
5995
+ # @private
5996
+ class Representation < Google::Apis::Core::JsonRepresentation
5997
+ end
5998
+ end
5999
+
5629
6000
  class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
5630
6001
  # @private
5631
6002
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5977,6 +6348,18 @@ module Google
5977
6348
  end
5978
6349
  end
5979
6350
 
6351
+ class GoogleMonitoringV3TypedValue
6352
+ # @private
6353
+ class Representation < Google::Apis::Core::JsonRepresentation
6354
+ property :bool_value, as: 'boolValue'
6355
+ property :distribution_value, as: 'distributionValue', class: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistribution, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleApiDistribution::Representation
6356
+
6357
+ property :double_value, as: 'doubleValue'
6358
+ property :int64_value, :numeric_string => true, as: 'int64Value'
6359
+ property :string_value, as: 'stringValue'
6360
+ end
6361
+ end
6362
+
5980
6363
  class GoogleProtobufEmpty
5981
6364
  # @private
5982
6365
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6000,6 +6383,16 @@ module Google
6000
6383
  property :year, as: 'year'
6001
6384
  end
6002
6385
  end
6386
+
6387
+ class GoogleTypeExpr
6388
+ # @private
6389
+ class Representation < Google::Apis::Core::JsonRepresentation
6390
+ property :description, as: 'description'
6391
+ property :expression, as: 'expression'
6392
+ property :location, as: 'location'
6393
+ property :title, as: 'title'
6394
+ end
6395
+ end
6003
6396
  end
6004
6397
  end
6005
6398
  end