google-apis-contentwarehouse_v1 0.8.0 → 0.9.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/contentwarehouse_v1/classes.rb +639 -80
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +259 -5
- data/lib/google/apis/contentwarehouse_v1/service.rb +34 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContentwarehouseV1
|
18
18
|
# Version of the google-apis-contentwarehouse_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2482,18 +2482,60 @@ module Google
|
|
2482
2482
|
include Google::Apis::Core::JsonObjectSupport
|
2483
2483
|
end
|
2484
2484
|
|
2485
|
+
class AssistantGroundingRankerAssistantInteractionFeatures
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2485
2491
|
class AssistantGroundingRankerContactGroundingProviderFeatures
|
2486
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
2493
|
|
2488
2494
|
include Google::Apis::Core::JsonObjectSupport
|
2489
2495
|
end
|
2490
2496
|
|
2497
|
+
class AssistantGroundingRankerDeviceContactAffinityFeatures
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
|
+
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
2501
|
+
end
|
2502
|
+
|
2491
2503
|
class AssistantGroundingRankerGroundingProviderFeatures
|
2492
2504
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
2505
|
|
2494
2506
|
include Google::Apis::Core::JsonObjectSupport
|
2495
2507
|
end
|
2496
2508
|
|
2509
|
+
class AssistantGroundingRankerLaaFeatures
|
2510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2511
|
+
|
2512
|
+
include Google::Apis::Core::JsonObjectSupport
|
2513
|
+
end
|
2514
|
+
|
2515
|
+
class AssistantGroundingRankerLaaFeaturesBindingSet
|
2516
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
|
+
|
2518
|
+
include Google::Apis::Core::JsonObjectSupport
|
2519
|
+
end
|
2520
|
+
|
2521
|
+
class AssistantGroundingRankerLaaFeaturesCommunicationEndpoint
|
2522
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2523
|
+
|
2524
|
+
include Google::Apis::Core::JsonObjectSupport
|
2525
|
+
end
|
2526
|
+
|
2527
|
+
class AssistantGroundingRankerLaaFeaturesContact
|
2528
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2529
|
+
|
2530
|
+
include Google::Apis::Core::JsonObjectSupport
|
2531
|
+
end
|
2532
|
+
|
2533
|
+
class AssistantGroundingRankerLaaFeaturesProvider
|
2534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2535
|
+
|
2536
|
+
include Google::Apis::Core::JsonObjectSupport
|
2537
|
+
end
|
2538
|
+
|
2497
2539
|
class AssistantGroundingRankerMediaGroundingProviderFeatures
|
2498
2540
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
2541
|
|
@@ -4132,6 +4174,12 @@ module Google
|
|
4132
4174
|
include Google::Apis::Core::JsonObjectSupport
|
4133
4175
|
end
|
4134
4176
|
|
4177
|
+
class GeostoreGeometryComposition
|
4178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4179
|
+
|
4180
|
+
include Google::Apis::Core::JsonObjectSupport
|
4181
|
+
end
|
4182
|
+
|
4135
4183
|
class GeostoreGeopoliticalGeometryProto
|
4136
4184
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4137
4185
|
|
@@ -5296,6 +5344,12 @@ module Google
|
|
5296
5344
|
include Google::Apis::Core::JsonObjectSupport
|
5297
5345
|
end
|
5298
5346
|
|
5347
|
+
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
5348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5349
|
+
|
5350
|
+
include Google::Apis::Core::JsonObjectSupport
|
5351
|
+
end
|
5352
|
+
|
5299
5353
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
5300
5354
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5301
5355
|
|
@@ -5326,6 +5380,18 @@ module Google
|
|
5326
5380
|
include Google::Apis::Core::JsonObjectSupport
|
5327
5381
|
end
|
5328
5382
|
|
5383
|
+
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
5384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5385
|
+
|
5386
|
+
include Google::Apis::Core::JsonObjectSupport
|
5387
|
+
end
|
5388
|
+
|
5389
|
+
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
5390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5391
|
+
|
5392
|
+
include Google::Apis::Core::JsonObjectSupport
|
5393
|
+
end
|
5394
|
+
|
5329
5395
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
5330
5396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5331
5397
|
|
@@ -5440,6 +5506,12 @@ module Google
|
|
5440
5506
|
include Google::Apis::Core::JsonObjectSupport
|
5441
5507
|
end
|
5442
5508
|
|
5509
|
+
class GoogleCloudContentwarehouseV1ProcessorInfo
|
5510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5511
|
+
|
5512
|
+
include Google::Apis::Core::JsonObjectSupport
|
5513
|
+
end
|
5514
|
+
|
5443
5515
|
class GoogleCloudContentwarehouseV1Property
|
5444
5516
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5445
5517
|
|
@@ -5458,6 +5530,12 @@ module Google
|
|
5458
5530
|
include Google::Apis::Core::JsonObjectSupport
|
5459
5531
|
end
|
5460
5532
|
|
5533
|
+
class GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource
|
5534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5535
|
+
|
5536
|
+
include Google::Apis::Core::JsonObjectSupport
|
5537
|
+
end
|
5538
|
+
|
5461
5539
|
class GoogleCloudContentwarehouseV1PropertyFilter
|
5462
5540
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5463
5541
|
|
@@ -5536,6 +5614,12 @@ module Google
|
|
5536
5614
|
include Google::Apis::Core::JsonObjectSupport
|
5537
5615
|
end
|
5538
5616
|
|
5617
|
+
class GoogleCloudContentwarehouseV1RunPipelineRequest
|
5618
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5619
|
+
|
5620
|
+
include Google::Apis::Core::JsonObjectSupport
|
5621
|
+
end
|
5622
|
+
|
5539
5623
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
5540
5624
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5541
5625
|
|
@@ -7312,6 +7396,12 @@ module Google
|
|
7312
7396
|
include Google::Apis::Core::JsonObjectSupport
|
7313
7397
|
end
|
7314
7398
|
|
7399
|
+
class IndexingVideosAsrTranscriptRepairAnnotation
|
7400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7401
|
+
|
7402
|
+
include Google::Apis::Core::JsonObjectSupport
|
7403
|
+
end
|
7404
|
+
|
7315
7405
|
class KaltixPerDocData
|
7316
7406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7317
7407
|
|
@@ -19606,6 +19696,25 @@ module Google
|
|
19606
19696
|
end
|
19607
19697
|
end
|
19608
19698
|
|
19699
|
+
class AssistantGroundingRankerAssistantInteractionFeatures
|
19700
|
+
# @private
|
19701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19702
|
+
property :time_decayed14d_half_life, as: 'timeDecayed14dHalfLife'
|
19703
|
+
property :time_decayed1d_half_life, as: 'timeDecayed1dHalfLife'
|
19704
|
+
property :time_decayed7d_half_life, as: 'timeDecayed7dHalfLife'
|
19705
|
+
property :time_decayed_accepted14d_half_life, as: 'timeDecayedAccepted14dHalfLife'
|
19706
|
+
property :time_decayed_auis14d_half_life, as: 'timeDecayedAuis14dHalfLife'
|
19707
|
+
property :time_decayed_canceled14d_half_life, as: 'timeDecayedCanceled14dHalfLife'
|
19708
|
+
property :time_decayed_declined14d_half_life, as: 'timeDecayedDeclined14dHalfLife'
|
19709
|
+
property :time_since_last_but_one_canceled_action_secs, as: 'timeSinceLastButOneCanceledActionSecs'
|
19710
|
+
property :time_since_last_but_one_completed_action_secs, as: 'timeSinceLastButOneCompletedActionSecs'
|
19711
|
+
property :time_since_last_but_two_canceled_action_secs, as: 'timeSinceLastButTwoCanceledActionSecs'
|
19712
|
+
property :time_since_last_but_two_completed_action_secs, as: 'timeSinceLastButTwoCompletedActionSecs'
|
19713
|
+
property :time_since_last_canceled_action_secs, as: 'timeSinceLastCanceledActionSecs'
|
19714
|
+
property :time_since_last_completed_action_secs, as: 'timeSinceLastCompletedActionSecs'
|
19715
|
+
end
|
19716
|
+
end
|
19717
|
+
|
19609
19718
|
class AssistantGroundingRankerContactGroundingProviderFeatures
|
19610
19719
|
# @private
|
19611
19720
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19624,6 +19733,15 @@ module Google
|
|
19624
19733
|
end
|
19625
19734
|
end
|
19626
19735
|
|
19736
|
+
class AssistantGroundingRankerDeviceContactAffinityFeatures
|
19737
|
+
# @private
|
19738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19739
|
+
property :aggregate_affinity, as: 'aggregateAffinity'
|
19740
|
+
property :call_affinity, as: 'callAffinity'
|
19741
|
+
property :message_affinity, as: 'messageAffinity'
|
19742
|
+
end
|
19743
|
+
end
|
19744
|
+
|
19627
19745
|
class AssistantGroundingRankerGroundingProviderFeatures
|
19628
19746
|
# @private
|
19629
19747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19636,6 +19754,54 @@ module Google
|
|
19636
19754
|
end
|
19637
19755
|
end
|
19638
19756
|
|
19757
|
+
class AssistantGroundingRankerLaaFeatures
|
19758
|
+
# @private
|
19759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19760
|
+
property :binding_set, as: 'bindingSet', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesBindingSet, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesBindingSet::Representation
|
19761
|
+
|
19762
|
+
property :communication_endpoint, as: 'communicationEndpoint', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesCommunicationEndpoint, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesCommunicationEndpoint::Representation
|
19763
|
+
|
19764
|
+
property :contact, as: 'contact', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesContact, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesContact::Representation
|
19765
|
+
|
19766
|
+
property :provider, as: 'provider', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesProvider, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesProvider::Representation
|
19767
|
+
|
19768
|
+
end
|
19769
|
+
end
|
19770
|
+
|
19771
|
+
class AssistantGroundingRankerLaaFeaturesBindingSet
|
19772
|
+
# @private
|
19773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19774
|
+
property :assistant_interaction_features, as: 'assistantInteractionFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures::Representation
|
19775
|
+
|
19776
|
+
end
|
19777
|
+
end
|
19778
|
+
|
19779
|
+
class AssistantGroundingRankerLaaFeaturesCommunicationEndpoint
|
19780
|
+
# @private
|
19781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19782
|
+
property :assistant_interaction_features, as: 'assistantInteractionFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures::Representation
|
19783
|
+
|
19784
|
+
end
|
19785
|
+
end
|
19786
|
+
|
19787
|
+
class AssistantGroundingRankerLaaFeaturesContact
|
19788
|
+
# @private
|
19789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19790
|
+
property :assistant_interaction_features, as: 'assistantInteractionFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures::Representation
|
19791
|
+
|
19792
|
+
property :device_contact_affinity_features, as: 'deviceContactAffinityFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceContactAffinityFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceContactAffinityFeatures::Representation
|
19793
|
+
|
19794
|
+
end
|
19795
|
+
end
|
19796
|
+
|
19797
|
+
class AssistantGroundingRankerLaaFeaturesProvider
|
19798
|
+
# @private
|
19799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19800
|
+
property :assistant_interaction_features, as: 'assistantInteractionFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures::Representation
|
19801
|
+
|
19802
|
+
end
|
19803
|
+
end
|
19804
|
+
|
19639
19805
|
class AssistantGroundingRankerMediaGroundingProviderFeatures
|
19640
19806
|
# @private
|
19641
19807
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20087,8 +20253,10 @@ module Google
|
|
20087
20253
|
property :binding_set_auis, as: 'bindingSetAuis'
|
20088
20254
|
property :binding_set_pauis, as: 'bindingSetPauis'
|
20089
20255
|
property :calibrated_parsing_score, as: 'calibratedParsingScore'
|
20256
|
+
property :deep_media_dominant, as: 'deepMediaDominant'
|
20090
20257
|
property :dominant, as: 'dominant'
|
20091
20258
|
property :effective_arg_span_length, as: 'effectiveArgSpanLength'
|
20259
|
+
property :fulfillable_dominant_media, as: 'fulfillableDominantMedia'
|
20092
20260
|
property :groundability_score, as: 'groundabilityScore'
|
20093
20261
|
property :grounding_provider_features, as: 'groundingProviderFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerGroundingProviderFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerGroundingProviderFeatures::Representation
|
20094
20262
|
|
@@ -20098,6 +20266,8 @@ module Google
|
|
20098
20266
|
property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
|
20099
20267
|
property :is_feasible, as: 'isFeasible'
|
20100
20268
|
property :kscorer_rank, as: 'kscorerRank'
|
20269
|
+
property :laa_features, as: 'laaFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures::Representation
|
20270
|
+
|
20101
20271
|
property :mask_candidate_level_features, as: 'maskCandidateLevelFeatures'
|
20102
20272
|
property :max_hgr_score_across_binding_sets, as: 'maxHgrScoreAcrossBindingSets'
|
20103
20273
|
property :num_alternative_hypothesis, as: 'numAlternativeHypothesis'
|
@@ -23149,6 +23319,16 @@ module Google
|
|
23149
23319
|
end
|
23150
23320
|
end
|
23151
23321
|
|
23322
|
+
class GeostoreGeometryComposition
|
23323
|
+
# @private
|
23324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23325
|
+
collection :excludes_geometry_of, as: 'excludesGeometryOf', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
|
23326
|
+
|
23327
|
+
collection :includes_geometry_of, as: 'includesGeometryOf', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
|
23328
|
+
|
23329
|
+
end
|
23330
|
+
end
|
23331
|
+
|
23152
23332
|
class GeostoreGeopoliticalGeometryProto
|
23153
23333
|
# @private
|
23154
23334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -23181,9 +23361,7 @@ module Google
|
|
23181
23361
|
class Representation < Google::Apis::Core::JsonRepresentation
|
23182
23362
|
collection :defines_geometry_for, as: 'definesGeometryFor', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
|
23183
23363
|
|
23184
|
-
|
23185
|
-
|
23186
|
-
collection :includes_geometry_of, as: 'includesGeometryOf', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
|
23364
|
+
property :geometry_composition, as: 'geometryComposition', class: Google::Apis::ContentwarehouseV1::GeostoreGeometryComposition, decorator: Google::Apis::ContentwarehouseV1::GeostoreGeometryComposition::Representation
|
23187
23365
|
|
23188
23366
|
end
|
23189
23367
|
end
|
@@ -25460,6 +25638,16 @@ module Google
|
|
25460
25638
|
end
|
25461
25639
|
end
|
25462
25640
|
|
25641
|
+
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
25642
|
+
# @private
|
25643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25644
|
+
collection :document_ids, as: 'documentIds'
|
25645
|
+
property :export_folder_path, as: 'exportFolderPath'
|
25646
|
+
property :processor_info, as: 'processorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
25647
|
+
|
25648
|
+
end
|
25649
|
+
end
|
25650
|
+
|
25463
25651
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
25464
25652
|
# @private
|
25465
25653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25499,6 +25687,26 @@ module Google
|
|
25499
25687
|
end
|
25500
25688
|
end
|
25501
25689
|
|
25690
|
+
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
25691
|
+
# @private
|
25692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25693
|
+
property :input_path, as: 'inputPath'
|
25694
|
+
property :schema_name, as: 'schemaName'
|
25695
|
+
end
|
25696
|
+
end
|
25697
|
+
|
25698
|
+
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
25699
|
+
# @private
|
25700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25701
|
+
property :classify_split_processor_infos, as: 'classifySplitProcessorInfos', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
25702
|
+
|
25703
|
+
collection :extract_processor_infos, as: 'extractProcessorInfos', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
25704
|
+
|
25705
|
+
property :input_path, as: 'inputPath'
|
25706
|
+
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
25707
|
+
end
|
25708
|
+
end
|
25709
|
+
|
25502
25710
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
25503
25711
|
# @private
|
25504
25712
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25659,6 +25867,15 @@ module Google
|
|
25659
25867
|
end
|
25660
25868
|
end
|
25661
25869
|
|
25870
|
+
class GoogleCloudContentwarehouseV1ProcessorInfo
|
25871
|
+
# @private
|
25872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25873
|
+
property :document_type, as: 'documentType'
|
25874
|
+
property :processor_name, as: 'processorName'
|
25875
|
+
property :schema_name, as: 'schemaName'
|
25876
|
+
end
|
25877
|
+
end
|
25878
|
+
|
25662
25879
|
class GoogleCloudContentwarehouseV1Property
|
25663
25880
|
# @private
|
25664
25881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25713,6 +25930,8 @@ module Google
|
|
25713
25930
|
property :property_type_options, as: 'propertyTypeOptions', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyTypeOptions, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyTypeOptions::Representation
|
25714
25931
|
|
25715
25932
|
property :retrieval_importance, as: 'retrievalImportance'
|
25933
|
+
collection :schema_sources, as: 'schemaSources', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource::Representation
|
25934
|
+
|
25716
25935
|
property :text_type_options, as: 'textTypeOptions', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TextTypeOptions, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TextTypeOptions::Representation
|
25717
25936
|
|
25718
25937
|
property :timestamp_type_options, as: 'timestampTypeOptions', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampTypeOptions, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampTypeOptions::Representation
|
@@ -25720,6 +25939,14 @@ module Google
|
|
25720
25939
|
end
|
25721
25940
|
end
|
25722
25941
|
|
25942
|
+
class GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource
|
25943
|
+
# @private
|
25944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25945
|
+
property :name, as: 'name'
|
25946
|
+
property :processor_type, as: 'processorType'
|
25947
|
+
end
|
25948
|
+
end
|
25949
|
+
|
25723
25950
|
class GoogleCloudContentwarehouseV1PropertyFilter
|
25724
25951
|
# @private
|
25725
25952
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25840,6 +26067,18 @@ module Google
|
|
25840
26067
|
end
|
25841
26068
|
end
|
25842
26069
|
|
26070
|
+
class GoogleCloudContentwarehouseV1RunPipelineRequest
|
26071
|
+
# @private
|
26072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26073
|
+
property :export_cdw_pipeline, as: 'exportCdwPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline::Representation
|
26074
|
+
|
26075
|
+
property :gcs_ingest_pipeline, as: 'gcsIngestPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline::Representation
|
26076
|
+
|
26077
|
+
property :gcs_ingest_with_doc_ai_processors_pipeline, as: 'gcsIngestWithDocAiProcessorsPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline::Representation
|
26078
|
+
|
26079
|
+
end
|
26080
|
+
end
|
26081
|
+
|
25843
26082
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
25844
26083
|
# @private
|
25845
26084
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -27612,6 +27851,7 @@ module Google
|
|
27612
27851
|
property :click_magnet_score, as: 'clickMagnetScore'
|
27613
27852
|
property :clipart_detector_score, as: 'clipartDetectorScore'
|
27614
27853
|
property :clipart_detector_version, as: 'clipartDetectorVersion'
|
27854
|
+
property :cluster_id, :base64 => true, as: 'clusterId'
|
27615
27855
|
property :codomain_strength, as: 'codomainStrength'
|
27616
27856
|
collection :color_score, as: 'colorScore'
|
27617
27857
|
property :color_score_version, as: 'colorScoreVersion'
|
@@ -29618,6 +29858,13 @@ module Google
|
|
29618
29858
|
end
|
29619
29859
|
end
|
29620
29860
|
|
29861
|
+
class IndexingVideosAsrTranscriptRepairAnnotation
|
29862
|
+
# @private
|
29863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
29864
|
+
property :gibberish_result, as: 'gibberishResult'
|
29865
|
+
end
|
29866
|
+
end
|
29867
|
+
|
29621
29868
|
class KaltixPerDocData
|
29622
29869
|
# @private
|
29623
29870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -30363,6 +30610,8 @@ module Google
|
|
30363
30610
|
# @private
|
30364
30611
|
class Representation < Google::Apis::Core::JsonRepresentation
|
30365
30612
|
property :calibrated_parsing_score, as: 'calibratedParsingScore'
|
30613
|
+
property :effective_arg_span_length, as: 'effectiveArgSpanLength'
|
30614
|
+
property :in_query_max_effective_arg_span_length, as: 'inQueryMaxEffectiveArgSpanLength'
|
30366
30615
|
property :qrewrite_call_path_info, as: 'qrewriteCallPathInfo', class: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo, decorator: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo::Representation
|
30367
30616
|
|
30368
30617
|
property :qrewrite_call_path_info_fingerprint, :numeric_string => true, as: 'qrewriteCallPathInfoFingerprint'
|
@@ -31129,7 +31378,6 @@ module Google
|
|
31129
31378
|
|
31130
31379
|
property :semantic_type, as: 'semanticType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersSemanticType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersSemanticType::Representation
|
31131
31380
|
|
31132
|
-
property :slot_name, as: 'slotName'
|
31133
31381
|
property :state_of_affairs_type, as: 'stateOfAffairsType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersStateOfAffairsType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersStateOfAffairsType::Representation
|
31134
31382
|
|
31135
31383
|
property :string_type, as: 'stringType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersStringType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersStringType::Representation
|
@@ -36707,6 +36955,7 @@ module Google
|
|
36707
36955
|
property :description, as: 'description'
|
36708
36956
|
property :eyebrow, as: 'eyebrow'
|
36709
36957
|
property :image_url, as: 'imageUrl'
|
36958
|
+
property :original_image_url, as: 'originalImageUrl'
|
36710
36959
|
property :square_image_url, as: 'squareImageUrl'
|
36711
36960
|
property :status, as: 'status'
|
36712
36961
|
property :title, as: 'title'
|
@@ -38214,6 +38463,8 @@ module Google
|
|
38214
38463
|
# @private
|
38215
38464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
38216
38465
|
property :amarna_docid, as: 'amarnaDocid'
|
38466
|
+
property :asr_repair, as: 'asrRepair', class: Google::Apis::ContentwarehouseV1::IndexingVideosAsrTranscriptRepairAnnotation, decorator: Google::Apis::ContentwarehouseV1::IndexingVideosAsrTranscriptRepairAnnotation::Representation
|
38467
|
+
|
38217
38468
|
property :lang, as: 'lang'
|
38218
38469
|
property :punctuated_transcript, as: 'punctuatedTranscript'
|
38219
38470
|
property :saft_document, as: 'saftDocument', class: Google::Apis::ContentwarehouseV1::NlpSaftDocument, decorator: Google::Apis::ContentwarehouseV1::NlpSaftDocument::Representation
|
@@ -40607,8 +40858,9 @@ module Google
|
|
40607
40858
|
class ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo
|
40608
40859
|
# @private
|
40609
40860
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40861
|
+
property :deprecated_entity_type, as: 'deprecatedEntityType'
|
40610
40862
|
property :description, as: 'description'
|
40611
|
-
|
40863
|
+
collection :entity_collection_type, as: 'entityCollectionType'
|
40612
40864
|
collection :kg_collection, as: 'kgCollection'
|
40613
40865
|
property :mid, as: 'mid'
|
40614
40866
|
end
|
@@ -43348,6 +43600,7 @@ module Google
|
|
43348
43600
|
property :user_agent_sent, as: 'UserAgentSent'
|
43349
43601
|
property :user_agent_sent_fp, :numeric_string => true, as: 'UserAgentSentFp'
|
43350
43602
|
property :authentication_info, as: 'authenticationInfo'
|
43603
|
+
property :bypassed_host_overfull, as: 'bypassedHostOverfull'
|
43351
43604
|
property :cache_acceptable_after_date, as: 'cacheAcceptableAfterDate'
|
43352
43605
|
property :cache_acceptable_age, as: 'cacheAcceptableAge'
|
43353
43606
|
property :cache_hit_type, as: 'cacheHitType'
|
@@ -45914,6 +46167,7 @@ module Google
|
|
45914
46167
|
hash :sensitivity_scores, as: 'sensitivityScores'
|
45915
46168
|
property :sentiment, as: 'sentiment', class: Google::Apis::ContentwarehouseV1::YoutubeCommentsSentimentSentiment, decorator: Google::Apis::ContentwarehouseV1::YoutubeCommentsSentimentSentiment::Representation
|
45916
46169
|
|
46170
|
+
property :short_reply_video_id, as: 'shortReplyVideoId'
|
45917
46171
|
hash :smart_replies, as: 'smartReplies', class: Google::Apis::ContentwarehouseV1::VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply, decorator: Google::Apis::ContentwarehouseV1::VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply::Representation
|
45918
46172
|
|
45919
46173
|
property :stanza_id, as: 'stanzaId'
|
@@ -156,6 +156,40 @@ module Google
|
|
156
156
|
execute_or_queue_command(command, &block)
|
157
157
|
end
|
158
158
|
|
159
|
+
# Run a predefined pipeline.
|
160
|
+
# @param [String] name
|
161
|
+
# Required. The resource name which owns the resources of the pipeline. Format:
|
162
|
+
# projects/`project_number`/locations/`location`.
|
163
|
+
# @param [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineRequest] google_cloud_contentwarehouse_v1_run_pipeline_request_object
|
164
|
+
# @param [String] fields
|
165
|
+
# Selector specifying which fields to include in a partial response.
|
166
|
+
# @param [String] quota_user
|
167
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
168
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
169
|
+
# @param [Google::Apis::RequestOptions] options
|
170
|
+
# Request-specific options
|
171
|
+
#
|
172
|
+
# @yield [result, err] Result & error if block supplied
|
173
|
+
# @yieldparam result [Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation] parsed result object
|
174
|
+
# @yieldparam err [StandardError] error object if request failed
|
175
|
+
#
|
176
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation]
|
177
|
+
#
|
178
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
179
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
180
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
181
|
+
def run_project_location_pipeline(name, google_cloud_contentwarehouse_v1_run_pipeline_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
182
|
+
command = make_simple_command(:post, 'v1/{+name}:runPipeline', options)
|
183
|
+
command.request_representation = Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineRequest::Representation
|
184
|
+
command.request_object = google_cloud_contentwarehouse_v1_run_pipeline_request_object
|
185
|
+
command.response_representation = Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation::Representation
|
186
|
+
command.response_class = Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation
|
187
|
+
command.params['name'] = name unless name.nil?
|
188
|
+
command.query['fields'] = fields unless fields.nil?
|
189
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
190
|
+
execute_or_queue_command(command, &block)
|
191
|
+
end
|
192
|
+
|
159
193
|
# Creates a document schema.
|
160
194
|
# @param [String] parent
|
161
195
|
# Required. The parent name.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contentwarehouse_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|