google-apis-contentwarehouse_v1 0.11.0 → 0.13.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 +1383 -355
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +498 -116
- data/lib/google/apis/contentwarehouse_v1/service.rb +0 -97
- metadata +3 -3
@@ -1420,6 +1420,18 @@ module Google
|
|
1420
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1421
|
end
|
1422
1422
|
|
1423
|
+
class AssistantApiCoreTypesGovernedDeviceConfig
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class AssistantApiCoreTypesGovernedDeviceId
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1423
1435
|
class AssistantApiCoreTypesGovernedRingtoneTaskMetadata
|
1424
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1437
|
|
@@ -2302,6 +2314,36 @@ module Google
|
|
2302
2314
|
include Google::Apis::Core::JsonObjectSupport
|
2303
2315
|
end
|
2304
2316
|
|
2317
|
+
class AssistantContextAppProviderId
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
|
+
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
class AssistantContextMediaProviderId
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2325
|
+
|
2326
|
+
include Google::Apis::Core::JsonObjectSupport
|
2327
|
+
end
|
2328
|
+
|
2329
|
+
class AssistantContextProviderId
|
2330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
|
+
|
2332
|
+
include Google::Apis::Core::JsonObjectSupport
|
2333
|
+
end
|
2334
|
+
|
2335
|
+
class AssistantContextProviderIdNaturalProviderId
|
2336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
|
+
|
2338
|
+
include Google::Apis::Core::JsonObjectSupport
|
2339
|
+
end
|
2340
|
+
|
2341
|
+
class AssistantContextProviderVariant
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2305
2347
|
class AssistantDeviceTargetingDeviceTargetingError
|
2306
2348
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
2349
|
|
@@ -2446,6 +2488,12 @@ module Google
|
|
2446
2488
|
include Google::Apis::Core::JsonObjectSupport
|
2447
2489
|
end
|
2448
2490
|
|
2491
|
+
class AssistantDevicesPlatformProtoProviderFulfillCapability
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
|
+
|
2494
|
+
include Google::Apis::Core::JsonObjectSupport
|
2495
|
+
end
|
2496
|
+
|
2449
2497
|
class AssistantDevicesPlatformProtoProviderOpenCapability
|
2450
2498
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
2499
|
|
@@ -2512,6 +2560,12 @@ module Google
|
|
2512
2560
|
include Google::Apis::Core::JsonObjectSupport
|
2513
2561
|
end
|
2514
2562
|
|
2563
|
+
class AssistantGroundingRankerDeviceGroundingProviderFeatures
|
2564
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2565
|
+
|
2566
|
+
include Google::Apis::Core::JsonObjectSupport
|
2567
|
+
end
|
2568
|
+
|
2515
2569
|
class AssistantGroundingRankerGroundingProviderFeatures
|
2516
2570
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
2571
|
|
@@ -2554,6 +2608,12 @@ module Google
|
|
2554
2608
|
include Google::Apis::Core::JsonObjectSupport
|
2555
2609
|
end
|
2556
2610
|
|
2611
|
+
class AssistantGroundingRankerPodcastGroundingProviderFeatures
|
2612
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2613
|
+
|
2614
|
+
include Google::Apis::Core::JsonObjectSupport
|
2615
|
+
end
|
2616
|
+
|
2557
2617
|
class AssistantGroundingRankerProviderGroundingProviderFeatures
|
2558
2618
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2559
2619
|
|
@@ -3148,6 +3208,66 @@ module Google
|
|
3148
3208
|
include Google::Apis::Core::JsonObjectSupport
|
3149
3209
|
end
|
3150
3210
|
|
3211
|
+
class CloudAiPlatformTenantresourceCloudSqlInstanceConfig
|
3212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
|
+
|
3214
|
+
include Google::Apis::Core::JsonObjectSupport
|
3215
|
+
end
|
3216
|
+
|
3217
|
+
class CloudAiPlatformTenantresourceGcsBucketConfig
|
3218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3219
|
+
|
3220
|
+
include Google::Apis::Core::JsonObjectSupport
|
3221
|
+
end
|
3222
|
+
|
3223
|
+
class CloudAiPlatformTenantresourceIamPolicyBinding
|
3224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3225
|
+
|
3226
|
+
include Google::Apis::Core::JsonObjectSupport
|
3227
|
+
end
|
3228
|
+
|
3229
|
+
class CloudAiPlatformTenantresourceInfraSpannerConfig
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3231
|
+
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
3233
|
+
end
|
3234
|
+
|
3235
|
+
class CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3237
|
+
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
3239
|
+
end
|
3240
|
+
|
3241
|
+
class CloudAiPlatformTenantresourceServiceAccountIdentity
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
|
+
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
3245
|
+
end
|
3246
|
+
|
3247
|
+
class CloudAiPlatformTenantresourceTenantProjectConfig
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3249
|
+
|
3250
|
+
include Google::Apis::Core::JsonObjectSupport
|
3251
|
+
end
|
3252
|
+
|
3253
|
+
class CloudAiPlatformTenantresourceTenantProjectResource
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
|
+
|
3256
|
+
include Google::Apis::Core::JsonObjectSupport
|
3257
|
+
end
|
3258
|
+
|
3259
|
+
class CloudAiPlatformTenantresourceTenantResource
|
3260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3261
|
+
|
3262
|
+
include Google::Apis::Core::JsonObjectSupport
|
3263
|
+
end
|
3264
|
+
|
3265
|
+
class CloudAiPlatformTenantresourceTenantServiceAccountIdentity
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
|
+
|
3268
|
+
include Google::Apis::Core::JsonObjectSupport
|
3269
|
+
end
|
3270
|
+
|
3151
3271
|
class CommerceDatastoreDeepTag
|
3152
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
3273
|
|
@@ -3454,6 +3574,12 @@ module Google
|
|
3454
3574
|
include Google::Apis::Core::JsonObjectSupport
|
3455
3575
|
end
|
3456
3576
|
|
3577
|
+
class DrishtiCompressedFeature
|
3578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3579
|
+
|
3580
|
+
include Google::Apis::Core::JsonObjectSupport
|
3581
|
+
end
|
3582
|
+
|
3457
3583
|
class DrishtiDenseFeatureData
|
3458
3584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3459
3585
|
|
@@ -5116,6 +5242,18 @@ module Google
|
|
5116
5242
|
include Google::Apis::Core::JsonObjectSupport
|
5117
5243
|
end
|
5118
5244
|
|
5245
|
+
class GoogleApiServiceconsumermanagementV1BillingConfig
|
5246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5247
|
+
|
5248
|
+
include Google::Apis::Core::JsonObjectSupport
|
5249
|
+
end
|
5250
|
+
|
5251
|
+
class GoogleApiServiceconsumermanagementV1PolicyBinding
|
5252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5253
|
+
|
5254
|
+
include Google::Apis::Core::JsonObjectSupport
|
5255
|
+
end
|
5256
|
+
|
5119
5257
|
class GoogleAssistantAccessoryV1AudioOutConfig
|
5120
5258
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5121
5259
|
|
@@ -5272,12 +5410,6 @@ module Google
|
|
5272
5410
|
include Google::Apis::Core::JsonObjectSupport
|
5273
5411
|
end
|
5274
5412
|
|
5275
|
-
class GoogleCloudContentwarehouseV1DataExportJob
|
5276
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5277
|
-
|
5278
|
-
include Google::Apis::Core::JsonObjectSupport
|
5279
|
-
end
|
5280
|
-
|
5281
5413
|
class GoogleCloudContentwarehouseV1DataUpdateAction
|
5282
5414
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5283
5415
|
|
@@ -5368,12 +5500,6 @@ module Google
|
|
5368
5500
|
include Google::Apis::Core::JsonObjectSupport
|
5369
5501
|
end
|
5370
5502
|
|
5371
|
-
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
5372
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5373
|
-
|
5374
|
-
include Google::Apis::Core::JsonObjectSupport
|
5375
|
-
end
|
5376
|
-
|
5377
5503
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
5378
5504
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5379
5505
|
|
@@ -5404,18 +5530,6 @@ module Google
|
|
5404
5530
|
include Google::Apis::Core::JsonObjectSupport
|
5405
5531
|
end
|
5406
5532
|
|
5407
|
-
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
5408
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5409
|
-
|
5410
|
-
include Google::Apis::Core::JsonObjectSupport
|
5411
|
-
end
|
5412
|
-
|
5413
|
-
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
5414
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5415
|
-
|
5416
|
-
include Google::Apis::Core::JsonObjectSupport
|
5417
|
-
end
|
5418
|
-
|
5419
5533
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
5420
5534
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5421
5535
|
|
@@ -5536,12 +5650,6 @@ module Google
|
|
5536
5650
|
include Google::Apis::Core::JsonObjectSupport
|
5537
5651
|
end
|
5538
5652
|
|
5539
|
-
class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
|
5540
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5541
|
-
|
5542
|
-
include Google::Apis::Core::JsonObjectSupport
|
5543
|
-
end
|
5544
|
-
|
5545
5653
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
5546
5654
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5547
5655
|
|
@@ -5650,7 +5758,31 @@ module Google
|
|
5650
5758
|
include Google::Apis::Core::JsonObjectSupport
|
5651
5759
|
end
|
5652
5760
|
|
5653
|
-
class
|
5761
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadata
|
5762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5763
|
+
|
5764
|
+
include Google::Apis::Core::JsonObjectSupport
|
5765
|
+
end
|
5766
|
+
|
5767
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata
|
5768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5769
|
+
|
5770
|
+
include Google::Apis::Core::JsonObjectSupport
|
5771
|
+
end
|
5772
|
+
|
5773
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
|
5774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5775
|
+
|
5776
|
+
include Google::Apis::Core::JsonObjectSupport
|
5777
|
+
end
|
5778
|
+
|
5779
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus
|
5780
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5781
|
+
|
5782
|
+
include Google::Apis::Core::JsonObjectSupport
|
5783
|
+
end
|
5784
|
+
|
5785
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata
|
5654
5786
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5655
5787
|
|
5656
5788
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -12160,12 +12292,6 @@ module Google
|
|
12160
12292
|
include Google::Apis::Core::JsonObjectSupport
|
12161
12293
|
end
|
12162
12294
|
|
12163
|
-
class RepositoryWebrefWebrefMustangAttachmentUndermergedMembers
|
12164
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12165
|
-
|
12166
|
-
include Google::Apis::Core::JsonObjectSupport
|
12167
|
-
end
|
12168
|
-
|
12169
12295
|
class RepositoryWebrefWebrefOutlinkInfo
|
12170
12296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12171
12297
|
|
@@ -12286,6 +12412,12 @@ module Google
|
|
12286
12412
|
include Google::Apis::Core::JsonObjectSupport
|
12287
12413
|
end
|
12288
12414
|
|
12415
|
+
class ResearchScamNumericRestrictNamespace
|
12416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12417
|
+
|
12418
|
+
include Google::Apis::Core::JsonObjectSupport
|
12419
|
+
end
|
12420
|
+
|
12289
12421
|
class ResearchScamOnlineSearchLatencyStats
|
12290
12422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12291
12423
|
|
@@ -17737,6 +17869,34 @@ module Google
|
|
17737
17869
|
end
|
17738
17870
|
end
|
17739
17871
|
|
17872
|
+
class AssistantApiCoreTypesGovernedDeviceConfig
|
17873
|
+
# @private
|
17874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17875
|
+
property :agent_id, as: 'agentId'
|
17876
|
+
property :device_id, as: 'deviceId'
|
17877
|
+
end
|
17878
|
+
end
|
17879
|
+
|
17880
|
+
class AssistantApiCoreTypesGovernedDeviceId
|
17881
|
+
# @private
|
17882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17883
|
+
property :agsa_client_instance_id, as: 'agsaClientInstanceId'
|
17884
|
+
property :allo_device_id, as: 'alloDeviceId'
|
17885
|
+
property :canonical_device_id, as: 'canonicalDeviceId'
|
17886
|
+
property :cast_device_id, as: 'castDeviceId'
|
17887
|
+
property :client_instance_id, as: 'clientInstanceId'
|
17888
|
+
property :connected_dock_id, as: 'connectedDockId'
|
17889
|
+
property :device_config, as: 'deviceConfig', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceConfig, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceConfig::Representation
|
17890
|
+
|
17891
|
+
property :device_type, as: 'deviceType'
|
17892
|
+
property :home_graph_device_id, as: 'homeGraphDeviceId'
|
17893
|
+
property :libassistant_device_id, as: 'libassistantDeviceId'
|
17894
|
+
property :multi_hotword_arbitration_device_id, as: 'multiHotwordArbitrationDeviceId'
|
17895
|
+
property :opa_ios_device_id, as: 'opaIosDeviceId'
|
17896
|
+
property :quartz_device_id, as: 'quartzDeviceId'
|
17897
|
+
end
|
17898
|
+
end
|
17899
|
+
|
17740
17900
|
class AssistantApiCoreTypesGovernedRingtoneTaskMetadata
|
17741
17901
|
# @private
|
17742
17902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19472,6 +19632,67 @@ module Google
|
|
19472
19632
|
end
|
19473
19633
|
end
|
19474
19634
|
|
19635
|
+
class AssistantContextAppProviderId
|
19636
|
+
# @private
|
19637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19638
|
+
property :activity_class_name, as: 'activityClassName'
|
19639
|
+
property :android_package_name, as: 'androidPackageName'
|
19640
|
+
property :cast_app_id, as: 'castAppId'
|
19641
|
+
property :version_code, as: 'versionCode'
|
19642
|
+
end
|
19643
|
+
end
|
19644
|
+
|
19645
|
+
class AssistantContextMediaProviderId
|
19646
|
+
# @private
|
19647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19648
|
+
property :android_package_name, as: 'androidPackageName'
|
19649
|
+
property :cast_app_id, as: 'castAppId'
|
19650
|
+
property :chrome_os_package_name, as: 'chromeOsPackageName'
|
19651
|
+
property :home_app_package_name, as: 'homeAppPackageName'
|
19652
|
+
property :ios_bundle_identifier, as: 'iosBundleIdentifier'
|
19653
|
+
property :kai_os_package_name, as: 'kaiOsPackageName'
|
19654
|
+
property :kg_provider_key, as: 'kgProviderKey'
|
19655
|
+
property :mid, as: 'mid'
|
19656
|
+
property :provider_variant, as: 'providerVariant', class: Google::Apis::ContentwarehouseV1::AssistantContextProviderVariant, decorator: Google::Apis::ContentwarehouseV1::AssistantContextProviderVariant::Representation
|
19657
|
+
|
19658
|
+
property :sip_provider_id, as: 'sipProviderId'
|
19659
|
+
end
|
19660
|
+
end
|
19661
|
+
|
19662
|
+
class AssistantContextProviderId
|
19663
|
+
# @private
|
19664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19665
|
+
property :app_provider_id, as: 'appProviderId', class: Google::Apis::ContentwarehouseV1::AssistantContextAppProviderId, decorator: Google::Apis::ContentwarehouseV1::AssistantContextAppProviderId::Representation
|
19666
|
+
|
19667
|
+
property :ecosystem_type, as: 'ecosystemType'
|
19668
|
+
property :media_provider_id, as: 'mediaProviderId', class: Google::Apis::ContentwarehouseV1::AssistantContextMediaProviderId, decorator: Google::Apis::ContentwarehouseV1::AssistantContextMediaProviderId::Representation
|
19669
|
+
|
19670
|
+
property :mid, as: 'mid'
|
19671
|
+
property :natural_provider_id, as: 'naturalProviderId', class: Google::Apis::ContentwarehouseV1::AssistantContextProviderIdNaturalProviderId, decorator: Google::Apis::ContentwarehouseV1::AssistantContextProviderIdNaturalProviderId::Representation
|
19672
|
+
|
19673
|
+
property :provider_corpus_id, :numeric_string => true, as: 'providerCorpusId'
|
19674
|
+
property :provider_variant, as: 'providerVariant', class: Google::Apis::ContentwarehouseV1::AssistantContextProviderVariant, decorator: Google::Apis::ContentwarehouseV1::AssistantContextProviderVariant::Representation
|
19675
|
+
|
19676
|
+
end
|
19677
|
+
end
|
19678
|
+
|
19679
|
+
class AssistantContextProviderIdNaturalProviderId
|
19680
|
+
# @private
|
19681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19682
|
+
property :provider_type, as: 'providerType'
|
19683
|
+
property :value, as: 'value'
|
19684
|
+
end
|
19685
|
+
end
|
19686
|
+
|
19687
|
+
class AssistantContextProviderVariant
|
19688
|
+
# @private
|
19689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19690
|
+
property :empty_mid_variant, as: 'emptyMidVariant'
|
19691
|
+
property :spotify_variant, as: 'spotifyVariant'
|
19692
|
+
property :youtube_variant, as: 'youtubeVariant'
|
19693
|
+
end
|
19694
|
+
end
|
19695
|
+
|
19475
19696
|
class AssistantDeviceTargetingDeviceTargetingError
|
19476
19697
|
# @private
|
19477
19698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19691,6 +19912,12 @@ module Google
|
|
19691
19912
|
end
|
19692
19913
|
end
|
19693
19914
|
|
19915
|
+
class AssistantDevicesPlatformProtoProviderFulfillCapability
|
19916
|
+
# @private
|
19917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19918
|
+
end
|
19919
|
+
end
|
19920
|
+
|
19694
19921
|
class AssistantDevicesPlatformProtoProviderOpenCapability
|
19695
19922
|
# @private
|
19696
19923
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19745,6 +19972,8 @@ module Google
|
|
19745
19972
|
|
19746
19973
|
property :media_stop, as: 'mediaStop', class: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoMediaStopCapability, decorator: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoMediaStopCapability::Representation
|
19747
19974
|
|
19975
|
+
property :provider_fulfill, as: 'providerFulfill', class: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoProviderFulfillCapability, decorator: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoProviderFulfillCapability::Representation
|
19976
|
+
|
19748
19977
|
property :provider_open, as: 'providerOpen', class: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoProviderOpenCapability, decorator: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoProviderOpenCapability::Representation
|
19749
19978
|
|
19750
19979
|
property :send_chat_message, as: 'sendChatMessage', class: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoSendChatMessageCapability, decorator: Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoSendChatMessageCapability::Representation
|
@@ -19827,13 +20056,25 @@ module Google
|
|
19827
20056
|
end
|
19828
20057
|
end
|
19829
20058
|
|
20059
|
+
class AssistantGroundingRankerDeviceGroundingProviderFeatures
|
20060
|
+
# @private
|
20061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20062
|
+
property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceId::Representation
|
20063
|
+
|
20064
|
+
end
|
20065
|
+
end
|
20066
|
+
|
19830
20067
|
class AssistantGroundingRankerGroundingProviderFeatures
|
19831
20068
|
# @private
|
19832
20069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19833
20070
|
property :contact_grounding_provider_features, as: 'contactGroundingProviderFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerContactGroundingProviderFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerContactGroundingProviderFeatures::Representation
|
19834
20071
|
|
20072
|
+
property :device_grounding_provider_features, as: 'deviceGroundingProviderFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceGroundingProviderFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceGroundingProviderFeatures::Representation
|
20073
|
+
|
19835
20074
|
property :media_grounding_provider_features, as: 'mediaGroundingProviderFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures::Representation
|
19836
20075
|
|
20076
|
+
property :podcast_grounding_provider_features, as: 'podcastGroundingProviderFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerPodcastGroundingProviderFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerPodcastGroundingProviderFeatures::Representation
|
20077
|
+
|
19837
20078
|
property :provider_grounding_provider_features, as: 'providerGroundingProviderFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerProviderGroundingProviderFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerProviderGroundingProviderFeatures::Representation
|
19838
20079
|
|
19839
20080
|
end
|
@@ -19891,19 +20132,33 @@ module Google
|
|
19891
20132
|
# @private
|
19892
20133
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19893
20134
|
property :album_release_type, as: 'albumReleaseType'
|
20135
|
+
property :ambiguity_classifier, as: 'ambiguityClassifier'
|
19894
20136
|
property :has_type_semantic_edge, as: 'hasTypeSemanticEdge'
|
19895
20137
|
property :is_cast_video, as: 'isCastVideo'
|
20138
|
+
property :is_media_search_query_subset_of_entity_name_and_artist, as: 'isMediaSearchQuerySubsetOfEntityNameAndArtist'
|
19896
20139
|
property :is_seed_radio, as: 'isSeedRadio'
|
19897
20140
|
property :is_seed_radio_request, as: 'isSeedRadioRequest'
|
19898
20141
|
property :msc_rate, as: 'mscRate'
|
19899
20142
|
property :scubed_p_sai_music, as: 'scubedPSaiMusic'
|
19900
20143
|
property :type, as: 'type'
|
20144
|
+
property :youtube_confidence_score, as: 'youtubeConfidenceScore'
|
20145
|
+
end
|
20146
|
+
end
|
20147
|
+
|
20148
|
+
class AssistantGroundingRankerPodcastGroundingProviderFeatures
|
20149
|
+
# @private
|
20150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20151
|
+
property :is_exclusive, as: 'isExclusive'
|
19901
20152
|
end
|
19902
20153
|
end
|
19903
20154
|
|
19904
20155
|
class AssistantGroundingRankerProviderGroundingProviderFeatures
|
19905
20156
|
# @private
|
19906
20157
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20158
|
+
property :is_in_app_provider, as: 'isInAppProvider'
|
20159
|
+
collection :provider_cluster_id, as: 'providerClusterId'
|
20160
|
+
property :provider_id, as: 'providerId', class: Google::Apis::ContentwarehouseV1::AssistantContextProviderId, decorator: Google::Apis::ContentwarehouseV1::AssistantContextProviderId::Representation
|
20161
|
+
|
19907
20162
|
property :psl_score, as: 'pslScore'
|
19908
20163
|
end
|
19909
20164
|
end
|
@@ -20380,6 +20635,7 @@ module Google
|
|
20380
20635
|
property :predicted_intent_confidence, as: 'predictedIntentConfidence'
|
20381
20636
|
property :ranker_name, as: 'rankerName'
|
20382
20637
|
property :search_dispatch, as: 'searchDispatch'
|
20638
|
+
property :sub_intent_type, as: 'subIntentType'
|
20383
20639
|
property :top_hypothesis_confidence, as: 'topHypothesisConfidence'
|
20384
20640
|
property :vertical_confidence_score, as: 'verticalConfidenceScore'
|
20385
20641
|
end
|
@@ -20991,6 +21247,8 @@ module Google
|
|
20991
21247
|
|
20992
21248
|
property :medical, as: 'medical', class: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput::Representation
|
20993
21249
|
|
21250
|
+
property :minor, as: 'minor', class: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput::Representation
|
21251
|
+
|
20994
21252
|
property :offensive, as: 'offensive', class: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput::Representation
|
20995
21253
|
|
20996
21254
|
property :porn, as: 'porn', class: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornQueryClassifierOutput::Representation
|
@@ -21058,6 +21316,123 @@ module Google
|
|
21058
21316
|
end
|
21059
21317
|
end
|
21060
21318
|
|
21319
|
+
class CloudAiPlatformTenantresourceCloudSqlInstanceConfig
|
21320
|
+
# @private
|
21321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21322
|
+
property :cloud_sql_instance_connection_name, as: 'cloudSqlInstanceConnectionName'
|
21323
|
+
property :cloud_sql_instance_name, as: 'cloudSqlInstanceName'
|
21324
|
+
property :kms_key_reference, as: 'kmsKeyReference'
|
21325
|
+
collection :mdb_roles_for_corp_access, as: 'mdbRolesForCorpAccess'
|
21326
|
+
property :slm_instance_name, as: 'slmInstanceName'
|
21327
|
+
property :slm_instance_template, as: 'slmInstanceTemplate'
|
21328
|
+
property :slm_instance_type, as: 'slmInstanceType'
|
21329
|
+
end
|
21330
|
+
end
|
21331
|
+
|
21332
|
+
class CloudAiPlatformTenantresourceGcsBucketConfig
|
21333
|
+
# @private
|
21334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21335
|
+
collection :admins, as: 'admins'
|
21336
|
+
property :bucket_name, as: 'bucketName'
|
21337
|
+
property :entity_name, as: 'entityName'
|
21338
|
+
property :kms_key_reference, as: 'kmsKeyReference'
|
21339
|
+
property :ttl_days, as: 'ttlDays'
|
21340
|
+
collection :viewers, as: 'viewers'
|
21341
|
+
end
|
21342
|
+
end
|
21343
|
+
|
21344
|
+
class CloudAiPlatformTenantresourceIamPolicyBinding
|
21345
|
+
# @private
|
21346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21347
|
+
collection :members, as: 'members'
|
21348
|
+
property :resource, as: 'resource'
|
21349
|
+
property :resource_type, as: 'resourceType'
|
21350
|
+
property :role, as: 'role'
|
21351
|
+
end
|
21352
|
+
end
|
21353
|
+
|
21354
|
+
class CloudAiPlatformTenantresourceInfraSpannerConfig
|
21355
|
+
# @private
|
21356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21357
|
+
property :create_database_options, as: 'createDatabaseOptions', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions::Representation
|
21358
|
+
|
21359
|
+
property :kms_key_reference, as: 'kmsKeyReference'
|
21360
|
+
property :sdl_bundle_path, as: 'sdlBundlePath'
|
21361
|
+
property :spanner_borg_service_account, as: 'spannerBorgServiceAccount'
|
21362
|
+
property :spanner_local_name_prefix, as: 'spannerLocalNamePrefix'
|
21363
|
+
property :spanner_namespace, as: 'spannerNamespace'
|
21364
|
+
property :spanner_universe, as: 'spannerUniverse'
|
21365
|
+
end
|
21366
|
+
end
|
21367
|
+
|
21368
|
+
class CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions
|
21369
|
+
# @private
|
21370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21371
|
+
property :cmek_cloud_resource_name, as: 'cmekCloudResourceName'
|
21372
|
+
property :cmek_cloud_resource_type, as: 'cmekCloudResourceType'
|
21373
|
+
property :cmek_service_name, as: 'cmekServiceName'
|
21374
|
+
end
|
21375
|
+
end
|
21376
|
+
|
21377
|
+
class CloudAiPlatformTenantresourceServiceAccountIdentity
|
21378
|
+
# @private
|
21379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21380
|
+
property :service_account_email, as: 'serviceAccountEmail'
|
21381
|
+
property :tag, as: 'tag'
|
21382
|
+
end
|
21383
|
+
end
|
21384
|
+
|
21385
|
+
class CloudAiPlatformTenantresourceTenantProjectConfig
|
21386
|
+
# @private
|
21387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21388
|
+
property :billing_config, as: 'billingConfig', class: Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1BillingConfig, decorator: Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1BillingConfig::Representation
|
21389
|
+
|
21390
|
+
property :folder, as: 'folder'
|
21391
|
+
collection :policy_bindings, as: 'policyBindings', class: Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1PolicyBinding, decorator: Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1PolicyBinding::Representation
|
21392
|
+
|
21393
|
+
collection :services, as: 'services'
|
21394
|
+
end
|
21395
|
+
end
|
21396
|
+
|
21397
|
+
class CloudAiPlatformTenantresourceTenantProjectResource
|
21398
|
+
# @private
|
21399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21400
|
+
collection :cloud_sql_instances, as: 'cloudSqlInstances', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceCloudSqlInstanceConfig, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceCloudSqlInstanceConfig::Representation
|
21401
|
+
|
21402
|
+
collection :gcs_buckets, as: 'gcsBuckets', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceGcsBucketConfig, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceGcsBucketConfig::Representation
|
21403
|
+
|
21404
|
+
collection :iam_policy_bindings, as: 'iamPolicyBindings', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceIamPolicyBinding, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceIamPolicyBinding::Representation
|
21405
|
+
|
21406
|
+
collection :infra_spanner_configs, as: 'infraSpannerConfigs', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceInfraSpannerConfig, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceInfraSpannerConfig::Representation
|
21407
|
+
|
21408
|
+
property :tag, as: 'tag'
|
21409
|
+
property :tenant_project_config, as: 'tenantProjectConfig', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantProjectConfig, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantProjectConfig::Representation
|
21410
|
+
|
21411
|
+
property :tenant_project_id, as: 'tenantProjectId'
|
21412
|
+
property :tenant_project_number, :numeric_string => true, as: 'tenantProjectNumber'
|
21413
|
+
collection :tenant_service_accounts, as: 'tenantServiceAccounts', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantServiceAccountIdentity, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantServiceAccountIdentity::Representation
|
21414
|
+
|
21415
|
+
end
|
21416
|
+
end
|
21417
|
+
|
21418
|
+
class CloudAiPlatformTenantresourceTenantResource
|
21419
|
+
# @private
|
21420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21421
|
+
collection :p4_service_accounts, as: 'p4ServiceAccounts', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceServiceAccountIdentity, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceServiceAccountIdentity::Representation
|
21422
|
+
|
21423
|
+
collection :tenant_project_resources, as: 'tenantProjectResources', class: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantProjectResource, decorator: Google::Apis::ContentwarehouseV1::CloudAiPlatformTenantresourceTenantProjectResource::Representation
|
21424
|
+
|
21425
|
+
end
|
21426
|
+
end
|
21427
|
+
|
21428
|
+
class CloudAiPlatformTenantresourceTenantServiceAccountIdentity
|
21429
|
+
# @private
|
21430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21431
|
+
property :service_account_email, as: 'serviceAccountEmail'
|
21432
|
+
property :service_name, as: 'serviceName'
|
21433
|
+
end
|
21434
|
+
end
|
21435
|
+
|
21061
21436
|
class CommerceDatastoreDeepTag
|
21062
21437
|
# @private
|
21063
21438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21800,6 +22175,15 @@ module Google
|
|
21800
22175
|
end
|
21801
22176
|
end
|
21802
22177
|
|
22178
|
+
class DrishtiCompressedFeature
|
22179
|
+
# @private
|
22180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22181
|
+
property :feature_name, as: 'featureName'
|
22182
|
+
property :in_range_bitstream, :base64 => true, as: 'inRangeBitstream'
|
22183
|
+
property :out_of_range_bitstream, :base64 => true, as: 'outOfRangeBitstream'
|
22184
|
+
end
|
22185
|
+
end
|
22186
|
+
|
21803
22187
|
class DrishtiDenseFeatureData
|
21804
22188
|
# @private
|
21805
22189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21832,6 +22216,8 @@ module Google
|
|
21832
22216
|
class DrishtiFeatureSetDataFeatureSetElement
|
21833
22217
|
# @private
|
21834
22218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
22219
|
+
property :compressed, as: 'compressed', class: Google::Apis::ContentwarehouseV1::DrishtiCompressedFeature, decorator: Google::Apis::ContentwarehouseV1::DrishtiCompressedFeature::Representation
|
22220
|
+
|
21835
22221
|
property :dense, as: 'dense', class: Google::Apis::ContentwarehouseV1::DrishtiDenseFeatureData, decorator: Google::Apis::ContentwarehouseV1::DrishtiDenseFeatureData::Representation
|
21836
22222
|
|
21837
22223
|
property :indexed, as: 'indexed', class: Google::Apis::ContentwarehouseV1::DrishtiIndexedFeatureData, decorator: Google::Apis::ContentwarehouseV1::DrishtiIndexedFeatureData::Representation
|
@@ -25308,6 +25694,21 @@ module Google
|
|
25308
25694
|
end
|
25309
25695
|
end
|
25310
25696
|
|
25697
|
+
class GoogleApiServiceconsumermanagementV1BillingConfig
|
25698
|
+
# @private
|
25699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25700
|
+
property :billing_account, as: 'billingAccount'
|
25701
|
+
end
|
25702
|
+
end
|
25703
|
+
|
25704
|
+
class GoogleApiServiceconsumermanagementV1PolicyBinding
|
25705
|
+
# @private
|
25706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
25707
|
+
collection :members, as: 'members'
|
25708
|
+
property :role, as: 'role'
|
25709
|
+
end
|
25710
|
+
end
|
25711
|
+
|
25311
25712
|
class GoogleAssistantAccessoryV1AudioOutConfig
|
25312
25713
|
# @private
|
25313
25714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25588,21 +25989,6 @@ module Google
|
|
25588
25989
|
end
|
25589
25990
|
end
|
25590
25991
|
|
25591
|
-
class GoogleCloudContentwarehouseV1DataExportJob
|
25592
|
-
# @private
|
25593
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
25594
|
-
property :create_time, as: 'createTime'
|
25595
|
-
property :dataset, as: 'dataset'
|
25596
|
-
property :frequency, as: 'frequency'
|
25597
|
-
property :id, as: 'id'
|
25598
|
-
property :location, as: 'location'
|
25599
|
-
property :project_number, :numeric_string => true, as: 'projectNumber'
|
25600
|
-
property :state, as: 'state'
|
25601
|
-
property :table, as: 'table'
|
25602
|
-
property :update_time, as: 'updateTime'
|
25603
|
-
end
|
25604
|
-
end
|
25605
|
-
|
25606
25992
|
class GoogleCloudContentwarehouseV1DataUpdateAction
|
25607
25993
|
# @private
|
25608
25994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25766,16 +26152,6 @@ module Google
|
|
25766
26152
|
end
|
25767
26153
|
end
|
25768
26154
|
|
25769
|
-
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
25770
|
-
# @private
|
25771
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
25772
|
-
property :doc_ai_dataset, as: 'docAiDataset'
|
25773
|
-
collection :documents, as: 'documents'
|
25774
|
-
property :export_folder_path, as: 'exportFolderPath'
|
25775
|
-
property :training_split_ratio, as: 'trainingSplitRatio'
|
25776
|
-
end
|
25777
|
-
end
|
25778
|
-
|
25779
26155
|
class GoogleCloudContentwarehouseV1FetchAclRequest
|
25780
26156
|
# @private
|
25781
26157
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25815,27 +26191,6 @@ module Google
|
|
25815
26191
|
end
|
25816
26192
|
end
|
25817
26193
|
|
25818
|
-
class GoogleCloudContentwarehouseV1GcsIngestPipeline
|
25819
|
-
# @private
|
25820
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
25821
|
-
property :input_path, as: 'inputPath'
|
25822
|
-
property :processor_type, as: 'processorType'
|
25823
|
-
property :schema_name, as: 'schemaName'
|
25824
|
-
end
|
25825
|
-
end
|
25826
|
-
|
25827
|
-
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
25828
|
-
# @private
|
25829
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
25830
|
-
collection :extract_processor_infos, as: 'extractProcessorInfos', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
25831
|
-
|
25832
|
-
property :input_path, as: 'inputPath'
|
25833
|
-
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
25834
|
-
property :split_classify_processor_info, as: 'splitClassifyProcessorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
25835
|
-
|
25836
|
-
end
|
25837
|
-
end
|
25838
|
-
|
25839
26194
|
class GoogleCloudContentwarehouseV1GetDocumentRequest
|
25840
26195
|
# @private
|
25841
26196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26005,17 +26360,6 @@ module Google
|
|
26005
26360
|
end
|
26006
26361
|
end
|
26007
26362
|
|
26008
|
-
class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
|
26009
|
-
# @private
|
26010
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
26011
|
-
collection :documents, as: 'documents'
|
26012
|
-
property :export_folder_path, as: 'exportFolderPath'
|
26013
|
-
property :processor_info, as: 'processorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
26014
|
-
|
26015
|
-
property :processor_results_folder_path, as: 'processorResultsFolderPath'
|
26016
|
-
end
|
26017
|
-
end
|
26018
|
-
|
26019
26363
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
26020
26364
|
# @private
|
26021
26365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26216,18 +26560,53 @@ module Google
|
|
26216
26560
|
end
|
26217
26561
|
end
|
26218
26562
|
|
26219
|
-
class
|
26563
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadata
|
26220
26564
|
# @private
|
26221
26565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
26222
|
-
property :
|
26566
|
+
property :export_to_cdw_pipeline_metadata, as: 'exportToCdwPipelineMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata::Representation
|
26223
26567
|
|
26224
|
-
property :
|
26568
|
+
property :failed_file_count, as: 'failedFileCount'
|
26569
|
+
property :gcs_ingest_pipeline_metadata, as: 'gcsIngestPipelineMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata::Representation
|
26225
26570
|
|
26226
|
-
|
26571
|
+
collection :individual_document_statuses, as: 'individualDocumentStatuses', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus::Representation
|
26227
26572
|
|
26228
|
-
property :
|
26573
|
+
property :process_with_doc_ai_pipeline_metadata, as: 'processWithDocAiPipelineMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata::Representation
|
26229
26574
|
|
26230
|
-
property :
|
26575
|
+
property :total_file_count, as: 'totalFileCount'
|
26576
|
+
property :user_info, as: 'userInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1UserInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1UserInfo::Representation
|
26577
|
+
|
26578
|
+
end
|
26579
|
+
end
|
26580
|
+
|
26581
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata
|
26582
|
+
# @private
|
26583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26584
|
+
property :doc_ai_dataset, as: 'docAiDataset'
|
26585
|
+
collection :documents, as: 'documents'
|
26586
|
+
end
|
26587
|
+
end
|
26588
|
+
|
26589
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
|
26590
|
+
# @private
|
26591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26592
|
+
property :input_path, as: 'inputPath'
|
26593
|
+
end
|
26594
|
+
end
|
26595
|
+
|
26596
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus
|
26597
|
+
# @private
|
26598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26599
|
+
property :document_id, as: 'documentId'
|
26600
|
+
property :status, as: 'status', class: Google::Apis::ContentwarehouseV1::GoogleRpcStatus, decorator: Google::Apis::ContentwarehouseV1::GoogleRpcStatus::Representation
|
26601
|
+
|
26602
|
+
end
|
26603
|
+
end
|
26604
|
+
|
26605
|
+
class GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata
|
26606
|
+
# @private
|
26607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26608
|
+
collection :documents, as: 'documents'
|
26609
|
+
property :processor_info, as: 'processorInfo', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo::Representation
|
26231
26610
|
|
26232
26611
|
end
|
26233
26612
|
end
|
@@ -27003,7 +27382,6 @@ module Google
|
|
27003
27382
|
# @private
|
27004
27383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
27005
27384
|
property :committed_until, as: 'committedUntil'
|
27006
|
-
property :committed_until_is_mixed, as: 'committedUntilIsMixed'
|
27007
27385
|
property :event_summary, as: 'eventSummary'
|
27008
27386
|
property :next_available, as: 'nextAvailable'
|
27009
27387
|
property :occupied_until, as: 'occupiedUntil'
|
@@ -27024,7 +27402,6 @@ module Google
|
|
27024
27402
|
# @private
|
27025
27403
|
class Representation < Google::Apis::Core::JsonRepresentation
|
27026
27404
|
property :committed_until, as: 'committedUntil'
|
27027
|
-
property :committed_until_is_mixed, as: 'committedUntilIsMixed'
|
27028
27405
|
property :next_available, as: 'nextAvailable'
|
27029
27406
|
property :occupied_until, as: 'occupiedUntil'
|
27030
27407
|
end
|
@@ -27040,7 +27417,6 @@ module Google
|
|
27040
27417
|
# @private
|
27041
27418
|
class Representation < Google::Apis::Core::JsonRepresentation
|
27042
27419
|
property :committed_until, as: 'committedUntil'
|
27043
|
-
property :committed_until_is_mixed, as: 'committedUntilIsMixed'
|
27044
27420
|
property :event_summary, as: 'eventSummary'
|
27045
27421
|
property :in_meetings_until, as: 'inMeetingsUntil'
|
27046
27422
|
property :next_available, as: 'nextAvailable'
|
@@ -27076,7 +27452,6 @@ module Google
|
|
27076
27452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
27077
27453
|
property :come_back_time, as: 'comeBackTime'
|
27078
27454
|
property :committed_until, as: 'committedUntil'
|
27079
|
-
property :committed_until_is_mixed, as: 'committedUntilIsMixed'
|
27080
27455
|
property :event_summary, as: 'eventSummary'
|
27081
27456
|
end
|
27082
27457
|
end
|
@@ -36936,6 +37311,7 @@ module Google
|
|
36936
37311
|
|
36937
37312
|
property :dynamite_group_assignment_source, as: 'dynamiteGroupAssignmentSource', class: Google::Apis::ContentwarehouseV1::QualityActionsReminderDynamiteGroup, decorator: Google::Apis::ContentwarehouseV1::QualityActionsReminderDynamiteGroup::Representation
|
36938
37313
|
|
37314
|
+
property :extra_notification_device_id, as: 'extraNotificationDeviceId'
|
36939
37315
|
property :id, as: 'id'
|
36940
37316
|
property :location, as: 'location', class: Google::Apis::ContentwarehouseV1::QualityActionsReminderLocation, decorator: Google::Apis::ContentwarehouseV1::QualityActionsReminderLocation::Representation
|
36941
37317
|
|
@@ -38252,6 +38628,7 @@ module Google
|
|
38252
38628
|
property :condition, as: 'condition'
|
38253
38629
|
property :control_type, as: 'controlType'
|
38254
38630
|
collection :fingerprint_of_offer_urls, as: 'fingerprintOfOfferUrls'
|
38631
|
+
collection :gtin_value, as: 'gtinValue'
|
38255
38632
|
collection :image_id, as: 'imageId'
|
38256
38633
|
collection :inferred_images, as: 'inferredImages', class: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationInferredImage, decorator: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationInferredImage::Representation
|
38257
38634
|
|
@@ -38315,6 +38692,7 @@ module Google
|
|
38315
38692
|
property :outlink_domain_relationship, as: 'outlinkDomainRelationship'
|
38316
38693
|
property :pblock, as: 'pblock', class: Google::Apis::ContentwarehouseV1::QualityShoppingShoppingAttachmentPBlock, decorator: Google::Apis::ContentwarehouseV1::QualityShoppingShoppingAttachmentPBlock::Representation
|
38317
38694
|
|
38695
|
+
collection :product_browseonomy_ids, as: 'productBrowseonomyIds'
|
38318
38696
|
property :product_cluster_mid, :numeric_string => true, as: 'productClusterMid'
|
38319
38697
|
property :product_popularity, as: 'productPopularity'
|
38320
38698
|
collection :relevance_embedding, as: 'relevanceEmbedding', class: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo, decorator: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo::Representation
|
@@ -40393,7 +40771,6 @@ module Google
|
|
40393
40771
|
property :lng_e7, as: 'lngE7'
|
40394
40772
|
property :oyster_id, as: 'oysterId', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
|
40395
40773
|
|
40396
|
-
property :single_topicness_e2, as: 'singleTopicnessE2'
|
40397
40774
|
end
|
40398
40775
|
end
|
40399
40776
|
|
@@ -40497,15 +40874,6 @@ module Google
|
|
40497
40874
|
collection :topicality_e2, as: 'topicalityE2'
|
40498
40875
|
collection :unbound_intent_mid, as: 'unboundIntentMid'
|
40499
40876
|
collection :unbound_intent_score_e2, as: 'unboundIntentScoreE2'
|
40500
|
-
collection :undermerged_members, as: 'undermergedMembers', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefMustangAttachmentUndermergedMembers, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefMustangAttachmentUndermergedMembers::Representation
|
40501
|
-
|
40502
|
-
end
|
40503
|
-
end
|
40504
|
-
|
40505
|
-
class RepositoryWebrefWebrefMustangAttachmentUndermergedMembers
|
40506
|
-
# @private
|
40507
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
40508
|
-
collection :encoded_mid, as: 'encodedMid'
|
40509
40877
|
end
|
40510
40878
|
end
|
40511
40879
|
|
@@ -40724,6 +41092,17 @@ module Google
|
|
40724
41092
|
end
|
40725
41093
|
end
|
40726
41094
|
|
41095
|
+
class ResearchScamNumericRestrictNamespace
|
41096
|
+
# @private
|
41097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
41098
|
+
property :namespace, as: 'namespace'
|
41099
|
+
property :op, as: 'op'
|
41100
|
+
property :value_double, as: 'valueDouble'
|
41101
|
+
property :value_float, as: 'valueFloat'
|
41102
|
+
property :value_int, :numeric_string => true, as: 'valueInt'
|
41103
|
+
end
|
41104
|
+
end
|
41105
|
+
|
40727
41106
|
class ResearchScamOnlineSearchLatencyStats
|
40728
41107
|
# @private
|
40729
41108
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -40783,6 +41162,8 @@ module Google
|
|
40783
41162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40784
41163
|
collection :namespaces, as: 'namespaces', class: Google::Apis::ContentwarehouseV1::ResearchScamTokenNamespace, decorator: Google::Apis::ContentwarehouseV1::ResearchScamTokenNamespace::Representation
|
40785
41164
|
|
41165
|
+
collection :numeric_namespaces, as: 'numericNamespaces', class: Google::Apis::ContentwarehouseV1::ResearchScamNumericRestrictNamespace, decorator: Google::Apis::ContentwarehouseV1::ResearchScamNumericRestrictNamespace::Representation
|
41166
|
+
|
40786
41167
|
end
|
40787
41168
|
end
|
40788
41169
|
|
@@ -41385,6 +41766,7 @@ module Google
|
|
41385
41766
|
class ScienceCitationFundingExtractionInfo
|
41386
41767
|
# @private
|
41387
41768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41769
|
+
property :cleared_funding, as: 'ClearedFunding'
|
41388
41770
|
property :debug_funding_text_block, as: 'DebugFundingTextBlock'
|
41389
41771
|
property :doc_part, as: 'DocPart'
|
41390
41772
|
property :parse_section, as: 'ParseSection'
|
@@ -42051,7 +42433,6 @@ module Google
|
|
42051
42433
|
property :is_smartphone_optimized, as: 'isSmartphoneOptimized'
|
42052
42434
|
property :is_web_error_mobile_content, as: 'isWebErrorMobileContent'
|
42053
42435
|
property :maximum_flash_ratio, as: 'maximumFlashRatio'
|
42054
|
-
property :mobile_friendly_score, as: 'mobileFriendlyScore'
|
42055
42436
|
property :violates_mobile_interstitial_policy, as: 'violatesMobileInterstitialPolicy'
|
42056
42437
|
end
|
42057
42438
|
end
|
@@ -43328,7 +43709,7 @@ module Google
|
|
43328
43709
|
class TravelFlightsAirlineConfig
|
43329
43710
|
# @private
|
43330
43711
|
class Representation < Google::Apis::Core::JsonRepresentation
|
43331
|
-
property :adwords_cid, as: 'adwordsCid'
|
43712
|
+
property :adwords_cid, :numeric_string => true, as: 'adwordsCid'
|
43332
43713
|
property :alliance, as: 'alliance'
|
43333
43714
|
property :baggage_carryon_limitations_urls, as: 'baggageCarryonLimitationsUrls', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
|
43334
43715
|
|
@@ -46149,6 +46530,7 @@ module Google
|
|
46149
46530
|
property :best_thumbnail_type, as: 'bestThumbnailType'
|
46150
46531
|
property :crops, as: 'crops'
|
46151
46532
|
property :deep_crop_bytes, :base64 => true, as: 'deepCropBytes'
|
46533
|
+
property :dime_score, as: 'dimeScore'
|
46152
46534
|
property :docid, :numeric_string => true, as: 'docid'
|
46153
46535
|
property :document_trust, as: 'documentTrust'
|
46154
46536
|
property :eq_star, as: 'eqStar'
|