google-apis-contentwarehouse_v1 0.22.0 → 0.24.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 +10 -2
- data/lib/google/apis/contentwarehouse_v1/classes.rb +650 -260
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +144 -26
- data/lib/google/apis/contentwarehouse_v1/service.rb +34 -0
- metadata +4 -4
@@ -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.24.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 = "20230814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3268,12 +3268,6 @@ module Google
|
|
3268
3268
|
include Google::Apis::Core::JsonObjectSupport
|
3269
3269
|
end
|
3270
3270
|
|
3271
|
-
class ClassifierPornAggregatedUrlPornScores
|
3272
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3273
|
-
|
3274
|
-
include Google::Apis::Core::JsonObjectSupport
|
3275
|
-
end
|
3276
|
-
|
3277
3271
|
class ClassifierPornClassifierData
|
3278
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
3273
|
|
@@ -5710,6 +5704,12 @@ module Google
|
|
5710
5704
|
include Google::Apis::Core::JsonObjectSupport
|
5711
5705
|
end
|
5712
5706
|
|
5707
|
+
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
5708
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5709
|
+
|
5710
|
+
include Google::Apis::Core::JsonObjectSupport
|
5711
|
+
end
|
5712
|
+
|
5713
5713
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
5714
5714
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5715
5715
|
|
@@ -5740,6 +5740,18 @@ module Google
|
|
5740
5740
|
include Google::Apis::Core::JsonObjectSupport
|
5741
5741
|
end
|
5742
5742
|
|
5743
|
+
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
5744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5745
|
+
|
5746
|
+
include Google::Apis::Core::JsonObjectSupport
|
5747
|
+
end
|
5748
|
+
|
5749
|
+
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
5750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5751
|
+
|
5752
|
+
include Google::Apis::Core::JsonObjectSupport
|
5753
|
+
end
|
5754
|
+
|
5743
5755
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
5744
5756
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5745
5757
|
|
@@ -5764,6 +5776,12 @@ module Google
|
|
5764
5776
|
include Google::Apis::Core::JsonObjectSupport
|
5765
5777
|
end
|
5766
5778
|
|
5779
|
+
class GoogleCloudContentwarehouseV1IngestPipelineConfig
|
5780
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5781
|
+
|
5782
|
+
include Google::Apis::Core::JsonObjectSupport
|
5783
|
+
end
|
5784
|
+
|
5767
5785
|
class GoogleCloudContentwarehouseV1InitializeProjectRequest
|
5768
5786
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5769
5787
|
|
@@ -5860,6 +5878,12 @@ module Google
|
|
5860
5878
|
include Google::Apis::Core::JsonObjectSupport
|
5861
5879
|
end
|
5862
5880
|
|
5881
|
+
class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
|
5882
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5883
|
+
|
5884
|
+
include Google::Apis::Core::JsonObjectSupport
|
5885
|
+
end
|
5886
|
+
|
5863
5887
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
5864
5888
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5865
5889
|
|
@@ -6004,6 +6028,12 @@ module Google
|
|
6004
6028
|
include Google::Apis::Core::JsonObjectSupport
|
6005
6029
|
end
|
6006
6030
|
|
6031
|
+
class GoogleCloudContentwarehouseV1RunPipelineRequest
|
6032
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6033
|
+
|
6034
|
+
include Google::Apis::Core::JsonObjectSupport
|
6035
|
+
end
|
6036
|
+
|
6007
6037
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
6008
6038
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6009
6039
|
|
@@ -11524,7 +11554,7 @@ module Google
|
|
11524
11554
|
include Google::Apis::Core::JsonObjectSupport
|
11525
11555
|
end
|
11526
11556
|
|
11527
|
-
class
|
11557
|
+
class QualityTimebasedDateUnreliability
|
11528
11558
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11529
11559
|
|
11530
11560
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -11548,7 +11578,7 @@ module Google
|
|
11548
11578
|
include Google::Apis::Core::JsonObjectSupport
|
11549
11579
|
end
|
11550
11580
|
|
11551
|
-
class
|
11581
|
+
class QualityTimebasedPetacatDateUnreliability
|
11552
11582
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11553
11583
|
|
11554
11584
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -13942,6 +13972,12 @@ module Google
|
|
13942
13972
|
include Google::Apis::Core::JsonObjectSupport
|
13943
13973
|
end
|
13944
13974
|
|
13975
|
+
class StorageGraphBfgRwjPolicyMetadata
|
13976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13977
|
+
|
13978
|
+
include Google::Apis::Core::JsonObjectSupport
|
13979
|
+
end
|
13980
|
+
|
13945
13981
|
class StorageGraphBfgSpiiCertification
|
13946
13982
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13947
13983
|
|
@@ -20614,6 +20650,7 @@ module Google
|
|
20614
20650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20615
20651
|
property :album_release_type, as: 'albumReleaseType'
|
20616
20652
|
property :ambiguity_classifier, as: 'ambiguityClassifier'
|
20653
|
+
property :entity_mid, as: 'entityMid'
|
20617
20654
|
property :has_type_semantic_edge, as: 'hasTypeSemanticEdge'
|
20618
20655
|
property :is_cast_video, as: 'isCastVideo'
|
20619
20656
|
property :is_media_search_query_subset_of_entity_name_and_artist, as: 'isMediaSearchQuerySubsetOfEntityNameAndArtist'
|
@@ -21129,6 +21166,7 @@ module Google
|
|
21129
21166
|
property :intent_name_auis_score, as: 'intentNameAuisScore'
|
21130
21167
|
property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
|
21131
21168
|
property :intent_name_pauis, as: 'intentNamePauis'
|
21169
|
+
property :intent_type, as: 'intentType'
|
21132
21170
|
property :is_feasible, as: 'isFeasible'
|
21133
21171
|
property :is_fully_grounded, as: 'isFullyGrounded'
|
21134
21172
|
property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
|
@@ -21136,6 +21174,7 @@ module Google
|
|
21136
21174
|
property :is_play_generic_music, as: 'isPlayGenericMusic'
|
21137
21175
|
property :is_podcast_generic_intent, as: 'isPodcastGenericIntent'
|
21138
21176
|
property :is_podcast_intent, as: 'isPodcastIntent'
|
21177
|
+
property :is_sage_disabled_intent, as: 'isSageDisabledIntent'
|
21139
21178
|
property :is_sage_intent, as: 'isSageIntent'
|
21140
21179
|
property :is_tvm_intent, as: 'isTvmIntent'
|
21141
21180
|
property :is_valid_smarthome_intent, as: 'isValidSmarthomeIntent'
|
@@ -21395,6 +21434,7 @@ module Google
|
|
21395
21434
|
|
21396
21435
|
collection :plural, as: 'plural'
|
21397
21436
|
property :primary_name, as: 'primaryName'
|
21437
|
+
property :report_state_status, as: 'reportStateStatus'
|
21398
21438
|
property :role_information, as: 'roleInformation', class: Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoRoleInformation, decorator: Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoRoleInformation::Representation
|
21399
21439
|
|
21400
21440
|
property :routable_via_gcm, as: 'routableViaGcm'
|
@@ -21729,14 +21769,6 @@ module Google
|
|
21729
21769
|
end
|
21730
21770
|
end
|
21731
21771
|
|
21732
|
-
class ClassifierPornAggregatedUrlPornScores
|
21733
|
-
# @private
|
21734
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
21735
|
-
property :average_url_porn_score, as: 'averageUrlPornScore'
|
21736
|
-
property :url_count, as: 'urlCount'
|
21737
|
-
end
|
21738
|
-
end
|
21739
|
-
|
21740
21772
|
class ClassifierPornClassifierData
|
21741
21773
|
# @private
|
21742
21774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -22168,7 +22200,6 @@ module Google
|
|
22168
22200
|
property :image_indexing_info, as: 'imageIndexingInfo', class: Google::Apis::ContentwarehouseV1::ImageSearchImageIndexingInfo, decorator: Google::Apis::ContentwarehouseV1::ImageSearchImageIndexingInfo::Representation
|
22169
22201
|
|
22170
22202
|
property :indexing_ts, :numeric_string => true, as: 'indexingTs'
|
22171
|
-
property :is_sibling_deletion, as: 'isSiblingDeletion'
|
22172
22203
|
property :no_longer_canonical_timestamp, :numeric_string => true, as: 'noLongerCanonicalTimestamp'
|
22173
22204
|
property :normalized_click_score, as: 'normalizedClickScore'
|
22174
22205
|
property :raw_navboost, as: 'rawNavboost'
|
@@ -26841,6 +26872,16 @@ module Google
|
|
26841
26872
|
end
|
26842
26873
|
end
|
26843
26874
|
|
26875
|
+
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
26876
|
+
# @private
|
26877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26878
|
+
property :doc_ai_dataset, as: 'docAiDataset'
|
26879
|
+
collection :documents, as: 'documents'
|
26880
|
+
property :export_folder_path, as: 'exportFolderPath'
|
26881
|
+
property :training_split_ratio, as: 'trainingSplitRatio'
|
26882
|
+
end
|
26883
|
+
end
|
26884
|
+
|
26844
26885
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
26845
26886
|
# @private
|
26846
26887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26880,6 +26921,33 @@ module Google
|
|
26880
26921
|
end
|
26881
26922
|
end
|
26882
26923
|
|
26924
|
+
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
26925
|
+
# @private
|
26926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26927
|
+
property :input_path, as: 'inputPath'
|
26928
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig::Representation
|
26929
|
+
|
26930
|
+
property :processor_type, as: 'processorType'
|
26931
|
+
property :schema_name, as: 'schemaName'
|
26932
|
+
property :skip_ingested_documents, as: 'skipIngestedDocuments'
|
26933
|
+
end
|
26934
|
+
end
|
26935
|
+
|
26936
|
+
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
26937
|
+
# @private
|
26938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26939
|
+
collection :extract_processor_infos, as: 'extractProcessorInfos', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
26940
|
+
|
26941
|
+
property :input_path, as: 'inputPath'
|
26942
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IngestPipelineConfig::Representation
|
26943
|
+
|
26944
|
+
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
26945
|
+
property :skip_ingested_documents, as: 'skipIngestedDocuments'
|
26946
|
+
property :split_classify_processor_info, as: 'splitClassifyProcessorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
26947
|
+
|
26948
|
+
end
|
26949
|
+
end
|
26950
|
+
|
26883
26951
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
26884
26952
|
# @private
|
26885
26953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26915,6 +26983,16 @@ module Google
|
|
26915
26983
|
end
|
26916
26984
|
end
|
26917
26985
|
|
26986
|
+
class GoogleCloudContentwarehouseV1IngestPipelineConfig
|
26987
|
+
# @private
|
26988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26989
|
+
property :document_acl_policy, as: 'documentAclPolicy', class: Google::Apis::ContentwarehouseV1::GoogleIamV1Policy, decorator: Google::Apis::ContentwarehouseV1::GoogleIamV1Policy::Representation
|
26990
|
+
|
26991
|
+
property :enable_document_text_extraction, as: 'enableDocumentTextExtraction'
|
26992
|
+
property :folder, as: 'folder'
|
26993
|
+
end
|
26994
|
+
end
|
26995
|
+
|
26918
26996
|
class GoogleCloudContentwarehouseV1InitializeProjectRequest
|
26919
26997
|
# @private
|
26920
26998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -27050,6 +27128,17 @@ module Google
|
|
27050
27128
|
end
|
27051
27129
|
end
|
27052
27130
|
|
27131
|
+
class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
|
27132
|
+
# @private
|
27133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
27134
|
+
collection :documents, as: 'documents'
|
27135
|
+
property :export_folder_path, as: 'exportFolderPath'
|
27136
|
+
property :processor_info, as: 'processorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
27137
|
+
|
27138
|
+
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
27139
|
+
end
|
27140
|
+
end
|
27141
|
+
|
27053
27142
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
27054
27143
|
# @private
|
27055
27144
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -27314,6 +27403,22 @@ module Google
|
|
27314
27403
|
end
|
27315
27404
|
end
|
27316
27405
|
|
27406
|
+
class GoogleCloudContentwarehouseV1RunPipelineRequest
|
27407
|
+
# @private
|
27408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
27409
|
+
property :export_cdw_pipeline, as: 'exportCdwPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline::Representation
|
27410
|
+
|
27411
|
+
property :gcs_ingest_pipeline, as: 'gcsIngestPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline::Representation
|
27412
|
+
|
27413
|
+
property :gcs_ingest_with_doc_ai_processors_pipeline, as: 'gcsIngestWithDocAiProcessorsPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline::Representation
|
27414
|
+
|
27415
|
+
property :process_with_doc_ai_pipeline, as: 'processWithDocAiPipeline', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline::Representation
|
27416
|
+
|
27417
|
+
property :request_metadata, as: 'requestMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata::Representation
|
27418
|
+
|
27419
|
+
end
|
27420
|
+
end
|
27421
|
+
|
27317
27422
|
class GoogleCloudContentwarehouseV1SearchDocumentsRequest
|
27318
27423
|
# @private
|
27319
27424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -29620,6 +29725,8 @@ module Google
|
|
29620
29725
|
|
29621
29726
|
property :golden7_soapbox_summary, as: 'golden7SoapboxSummary', class: Google::Apis::ContentwarehouseV1::DrishtiFeatureSetData, decorator: Google::Apis::ContentwarehouseV1::DrishtiFeatureSetData::Representation
|
29622
29727
|
|
29728
|
+
property :golden7_soapbox_tracks_blob_info, as: 'golden7SoapboxTracksBlobInfo', class: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaSignalsBlobInfo, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaSignalsBlobInfo::Representation
|
29729
|
+
|
29623
29730
|
property :inline_playback, as: 'inlinePlayback', class: Google::Apis::ContentwarehouseV1::VideoCrawlVideoInlinePlaybackMetadata, decorator: Google::Apis::ContentwarehouseV1::VideoCrawlVideoInlinePlaybackMetadata::Representation
|
29624
29731
|
|
29625
29732
|
property :language_identification, as: 'languageIdentification', class: Google::Apis::ContentwarehouseV1::VideoTimedtextS4AliResults, decorator: Google::Apis::ContentwarehouseV1::VideoTimedtextS4AliResults::Representation
|
@@ -29632,6 +29739,8 @@ module Google
|
|
29632
29739
|
|
29633
29740
|
property :media_info, as: 'mediaInfo', class: Google::Apis::ContentwarehouseV1::VideoMediaInfo, decorator: Google::Apis::ContentwarehouseV1::VideoMediaInfo::Representation
|
29634
29741
|
|
29742
|
+
property :multi_thumbnails_frame_perdocs, as: 'multiThumbnailsFramePerdocs', class: Google::Apis::ContentwarehouseV1::ImageRepositoryFramePerdocs, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryFramePerdocs::Representation
|
29743
|
+
|
29635
29744
|
property :representative_frame_data, as: 'representativeFrameData', class: Google::Apis::ContentwarehouseV1::ImageData, decorator: Google::Apis::ContentwarehouseV1::ImageData::Representation
|
29636
29745
|
|
29637
29746
|
property :s3_asr, as: 's3Asr', class: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaCloudSpeechSignals, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaCloudSpeechSignals::Representation
|
@@ -32833,6 +32942,7 @@ module Google
|
|
32833
32942
|
|
32834
32943
|
collection :signals_fallback_intents, as: 'signalsFallbackIntents', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySignalComputationFallbackIntent, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySignalComputationFallbackIntent::Representation
|
32835
32944
|
|
32945
|
+
property :uses_prefulfillment_ranker, as: 'usesPrefulfillmentRanker'
|
32836
32946
|
end
|
32837
32947
|
end
|
32838
32948
|
|
@@ -38896,8 +39006,6 @@ module Google
|
|
38896
39006
|
|
38897
39007
|
property :semantic_sexualization_score, as: 'semanticSexualizationScore'
|
38898
39008
|
property :url, as: 'url'
|
38899
|
-
property :url_porn_scores, as: 'urlPornScores', class: Google::Apis::ContentwarehouseV1::ClassifierPornAggregatedUrlPornScores, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornAggregatedUrlPornScores::Representation
|
38900
|
-
|
38901
39009
|
end
|
38902
39010
|
end
|
38903
39011
|
|
@@ -39689,6 +39797,7 @@ module Google
|
|
39689
39797
|
property :value_double, as: 'valueDouble'
|
39690
39798
|
property :value_float, as: 'valueFloat'
|
39691
39799
|
property :value_int32, as: 'valueInt32'
|
39800
|
+
property :value_string, as: 'valueString'
|
39692
39801
|
property :value_uint32, as: 'valueUint32'
|
39693
39802
|
property :version_id, as: 'versionId'
|
39694
39803
|
end
|
@@ -39823,6 +39932,8 @@ module Google
|
|
39823
39932
|
property :delta_link_outgoing, as: 'deltaLinkOutgoing'
|
39824
39933
|
property :delta_page_quality, as: 'deltaPageQuality'
|
39825
39934
|
property :delta_subchunk_adjustment, as: 'deltaSubchunkAdjustment'
|
39935
|
+
collection :keto, as: 'keto', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
39936
|
+
|
39826
39937
|
property :link_incoming, as: 'linkIncoming'
|
39827
39938
|
property :link_outgoing, as: 'linkOutgoing'
|
39828
39939
|
property :num_offdomain_anchors, as: 'numOffdomainAnchors'
|
@@ -40682,10 +40793,10 @@ module Google
|
|
40682
40793
|
end
|
40683
40794
|
end
|
40684
40795
|
|
40685
|
-
class
|
40796
|
+
class QualityTimebasedDateUnreliability
|
40686
40797
|
# @private
|
40687
40798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40688
|
-
collection :petacat_scores, as: 'petacatScores', class: Google::Apis::ContentwarehouseV1::
|
40799
|
+
collection :petacat_scores, as: 'petacatScores', class: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateUnreliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateUnreliability::Representation
|
40689
40800
|
|
40690
40801
|
property :unreliable_dates_score, as: 'unreliableDatesScore'
|
40691
40802
|
property :unreliable_dates_score_exposure_adjusted, as: 'unreliableDatesScoreExposureAdjusted'
|
@@ -40698,7 +40809,7 @@ module Google
|
|
40698
40809
|
property :adjustment_info, as: 'adjustmentInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments::Representation
|
40699
40810
|
|
40700
40811
|
property :date, :numeric_string => true, as: 'date'
|
40701
|
-
property :
|
40812
|
+
property :date_unreliability_info, as: 'dateUnreliabilityInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedDateUnreliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedDateUnreliability::Representation
|
40702
40813
|
|
40703
40814
|
property :source, as: 'source'
|
40704
40815
|
end
|
@@ -40724,7 +40835,7 @@ module Google
|
|
40724
40835
|
end
|
40725
40836
|
end
|
40726
40837
|
|
40727
|
-
class
|
40838
|
+
class QualityTimebasedPetacatDateUnreliability
|
40728
40839
|
# @private
|
40729
40840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40730
40841
|
property :contentage_reliability, as: 'contentageReliability'
|
@@ -41082,7 +41193,6 @@ module Google
|
|
41082
41193
|
# @private
|
41083
41194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41084
41195
|
property :debug_string, as: 'debugString'
|
41085
|
-
property :listiness, as: 'listiness'
|
41086
41196
|
property :mid, :numeric_string => true, as: 'mid'
|
41087
41197
|
end
|
41088
41198
|
end
|
@@ -41556,12 +41666,10 @@ module Google
|
|
41556
41666
|
class RepositoryWebrefEntityScores
|
41557
41667
|
# @private
|
41558
41668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41559
|
-
property :all_caps_prob, as: 'allCapsProb'
|
41560
41669
|
property :alpha_entity_idf, as: 'alphaEntityIdf'
|
41561
41670
|
property :common_ngram_prob, as: 'commonNgramProb'
|
41562
41671
|
property :entity_idf, as: 'entityIdf'
|
41563
41672
|
property :name_capitalization_prob, as: 'nameCapitalizationProb'
|
41564
|
-
property :person_prob, as: 'personProb'
|
41565
41673
|
end
|
41566
41674
|
end
|
41567
41675
|
|
@@ -44392,6 +44500,7 @@ module Google
|
|
44392
44500
|
|
44393
44501
|
property :contain_user_quotes, as: 'containUserQuotes'
|
44394
44502
|
property :contain_vulgar_candidates, as: 'containVulgarCandidates'
|
44503
|
+
property :disable_ng3_scoring, as: 'disableNg3Scoring'
|
44395
44504
|
property :disable_query_features, as: 'disableQueryFeatures'
|
44396
44505
|
property :snippet_brain_selected_candidate_index, as: 'snippetBrainSelectedCandidateIndex'
|
44397
44506
|
property :snippetsbrain_model_info, as: 'snippetsbrainModelInfo', class: Google::Apis::ContentwarehouseV1::SnippetExtraInfoSnippetsBrainModelInfo, decorator: Google::Apis::ContentwarehouseV1::SnippetExtraInfoSnippetsBrainModelInfo::Representation
|
@@ -45385,6 +45494,8 @@ module Google
|
|
45385
45494
|
|
45386
45495
|
collection :policy_data_scope_keys, as: 'policyDataScopeKeys'
|
45387
45496
|
property :policy_source_type, as: 'policySourceType'
|
45497
|
+
property :rwj_policy_metadata, as: 'rwjPolicyMetadata', class: Google::Apis::ContentwarehouseV1::StorageGraphBfgRwjPolicyMetadata, decorator: Google::Apis::ContentwarehouseV1::StorageGraphBfgRwjPolicyMetadata::Representation
|
45498
|
+
|
45388
45499
|
property :ump_policy_metadata, as: 'umpPolicyMetadata', class: Google::Apis::ContentwarehouseV1::StorageGraphBfgUmpPolicyMetadata, decorator: Google::Apis::ContentwarehouseV1::StorageGraphBfgUmpPolicyMetadata::Representation
|
45389
45500
|
|
45390
45501
|
end
|
@@ -45398,6 +45509,13 @@ module Google
|
|
45398
45509
|
end
|
45399
45510
|
end
|
45400
45511
|
|
45512
|
+
class StorageGraphBfgRwjPolicyMetadata
|
45513
|
+
# @private
|
45514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
45515
|
+
collection :eligible_surfaces, as: 'eligibleSurfaces'
|
45516
|
+
end
|
45517
|
+
end
|
45518
|
+
|
45401
45519
|
class StorageGraphBfgSpiiCertification
|
45402
45520
|
# @private
|
45403
45521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -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.24.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-09-03 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.24.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Document AI Warehouse API V1
|