google-apis-contentwarehouse_v1 0.21.0 → 0.23.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 +8 -0
- data/lib/google/apis/contentwarehouse_v1/classes.rb +771 -341
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +181 -65
- 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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230804"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5710,6 +5710,12 @@ module Google
|
|
5710
5710
|
include Google::Apis::Core::JsonObjectSupport
|
5711
5711
|
end
|
5712
5712
|
|
5713
|
+
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
5714
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5715
|
+
|
5716
|
+
include Google::Apis::Core::JsonObjectSupport
|
5717
|
+
end
|
5718
|
+
|
5713
5719
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
5714
5720
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5715
5721
|
|
@@ -5740,6 +5746,18 @@ module Google
|
|
5740
5746
|
include Google::Apis::Core::JsonObjectSupport
|
5741
5747
|
end
|
5742
5748
|
|
5749
|
+
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
5750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5751
|
+
|
5752
|
+
include Google::Apis::Core::JsonObjectSupport
|
5753
|
+
end
|
5754
|
+
|
5755
|
+
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
5756
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5757
|
+
|
5758
|
+
include Google::Apis::Core::JsonObjectSupport
|
5759
|
+
end
|
5760
|
+
|
5743
5761
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
5744
5762
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5745
5763
|
|
@@ -5764,6 +5782,12 @@ module Google
|
|
5764
5782
|
include Google::Apis::Core::JsonObjectSupport
|
5765
5783
|
end
|
5766
5784
|
|
5785
|
+
class GoogleCloudContentwarehouseV1IngestPipelineConfig
|
5786
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5787
|
+
|
5788
|
+
include Google::Apis::Core::JsonObjectSupport
|
5789
|
+
end
|
5790
|
+
|
5767
5791
|
class GoogleCloudContentwarehouseV1InitializeProjectRequest
|
5768
5792
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5769
5793
|
|
@@ -5860,6 +5884,12 @@ module Google
|
|
5860
5884
|
include Google::Apis::Core::JsonObjectSupport
|
5861
5885
|
end
|
5862
5886
|
|
5887
|
+
class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
|
5888
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5889
|
+
|
5890
|
+
include Google::Apis::Core::JsonObjectSupport
|
5891
|
+
end
|
5892
|
+
|
5863
5893
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
5864
5894
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5865
5895
|
|
@@ -6004,6 +6034,12 @@ module Google
|
|
6004
6034
|
include Google::Apis::Core::JsonObjectSupport
|
6005
6035
|
end
|
6006
6036
|
|
6037
|
+
class GoogleCloudContentwarehouseV1RunPipelineRequest
|
6038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6039
|
+
|
6040
|
+
include Google::Apis::Core::JsonObjectSupport
|
6041
|
+
end
|
6042
|
+
|
6007
6043
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
6008
6044
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6009
6045
|
|
@@ -9118,18 +9154,6 @@ module Google
|
|
9118
9154
|
include Google::Apis::Core::JsonObjectSupport
|
9119
9155
|
end
|
9120
9156
|
|
9121
|
-
class NlpLoggingQRewriteClientCallPathInfo
|
9122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
9123
|
-
|
9124
|
-
include Google::Apis::Core::JsonObjectSupport
|
9125
|
-
end
|
9126
|
-
|
9127
|
-
class NlpLoggingQusClientCallPathInfo
|
9128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
9129
|
-
|
9130
|
-
include Google::Apis::Core::JsonObjectSupport
|
9131
|
-
end
|
9132
|
-
|
9133
9157
|
class NlpMeaningMeaningRemodeling
|
9134
9158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
9135
9159
|
|
@@ -11290,18 +11314,6 @@ module Google
|
|
11290
11314
|
include Google::Apis::Core::JsonObjectSupport
|
11291
11315
|
end
|
11292
11316
|
|
11293
|
-
class QualityQrewriteCandidateId
|
11294
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11295
|
-
|
11296
|
-
include Google::Apis::Core::JsonObjectSupport
|
11297
|
-
end
|
11298
|
-
|
11299
|
-
class QualityQrewriteCandidateIdField
|
11300
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11301
|
-
|
11302
|
-
include Google::Apis::Core::JsonObjectSupport
|
11303
|
-
end
|
11304
|
-
|
11305
11317
|
class QualityQrewriteContactCalendarName
|
11306
11318
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11307
11319
|
|
@@ -11548,6 +11560,12 @@ module Google
|
|
11548
11560
|
include Google::Apis::Core::JsonObjectSupport
|
11549
11561
|
end
|
11550
11562
|
|
11563
|
+
class QualityTimebasedDateReliability
|
11564
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11565
|
+
|
11566
|
+
include Google::Apis::Core::JsonObjectSupport
|
11567
|
+
end
|
11568
|
+
|
11551
11569
|
class QualityTimebasedLastSignificantUpdate
|
11552
11570
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11553
11571
|
|
@@ -11566,6 +11584,12 @@ module Google
|
|
11566
11584
|
include Google::Apis::Core::JsonObjectSupport
|
11567
11585
|
end
|
11568
11586
|
|
11587
|
+
class QualityTimebasedPetacatDateReliability
|
11588
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11589
|
+
|
11590
|
+
include Google::Apis::Core::JsonObjectSupport
|
11591
|
+
end
|
11592
|
+
|
11569
11593
|
class QualityTimebasedSyntacticDate
|
11570
11594
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11571
11595
|
|
@@ -13954,6 +13978,12 @@ module Google
|
|
13954
13978
|
include Google::Apis::Core::JsonObjectSupport
|
13955
13979
|
end
|
13956
13980
|
|
13981
|
+
class StorageGraphBfgRwjPolicyMetadata
|
13982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13983
|
+
|
13984
|
+
include Google::Apis::Core::JsonObjectSupport
|
13985
|
+
end
|
13986
|
+
|
13957
13987
|
class StorageGraphBfgSpiiCertification
|
13958
13988
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13959
13989
|
|
@@ -18582,6 +18612,7 @@ module Google
|
|
18582
18612
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18583
18613
|
property :android_intent_capabilities, as: 'androidIntentCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiAndroidIntentCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiAndroidIntentCapabilities::Representation
|
18584
18614
|
|
18615
|
+
property :assistant_capability, as: 'assistantCapability'
|
18585
18616
|
property :audio_input, as: 'audioInput', class: Google::Apis::ContentwarehouseV1::AssistantApiAudioInput, decorator: Google::Apis::ContentwarehouseV1::AssistantApiAudioInput::Representation
|
18586
18617
|
|
18587
18618
|
property :audio_output, as: 'audioOutput', class: Google::Apis::ContentwarehouseV1::AssistantApiAudioOutput, decorator: Google::Apis::ContentwarehouseV1::AssistantApiAudioOutput::Representation
|
@@ -19837,6 +19868,7 @@ module Google
|
|
19837
19868
|
property :persistent_display_supported, as: 'persistentDisplaySupported'
|
19838
19869
|
property :privacy_aware_lockscreen_supported, as: 'privacyAwareLockscreenSupported'
|
19839
19870
|
property :read_messages_tts_tapering_supported, as: 'readMessagesTtsTaperingSupported'
|
19871
|
+
property :read_notification_summarization_supported, as: 'readNotificationSummarizationSupported'
|
19840
19872
|
property :remote_cloud_casting_enabled, as: 'remoteCloudCastingEnabled'
|
19841
19873
|
property :server_generated_feedback_chips_enabled, as: 'serverGeneratedFeedbackChipsEnabled'
|
19842
19874
|
property :sh_lock_screen_supported, as: 'shLockScreenSupported'
|
@@ -20515,6 +20547,7 @@ module Google
|
|
20515
20547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20516
20548
|
property :device_model_id, as: 'deviceModelId'
|
20517
20549
|
property :is_owned_by_speaker, as: 'isOwnedBySpeaker'
|
20550
|
+
property :surface_type, as: 'surfaceType'
|
20518
20551
|
end
|
20519
20552
|
end
|
20520
20553
|
|
@@ -21145,6 +21178,7 @@ module Google
|
|
21145
21178
|
property :is_play_generic_music, as: 'isPlayGenericMusic'
|
21146
21179
|
property :is_podcast_generic_intent, as: 'isPodcastGenericIntent'
|
21147
21180
|
property :is_podcast_intent, as: 'isPodcastIntent'
|
21181
|
+
property :is_sage_disabled_intent, as: 'isSageDisabledIntent'
|
21148
21182
|
property :is_sage_intent, as: 'isSageIntent'
|
21149
21183
|
property :is_tvm_intent, as: 'isTvmIntent'
|
21150
21184
|
property :is_valid_smarthome_intent, as: 'isValidSmarthomeIntent'
|
@@ -22177,7 +22211,6 @@ module Google
|
|
22177
22211
|
property :image_indexing_info, as: 'imageIndexingInfo', class: Google::Apis::ContentwarehouseV1::ImageSearchImageIndexingInfo, decorator: Google::Apis::ContentwarehouseV1::ImageSearchImageIndexingInfo::Representation
|
22178
22212
|
|
22179
22213
|
property :indexing_ts, :numeric_string => true, as: 'indexingTs'
|
22180
|
-
property :is_sibling_deletion, as: 'isSiblingDeletion'
|
22181
22214
|
property :no_longer_canonical_timestamp, :numeric_string => true, as: 'noLongerCanonicalTimestamp'
|
22182
22215
|
property :normalized_click_score, as: 'normalizedClickScore'
|
22183
22216
|
property :raw_navboost, as: 'rawNavboost'
|
@@ -26746,6 +26779,7 @@ module Google
|
|
26746
26779
|
property :disposition_time, as: 'dispositionTime'
|
26747
26780
|
property :document_schema_name, as: 'documentSchemaName'
|
26748
26781
|
property :inline_raw_document, :base64 => true, as: 'inlineRawDocument'
|
26782
|
+
property :legal_hold, as: 'legalHold'
|
26749
26783
|
property :name, as: 'name'
|
26750
26784
|
property :plain_text, as: 'plainText'
|
26751
26785
|
collection :properties, as: 'properties', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Property, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Property::Representation
|
@@ -26849,6 +26883,16 @@ module Google
|
|
26849
26883
|
end
|
26850
26884
|
end
|
26851
26885
|
|
26886
|
+
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
26887
|
+
# @private
|
26888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26889
|
+
property :doc_ai_dataset, as: 'docAiDataset'
|
26890
|
+
collection :documents, as: 'documents'
|
26891
|
+
property :export_folder_path, as: 'exportFolderPath'
|
26892
|
+
property :training_split_ratio, as: 'trainingSplitRatio'
|
26893
|
+
end
|
26894
|
+
end
|
26895
|
+
|
26852
26896
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
26853
26897
|
# @private
|
26854
26898
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26888,6 +26932,33 @@ module Google
|
|
26888
26932
|
end
|
26889
26933
|
end
|
26890
26934
|
|
26935
|
+
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
26936
|
+
# @private
|
26937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26938
|
+
property :input_path, as: 'inputPath'
|
26939
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig::Representation
|
26940
|
+
|
26941
|
+
property :processor_type, as: 'processorType'
|
26942
|
+
property :schema_name, as: 'schemaName'
|
26943
|
+
property :skip_ingested_documents, as: 'skipIngestedDocuments'
|
26944
|
+
end
|
26945
|
+
end
|
26946
|
+
|
26947
|
+
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
26948
|
+
# @private
|
26949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26950
|
+
collection :extract_processor_infos, as: 'extractProcessorInfos', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
26951
|
+
|
26952
|
+
property :input_path, as: 'inputPath'
|
26953
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig::Representation
|
26954
|
+
|
26955
|
+
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
26956
|
+
property :skip_ingested_documents, as: 'skipIngestedDocuments'
|
26957
|
+
property :split_classify_processor_info, as: 'splitClassifyProcessorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
26958
|
+
|
26959
|
+
end
|
26960
|
+
end
|
26961
|
+
|
26891
26962
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
26892
26963
|
# @private
|
26893
26964
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26923,6 +26994,16 @@ module Google
|
|
26923
26994
|
end
|
26924
26995
|
end
|
26925
26996
|
|
26997
|
+
class GoogleCloudContentwarehouseV1IngestPipelineConfig
|
26998
|
+
# @private
|
26999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
27000
|
+
property :document_acl_policy, as: 'documentAclPolicy', class: Google::Apis::ContentwarehouseV1::GoogleIamV1Policy, decorator: Google::Apis::ContentwarehouseV1::GoogleIamV1Policy::Representation
|
27001
|
+
|
27002
|
+
property :enable_document_text_extraction, as: 'enableDocumentTextExtraction'
|
27003
|
+
property :folder, as: 'folder'
|
27004
|
+
end
|
27005
|
+
end
|
27006
|
+
|
26926
27007
|
class GoogleCloudContentwarehouseV1InitializeProjectRequest
|
26927
27008
|
# @private
|
26928
27009
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -27058,6 +27139,17 @@ module Google
|
|
27058
27139
|
end
|
27059
27140
|
end
|
27060
27141
|
|
27142
|
+
class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
|
27143
|
+
# @private
|
27144
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
27145
|
+
collection :documents, as: 'documents'
|
27146
|
+
property :export_folder_path, as: 'exportFolderPath'
|
27147
|
+
property :processor_info, as: 'processorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
27148
|
+
|
27149
|
+
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
27150
|
+
end
|
27151
|
+
end
|
27152
|
+
|
27061
27153
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
27062
27154
|
# @private
|
27063
27155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -27322,6 +27414,22 @@ module Google
|
|
27322
27414
|
end
|
27323
27415
|
end
|
27324
27416
|
|
27417
|
+
class GoogleCloudContentwarehouseV1RunPipelineRequest
|
27418
|
+
# @private
|
27419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
27420
|
+
property :export_cdw_pipeline, as: 'exportCdwPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline::Representation
|
27421
|
+
|
27422
|
+
property :gcs_ingest_pipeline, as: 'gcsIngestPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline::Representation
|
27423
|
+
|
27424
|
+
property :gcs_ingest_with_doc_ai_processors_pipeline, as: 'gcsIngestWithDocAiProcessorsPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline::Representation
|
27425
|
+
|
27426
|
+
property :process_with_doc_ai_pipeline, as: 'processWithDocAiPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline::Representation
|
27427
|
+
|
27428
|
+
property :request_metadata, as: 'requestMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata::Representation
|
27429
|
+
|
27430
|
+
end
|
27431
|
+
end
|
27432
|
+
|
27325
27433
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
27326
27434
|
# @private
|
27327
27435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -29628,6 +29736,8 @@ module Google
|
|
29628
29736
|
|
29629
29737
|
property :golden7_soapbox_summary, as: 'golden7SoapboxSummary', class: Google::Apis::ContentwarehouseV1::DrishtiFeatureSetData, decorator: Google::Apis::ContentwarehouseV1::DrishtiFeatureSetData::Representation
|
29630
29738
|
|
29739
|
+
property :golden7_soapbox_tracks_blob_info, as: 'golden7SoapboxTracksBlobInfo', class: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaSignalsBlobInfo, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaSignalsBlobInfo::Representation
|
29740
|
+
|
29631
29741
|
property :inline_playback, as: 'inlinePlayback', class: Google::Apis::ContentwarehouseV1::VideoCrawlVideoInlinePlaybackMetadata, decorator: Google::Apis::ContentwarehouseV1::VideoCrawlVideoInlinePlaybackMetadata::Representation
|
29632
29742
|
|
29633
29743
|
property :language_identification, as: 'languageIdentification', class: Google::Apis::ContentwarehouseV1::VideoTimedtextS4AliResults, decorator: Google::Apis::ContentwarehouseV1::VideoTimedtextS4AliResults::Representation
|
@@ -29640,6 +29750,8 @@ module Google
|
|
29640
29750
|
|
29641
29751
|
property :media_info, as: 'mediaInfo', class: Google::Apis::ContentwarehouseV1::VideoMediaInfo, decorator: Google::Apis::ContentwarehouseV1::VideoMediaInfo::Representation
|
29642
29752
|
|
29753
|
+
property :multi_thumbnails_frame_perdocs, as: 'multiThumbnailsFramePerdocs', class: Google::Apis::ContentwarehouseV1::ImageRepositoryFramePerdocs, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryFramePerdocs::Representation
|
29754
|
+
|
29643
29755
|
property :representative_frame_data, as: 'representativeFrameData', class: Google::Apis::ContentwarehouseV1::ImageData, decorator: Google::Apis::ContentwarehouseV1::ImageData::Representation
|
29644
29756
|
|
29645
29757
|
property :s3_asr, as: 's3Asr', class: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaCloudSpeechSignals, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaCloudSpeechSignals::Representation
|
@@ -30002,11 +30114,14 @@ module Google
|
|
30002
30114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
30003
30115
|
property :child_score, as: 'childScore'
|
30004
30116
|
property :csai_score, as: 'csaiScore'
|
30117
|
+
property :csam_a1_score, as: 'csamA1Score'
|
30118
|
+
property :csam_age_indeterminate_score, as: 'csamAgeIndeterminateScore'
|
30005
30119
|
property :iu_inappropriate_score, as: 'iuInappropriateScore'
|
30006
30120
|
property :medical_score, as: 'medicalScore'
|
30007
30121
|
property :pedo_score, as: 'pedoScore'
|
30008
30122
|
property :porn_score, as: 'pornScore'
|
30009
30123
|
property :racy_score, as: 'racyScore'
|
30124
|
+
property :semantic_sexualization_score, as: 'semanticSexualizationScore'
|
30010
30125
|
property :spoof_score, as: 'spoofScore'
|
30011
30126
|
property :version, as: 'version'
|
30012
30127
|
property :violence_score, as: 'violenceScore'
|
@@ -30581,6 +30696,8 @@ module Google
|
|
30581
30696
|
|
30582
30697
|
property :image_stock_stock_image_annotation, as: 'imageStockStockImageAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
30583
30698
|
|
30699
|
+
property :imageembed, as: 'imageembed', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
30700
|
+
|
30584
30701
|
property :indexing_annotations_annotation_meta, as: 'indexingAnnotationsAnnotationMeta', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
30585
30702
|
|
30586
30703
|
property :indexing_annotations_app_market_app_market_annotation, as: 'indexingAnnotationsAppMarketAppMarketAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
@@ -32959,8 +33076,6 @@ module Google
|
|
32959
33076
|
property :calibrated_parsing_score, as: 'calibratedParsingScore'
|
32960
33077
|
property :effective_arg_span_length, as: 'effectiveArgSpanLength'
|
32961
33078
|
property :in_query_max_effective_arg_span_length, as: 'inQueryMaxEffectiveArgSpanLength'
|
32962
|
-
property :qrewrite_call_path_info, as: 'qrewriteCallPathInfo', class: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo, decorator: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo::Representation
|
32963
|
-
|
32964
33079
|
property :qrewrite_call_path_info_fingerprint, :numeric_string => true, as: 'qrewriteCallPathInfoFingerprint'
|
32965
33080
|
property :source, as: 'source'
|
32966
33081
|
end
|
@@ -34681,27 +34796,6 @@ module Google
|
|
34681
34796
|
end
|
34682
34797
|
end
|
34683
34798
|
|
34684
|
-
class NlpLoggingQRewriteClientCallPathInfo
|
34685
|
-
# @private
|
34686
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
34687
|
-
property :qrewrite_candidate_id, as: 'qrewriteCandidateId', class: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId, decorator: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId::Representation
|
34688
|
-
|
34689
|
-
property :qus_candidate_id, as: 'qusCandidateId', class: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId, decorator: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId::Representation
|
34690
|
-
|
34691
|
-
property :qus_client_call_path_info, as: 'qusClientCallPathInfo', class: Google::Apis::ContentwarehouseV1::NlpLoggingQusClientCallPathInfo, decorator: Google::Apis::ContentwarehouseV1::NlpLoggingQusClientCallPathInfo::Representation
|
34692
|
-
|
34693
|
-
property :qus_phase, as: 'qusPhase'
|
34694
|
-
end
|
34695
|
-
end
|
34696
|
-
|
34697
|
-
class NlpLoggingQusClientCallPathInfo
|
34698
|
-
# @private
|
34699
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
34700
|
-
property :rewriter_type, as: 'rewriterType'
|
34701
|
-
property :temporary_ace_tag, :numeric_string => true, as: 'temporaryAceTag'
|
34702
|
-
end
|
34703
|
-
end
|
34704
|
-
|
34705
34799
|
class NlpMeaningMeaningRemodeling
|
34706
34800
|
# @private
|
34707
34801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -39715,6 +39809,7 @@ module Google
|
|
39715
39809
|
property :value_double, as: 'valueDouble'
|
39716
39810
|
property :value_float, as: 'valueFloat'
|
39717
39811
|
property :value_int32, as: 'valueInt32'
|
39812
|
+
property :value_string, as: 'valueString'
|
39718
39813
|
property :value_uint32, as: 'valueUint32'
|
39719
39814
|
property :version_id, as: 'versionId'
|
39720
39815
|
end
|
@@ -40173,22 +40268,6 @@ module Google
|
|
40173
40268
|
end
|
40174
40269
|
end
|
40175
40270
|
|
40176
|
-
class QualityQrewriteCandidateId
|
40177
|
-
# @private
|
40178
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
40179
|
-
collection :field, as: 'field', class: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateIdField, decorator: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateIdField::Representation
|
40180
|
-
|
40181
|
-
end
|
40182
|
-
end
|
40183
|
-
|
40184
|
-
class QualityQrewriteCandidateIdField
|
40185
|
-
# @private
|
40186
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
40187
|
-
property :index, as: 'index'
|
40188
|
-
property :type, as: 'type'
|
40189
|
-
end
|
40190
|
-
end
|
40191
|
-
|
40192
40271
|
class QualityQrewriteContactCalendarName
|
40193
40272
|
# @private
|
40194
40273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -40724,12 +40803,24 @@ module Google
|
|
40724
40803
|
end
|
40725
40804
|
end
|
40726
40805
|
|
40806
|
+
class QualityTimebasedDateReliability
|
40807
|
+
# @private
|
40808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
40809
|
+
collection :petacat_scores, as: 'petacatScores', class: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateReliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateReliability::Representation
|
40810
|
+
|
40811
|
+
property :unreliable_dates_score, as: 'unreliableDatesScore'
|
40812
|
+
property :unreliable_dates_score_exposure_adjusted, as: 'unreliableDatesScoreExposureAdjusted'
|
40813
|
+
end
|
40814
|
+
end
|
40815
|
+
|
40727
40816
|
class QualityTimebasedLastSignificantUpdate
|
40728
40817
|
# @private
|
40729
40818
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40730
40819
|
property :adjustment_info, as: 'adjustmentInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments::Representation
|
40731
40820
|
|
40732
40821
|
property :date, :numeric_string => true, as: 'date'
|
40822
|
+
property :date_reliability_info, as: 'dateReliabilityInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedDateReliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedDateReliability::Representation
|
40823
|
+
|
40733
40824
|
property :source, as: 'source'
|
40734
40825
|
end
|
40735
40826
|
end
|
@@ -40754,6 +40845,19 @@ module Google
|
|
40754
40845
|
end
|
40755
40846
|
end
|
40756
40847
|
|
40848
|
+
class QualityTimebasedPetacatDateReliability
|
40849
|
+
# @private
|
40850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
40851
|
+
property :contentage_reliability, as: 'contentageReliability'
|
40852
|
+
property :date_exposure, as: 'dateExposure'
|
40853
|
+
property :date_exposure_score, as: 'dateExposureScore'
|
40854
|
+
property :date_vs_contentage_distribution_skew, as: 'dateVsContentageDistributionSkew'
|
40855
|
+
property :is_forum_qna_social_media_probability, as: 'isForumQnaSocialMediaProbability'
|
40856
|
+
property :petacat_id, as: 'petacatId'
|
40857
|
+
property :unreliable_dates_score, as: 'unreliableDatesScore'
|
40858
|
+
end
|
40859
|
+
end
|
40860
|
+
|
40757
40861
|
class QualityTimebasedSyntacticDate
|
40758
40862
|
# @private
|
40759
40863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -41578,7 +41682,6 @@ module Google
|
|
41578
41682
|
property :common_ngram_prob, as: 'commonNgramProb'
|
41579
41683
|
property :entity_idf, as: 'entityIdf'
|
41580
41684
|
property :name_capitalization_prob, as: 'nameCapitalizationProb'
|
41581
|
-
property :person_prob, as: 'personProb'
|
41582
41685
|
end
|
41583
41686
|
end
|
41584
41687
|
|
@@ -41680,6 +41783,7 @@ module Google
|
|
41680
41783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41681
41784
|
collection :provenance, as: 'provenance'
|
41682
41785
|
property :score, as: 'score'
|
41786
|
+
property :type_fprint, :numeric_string => true, as: 'typeFprint'
|
41683
41787
|
property :type_mid, :numeric_string => true, as: 'typeMid'
|
41684
41788
|
property :type_name, as: 'typeName'
|
41685
41789
|
end
|
@@ -43162,6 +43266,7 @@ module Google
|
|
43162
43266
|
property :fingerprint, :numeric_string => true, as: 'fingerprint'
|
43163
43267
|
collection :funder, as: 'funder', class: Google::Apis::ContentwarehouseV1::ResearchScienceSearchOrganization, decorator: Google::Apis::ContentwarehouseV1::ResearchScienceSearchOrganization::Representation
|
43164
43268
|
|
43269
|
+
property :has_croissant_format, as: 'hasCroissantFormat'
|
43165
43270
|
property :has_table_summaries, as: 'hasTableSummaries'
|
43166
43271
|
property :id, as: 'id'
|
43167
43272
|
collection :identifier_from_source, as: 'identifierFromSource'
|
@@ -44407,6 +44512,7 @@ module Google
|
|
44407
44512
|
|
44408
44513
|
property :contain_user_quotes, as: 'containUserQuotes'
|
44409
44514
|
property :contain_vulgar_candidates, as: 'containVulgarCandidates'
|
44515
|
+
property :disable_ng3_scoring, as: 'disableNg3Scoring'
|
44410
44516
|
property :disable_query_features, as: 'disableQueryFeatures'
|
44411
44517
|
property :snippet_brain_selected_candidate_index, as: 'snippetBrainSelectedCandidateIndex'
|
44412
44518
|
property :snippetsbrain_model_info, as: 'snippetsbrainModelInfo', class: Google::Apis::ContentwarehouseV1::SnippetExtraInfoSnippetsBrainModelInfo, decorator: Google::Apis::ContentwarehouseV1::SnippetExtraInfoSnippetsBrainModelInfo::Representation
|
@@ -45400,6 +45506,8 @@ module Google
|
|
45400
45506
|
|
45401
45507
|
collection :policy_data_scope_keys, as: 'policyDataScopeKeys'
|
45402
45508
|
property :policy_source_type, as: 'policySourceType'
|
45509
|
+
property :rwj_policy_metadata, as: 'rwjPolicyMetadata', class: Google::Apis::ContentwarehouseV1::StorageGraphBfgRwjPolicyMetadata, decorator: Google::Apis::ContentwarehouseV1::StorageGraphBfgRwjPolicyMetadata::Representation
|
45510
|
+
|
45403
45511
|
property :ump_policy_metadata, as: 'umpPolicyMetadata', class: Google::Apis::ContentwarehouseV1::StorageGraphBfgUmpPolicyMetadata, decorator: Google::Apis::ContentwarehouseV1::StorageGraphBfgUmpPolicyMetadata::Representation
|
45404
45512
|
|
45405
45513
|
end
|
@@ -45413,6 +45521,13 @@ module Google
|
|
45413
45521
|
end
|
45414
45522
|
end
|
45415
45523
|
|
45524
|
+
class StorageGraphBfgRwjPolicyMetadata
|
45525
|
+
# @private
|
45526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
45527
|
+
collection :eligible_surfaces, as: 'eligibleSurfaces'
|
45528
|
+
end
|
45529
|
+
end
|
45530
|
+
|
45416
45531
|
class StorageGraphBfgSpiiCertification
|
45417
45532
|
# @private
|
45418
45533
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -46143,6 +46258,7 @@ module Google
|
|
46143
46258
|
property :cache_hit_type, as: 'cacheHitType'
|
46144
46259
|
property :cdn_provider, as: 'cdnProvider'
|
46145
46260
|
property :concurrent_stream_num, :numeric_string => true, as: 'concurrentStreamNum'
|
46261
|
+
property :credential_id, as: 'credentialId'
|
46146
46262
|
property :dependent_fetch_type, as: 'dependentFetchType'
|
46147
46263
|
property :download_file_name, as: 'downloadFileName'
|
46148
46264
|
property :http_version, as: 'httpVersion'
|
@@ -191,6 +191,40 @@ module Google
|
|
191
191
|
execute_or_queue_command(command, &block)
|
192
192
|
end
|
193
193
|
|
194
|
+
# Run a predefined pipeline.
|
195
|
+
# @param [String] name
|
196
|
+
# Required. The resource name which owns the resources of the pipeline. Format:
|
197
|
+
# projects/`project_number`/locations/`location`.
|
198
|
+
# @param [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineRequest] google_cloud_contentwarehouse_v1_run_pipeline_request_object
|
199
|
+
# @param [String] fields
|
200
|
+
# Selector specifying which fields to include in a partial response.
|
201
|
+
# @param [String] quota_user
|
202
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
203
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
204
|
+
# @param [Google::Apis::RequestOptions] options
|
205
|
+
# Request-specific options
|
206
|
+
#
|
207
|
+
# @yield [result, err] Result & error if block supplied
|
208
|
+
# @yieldparam result [Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation] parsed result object
|
209
|
+
# @yieldparam err [StandardError] error object if request failed
|
210
|
+
#
|
211
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation]
|
212
|
+
#
|
213
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
214
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
215
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
216
|
+
def run_project_location_pipeline(name, google_cloud_contentwarehouse_v1_run_pipeline_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
217
|
+
command = make_simple_command(:post, 'v1/{+name}:runPipeline', options)
|
218
|
+
command.request_representation = Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineRequest::Representation
|
219
|
+
command.request_object = google_cloud_contentwarehouse_v1_run_pipeline_request_object
|
220
|
+
command.response_representation = Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation::Representation
|
221
|
+
command.response_class = Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation
|
222
|
+
command.params['name'] = name unless name.nil?
|
223
|
+
command.query['fields'] = fields unless fields.nil?
|
224
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
225
|
+
execute_or_queue_command(command, &block)
|
226
|
+
end
|
227
|
+
|
194
228
|
# Creates a document schema.
|
195
229
|
# @param [String] parent
|
196
230
|
# 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.23.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-08-20 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.23.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: []
|