google-apis-contentwarehouse_v1 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contentwarehouse_v1/classes.rb +539 -247
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +213 -89
- data/lib/google/apis/contentwarehouse_v1/service.rb +0 -18
- 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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230122"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -784,6 +784,12 @@ module Google
|
|
784
784
|
include Google::Apis::Core::JsonObjectSupport
|
785
785
|
end
|
786
786
|
|
787
|
+
class AppsPeopleOzExternalMergedpeopleapiNamePronunciationAudioMetadataInfo
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
787
793
|
class AppsPeopleOzExternalMergedpeopleapiNickname
|
788
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
795
|
|
@@ -2662,6 +2668,12 @@ module Google
|
|
2662
2668
|
include Google::Apis::Core::JsonObjectSupport
|
2663
2669
|
end
|
2664
2670
|
|
2671
|
+
class AssistantLogsProviderAnnotationLog
|
2672
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2673
|
+
|
2674
|
+
include Google::Apis::Core::JsonObjectSupport
|
2675
|
+
end
|
2676
|
+
|
2665
2677
|
class AssistantLogsQueryAnnotationLog
|
2666
2678
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
2679
|
|
@@ -3436,6 +3448,18 @@ module Google
|
|
3436
3448
|
include Google::Apis::Core::JsonObjectSupport
|
3437
3449
|
end
|
3438
3450
|
|
3451
|
+
class DrishtiQuantizedByteDenseFeatureData
|
3452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3453
|
+
|
3454
|
+
include Google::Apis::Core::JsonObjectSupport
|
3455
|
+
end
|
3456
|
+
|
3457
|
+
class DrishtiQuantizedByteIndexedFeatureData
|
3458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3459
|
+
|
3460
|
+
include Google::Apis::Core::JsonObjectSupport
|
3461
|
+
end
|
3462
|
+
|
3439
3463
|
class DrishtiQuantizedDenseFeatureData
|
3440
3464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
3465
|
|
@@ -3532,30 +3556,6 @@ module Google
|
|
3532
3556
|
include Google::Apis::Core::JsonObjectSupport
|
3533
3557
|
end
|
3534
3558
|
|
3535
|
-
class EntitySignalsClassificationOutput
|
3536
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3537
|
-
|
3538
|
-
include Google::Apis::Core::JsonObjectSupport
|
3539
|
-
end
|
3540
|
-
|
3541
|
-
class EntitySignalsEntityClassification
|
3542
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3543
|
-
|
3544
|
-
include Google::Apis::Core::JsonObjectSupport
|
3545
|
-
end
|
3546
|
-
|
3547
|
-
class EntitySignalsEntityFeature
|
3548
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3549
|
-
|
3550
|
-
include Google::Apis::Core::JsonObjectSupport
|
3551
|
-
end
|
3552
|
-
|
3553
|
-
class EntitySignalsWeightedRelevanceRating
|
3554
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3555
|
-
|
3556
|
-
include Google::Apis::Core::JsonObjectSupport
|
3557
|
-
end
|
3558
|
-
|
3559
3559
|
class EventIdMessage
|
3560
3560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3561
3561
|
|
@@ -10588,6 +10588,18 @@ module Google
|
|
10588
10588
|
include Google::Apis::Core::JsonObjectSupport
|
10589
10589
|
end
|
10590
10590
|
|
10591
|
+
class QualityNsrNsrChunksProto
|
10592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
10593
|
+
|
10594
|
+
include Google::Apis::Core::JsonObjectSupport
|
10595
|
+
end
|
10596
|
+
|
10597
|
+
class QualityNsrNsrChunksWithSourceInfo
|
10598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
10599
|
+
|
10600
|
+
include Google::Apis::Core::JsonObjectSupport
|
10601
|
+
end
|
10602
|
+
|
10591
10603
|
class QualityNsrNsrData
|
10592
10604
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
10593
10605
|
|
@@ -11728,12 +11740,6 @@ module Google
|
|
11728
11740
|
include Google::Apis::Core::JsonObjectSupport
|
11729
11741
|
end
|
11730
11742
|
|
11731
|
-
class RepositoryWebrefPatternInfo
|
11732
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11733
|
-
|
11734
|
-
include Google::Apis::Core::JsonObjectSupport
|
11735
|
-
end
|
11736
|
-
|
11737
11743
|
class RepositoryWebrefPerDocRelevanceRating
|
11738
11744
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11739
11745
|
|
@@ -12946,6 +12952,12 @@ module Google
|
|
12946
12952
|
include Google::Apis::Core::JsonObjectSupport
|
12947
12953
|
end
|
12948
12954
|
|
12955
|
+
class SocialGraphApiProtoDecorationOverlay
|
12956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12957
|
+
|
12958
|
+
include Google::Apis::Core::JsonObjectSupport
|
12959
|
+
end
|
12960
|
+
|
12949
12961
|
class SocialGraphApiProtoDelegatedGroupId
|
12950
12962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12951
12963
|
|
@@ -12964,6 +12976,12 @@ module Google
|
|
12964
12976
|
include Google::Apis::Core::JsonObjectSupport
|
12965
12977
|
end
|
12966
12978
|
|
12979
|
+
class SocialGraphApiProtoImageReference
|
12980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12981
|
+
|
12982
|
+
include Google::Apis::Core::JsonObjectSupport
|
12983
|
+
end
|
12984
|
+
|
12967
12985
|
class SocialGraphApiProtoLimitedProfileNameSettings
|
12968
12986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12969
12987
|
|
@@ -13000,6 +13018,12 @@ module Google
|
|
13000
13018
|
include Google::Apis::Core::JsonObjectSupport
|
13001
13019
|
end
|
13002
13020
|
|
13021
|
+
class SocialGraphApiProtoNamePronunciationAudioMetadata
|
13022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13023
|
+
|
13024
|
+
include Google::Apis::Core::JsonObjectSupport
|
13025
|
+
end
|
13026
|
+
|
13003
13027
|
class SocialGraphApiProtoNotificationTrigger
|
13004
13028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13005
13029
|
|
@@ -13030,6 +13054,12 @@ module Google
|
|
13030
13054
|
include Google::Apis::Core::JsonObjectSupport
|
13031
13055
|
end
|
13032
13056
|
|
13057
|
+
class SocialGraphApiProtoPhotoOverlay
|
13058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13059
|
+
|
13060
|
+
include Google::Apis::Core::JsonObjectSupport
|
13061
|
+
end
|
13062
|
+
|
13033
13063
|
class SocialGraphApiProtoPrompt
|
13034
13064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13035
13065
|
|
@@ -13078,6 +13108,18 @@ module Google
|
|
13078
13108
|
include Google::Apis::Core::JsonObjectSupport
|
13079
13109
|
end
|
13080
13110
|
|
13111
|
+
class SocialGraphApiProtoRelativePosition
|
13112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13113
|
+
|
13114
|
+
include Google::Apis::Core::JsonObjectSupport
|
13115
|
+
end
|
13116
|
+
|
13117
|
+
class SocialGraphApiProtoRelativeScale
|
13118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13119
|
+
|
13120
|
+
include Google::Apis::Core::JsonObjectSupport
|
13121
|
+
end
|
13122
|
+
|
13081
13123
|
class SocialGraphApiProtoSearchProfileData
|
13082
13124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
13083
13125
|
|
@@ -16131,6 +16173,16 @@ module Google
|
|
16131
16173
|
end
|
16132
16174
|
end
|
16133
16175
|
|
16176
|
+
class AppsPeopleOzExternalMergedpeopleapiNamePronunciationAudioMetadataInfo
|
16177
|
+
# @private
|
16178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16179
|
+
property :metadata, as: 'metadata', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata::Representation
|
16180
|
+
|
16181
|
+
property :name_pronunciation_audio_metadata, as: 'namePronunciationAudioMetadata', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoNamePronunciationAudioMetadata, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoNamePronunciationAudioMetadata::Representation
|
16182
|
+
|
16183
|
+
end
|
16184
|
+
end
|
16185
|
+
|
16134
16186
|
class AppsPeopleOzExternalMergedpeopleapiNickname
|
16135
16187
|
# @private
|
16136
16188
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16330,6 +16382,8 @@ module Google
|
|
16330
16382
|
|
16331
16383
|
collection :name, as: 'name', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiName, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiName::Representation
|
16332
16384
|
|
16385
|
+
collection :name_pronunciation_audio_metadata_info, as: 'namePronunciationAudioMetadataInfo', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiNamePronunciationAudioMetadataInfo, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiNamePronunciationAudioMetadataInfo::Representation
|
16386
|
+
|
16333
16387
|
collection :nickname, as: 'nickname', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiNickname, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiNickname::Representation
|
16334
16388
|
|
16335
16389
|
collection :occupation, as: 'occupation', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiOccupation, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiOccupation::Representation
|
@@ -16573,6 +16627,8 @@ module Google
|
|
16573
16627
|
class AppsPeopleOzExternalMergedpeopleapiPhoto
|
16574
16628
|
# @private
|
16575
16629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16630
|
+
collection :decoration, as: 'decoration', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoDecorationOverlay, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoDecorationOverlay::Representation
|
16631
|
+
|
16576
16632
|
property :emoji_avatar_url, as: 'emojiAvatarUrl'
|
16577
16633
|
property :glyph, as: 'glyph'
|
16578
16634
|
collection :html_attribution, as: 'htmlAttribution'
|
@@ -16581,6 +16637,8 @@ module Google
|
|
16581
16637
|
property :metadata, as: 'metadata', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata::Representation
|
16582
16638
|
|
16583
16639
|
property :monogram_background, as: 'monogramBackground'
|
16640
|
+
property :original_photo, as: 'originalPhoto', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoImageReference, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoImageReference::Representation
|
16641
|
+
|
16584
16642
|
property :photo_id, as: 'photoId', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPhotoPhotoStorageId, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPhotoPhotoStorageId::Representation
|
16585
16643
|
|
16586
16644
|
property :photo_token, as: 'photoToken'
|
@@ -18968,6 +19026,7 @@ module Google
|
|
18968
19026
|
property :feature_specific_action_support, as: 'featureSpecificActionSupport', class: Google::Apis::ContentwarehouseV1::AssistantApiFeatureSpecificActionSupport, decorator: Google::Apis::ContentwarehouseV1::AssistantApiFeatureSpecificActionSupport::Representation
|
18969
19027
|
|
18970
19028
|
property :feature_specific_app_actions_notification_supported, as: 'featureSpecificAppActionsNotificationSupported'
|
19029
|
+
property :multi_step_try_saying_supported, as: 'multiStepTrySayingSupported'
|
18971
19030
|
property :rule_id_in_execution_context_supported, as: 'ruleIdInExecutionContextSupported'
|
18972
19031
|
property :show_executed_text_supported, as: 'showExecutedTextSupported'
|
18973
19032
|
property :show_translation_supported, as: 'showTranslationSupported'
|
@@ -19580,9 +19639,11 @@ module Google
|
|
19580
19639
|
class AssistantGroundingRankerMediaGroundingProviderFeatures
|
19581
19640
|
# @private
|
19582
19641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19642
|
+
property :is_cast_video, as: 'isCastVideo'
|
19583
19643
|
property :is_seed_radio, as: 'isSeedRadio'
|
19584
19644
|
property :is_seed_radio_request, as: 'isSeedRadioRequest'
|
19585
19645
|
property :msc_rate, as: 'mscRate'
|
19646
|
+
property :scubed_p_sai_music, as: 'scubedPSaiMusic'
|
19586
19647
|
end
|
19587
19648
|
end
|
19588
19649
|
|
@@ -19946,6 +20007,13 @@ module Google
|
|
19946
20007
|
end
|
19947
20008
|
end
|
19948
20009
|
|
20010
|
+
class AssistantLogsProviderAnnotationLog
|
20011
|
+
# @private
|
20012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20013
|
+
collection :package_names, as: 'packageNames'
|
20014
|
+
end
|
20015
|
+
end
|
20016
|
+
|
19949
20017
|
class AssistantLogsQueryAnnotationLog
|
19950
20018
|
# @private
|
19951
20019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19953,6 +20021,8 @@ module Google
|
|
19953
20021
|
|
19954
20022
|
collection :device_annotations, as: 'deviceAnnotations', class: Google::Apis::ContentwarehouseV1::AssistantLogsDeviceAnnotationLog, decorator: Google::Apis::ContentwarehouseV1::AssistantLogsDeviceAnnotationLog::Representation
|
19955
20023
|
|
20024
|
+
property :provider_annotation, as: 'providerAnnotation', class: Google::Apis::ContentwarehouseV1::AssistantLogsProviderAnnotationLog, decorator: Google::Apis::ContentwarehouseV1::AssistantLogsProviderAnnotationLog::Representation
|
20025
|
+
|
19956
20026
|
property :room_annotation, as: 'roomAnnotation', class: Google::Apis::ContentwarehouseV1::AssistantLogsRoomAnnotationLog, decorator: Google::Apis::ContentwarehouseV1::AssistantLogsRoomAnnotationLog::Representation
|
19957
20027
|
|
19958
20028
|
collection :room_annotations, as: 'roomAnnotations', class: Google::Apis::ContentwarehouseV1::AssistantLogsRoomAnnotationLog, decorator: Google::Apis::ContentwarehouseV1::AssistantLogsRoomAnnotationLog::Representation
|
@@ -20548,6 +20618,7 @@ module Google
|
|
20548
20618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20549
20619
|
property :name, as: 'name'
|
20550
20620
|
collection :services, as: 'services'
|
20621
|
+
property :use_case, as: 'useCase'
|
20551
20622
|
end
|
20552
20623
|
end
|
20553
20624
|
|
@@ -21499,6 +21570,10 @@ module Google
|
|
21499
21570
|
property :name, as: 'name'
|
21500
21571
|
property :quantized, as: 'quantized', class: Google::Apis::ContentwarehouseV1::DrishtiQuantizedDenseFeatureData, decorator: Google::Apis::ContentwarehouseV1::DrishtiQuantizedDenseFeatureData::Representation
|
21501
21572
|
|
21573
|
+
property :quantized_byte_dense, as: 'quantizedByteDense', class: Google::Apis::ContentwarehouseV1::DrishtiQuantizedByteDenseFeatureData, decorator: Google::Apis::ContentwarehouseV1::DrishtiQuantizedByteDenseFeatureData::Representation
|
21574
|
+
|
21575
|
+
property :quantized_byte_indexed, as: 'quantizedByteIndexed', class: Google::Apis::ContentwarehouseV1::DrishtiQuantizedByteIndexedFeatureData, decorator: Google::Apis::ContentwarehouseV1::DrishtiQuantizedByteIndexedFeatureData::Representation
|
21576
|
+
|
21502
21577
|
property :sparse, as: 'sparse', class: Google::Apis::ContentwarehouseV1::DrishtiSparseFeatureData, decorator: Google::Apis::ContentwarehouseV1::DrishtiSparseFeatureData::Representation
|
21503
21578
|
|
21504
21579
|
end
|
@@ -21553,6 +21628,29 @@ module Google
|
|
21553
21628
|
end
|
21554
21629
|
end
|
21555
21630
|
|
21631
|
+
class DrishtiQuantizedByteDenseFeatureData
|
21632
|
+
# @private
|
21633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21634
|
+
collection :extra, as: 'extra', class: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra, decorator: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra::Representation
|
21635
|
+
|
21636
|
+
property :general_extra, as: 'generalExtra', class: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra, decorator: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra::Representation
|
21637
|
+
|
21638
|
+
property :value, :base64 => true, as: 'value'
|
21639
|
+
end
|
21640
|
+
end
|
21641
|
+
|
21642
|
+
class DrishtiQuantizedByteIndexedFeatureData
|
21643
|
+
# @private
|
21644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21645
|
+
collection :extra, as: 'extra', class: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra, decorator: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra::Representation
|
21646
|
+
|
21647
|
+
property :general_extra, as: 'generalExtra', class: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra, decorator: Google::Apis::ContentwarehouseV1::DrishtiFeatureExtra::Representation
|
21648
|
+
|
21649
|
+
collection :index, as: 'index'
|
21650
|
+
property :value, :base64 => true, as: 'value'
|
21651
|
+
end
|
21652
|
+
end
|
21653
|
+
|
21556
21654
|
class DrishtiQuantizedDenseFeatureData
|
21557
21655
|
# @private
|
21558
21656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21759,43 +21857,6 @@ module Google
|
|
21759
21857
|
end
|
21760
21858
|
end
|
21761
21859
|
|
21762
|
-
class EntitySignalsClassificationOutput
|
21763
|
-
# @private
|
21764
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
21765
|
-
collection :labels, as: 'labels', class: Google::Apis::ContentwarehouseV1::EntitySignalsWeightedRelevanceRating, decorator: Google::Apis::ContentwarehouseV1::EntitySignalsWeightedRelevanceRating::Representation
|
21766
|
-
|
21767
|
-
property :relevance_score, as: 'relevanceScore'
|
21768
|
-
end
|
21769
|
-
end
|
21770
|
-
|
21771
|
-
class EntitySignalsEntityClassification
|
21772
|
-
# @private
|
21773
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
21774
|
-
property :entity_id, as: 'entityId'
|
21775
|
-
collection :features, as: 'features', class: Google::Apis::ContentwarehouseV1::EntitySignalsEntityFeature, decorator: Google::Apis::ContentwarehouseV1::EntitySignalsEntityFeature::Representation
|
21776
|
-
|
21777
|
-
property :output, as: 'output', class: Google::Apis::ContentwarehouseV1::EntitySignalsClassificationOutput, decorator: Google::Apis::ContentwarehouseV1::EntitySignalsClassificationOutput::Representation
|
21778
|
-
|
21779
|
-
end
|
21780
|
-
end
|
21781
|
-
|
21782
|
-
class EntitySignalsEntityFeature
|
21783
|
-
# @private
|
21784
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
21785
|
-
property :code, as: 'code'
|
21786
|
-
property :name, as: 'name'
|
21787
|
-
property :value, as: 'value'
|
21788
|
-
end
|
21789
|
-
end
|
21790
|
-
|
21791
|
-
class EntitySignalsWeightedRelevanceRating
|
21792
|
-
# @private
|
21793
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
21794
|
-
property :rating, as: 'rating'
|
21795
|
-
property :weight, as: 'weight'
|
21796
|
-
end
|
21797
|
-
end
|
21798
|
-
|
21799
21860
|
class EventIdMessage
|
21800
21861
|
# @private
|
21801
21862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -30850,6 +30911,7 @@ module Google
|
|
30850
30911
|
class KnowledgeAnswersSemanticType
|
30851
30912
|
# @private
|
30852
30913
|
class Representation < Google::Apis::Core::JsonRepresentation
|
30914
|
+
property :allow_all, as: 'allowAll'
|
30853
30915
|
property :includes_containing_intent, as: 'includesContainingIntent'
|
30854
30916
|
collection :name, as: 'name'
|
30855
30917
|
collection :name_remodelings, as: 'nameRemodelings', class: Google::Apis::ContentwarehouseV1::NlpMeaningSemanticTypeNameMeaningRemodelings, decorator: Google::Apis::ContentwarehouseV1::NlpMeaningSemanticTypeNameMeaningRemodelings::Representation
|
@@ -36674,6 +36736,8 @@ module Google
|
|
36674
36736
|
class QualityCalypsoAppsUniversalImageData
|
36675
36737
|
# @private
|
36676
36738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
36739
|
+
property :enhanced_image, as: 'enhancedImage', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImage, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImage::Representation
|
36740
|
+
|
36677
36741
|
property :feature_graphic, as: 'featureGraphic', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImage, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImage::Representation
|
36678
36742
|
|
36679
36743
|
collection :screenshot, as: 'screenshot', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImage, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImage::Representation
|
@@ -37031,6 +37095,23 @@ module Google
|
|
37031
37095
|
end
|
37032
37096
|
end
|
37033
37097
|
|
37098
|
+
class QualityNsrNsrChunksProto
|
37099
|
+
# @private
|
37100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
37101
|
+
property :primary_chunk, as: 'primaryChunk'
|
37102
|
+
collection :secondary_chunks, as: 'secondaryChunks'
|
37103
|
+
end
|
37104
|
+
end
|
37105
|
+
|
37106
|
+
class QualityNsrNsrChunksWithSourceInfo
|
37107
|
+
# @private
|
37108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
37109
|
+
property :nsr_chunks, as: 'nsrChunks', class: Google::Apis::ContentwarehouseV1::QualityNsrNsrChunksProto, decorator: Google::Apis::ContentwarehouseV1::QualityNsrNsrChunksProto::Representation
|
37110
|
+
|
37111
|
+
property :site_chunk_source, as: 'siteChunkSource'
|
37112
|
+
end
|
37113
|
+
end
|
37114
|
+
|
37034
37115
|
class QualityNsrNsrData
|
37035
37116
|
# @private
|
37036
37117
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -37081,6 +37162,8 @@ module Google
|
|
37081
37162
|
property :tofu, as: 'tofu'
|
37082
37163
|
property :ugc_score, as: 'ugcScore'
|
37083
37164
|
property :url, as: 'url'
|
37165
|
+
collection :versioned_asr_data, as: 'versionedAsrData', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
37166
|
+
|
37084
37167
|
collection :versioned_data, as: 'versionedData', class: Google::Apis::ContentwarehouseV1::QualityNsrNsrVersionedData, decorator: Google::Apis::ContentwarehouseV1::QualityNsrNsrVersionedData::Representation
|
37085
37168
|
|
37086
37169
|
property :video_score, as: 'videoScore'
|
@@ -37104,6 +37187,11 @@ module Google
|
|
37104
37187
|
property :encoded_lookup_information, :base64 => true, as: 'encodedLookupInformation'
|
37105
37188
|
hash :goldmine_lookup_key_per_field, as: 'goldmineLookupKeyPerField'
|
37106
37189
|
collection :goldmine_lookup_keys, as: 'goldmineLookupKeys'
|
37190
|
+
property :last_time_processed_goldmine_in_seconds, :numeric_string => true, as: 'lastTimeProcessedGoldmineInSeconds'
|
37191
|
+
property :last_time_processed_mdu_in_seconds, :numeric_string => true, as: 'lastTimeProcessedMduInSeconds'
|
37192
|
+
property :last_time_processed_raffia_in_seconds, :numeric_string => true, as: 'lastTimeProcessedRaffiaInSeconds'
|
37193
|
+
property :nsr_chunks_with_source_info, as: 'nsrChunksWithSourceInfo', class: Google::Apis::ContentwarehouseV1::QualityNsrNsrChunksWithSourceInfo, decorator: Google::Apis::ContentwarehouseV1::QualityNsrNsrChunksWithSourceInfo::Representation
|
37194
|
+
|
37107
37195
|
property :raffia_lookup_key, as: 'raffiaLookupKey'
|
37108
37196
|
hash :raffia_lookup_key_per_field, as: 'raffiaLookupKeyPerField'
|
37109
37197
|
collection :raffia_lookup_keys, as: 'raffiaLookupKeys'
|
@@ -37738,6 +37826,7 @@ module Google
|
|
37738
37826
|
collection :image_id, as: 'imageId'
|
37739
37827
|
collection :inferred_images, as: 'inferredImages', class: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationInferredImage, decorator: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationInferredImage::Representation
|
37740
37828
|
|
37829
|
+
property :is_lens_buildable, as: 'isLensBuildable'
|
37741
37830
|
property :matching_type, :numeric_string => true, as: 'matchingType'
|
37742
37831
|
property :merchant_account_id, :numeric_string => true, as: 'merchantAccountId'
|
37743
37832
|
property :merchant_item_id, as: 'merchantItemId'
|
@@ -38373,10 +38462,6 @@ module Google
|
|
38373
38462
|
# @private
|
38374
38463
|
class Representation < Google::Apis::Core::JsonRepresentation
|
38375
38464
|
property :description, as: 'description'
|
38376
|
-
collection :info_string, as: 'infoString'
|
38377
|
-
property :raw_classification, as: 'rawClassification', class: Google::Apis::ContentwarehouseV1::EntitySignalsEntityClassification, decorator: Google::Apis::ContentwarehouseV1::EntitySignalsEntityClassification::Representation
|
38378
|
-
|
38379
|
-
property :url, as: 'url'
|
38380
38465
|
end
|
38381
38466
|
end
|
38382
38467
|
|
@@ -38614,8 +38699,6 @@ module Google
|
|
38614
38699
|
class RepositoryWebrefDetailedEntityScores
|
38615
38700
|
# @private
|
38616
38701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
38617
|
-
property :anchor_score, as: 'anchorScore'
|
38618
|
-
property :body_score, as: 'bodyScore'
|
38619
38702
|
property :connectedness, as: 'connectedness'
|
38620
38703
|
property :doc_score, as: 'docScore'
|
38621
38704
|
property :geo_topic_normalized_score, as: 'geoTopicNormalizedScore'
|
@@ -38623,8 +38706,6 @@ module Google
|
|
38623
38706
|
property :is_publisher, as: 'isPublisher'
|
38624
38707
|
property :is_reference_page, as: 'isReferencePage'
|
38625
38708
|
property :local_entity_location_confidence, as: 'localEntityLocationConfidence'
|
38626
|
-
property :nb_score, as: 'nbScore'
|
38627
|
-
property :news_topicality_score, as: 'newsTopicalityScore'
|
38628
38709
|
property :normalized_topicality, as: 'normalizedTopicality'
|
38629
38710
|
property :reference_page_scores, as: 'referencePageScores', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefReferencePageScores, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefReferencePageScores::Representation
|
38630
38711
|
|
@@ -38635,9 +38716,6 @@ module Google
|
|
38635
38716
|
class RepositoryWebrefDetailedMentionScores
|
38636
38717
|
# @private
|
38637
38718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
38638
|
-
collection :pattern_info, as: 'patternInfo', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPatternInfo, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPatternInfo::Representation
|
38639
|
-
|
38640
|
-
property :posterior_for_learning, as: 'posteriorForLearning'
|
38641
38719
|
property :result_entity_score, as: 'resultEntityScore'
|
38642
38720
|
end
|
38643
38721
|
end
|
@@ -38803,6 +38881,7 @@ module Google
|
|
38803
38881
|
class RepositoryWebrefEntityNameRatingsEntityNameRating
|
38804
38882
|
# @private
|
38805
38883
|
class Representation < Google::Apis::Core::JsonRepresentation
|
38884
|
+
property :comment, as: 'comment'
|
38806
38885
|
property :label, as: 'label'
|
38807
38886
|
property :source, as: 'source'
|
38808
38887
|
end
|
@@ -39413,15 +39492,6 @@ module Google
|
|
39413
39492
|
end
|
39414
39493
|
end
|
39415
39494
|
|
39416
|
-
class RepositoryWebrefPatternInfo
|
39417
|
-
# @private
|
39418
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
39419
|
-
property :match_probability, as: 'matchProbability'
|
39420
|
-
property :other_slots_mentioned, as: 'otherSlotsMentioned'
|
39421
|
-
property :pattern, as: 'pattern'
|
39422
|
-
end
|
39423
|
-
end
|
39424
|
-
|
39425
39495
|
class RepositoryWebrefPerDocRelevanceRating
|
39426
39496
|
# @private
|
39427
39497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -40153,6 +40223,7 @@ module Google
|
|
40153
40223
|
property :feature_value_string, :base64 => true, as: 'featureValueString'
|
40154
40224
|
property :fixed_point_metadata, as: 'fixedPointMetadata', class: Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVectorFixedPointMetadata, decorator: Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVectorFixedPointMetadata::Representation
|
40155
40225
|
|
40226
|
+
property :internal_only_is_secondary_partition, as: 'internalOnlyIsSecondaryPartition'
|
40156
40227
|
property :norm_type, as: 'normType'
|
40157
40228
|
property :query_metadata, as: 'queryMetadata', class: Google::Apis::ContentwarehouseV1::ResearchScamQueryMetadata, decorator: Google::Apis::ContentwarehouseV1::ResearchScamQueryMetadata::Representation
|
40158
40229
|
|
@@ -40374,7 +40445,7 @@ module Google
|
|
40374
40445
|
collection :location_mid, as: 'locationMid'
|
40375
40446
|
collection :location_mid_label, as: 'locationMidLabel'
|
40376
40447
|
property :location_name, as: 'locationName'
|
40377
|
-
property :
|
40448
|
+
property :location_source, as: 'locationSource'
|
40378
40449
|
property :point_coordinates, as: 'pointCoordinates'
|
40379
40450
|
property :unformatted_coordinates, as: 'unformattedCoordinates'
|
40380
40451
|
end
|
@@ -40623,6 +40694,7 @@ module Google
|
|
40623
40694
|
class ScienceCitation
|
40624
40695
|
# @private
|
40625
40696
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40697
|
+
property :abstract_citation_source, as: 'AbstractCitationSource'
|
40626
40698
|
property :abstract_display, as: 'AbstractDisplay'
|
40627
40699
|
property :abstract_html, as: 'AbstractHtml'
|
40628
40700
|
property :abstract_html_left_over, as: 'AbstractHtmlLeftOver'
|
@@ -40936,7 +41008,6 @@ module Google
|
|
40936
41008
|
class ScienceIndexSignal
|
40937
41009
|
# @private
|
40938
41010
|
class Representation < Google::Apis::Core::JsonRepresentation
|
40939
|
-
collection :holdings_id, as: 'HoldingsId'
|
40940
41011
|
property :html_title_fp, :numeric_string => true, as: 'HtmlTitleFp'
|
40941
41012
|
property :index_selection_score, as: 'IndexSelectionScore'
|
40942
41013
|
property :num_backward_links, as: 'NumBackwardLinks'
|
@@ -40981,6 +41052,8 @@ module Google
|
|
40981
41052
|
class SdrEmbedding
|
40982
41053
|
# @private
|
40983
41054
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41055
|
+
property :compressed_embeddings, as: 'compressedEmbeddings', class: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo, decorator: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo::Representation
|
41056
|
+
|
40984
41057
|
collection :values, as: 'values'
|
40985
41058
|
property :version, as: 'version'
|
40986
41059
|
end
|
@@ -41866,6 +41939,15 @@ module Google
|
|
41866
41939
|
end
|
41867
41940
|
end
|
41868
41941
|
|
41942
|
+
class SocialGraphApiProtoDecorationOverlay
|
41943
|
+
# @private
|
41944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
41945
|
+
property :overlay, as: 'overlay', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPhotoOverlay, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPhotoOverlay::Representation
|
41946
|
+
|
41947
|
+
property :sibs_id, as: 'sibsId'
|
41948
|
+
end
|
41949
|
+
end
|
41950
|
+
|
41869
41951
|
class SocialGraphApiProtoDelegatedGroupId
|
41870
41952
|
# @private
|
41871
41953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -41887,6 +41969,13 @@ module Google
|
|
41887
41969
|
end
|
41888
41970
|
end
|
41889
41971
|
|
41972
|
+
class SocialGraphApiProtoImageReference
|
41973
|
+
# @private
|
41974
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
41975
|
+
property :media_id, as: 'mediaId'
|
41976
|
+
end
|
41977
|
+
end
|
41978
|
+
|
41890
41979
|
class SocialGraphApiProtoLimitedProfileNameSettings
|
41891
41980
|
# @private
|
41892
41981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -41944,6 +42033,14 @@ module Google
|
|
41944
42033
|
end
|
41945
42034
|
end
|
41946
42035
|
|
42036
|
+
class SocialGraphApiProtoNamePronunciationAudioMetadata
|
42037
|
+
# @private
|
42038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
42039
|
+
property :audio_source, as: 'audioSource'
|
42040
|
+
property :audio_state, as: 'audioState'
|
42041
|
+
end
|
42042
|
+
end
|
42043
|
+
|
41947
42044
|
class SocialGraphApiProtoNotificationTrigger
|
41948
42045
|
# @private
|
41949
42046
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -41998,6 +42095,16 @@ module Google
|
|
41998
42095
|
end
|
41999
42096
|
end
|
42000
42097
|
|
42098
|
+
class SocialGraphApiProtoPhotoOverlay
|
42099
|
+
# @private
|
42100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
42101
|
+
property :relative_position, as: 'relativePosition', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoRelativePosition, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoRelativePosition::Representation
|
42102
|
+
|
42103
|
+
property :relative_scale, as: 'relativeScale', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoRelativeScale, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoRelativeScale::Representation
|
42104
|
+
|
42105
|
+
end
|
42106
|
+
end
|
42107
|
+
|
42001
42108
|
class SocialGraphApiProtoPrompt
|
42002
42109
|
# @private
|
42003
42110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -42090,6 +42197,22 @@ module Google
|
|
42090
42197
|
end
|
42091
42198
|
end
|
42092
42199
|
|
42200
|
+
class SocialGraphApiProtoRelativePosition
|
42201
|
+
# @private
|
42202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
42203
|
+
property :x, as: 'x'
|
42204
|
+
property :y, as: 'y'
|
42205
|
+
end
|
42206
|
+
end
|
42207
|
+
|
42208
|
+
class SocialGraphApiProtoRelativeScale
|
42209
|
+
# @private
|
42210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
42211
|
+
property :x, as: 'x'
|
42212
|
+
property :y, as: 'y'
|
42213
|
+
end
|
42214
|
+
end
|
42215
|
+
|
42093
42216
|
class SocialGraphApiProtoSearchProfileData
|
42094
42217
|
# @private
|
42095
42218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -45492,6 +45615,7 @@ module Google
|
|
45492
45615
|
collection :meta_description_languages, as: 'metaDescriptionLanguages'
|
45493
45616
|
property :nearby_text, as: 'nearbyText'
|
45494
45617
|
property :noimageframeoverlayreason, as: 'noimageframeoverlayreason'
|
45618
|
+
property :nsr_sitechunk, as: 'nsrSitechunk'
|
45495
45619
|
property :partial_boilerplate_metadescription, as: 'partialBoilerplateMetadescription'
|
45496
45620
|
property :porn_stats, as: 'pornStats'
|
45497
45621
|
property :quality_without_adjustment, as: 'qualityWithoutAdjustment'
|
@@ -87,15 +87,6 @@ module Google
|
|
87
87
|
end
|
88
88
|
|
89
89
|
# Sets the access control policy for a resource. Replaces any existing policy.
|
90
|
-
# You can set ACL with condition for projects only. Supported operators are: `=`,
|
91
|
-
# `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `
|
92
|
-
# DocumentSchemaId` or property name and the right of the operator is a number
|
93
|
-
# or a quoted string. You must escape backslash (\\) and quote (\") characters.
|
94
|
-
# Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for
|
95
|
-
# example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are
|
96
|
-
# allowed in the expression. The expression must be < 6000 bytes in length.
|
97
|
-
# Sample condition: `"DocumentSchemaId = \"some schema id\" " OR SchemaId.
|
98
|
-
# floatPropertyName >= 10`
|
99
90
|
# @param [String] resource
|
100
91
|
# Required. REQUIRED: The resource for which the policy is being requested.
|
101
92
|
# Format for document: projects/`project_number`/locations/`location`/documents/`
|
@@ -624,15 +615,6 @@ module Google
|
|
624
615
|
end
|
625
616
|
|
626
617
|
# Sets the access control policy for a resource. Replaces any existing policy.
|
627
|
-
# You can set ACL with condition for projects only. Supported operators are: `=`,
|
628
|
-
# `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `
|
629
|
-
# DocumentSchemaId` or property name and the right of the operator is a number
|
630
|
-
# or a quoted string. You must escape backslash (\\) and quote (\") characters.
|
631
|
-
# Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for
|
632
|
-
# example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are
|
633
|
-
# allowed in the expression. The expression must be < 6000 bytes in length.
|
634
|
-
# Sample condition: `"DocumentSchemaId = \"some schema id\" " OR SchemaId.
|
635
|
-
# floatPropertyName >= 10`
|
636
618
|
# @param [String] resource
|
637
619
|
# Required. REQUIRED: The resource for which the policy is being requested.
|
638
620
|
# Format for document: projects/`project_number`/locations/`location`/documents/`
|