google-apis-contentwarehouse_v1 0.8.0 → 0.10.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.
@@ -2467,11 +2467,12 @@ module Google
2467
2467
  attr_accessor :age_disable_grace_period
2468
2468
 
2469
2469
  # Whether the user has opted in to display their birthday via photo decorations.
2470
+ # Only supported for PROFILE/DOMAIN_PROFILE container.
2470
2471
  # Corresponds to the JSON property `birthdayDecoration`
2471
2472
  # @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoBirthdayDecoration]
2472
2473
  attr_accessor :birthday_decoration
2473
2474
 
2474
- #
2475
+ # Only supported for PROFILE/DOMAIN_PROFILE/ACCOUNT container.
2475
2476
  # Corresponds to the JSON property `birthdayResolution`
2476
2477
  # @return [String]
2477
2478
  attr_accessor :birthday_resolution
@@ -7179,7 +7180,9 @@ module Google
7179
7180
 
7180
7181
  # A reference to a photo in either Photos Backend or SGI storage. This message
7181
7182
  # should be treated as an opaque blob to avoid a dependency on a specific
7182
- # storage backend.
7183
+ # storage backend. This version of ImageReference is visible outside of SGBE. Do
7184
+ # not add fields that should not be exposed outside of Profile Service and Image
7185
+ # Service.
7183
7186
  # Corresponds to the JSON property `originalPhoto`
7184
7187
  # @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoImageReference]
7185
7188
  attr_accessor :original_photo
@@ -9450,6 +9453,28 @@ module Google
9450
9453
  end
9451
9454
  end
9452
9455
 
9456
+ # Information about the readiness of Home app features on the device. As of
9457
+ # January 2023, this is only populated by Assistant on Android.
9458
+ class AssistantApiCapabilitiesHomeAppCapabilities
9459
+ include Google::Apis::Core::Hashable
9460
+
9461
+ # The app's installation and setup state. This is most pertinent for Tangor,
9462
+ # where lock screen Smart Home queries are fulfilled by a Home app activity that
9463
+ # may be blocked if this value is not `SETUP_STATE_COMPLETE`.
9464
+ # Corresponds to the JSON property `setupState`
9465
+ # @return [String]
9466
+ attr_accessor :setup_state
9467
+
9468
+ def initialize(**args)
9469
+ update!(**args)
9470
+ end
9471
+
9472
+ # Update properties of this object
9473
+ def update!(**args)
9474
+ @setup_state = args[:setup_state] if args.key?(:setup_state)
9475
+ end
9476
+ end
9477
+
9453
9478
  # Capabilities that are associated with Assistants on auto surfaces. This is
9454
9479
  # different from other capabilities such as CarSettingsCapabilities,
9455
9480
  # CloudCarCapabilities since they are specific to settings and 3P cloud
@@ -12221,7 +12246,7 @@ module Google
12221
12246
 
12222
12247
  # These capabilities represent what software features the client supports. This
12223
12248
  # should be determined based on the client's various software versions (OS, GSA
12224
- # version, etc). Next ID: 26
12249
+ # version, etc). Next ID: 27
12225
12250
  # Corresponds to the JSON property `software`
12226
12251
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSoftwareCapabilities]
12227
12252
  attr_accessor :software
@@ -16237,7 +16262,7 @@ module Google
16237
16262
 
16238
16263
  # These capabilities represent what software features the client supports. This
16239
16264
  # should be determined based on the client's various software versions (OS, GSA
16240
- # version, etc). Next ID: 26
16265
+ # version, etc). Next ID: 27
16241
16266
  class AssistantApiSoftwareCapabilities
16242
16267
  include Google::Apis::Core::Hashable
16243
16268
 
@@ -16299,6 +16324,12 @@ module Google
16299
16324
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiGcmCapabilities]
16300
16325
  attr_accessor :gcm_capabilities
16301
16326
 
16327
+ # Information about the readiness of Home app features on the device. As of
16328
+ # January 2023, this is only populated by Assistant on Android.
16329
+ # Corresponds to the JSON property `homeAppCapabilities`
16330
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiCapabilitiesHomeAppCapabilities]
16331
+ attr_accessor :home_app_capabilities
16332
+
16302
16333
  # Capabilities related to live TV channels.
16303
16334
  # Corresponds to the JSON property `liveTvChannelCapabilities`
16304
16335
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiLiveTvChannelCapabilities]
@@ -16355,7 +16386,7 @@ module Google
16355
16386
  attr_accessor :supported_client_op
16356
16387
 
16357
16388
  # These are the set of features that are supported by the device. It's a part of
16358
- # the SoftwareCapabilities of the device. Next ID: 62
16389
+ # the SoftwareCapabilities of the device. Next ID: 63
16359
16390
  # Corresponds to the JSON property `supportedFeatures`
16360
16391
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSupportedFeatures]
16361
16392
  attr_accessor :supported_features
@@ -16395,6 +16426,7 @@ module Google
16395
16426
  @cross_device_execution_capabilities = args[:cross_device_execution_capabilities] if args.key?(:cross_device_execution_capabilities)
16396
16427
  @gacs_capabilities = args[:gacs_capabilities] if args.key?(:gacs_capabilities)
16397
16428
  @gcm_capabilities = args[:gcm_capabilities] if args.key?(:gcm_capabilities)
16429
+ @home_app_capabilities = args[:home_app_capabilities] if args.key?(:home_app_capabilities)
16398
16430
  @live_tv_channel_capabilities = args[:live_tv_channel_capabilities] if args.key?(:live_tv_channel_capabilities)
16399
16431
  @oem_capabilities = args[:oem_capabilities] if args.key?(:oem_capabilities)
16400
16432
  @on_device_assistant_capabilities = args[:on_device_assistant_capabilities] if args.key?(:on_device_assistant_capabilities)
@@ -16765,7 +16797,7 @@ module Google
16765
16797
  end
16766
16798
 
16767
16799
  # These are the set of features that are supported by the device. It's a part of
16768
- # the SoftwareCapabilities of the device. Next ID: 62
16800
+ # the SoftwareCapabilities of the device. Next ID: 63
16769
16801
  class AssistantApiSupportedFeatures
16770
16802
  include Google::Apis::Core::Hashable
16771
16803
 
@@ -16841,6 +16873,14 @@ module Google
16841
16873
  attr_accessor :client_op_result_batching_supported
16842
16874
  alias_method :client_op_result_batching_supported?, :client_op_result_batching_supported
16843
16875
 
16876
+ # Whether the client supports confirmation flow before announcement of multiple
16877
+ # messages. If set to true the user will be prompted once and confirmation will
16878
+ # be taken before all the messages are announced.
16879
+ # Corresponds to the JSON property `confirmationBeforeReadingMultipleMessagesSupported`
16880
+ # @return [Boolean]
16881
+ attr_accessor :confirmation_before_reading_multiple_messages_supported
16882
+ alias_method :confirmation_before_reading_multiple_messages_supported?, :confirmation_before_reading_multiple_messages_supported
16883
+
16844
16884
  # Whether the client supports cross-device broadcast (i.e. on Torus).
16845
16885
  # Corresponds to the JSON property `crossDeviceBroadcastSupported`
16846
16886
  # @return [Boolean]
@@ -17193,6 +17233,7 @@ module Google
17193
17233
  @bypass_msg_notification_dismissal = args[:bypass_msg_notification_dismissal] if args.key?(:bypass_msg_notification_dismissal)
17194
17234
  @client1m_providers_supported = args[:client1m_providers_supported] if args.key?(:client1m_providers_supported)
17195
17235
  @client_op_result_batching_supported = args[:client_op_result_batching_supported] if args.key?(:client_op_result_batching_supported)
17236
+ @confirmation_before_reading_multiple_messages_supported = args[:confirmation_before_reading_multiple_messages_supported] if args.key?(:confirmation_before_reading_multiple_messages_supported)
17196
17237
  @cross_device_broadcast_supported = args[:cross_device_broadcast_supported] if args.key?(:cross_device_broadcast_supported)
17197
17238
  @cross_device_broadcast_version = args[:cross_device_broadcast_version] if args.key?(:cross_device_broadcast_version)
17198
17239
  @csat_visual_overlay_supported = args[:csat_visual_overlay_supported] if args.key?(:csat_visual_overlay_supported)
@@ -18785,6 +18826,97 @@ module Google
18785
18826
  end
18786
18827
  end
18787
18828
 
18829
+ #
18830
+ class AssistantGroundingRankerAssistantInteractionFeatures
18831
+ include Google::Apis::Core::Hashable
18832
+
18833
+ #
18834
+ # Corresponds to the JSON property `timeDecayed14dHalfLife`
18835
+ # @return [Float]
18836
+ attr_accessor :time_decayed14d_half_life
18837
+
18838
+ # Frequency features.
18839
+ # Corresponds to the JSON property `timeDecayed1dHalfLife`
18840
+ # @return [Float]
18841
+ attr_accessor :time_decayed1d_half_life
18842
+
18843
+ #
18844
+ # Corresponds to the JSON property `timeDecayed7dHalfLife`
18845
+ # @return [Float]
18846
+ attr_accessor :time_decayed7d_half_life
18847
+
18848
+ #
18849
+ # Corresponds to the JSON property `timeDecayedAccepted14dHalfLife`
18850
+ # @return [Float]
18851
+ attr_accessor :time_decayed_accepted14d_half_life
18852
+
18853
+ #
18854
+ # Corresponds to the JSON property `timeDecayedAuis14dHalfLife`
18855
+ # @return [Float]
18856
+ attr_accessor :time_decayed_auis14d_half_life
18857
+
18858
+ #
18859
+ # Corresponds to the JSON property `timeDecayedCanceled14dHalfLife`
18860
+ # @return [Float]
18861
+ attr_accessor :time_decayed_canceled14d_half_life
18862
+
18863
+ #
18864
+ # Corresponds to the JSON property `timeDecayedDeclined14dHalfLife`
18865
+ # @return [Float]
18866
+ attr_accessor :time_decayed_declined14d_half_life
18867
+
18868
+ #
18869
+ # Corresponds to the JSON property `timeSinceLastButOneCanceledActionSecs`
18870
+ # @return [Float]
18871
+ attr_accessor :time_since_last_but_one_canceled_action_secs
18872
+
18873
+ #
18874
+ # Corresponds to the JSON property `timeSinceLastButOneCompletedActionSecs`
18875
+ # @return [Float]
18876
+ attr_accessor :time_since_last_but_one_completed_action_secs
18877
+
18878
+ #
18879
+ # Corresponds to the JSON property `timeSinceLastButTwoCanceledActionSecs`
18880
+ # @return [Float]
18881
+ attr_accessor :time_since_last_but_two_canceled_action_secs
18882
+
18883
+ #
18884
+ # Corresponds to the JSON property `timeSinceLastButTwoCompletedActionSecs`
18885
+ # @return [Float]
18886
+ attr_accessor :time_since_last_but_two_completed_action_secs
18887
+
18888
+ #
18889
+ # Corresponds to the JSON property `timeSinceLastCanceledActionSecs`
18890
+ # @return [Float]
18891
+ attr_accessor :time_since_last_canceled_action_secs
18892
+
18893
+ # Recency features.
18894
+ # Corresponds to the JSON property `timeSinceLastCompletedActionSecs`
18895
+ # @return [Float]
18896
+ attr_accessor :time_since_last_completed_action_secs
18897
+
18898
+ def initialize(**args)
18899
+ update!(**args)
18900
+ end
18901
+
18902
+ # Update properties of this object
18903
+ def update!(**args)
18904
+ @time_decayed14d_half_life = args[:time_decayed14d_half_life] if args.key?(:time_decayed14d_half_life)
18905
+ @time_decayed1d_half_life = args[:time_decayed1d_half_life] if args.key?(:time_decayed1d_half_life)
18906
+ @time_decayed7d_half_life = args[:time_decayed7d_half_life] if args.key?(:time_decayed7d_half_life)
18907
+ @time_decayed_accepted14d_half_life = args[:time_decayed_accepted14d_half_life] if args.key?(:time_decayed_accepted14d_half_life)
18908
+ @time_decayed_auis14d_half_life = args[:time_decayed_auis14d_half_life] if args.key?(:time_decayed_auis14d_half_life)
18909
+ @time_decayed_canceled14d_half_life = args[:time_decayed_canceled14d_half_life] if args.key?(:time_decayed_canceled14d_half_life)
18910
+ @time_decayed_declined14d_half_life = args[:time_decayed_declined14d_half_life] if args.key?(:time_decayed_declined14d_half_life)
18911
+ @time_since_last_but_one_canceled_action_secs = args[:time_since_last_but_one_canceled_action_secs] if args.key?(:time_since_last_but_one_canceled_action_secs)
18912
+ @time_since_last_but_one_completed_action_secs = args[:time_since_last_but_one_completed_action_secs] if args.key?(:time_since_last_but_one_completed_action_secs)
18913
+ @time_since_last_but_two_canceled_action_secs = args[:time_since_last_but_two_canceled_action_secs] if args.key?(:time_since_last_but_two_canceled_action_secs)
18914
+ @time_since_last_but_two_completed_action_secs = args[:time_since_last_but_two_completed_action_secs] if args.key?(:time_since_last_but_two_completed_action_secs)
18915
+ @time_since_last_canceled_action_secs = args[:time_since_last_canceled_action_secs] if args.key?(:time_since_last_canceled_action_secs)
18916
+ @time_since_last_completed_action_secs = args[:time_since_last_completed_action_secs] if args.key?(:time_since_last_completed_action_secs)
18917
+ end
18918
+ end
18919
+
18788
18920
  # Features to be passed from Contact GP to HGR. Next ID: 13
18789
18921
  class AssistantGroundingRankerContactGroundingProviderFeatures
18790
18922
  include Google::Apis::Core::Hashable
@@ -18879,6 +19011,37 @@ module Google
18879
19011
  end
18880
19012
  end
18881
19013
 
19014
+ # Device contact affinity from android call logs.
19015
+ class AssistantGroundingRankerDeviceContactAffinityFeatures
19016
+ include Google::Apis::Core::Hashable
19017
+
19018
+ #
19019
+ # Corresponds to the JSON property `aggregateAffinity`
19020
+ # @return [Float]
19021
+ attr_accessor :aggregate_affinity
19022
+
19023
+ #
19024
+ # Corresponds to the JSON property `callAffinity`
19025
+ # @return [Float]
19026
+ attr_accessor :call_affinity
19027
+
19028
+ #
19029
+ # Corresponds to the JSON property `messageAffinity`
19030
+ # @return [Float]
19031
+ attr_accessor :message_affinity
19032
+
19033
+ def initialize(**args)
19034
+ update!(**args)
19035
+ end
19036
+
19037
+ # Update properties of this object
19038
+ def update!(**args)
19039
+ @aggregate_affinity = args[:aggregate_affinity] if args.key?(:aggregate_affinity)
19040
+ @call_affinity = args[:call_affinity] if args.key?(:call_affinity)
19041
+ @message_affinity = args[:message_affinity] if args.key?(:message_affinity)
19042
+ end
19043
+ end
19044
+
18882
19045
  # Next ID: 4
18883
19046
  class AssistantGroundingRankerGroundingProviderFeatures
18884
19047
  include Google::Apis::Core::Hashable
@@ -18910,6 +19073,125 @@ module Google
18910
19073
  end
18911
19074
  end
18912
19075
 
19076
+ #
19077
+ class AssistantGroundingRankerLaaFeatures
19078
+ include Google::Apis::Core::Hashable
19079
+
19080
+ #
19081
+ # Corresponds to the JSON property `bindingSet`
19082
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesBindingSet]
19083
+ attr_accessor :binding_set
19084
+
19085
+ #
19086
+ # Corresponds to the JSON property `communicationEndpoint`
19087
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesCommunicationEndpoint]
19088
+ attr_accessor :communication_endpoint
19089
+
19090
+ #
19091
+ # Corresponds to the JSON property `contact`
19092
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesContact]
19093
+ attr_accessor :contact
19094
+
19095
+ #
19096
+ # Corresponds to the JSON property `provider`
19097
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesProvider]
19098
+ attr_accessor :provider
19099
+
19100
+ def initialize(**args)
19101
+ update!(**args)
19102
+ end
19103
+
19104
+ # Update properties of this object
19105
+ def update!(**args)
19106
+ @binding_set = args[:binding_set] if args.key?(:binding_set)
19107
+ @communication_endpoint = args[:communication_endpoint] if args.key?(:communication_endpoint)
19108
+ @contact = args[:contact] if args.key?(:contact)
19109
+ @provider = args[:provider] if args.key?(:provider)
19110
+ end
19111
+ end
19112
+
19113
+ #
19114
+ class AssistantGroundingRankerLaaFeaturesBindingSet
19115
+ include Google::Apis::Core::Hashable
19116
+
19117
+ #
19118
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19119
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19120
+ attr_accessor :assistant_interaction_features
19121
+
19122
+ def initialize(**args)
19123
+ update!(**args)
19124
+ end
19125
+
19126
+ # Update properties of this object
19127
+ def update!(**args)
19128
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19129
+ end
19130
+ end
19131
+
19132
+ #
19133
+ class AssistantGroundingRankerLaaFeaturesCommunicationEndpoint
19134
+ include Google::Apis::Core::Hashable
19135
+
19136
+ #
19137
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19138
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19139
+ attr_accessor :assistant_interaction_features
19140
+
19141
+ def initialize(**args)
19142
+ update!(**args)
19143
+ end
19144
+
19145
+ # Update properties of this object
19146
+ def update!(**args)
19147
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19148
+ end
19149
+ end
19150
+
19151
+ #
19152
+ class AssistantGroundingRankerLaaFeaturesContact
19153
+ include Google::Apis::Core::Hashable
19154
+
19155
+ #
19156
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19157
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19158
+ attr_accessor :assistant_interaction_features
19159
+
19160
+ # Device contact affinity from android call logs.
19161
+ # Corresponds to the JSON property `deviceContactAffinityFeatures`
19162
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceContactAffinityFeatures]
19163
+ attr_accessor :device_contact_affinity_features
19164
+
19165
+ def initialize(**args)
19166
+ update!(**args)
19167
+ end
19168
+
19169
+ # Update properties of this object
19170
+ def update!(**args)
19171
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19172
+ @device_contact_affinity_features = args[:device_contact_affinity_features] if args.key?(:device_contact_affinity_features)
19173
+ end
19174
+ end
19175
+
19176
+ #
19177
+ class AssistantGroundingRankerLaaFeaturesProvider
19178
+ include Google::Apis::Core::Hashable
19179
+
19180
+ #
19181
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19182
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19183
+ attr_accessor :assistant_interaction_features
19184
+
19185
+ def initialize(**args)
19186
+ update!(**args)
19187
+ end
19188
+
19189
+ # Update properties of this object
19190
+ def update!(**args)
19191
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19192
+ end
19193
+ end
19194
+
18913
19195
  # Features to be passed from Media GP to HGR. Next ID: 6
18914
19196
  class AssistantGroundingRankerMediaGroundingProviderFeatures
18915
19197
  include Google::Apis::Core::Hashable
@@ -20316,10 +20598,23 @@ module Google
20316
20598
  end
20317
20599
  end
20318
20600
 
20319
- # Provider annotation annotated from the query.
20601
+ # Provider annotation annotated from the query. These fields contain the
20602
+ # detailed information for the provider. (e.g. for Youtube, package_names
20603
+ # contains "com.google.android.youtube", localized_names contains "youtube", and
20604
+ # lang contains "en" from "en-US" which depends on user's setting.)
20320
20605
  class AssistantLogsProviderAnnotationLog
20321
20606
  include Google::Apis::Core::Hashable
20322
20607
 
20608
+ #
20609
+ # Corresponds to the JSON property `lang`
20610
+ # @return [String]
20611
+ attr_accessor :lang
20612
+
20613
+ #
20614
+ # Corresponds to the JSON property `localizedNames`
20615
+ # @return [Array<String>]
20616
+ attr_accessor :localized_names
20617
+
20323
20618
  #
20324
20619
  # Corresponds to the JSON property `packageNames`
20325
20620
  # @return [Array<String>]
@@ -20331,6 +20626,8 @@ module Google
20331
20626
 
20332
20627
  # Update properties of this object
20333
20628
  def update!(**args)
20629
+ @lang = args[:lang] if args.key?(:lang)
20630
+ @localized_names = args[:localized_names] if args.key?(:localized_names)
20334
20631
  @package_names = args[:package_names] if args.key?(:package_names)
20335
20632
  end
20336
20633
  end
@@ -20349,7 +20646,10 @@ module Google
20349
20646
  # @return [Array<Google::Apis::ContentwarehouseV1::AssistantLogsDeviceAnnotationLog>]
20350
20647
  attr_accessor :device_annotations
20351
20648
 
20352
- # Provider annotation annotated from the query.
20649
+ # Provider annotation annotated from the query. These fields contain the
20650
+ # detailed information for the provider. (e.g. for Youtube, package_names
20651
+ # contains "com.google.android.youtube", localized_names contains "youtube", and
20652
+ # lang contains "en" from "en-US" which depends on user's setting.)
20353
20653
  # Corresponds to the JSON property `providerAnnotation`
20354
20654
  # @return [Google::Apis::ContentwarehouseV1::AssistantLogsProviderAnnotationLog]
20355
20655
  attr_accessor :provider_annotation
@@ -20579,7 +20879,7 @@ module Google
20579
20879
 
20580
20880
  # Signals to be used by the Prefulfillment Ranker. Derived from the
20581
20881
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
20582
- # Next ID: 36
20882
+ # Next ID: 41
20583
20883
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
20584
20884
  include Google::Apis::Core::Hashable
20585
20885
 
@@ -20598,6 +20898,12 @@ module Google
20598
20898
  # @return [Float]
20599
20899
  attr_accessor :calibrated_parsing_score
20600
20900
 
20901
+ # Whether the intent is dominant according to NSP deep-media.
20902
+ # Corresponds to the JSON property `deepMediaDominant`
20903
+ # @return [Boolean]
20904
+ attr_accessor :deep_media_dominant
20905
+ alias_method :deep_media_dominant?, :deep_media_dominant
20906
+
20601
20907
  # Indicates interpretation dominance predicted by KScorer
20602
20908
  # Corresponds to the JSON property `dominant`
20603
20909
  # @return [Boolean]
@@ -20613,6 +20919,12 @@ module Google
20613
20919
  # @return [Float]
20614
20920
  attr_accessor :effective_arg_span_length
20615
20921
 
20922
+ # Whether this is a fulfillable, dominant Media intent.
20923
+ # Corresponds to the JSON property `fulfillableDominantMedia`
20924
+ # @return [Boolean]
20925
+ attr_accessor :fulfillable_dominant_media
20926
+ alias_method :fulfillable_dominant_media?, :fulfillable_dominant_media
20927
+
20616
20928
  # Grounding Signals. Score indicating how grounded the intent is, populated by
20617
20929
  # the Grounding Box.
20618
20930
  # Corresponds to the JSON property `groundabilityScore`
@@ -20654,6 +20966,18 @@ module Google
20654
20966
  attr_accessor :is_feasible
20655
20967
  alias_method :is_feasible?, :is_feasible
20656
20968
 
20969
+ # Whether the intent is fully grounded.
20970
+ # Corresponds to the JSON property `isFullyGrounded`
20971
+ # @return [Boolean]
20972
+ attr_accessor :is_fully_grounded
20973
+ alias_method :is_fully_grounded?, :is_fully_grounded
20974
+
20975
+ # Whether the intent is a PlayGenericMusic-type intent.
20976
+ # Corresponds to the JSON property `isPlayGenericMusic`
20977
+ # @return [Boolean]
20978
+ attr_accessor :is_play_generic_music
20979
+ alias_method :is_play_generic_music?, :is_play_generic_music
20980
+
20657
20981
  # The rank order of the interpretation as determined by kscorer. The kscorer-
20658
20982
  # determined dominant interpretation, if any, gets a rank of 0. The remaining N
20659
20983
  # interpretations get a rank of 1 through N.
@@ -20661,6 +20985,12 @@ module Google
20661
20985
  # @return [Fixnum]
20662
20986
  attr_accessor :kscorer_rank
20663
20987
 
20988
+ # Learn and adapt(go/laa) related features. Design doc: go/laa-profile-signal-
20989
+ # for-grounding.
20990
+ # Corresponds to the JSON property `laaFeatures`
20991
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures]
20992
+ attr_accessor :laa_features
20993
+
20664
20994
  # This feature is always false / no-op in serving time. In training time, this
20665
20995
  # feature may be set true on specific examples for weighted training where when
20666
20996
  # this signal is true, only cross-intent level features are used for training
@@ -20764,8 +21094,10 @@ module Google
20764
21094
  @binding_set_auis = args[:binding_set_auis] if args.key?(:binding_set_auis)
20765
21095
  @binding_set_pauis = args[:binding_set_pauis] if args.key?(:binding_set_pauis)
20766
21096
  @calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
21097
+ @deep_media_dominant = args[:deep_media_dominant] if args.key?(:deep_media_dominant)
20767
21098
  @dominant = args[:dominant] if args.key?(:dominant)
20768
21099
  @effective_arg_span_length = args[:effective_arg_span_length] if args.key?(:effective_arg_span_length)
21100
+ @fulfillable_dominant_media = args[:fulfillable_dominant_media] if args.key?(:fulfillable_dominant_media)
20769
21101
  @groundability_score = args[:groundability_score] if args.key?(:groundability_score)
20770
21102
  @grounding_provider_features = args[:grounding_provider_features] if args.key?(:grounding_provider_features)
20771
21103
  @in_query_max_effective_arg_span_length = args[:in_query_max_effective_arg_span_length] if args.key?(:in_query_max_effective_arg_span_length)
@@ -20773,7 +21105,10 @@ module Google
20773
21105
  @intent_name_auis_score = args[:intent_name_auis_score] if args.key?(:intent_name_auis_score)
20774
21106
  @intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
20775
21107
  @is_feasible = args[:is_feasible] if args.key?(:is_feasible)
21108
+ @is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
21109
+ @is_play_generic_music = args[:is_play_generic_music] if args.key?(:is_play_generic_music)
20776
21110
  @kscorer_rank = args[:kscorer_rank] if args.key?(:kscorer_rank)
21111
+ @laa_features = args[:laa_features] if args.key?(:laa_features)
20777
21112
  @mask_candidate_level_features = args[:mask_candidate_level_features] if args.key?(:mask_candidate_level_features)
20778
21113
  @max_hgr_score_across_binding_sets = args[:max_hgr_score_across_binding_sets] if args.key?(:max_hgr_score_across_binding_sets)
20779
21114
  @num_alternative_hypothesis = args[:num_alternative_hypothesis] if args.key?(:num_alternative_hypothesis)
@@ -24420,11 +24755,6 @@ module Google
24420
24755
  # @return [Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdate]
24421
24756
  attr_accessor :last_significant_update
24422
24757
 
24423
- #
24424
- # Corresponds to the JSON property `oldnessInfo`
24425
- # @return [Google::Apis::ContentwarehouseV1::QualityTimebasedOldnessInfo]
24426
- attr_accessor :oldness_info
24427
-
24428
24758
  #
24429
24759
  # Corresponds to the JSON property `pagetype`
24430
24760
  # @return [Google::Apis::ContentwarehouseV1::QualityTimebasedPageType]
@@ -24437,7 +24767,6 @@ module Google
24437
24767
  # Update properties of this object
24438
24768
  def update!(**args)
24439
24769
  @last_significant_update = args[:last_significant_update] if args.key?(:last_significant_update)
24440
- @oldness_info = args[:oldness_info] if args.key?(:oldness_info)
24441
24770
  @pagetype = args[:pagetype] if args.key?(:pagetype)
24442
24771
  end
24443
24772
  end
@@ -24468,7 +24797,7 @@ module Google
24468
24797
  # Mustang and TeraGoogle. For TeraGoogle, this message is included in perdocdata
24469
24798
  # which means it can be used in preliminary scoring. CAREFUL: For TeraGoogle,
24470
24799
  # this data resides in very limited serving memory (Flash storage) for a huge
24471
- # number of documents. Next id: 40
24800
+ # number of documents. Next id: 42
24472
24801
  class CompressedQualitySignals
24473
24802
  include Google::Apis::Core::Hashable
24474
24803
 
@@ -24655,6 +24984,18 @@ module Google
24655
24984
  # @return [Fixnum]
24656
24985
  attr_accessor :product_review_p_promote_site
24657
24986
 
24987
+ # Fields product_review_p_review_page and product_review_p_uhq_page are for
24988
+ # promoting/demoting HQ/LQ review pages in NGS. See go/pr-boosts for details.
24989
+ # The possibility of a page being a review page.
24990
+ # Corresponds to the JSON property `productReviewPReviewPage`
24991
+ # @return [Fixnum]
24992
+ attr_accessor :product_review_p_review_page
24993
+
24994
+ # The possibility of a page being a high quality review page.
24995
+ # Corresponds to the JSON property `productReviewPUhqPage`
24996
+ # @return [Fixnum]
24997
+ attr_accessor :product_review_p_uhq_page
24998
+
24658
24999
  # Scam model score. Used as one of the web page quality qstar signals. Value
24659
25000
  # range from 0 to 1023.
24660
25001
  # Corresponds to the JSON property `scamness`
@@ -24722,6 +25063,8 @@ module Google
24722
25063
  @product_review_p_demote_site = args[:product_review_p_demote_site] if args.key?(:product_review_p_demote_site)
24723
25064
  @product_review_p_promote_page = args[:product_review_p_promote_page] if args.key?(:product_review_p_promote_page)
24724
25065
  @product_review_p_promote_site = args[:product_review_p_promote_site] if args.key?(:product_review_p_promote_site)
25066
+ @product_review_p_review_page = args[:product_review_p_review_page] if args.key?(:product_review_p_review_page)
25067
+ @product_review_p_uhq_page = args[:product_review_p_uhq_page] if args.key?(:product_review_p_uhq_page)
24725
25068
  @scamness = args[:scamness] if args.key?(:scamness)
24726
25069
  @serp_demotion = args[:serp_demotion] if args.key?(:serp_demotion)
24727
25070
  @site_authority = args[:site_authority] if args.key?(:site_authority)
@@ -31041,7 +31384,14 @@ module Google
31041
31384
  # @return [String]
31042
31385
  attr_accessor :release
31043
31386
 
31044
- # The release date of this data.
31387
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
31388
+ # time type. Direct usage is error-prone due to the conflation of physical time
31389
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
31390
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
31391
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
31392
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
31393
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
31394
+ # conversion functions between DateTimeProto and Abseil's civil time types.
31045
31395
  # Corresponds to the JSON property `releaseDate`
31046
31396
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
31047
31397
  attr_accessor :release_date
@@ -31076,7 +31426,14 @@ module Google
31076
31426
  end
31077
31427
  end
31078
31428
 
31079
- #
31429
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
31430
+ # time type. Direct usage is error-prone due to the conflation of physical time
31431
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
31432
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
31433
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
31434
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
31435
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
31436
+ # conversion functions between DateTimeProto and Abseil's civil time types.
31080
31437
  class GeostoreDateTimeProto
31081
31438
  include Google::Apis::Core::Hashable
31082
31439
 
@@ -31563,12 +31920,26 @@ module Google
31563
31920
  attr_accessor :closed
31564
31921
  alias_method :closed?, :closed
31565
31922
 
31566
- # RESERVED
31923
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
31924
+ # time type. Direct usage is error-prone due to the conflation of physical time
31925
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
31926
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
31927
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
31928
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
31929
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
31930
+ # conversion functions between DateTimeProto and Abseil's civil time types.
31567
31931
  # Corresponds to the JSON property `endAsOfDate`
31568
31932
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
31569
31933
  attr_accessor :end_as_of_date
31570
31934
 
31571
- #
31935
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
31936
+ # time type. Direct usage is error-prone due to the conflation of physical time
31937
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
31938
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
31939
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
31940
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
31941
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
31942
+ # conversion functions between DateTimeProto and Abseil's civil time types.
31572
31943
  # Corresponds to the JSON property `endDate`
31573
31944
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
31574
31945
  attr_accessor :end_date
@@ -31601,15 +31972,14 @@ module Google
31601
31972
  # @return [String]
31602
31973
  attr_accessor :removed_reason
31603
31974
 
31604
- # (Initial) opening and (permanent) closing dates of the establishment, such
31605
- # that start_date is the first day open and end_date is the first day closed.
31606
- # The only allowed precisions are PRECISION_DAY, PRECISION_MONTH, PRECISION_YEAR.
31607
- # DateTimeProto.seconds should have the lowest legal value for the desired date/
31608
- # time and precision. E.g. for PRECISION_MONTH, 2019-02-15 21:10:30 is not valid,
31609
- # it should be 2019-02-01 00:00:00 instead. NOTE: The start_date and end_date
31610
- # are stored in UTC but should be interpreted as being in the local timezone. So
31611
- # clients should convert the DateTimeProto to local (civil) time using UTC+0,
31612
- # and then treat the result as local to the feature.
31975
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
31976
+ # time type. Direct usage is error-prone due to the conflation of physical time
31977
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
31978
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
31979
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
31980
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
31981
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
31982
+ # conversion functions between DateTimeProto and Abseil's civil time types.
31613
31983
  # Corresponds to the JSON property `startDate`
31614
31984
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
31615
31985
  attr_accessor :start_date
@@ -32318,11 +32688,10 @@ module Google
32318
32688
  # @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
32319
32689
  attr_accessor :id
32320
32690
 
32321
- # The inferred geometry of a feature contains all the features which, together,
32322
- # define the geometry of a feature. This happens by: 1. Taking the union of all
32323
- # polygons of features referenced in "includes_geometry_of". 2. Subtract the
32324
- # geometries of all the features referenced in "excludes_geometry_of". See: go/
32325
- # inferred-geometry for more information.
32691
+ # Inferred geometry defines the geometry of a feature through the geometry of
32692
+ # other features. For instance, the geometry of a timezone can be specified as
32693
+ # the union of all the countries it applies to. See: go/inferred-geometry and go/
32694
+ # geo-schema:composite-geometry-editor for more details.
32326
32695
  # Corresponds to the JSON property `inferredGeometry`
32327
32696
  # @return [Google::Apis::ContentwarehouseV1::GeostoreInferredGeometryProto]
32328
32697
  attr_accessor :inferred_geometry
@@ -33323,6 +33692,36 @@ module Google
33323
33692
  end
33324
33693
  end
33325
33694
 
33695
+ # Encapsulates all the features which, together, define the geometry of a
33696
+ # feature. This happens by: 1. taking the union of all polygons of features
33697
+ # referenced in includes_geometry_of 2. subtracting the polygons of all the
33698
+ # features referenced in excludes_geometry_of
33699
+ class GeostoreGeometryComposition
33700
+ include Google::Apis::Core::Hashable
33701
+
33702
+ # Features whose geometry to exclude while composing the geometry of this
33703
+ # feature.
33704
+ # Corresponds to the JSON property `excludesGeometryOf`
33705
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33706
+ attr_accessor :excludes_geometry_of
33707
+
33708
+ # Features whose geometry to include while composing the geometry of this
33709
+ # feature.
33710
+ # Corresponds to the JSON property `includesGeometryOf`
33711
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33712
+ attr_accessor :includes_geometry_of
33713
+
33714
+ def initialize(**args)
33715
+ update!(**args)
33716
+ end
33717
+
33718
+ # Update properties of this object
33719
+ def update!(**args)
33720
+ @excludes_geometry_of = args[:excludes_geometry_of] if args.key?(:excludes_geometry_of)
33721
+ @includes_geometry_of = args[:includes_geometry_of] if args.key?(:includes_geometry_of)
33722
+ end
33723
+ end
33724
+
33326
33725
  # Geopolitical (unsimplified) polygons for a feature for different geopolitical
33327
33726
  # use cases. See go/unsimplified-poly.
33328
33727
  class GeostoreGeopoliticalGeometryProto
@@ -33434,11 +33833,10 @@ module Google
33434
33833
  end
33435
33834
  end
33436
33835
 
33437
- # The inferred geometry of a feature contains all the features which, together,
33438
- # define the geometry of a feature. This happens by: 1. Taking the union of all
33439
- # polygons of features referenced in "includes_geometry_of". 2. Subtract the
33440
- # geometries of all the features referenced in "excludes_geometry_of". See: go/
33441
- # inferred-geometry for more information.
33836
+ # Inferred geometry defines the geometry of a feature through the geometry of
33837
+ # other features. For instance, the geometry of a timezone can be specified as
33838
+ # the union of all the countries it applies to. See: go/inferred-geometry and go/
33839
+ # geo-schema:composite-geometry-editor for more details.
33442
33840
  class GeostoreInferredGeometryProto
33443
33841
  include Google::Apis::Core::Hashable
33444
33842
 
@@ -33447,15 +33845,13 @@ module Google
33447
33845
  # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33448
33846
  attr_accessor :defines_geometry_for
33449
33847
 
33450
- # Features whose geometry to exclude while inferring geometry.
33451
- # Corresponds to the JSON property `excludesGeometryOf`
33452
- # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33453
- attr_accessor :excludes_geometry_of
33454
-
33455
- # Features whose geometry to include while inferring geometry.
33456
- # Corresponds to the JSON property `includesGeometryOf`
33457
- # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33458
- attr_accessor :includes_geometry_of
33848
+ # Encapsulates all the features which, together, define the geometry of a
33849
+ # feature. This happens by: 1. taking the union of all polygons of features
33850
+ # referenced in includes_geometry_of 2. subtracting the polygons of all the
33851
+ # features referenced in excludes_geometry_of
33852
+ # Corresponds to the JSON property `geometryComposition`
33853
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreGeometryComposition]
33854
+ attr_accessor :geometry_composition
33459
33855
 
33460
33856
  def initialize(**args)
33461
33857
  update!(**args)
@@ -33464,8 +33860,7 @@ module Google
33464
33860
  # Update properties of this object
33465
33861
  def update!(**args)
33466
33862
  @defines_geometry_for = args[:defines_geometry_for] if args.key?(:defines_geometry_for)
33467
- @excludes_geometry_of = args[:excludes_geometry_of] if args.key?(:excludes_geometry_of)
33468
- @includes_geometry_of = args[:includes_geometry_of] if args.key?(:includes_geometry_of)
33863
+ @geometry_composition = args[:geometry_composition] if args.key?(:geometry_composition)
33469
33864
  end
33470
33865
  end
33471
33866
 
@@ -35478,7 +35873,8 @@ module Google
35478
35873
  class GeostorePoseProto
35479
35874
  include Google::Apis::Core::Hashable
35480
35875
 
35481
- # The height of the poses above the WGS-84 ellipsoid in meters.
35876
+ # The height of the pose. A positive height is above the WGS-84 ellipsoid in
35877
+ # meters; negative is below.
35482
35878
  # Corresponds to the JSON property `altitude`
35483
35879
  # @return [Float]
35484
35880
  attr_accessor :altitude
@@ -36994,12 +37390,26 @@ module Google
36994
37390
  # @return [Google::Apis::ContentwarehouseV1::GeostoreFieldMetadataProto]
36995
37391
  attr_accessor :condition_metadata
36996
37392
 
36997
- # If known, the date that construction is scheduled to begin.
37393
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
37394
+ # time type. Direct usage is error-prone due to the conflation of physical time
37395
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
37396
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
37397
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
37398
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
37399
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
37400
+ # conversion functions between DateTimeProto and Abseil's civil time types.
36998
37401
  # Corresponds to the JSON property `constructionBeginDate`
36999
37402
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
37000
37403
  attr_accessor :construction_begin_date
37001
37404
 
37002
- # If known, the date that construction is scheduled to end.
37405
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
37406
+ # time type. Direct usage is error-prone due to the conflation of physical time
37407
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
37408
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
37409
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
37410
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
37411
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
37412
+ # conversion functions between DateTimeProto and Abseil's civil time types.
37003
37413
  # Corresponds to the JSON property `constructionEndDate`
37004
37414
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
37005
37415
  attr_accessor :construction_end_date
@@ -37599,9 +38009,14 @@ module Google
37599
38009
  # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreUrlProto>]
37600
38010
  attr_accessor :attribution_url
37601
38011
 
37602
- # The time that this particular piece of data was collected. If different
37603
- # attributes were collected on different dates, this is the date of the most
37604
- # recent edit.
38012
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
38013
+ # time type. Direct usage is error-prone due to the conflation of physical time
38014
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
38015
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
38016
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
38017
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
38018
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
38019
+ # conversion functions between DateTimeProto and Abseil's civil time types.
37605
38020
  # Corresponds to the JSON property `collectionDate`
37606
38021
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
37607
38022
  attr_accessor :collection_date
@@ -38067,24 +38482,50 @@ module Google
38067
38482
  class GeostoreTemporaryClosureProto
38068
38483
  include Google::Apis::Core::Hashable
38069
38484
 
38070
- # The latest when this closure may end, if the exact date is unknown. If set,
38071
- # the feature is operational again no later than this date.
38485
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
38486
+ # time type. Direct usage is error-prone due to the conflation of physical time
38487
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
38488
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
38489
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
38490
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
38491
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
38492
+ # conversion functions between DateTimeProto and Abseil's civil time types.
38072
38493
  # Corresponds to the JSON property `endAsOfDate`
38073
38494
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
38074
38495
  attr_accessor :end_as_of_date
38075
38496
 
38076
- # RESERVED
38497
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
38498
+ # time type. Direct usage is error-prone due to the conflation of physical time
38499
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
38500
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
38501
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
38502
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
38503
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
38504
+ # conversion functions between DateTimeProto and Abseil's civil time types.
38077
38505
  # Corresponds to the JSON property `endDate`
38078
38506
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
38079
38507
  attr_accessor :end_date
38080
38508
 
38081
- # The latest when this closure may start, if the exact date is unknown. If set,
38082
- # the feature is temporarily closed starting no later than this date.
38509
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
38510
+ # time type. Direct usage is error-prone due to the conflation of physical time
38511
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
38512
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
38513
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
38514
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
38515
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
38516
+ # conversion functions between DateTimeProto and Abseil's civil time types.
38083
38517
  # Corresponds to the JSON property `startAsOfDate`
38084
38518
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
38085
38519
  attr_accessor :start_as_of_date
38086
38520
 
38087
- # RESERVED
38521
+ # WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
38522
+ # time type. Direct usage is error-prone due to the conflation of physical time
38523
+ # and civil time (go/httat). In a protocol buffer, please use google.type.Date,
38524
+ # with an additional google.type.TimeOfDay for precision finer-grained than a
38525
+ # day. (For google.type.DateTime, go/prototime#types cites go/httat#
38526
+ # zoned_datetime as a caveat). In a programming language, see go/time-devguide/
38527
+ # languages. Additionally in C++, google3/geostore/base/public/datetime.h has
38528
+ # conversion functions between DateTimeProto and Abseil's civil time types.
38088
38529
  # Corresponds to the JSON property `startDate`
38089
38530
  # @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
38090
38531
  attr_accessor :start_date
@@ -42362,6 +42803,11 @@ module Google
42362
42803
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Document]
42363
42804
  attr_accessor :document
42364
42805
 
42806
+ # post-processing LROs
42807
+ # Corresponds to the JSON property `longRunningOperations`
42808
+ # @return [Array<Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation>]
42809
+ attr_accessor :long_running_operations
42810
+
42365
42811
  # Additional information returned to client, such as debugging information.
42366
42812
  # Corresponds to the JSON property `metadata`
42367
42813
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata]
@@ -42379,6 +42825,7 @@ module Google
42379
42825
  # Update properties of this object
42380
42826
  def update!(**args)
42381
42827
  @document = args[:document] if args.key?(:document)
42828
+ @long_running_operations = args[:long_running_operations] if args.key?(:long_running_operations)
42382
42829
  @metadata = args[:metadata] if args.key?(:metadata)
42383
42830
  @rule_engine_output = args[:rule_engine_output] if args.key?(:rule_engine_output)
42384
42831
  end
@@ -43061,6 +43508,49 @@ module Google
43061
43508
  end
43062
43509
  end
43063
43510
 
43511
+ # The configuration of exporting documents from the Document Warehouse to CDW
43512
+ # pipeline.
43513
+ class GoogleCloudContentwarehouseV1ExportToCdwPipeline
43514
+ include Google::Apis::Core::Hashable
43515
+
43516
+ # The CDW dataset resource name. Format: projects/`project`/locations/`location`/
43517
+ # processors/`processor`/dataset
43518
+ # Corresponds to the JSON property `docAiDataset`
43519
+ # @return [String]
43520
+ attr_accessor :doc_ai_dataset
43521
+
43522
+ # The list of all the resource names of the documents to be processed. Format:
43523
+ # projects/`project_number`/locations/`location`/documents/`document_id`.
43524
+ # Corresponds to the JSON property `documents`
43525
+ # @return [Array<String>]
43526
+ attr_accessor :documents
43527
+
43528
+ # The Cloud Storage folder path used to store the exported documents before
43529
+ # being sent to CDW. Format: gs:///.
43530
+ # Corresponds to the JSON property `exportFolderPath`
43531
+ # @return [String]
43532
+ attr_accessor :export_folder_path
43533
+
43534
+ # Ratio of training dataset split. When importing into Document AI Workbench,
43535
+ # documents will be automatically split into training and test split category
43536
+ # with the specified ratio.
43537
+ # Corresponds to the JSON property `trainingSplitRatio`
43538
+ # @return [Float]
43539
+ attr_accessor :training_split_ratio
43540
+
43541
+ def initialize(**args)
43542
+ update!(**args)
43543
+ end
43544
+
43545
+ # Update properties of this object
43546
+ def update!(**args)
43547
+ @doc_ai_dataset = args[:doc_ai_dataset] if args.key?(:doc_ai_dataset)
43548
+ @documents = args[:documents] if args.key?(:documents)
43549
+ @export_folder_path = args[:export_folder_path] if args.key?(:export_folder_path)
43550
+ @training_split_ratio = args[:training_split_ratio] if args.key?(:training_split_ratio)
43551
+ end
43552
+ end
43553
+
43064
43554
  # Request message for DocumentService.FetchAcl
43065
43555
  class GoogleCloudContentwarehouseV1FetchAclRequest
43066
43556
  include Google::Apis::Core::Hashable
@@ -43190,6 +43680,83 @@ module Google
43190
43680
  end
43191
43681
  end
43192
43682
 
43683
+ # The configuration of the Cloud Storage ingestion pipeline.
43684
+ class GoogleCloudContentwarehouseV1GcsIngestPipeline
43685
+ include Google::Apis::Core::Hashable
43686
+
43687
+ # The input Cloud Storage folder. All files under this folder will be imported
43688
+ # to Document Warehouse. Format: gs:///.
43689
+ # Corresponds to the JSON property `inputPath`
43690
+ # @return [String]
43691
+ attr_accessor :input_path
43692
+
43693
+ # The Cloud Storage folder path used to store the raw results from processors.
43694
+ # Format: gs:///.
43695
+ # Corresponds to the JSON property `processorResultsFolderPath`
43696
+ # @return [String]
43697
+ attr_accessor :processor_results_folder_path
43698
+
43699
+ # The Document Warehouse schema resource name. All documents processed by this
43700
+ # pipeline will use this schema. Format: projects/`project_number`/locations/`
43701
+ # location`/documentSchemas/`document_schema_id`.
43702
+ # Corresponds to the JSON property `schemaName`
43703
+ # @return [String]
43704
+ attr_accessor :schema_name
43705
+
43706
+ def initialize(**args)
43707
+ update!(**args)
43708
+ end
43709
+
43710
+ # Update properties of this object
43711
+ def update!(**args)
43712
+ @input_path = args[:input_path] if args.key?(:input_path)
43713
+ @processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
43714
+ @schema_name = args[:schema_name] if args.key?(:schema_name)
43715
+ end
43716
+ end
43717
+
43718
+ # The configuration of the document classify/split and entity/kvp extraction
43719
+ # pipeline.
43720
+ class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
43721
+ include Google::Apis::Core::Hashable
43722
+
43723
+ # The extract processors information. One matched extract processor will be used
43724
+ # to process documents based on the classify processor result. If no classify
43725
+ # processor is specificied, the first extract processor will be used.
43726
+ # Corresponds to the JSON property `extractProcessorInfos`
43727
+ # @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo>]
43728
+ attr_accessor :extract_processor_infos
43729
+
43730
+ # The input Cloud Storage folder. All files under this folder will be imported
43731
+ # to Document Warehouse. Format: gs:///.
43732
+ # Corresponds to the JSON property `inputPath`
43733
+ # @return [String]
43734
+ attr_accessor :input_path
43735
+
43736
+ # The Cloud Storage folder path used to store the raw results from processors.
43737
+ # Format: gs:///.
43738
+ # Corresponds to the JSON property `processorResultsFolderPath`
43739
+ # @return [String]
43740
+ attr_accessor :processor_results_folder_path
43741
+
43742
+ # The DocAI processor information.
43743
+ # Corresponds to the JSON property `splitClassifyProcessorInfo`
43744
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
43745
+ attr_accessor :split_classify_processor_info
43746
+
43747
+ def initialize(**args)
43748
+ update!(**args)
43749
+ end
43750
+
43751
+ # Update properties of this object
43752
+ def update!(**args)
43753
+ @extract_processor_infos = args[:extract_processor_infos] if args.key?(:extract_processor_infos)
43754
+ @input_path = args[:input_path] if args.key?(:input_path)
43755
+ @processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
43756
+ @split_classify_processor_info = args[:split_classify_processor_info] if args.key?(:split_classify_processor_info)
43757
+ end
43758
+ end
43759
+
43193
43760
  # Request message for DocumentService.GetDocument.
43194
43761
  class GoogleCloudContentwarehouseV1GetDocumentRequest
43195
43762
  include Google::Apis::Core::Hashable
@@ -43690,6 +44257,82 @@ module Google
43690
44257
  end
43691
44258
  end
43692
44259
 
44260
+ # The configuration of processing documents in Document Warehouse with DocAi
44261
+ # processors pipeline.
44262
+ class GoogleCloudContentwarehouseV1ProcessWithDocAi
44263
+ include Google::Apis::Core::Hashable
44264
+
44265
+ # The list of all the resource names of the documents to be processed. Format:
44266
+ # projects/`project_number`/locations/`location`/documents/`document_id`.
44267
+ # Corresponds to the JSON property `documents`
44268
+ # @return [Array<String>]
44269
+ attr_accessor :documents
44270
+
44271
+ # The Cloud Storage folder path used to store the exported documents before
44272
+ # being sent to CDW. Format: gs:///.
44273
+ # Corresponds to the JSON property `exportFolderPath`
44274
+ # @return [String]
44275
+ attr_accessor :export_folder_path
44276
+
44277
+ # The DocAI processor information.
44278
+ # Corresponds to the JSON property `processorInfo`
44279
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
44280
+ attr_accessor :processor_info
44281
+
44282
+ # The Cloud Storage folder path used to store the raw results from processors.
44283
+ # Format: gs:///.
44284
+ # Corresponds to the JSON property `processorResultsFolderPath`
44285
+ # @return [String]
44286
+ attr_accessor :processor_results_folder_path
44287
+
44288
+ def initialize(**args)
44289
+ update!(**args)
44290
+ end
44291
+
44292
+ # Update properties of this object
44293
+ def update!(**args)
44294
+ @documents = args[:documents] if args.key?(:documents)
44295
+ @export_folder_path = args[:export_folder_path] if args.key?(:export_folder_path)
44296
+ @processor_info = args[:processor_info] if args.key?(:processor_info)
44297
+ @processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
44298
+ end
44299
+ end
44300
+
44301
+ # The DocAI processor information.
44302
+ class GoogleCloudContentwarehouseV1ProcessorInfo
44303
+ include Google::Apis::Core::Hashable
44304
+
44305
+ # The processor will process the documents with this document type.
44306
+ # Corresponds to the JSON property `documentType`
44307
+ # @return [String]
44308
+ attr_accessor :document_type
44309
+
44310
+ # The processor resource name. Format is `projects/`project`/locations/`location`
44311
+ # /processors/`processor``, or `projects/`project`/locations/`location`/
44312
+ # processors/`processor`/processorVersions/`processorVersion``
44313
+ # Corresponds to the JSON property `processorName`
44314
+ # @return [String]
44315
+ attr_accessor :processor_name
44316
+
44317
+ # The Document schema resource name. All documents processed by this processor
44318
+ # will use this schema. Format: projects/`project_number`/locations/`location`/
44319
+ # documentSchemas/`document_schema_id`.
44320
+ # Corresponds to the JSON property `schemaName`
44321
+ # @return [String]
44322
+ attr_accessor :schema_name
44323
+
44324
+ def initialize(**args)
44325
+ update!(**args)
44326
+ end
44327
+
44328
+ # Update properties of this object
44329
+ def update!(**args)
44330
+ @document_type = args[:document_type] if args.key?(:document_type)
44331
+ @processor_name = args[:processor_name] if args.key?(:processor_name)
44332
+ @schema_name = args[:schema_name] if args.key?(:schema_name)
44333
+ end
44334
+ end
44335
+
43693
44336
  # Property of a document.
43694
44337
  class GoogleCloudContentwarehouseV1Property
43695
44338
  include Google::Apis::Core::Hashable
@@ -43863,6 +44506,11 @@ module Google
43863
44506
  # @return [String]
43864
44507
  attr_accessor :retrieval_importance
43865
44508
 
44509
+ # The mapping information between this property to another schema source.
44510
+ # Corresponds to the JSON property `schemaSources`
44511
+ # @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource>]
44512
+ attr_accessor :schema_sources
44513
+
43866
44514
  # Configurations for a text property.
43867
44515
  # Corresponds to the JSON property `textTypeOptions`
43868
44516
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TextTypeOptions]
@@ -43893,11 +44541,37 @@ module Google
43893
44541
  @name = args[:name] if args.key?(:name)
43894
44542
  @property_type_options = args[:property_type_options] if args.key?(:property_type_options)
43895
44543
  @retrieval_importance = args[:retrieval_importance] if args.key?(:retrieval_importance)
44544
+ @schema_sources = args[:schema_sources] if args.key?(:schema_sources)
43896
44545
  @text_type_options = args[:text_type_options] if args.key?(:text_type_options)
43897
44546
  @timestamp_type_options = args[:timestamp_type_options] if args.key?(:timestamp_type_options)
43898
44547
  end
43899
44548
  end
43900
44549
 
44550
+ # The schema source information.
44551
+ class GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource
44552
+ include Google::Apis::Core::Hashable
44553
+
44554
+ # The schema name in the source.
44555
+ # Corresponds to the JSON property `name`
44556
+ # @return [String]
44557
+ attr_accessor :name
44558
+
44559
+ # The Doc AI processor type name.
44560
+ # Corresponds to the JSON property `processorType`
44561
+ # @return [String]
44562
+ attr_accessor :processor_type
44563
+
44564
+ def initialize(**args)
44565
+ update!(**args)
44566
+ end
44567
+
44568
+ # Update properties of this object
44569
+ def update!(**args)
44570
+ @name = args[:name] if args.key?(:name)
44571
+ @processor_type = args[:processor_type] if args.key?(:processor_type)
44572
+ end
44573
+ end
44574
+
43901
44575
  #
43902
44576
  class GoogleCloudContentwarehouseV1PropertyFilter
43903
44577
  include Google::Apis::Core::Hashable
@@ -44280,6 +44954,46 @@ module Google
44280
44954
  end
44281
44955
  end
44282
44956
 
44957
+ # Request message for DocumentService.RunPipeline.
44958
+ class GoogleCloudContentwarehouseV1RunPipelineRequest
44959
+ include Google::Apis::Core::Hashable
44960
+
44961
+ # The configuration of exporting documents from the Document Warehouse to CDW
44962
+ # pipeline.
44963
+ # Corresponds to the JSON property `exportCdwPipeline`
44964
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline]
44965
+ attr_accessor :export_cdw_pipeline
44966
+
44967
+ # The configuration of the Cloud Storage ingestion pipeline.
44968
+ # Corresponds to the JSON property `gcsIngestPipeline`
44969
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline]
44970
+ attr_accessor :gcs_ingest_pipeline
44971
+
44972
+ # The configuration of the document classify/split and entity/kvp extraction
44973
+ # pipeline.
44974
+ # Corresponds to the JSON property `gcsIngestWithDocAiProcessorsPipeline`
44975
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline]
44976
+ attr_accessor :gcs_ingest_with_doc_ai_processors_pipeline
44977
+
44978
+ # The configuration of processing documents in Document Warehouse with DocAi
44979
+ # processors pipeline.
44980
+ # Corresponds to the JSON property `processWithDocAiPipeline`
44981
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessWithDocAi]
44982
+ attr_accessor :process_with_doc_ai_pipeline
44983
+
44984
+ def initialize(**args)
44985
+ update!(**args)
44986
+ end
44987
+
44988
+ # Update properties of this object
44989
+ def update!(**args)
44990
+ @export_cdw_pipeline = args[:export_cdw_pipeline] if args.key?(:export_cdw_pipeline)
44991
+ @gcs_ingest_pipeline = args[:gcs_ingest_pipeline] if args.key?(:gcs_ingest_pipeline)
44992
+ @gcs_ingest_with_doc_ai_processors_pipeline = args[:gcs_ingest_with_doc_ai_processors_pipeline] if args.key?(:gcs_ingest_with_doc_ai_processors_pipeline)
44993
+ @process_with_doc_ai_pipeline = args[:process_with_doc_ai_pipeline] if args.key?(:process_with_doc_ai_pipeline)
44994
+ end
44995
+ end
44996
+
44283
44997
  # Request message for DocumentService.SearchDocuments.
44284
44998
  class GoogleCloudContentwarehouseV1SearchDocumentsRequest
44285
44999
  include Google::Apis::Core::Hashable
@@ -46385,7 +47099,8 @@ module Google
46385
47099
  # @return [String]
46386
47100
  attr_accessor :agent
46387
47101
 
46388
- # The time that the revision was created.
47102
+ # The time that the revision was created, internally generated by doc proto
47103
+ # storage at the time of create.
46389
47104
  # Corresponds to the JSON property `createTime`
46390
47105
  # @return [String]
46391
47106
  attr_accessor :create_time
@@ -46395,7 +47110,8 @@ module Google
46395
47110
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview]
46396
47111
  attr_accessor :human_review
46397
47112
 
46398
- # Id of the revision. Unique within the context of the document.
47113
+ # Id of the revision, internally generated by doc proto storage. Unique within
47114
+ # the context of the document.
46399
47115
  # Corresponds to the JSON property `id`
46400
47116
  # @return [String]
46401
47117
  attr_accessor :id
@@ -46919,22 +47635,22 @@ module Google
46919
47635
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
46920
47636
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
46921
47637
  # email address that represents a Google group. For example, `admins@example.com`
46922
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
46923
- # identifier) representing a user that has been recently deleted. For example, `
46924
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
46925
- # value reverts to `user:`emailid`` and the recovered user retains the role in
46926
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
46927
- # address (plus unique identifier) representing a service account that has been
46928
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
47638
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
47639
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
47640
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
47641
+ # representing a user that has been recently deleted. For example, `alice@
47642
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
47643
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
47644
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
47645
+ # (plus unique identifier) representing a service account that has been recently
47646
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
46929
47647
  # 123456789012345678901`. If the service account is undeleted, this value
46930
47648
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
46931
47649
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
46932
47650
  # An email address (plus unique identifier) representing a Google group that has
46933
47651
  # been recently deleted. For example, `admins@example.com?uid=
46934
47652
  # 123456789012345678901`. If the group is recovered, this value reverts to `
46935
- # group:`emailid`` and the recovered group retains the role in the binding. * `
46936
- # domain:`domain``: The G Suite domain (primary) that represents all the users
46937
- # of that domain. For example, `google.com` or `example.com`.
47653
+ # group:`emailid`` and the recovered group retains the role in the binding.
46938
47654
  # Corresponds to the JSON property `members`
46939
47655
  # @return [Array<String>]
46940
47656
  attr_accessor :members
@@ -47091,16 +47807,15 @@ module Google
47091
47807
  class GoogleInternalAppsWaldoV1alphaCalendarBusy
47092
47808
  include Google::Apis::Core::Hashable
47093
47809
 
47094
- # The time when the user will stop being committed, i.e., when their status will
47095
- # be neither of InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh. Note that the
47810
+ # The time when the user will either stop being committed or change commitment
47811
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47096
47812
  # goal of this field is to provide information to help users decide how to
47097
47813
  # communicate with a user (see also http://shortn/_wXYXtZScgh).
47098
47814
  # Corresponds to the JSON property `committedUntil`
47099
47815
  # @return [String]
47100
47816
  attr_accessor :committed_until
47101
47817
 
47102
- # Whether the status of the user from this status's start to committed_until has
47103
- # more than one status type (e.g. DoNotDisturb + InMeeting).
47818
+ # TODO(b/265939748) To be removed, always false.
47104
47819
  # Corresponds to the JSON property `committedUntilIsMixed`
47105
47820
  # @return [Boolean]
47106
47821
  attr_accessor :committed_until_is_mixed
@@ -47176,14 +47891,15 @@ module Google
47176
47891
  class GoogleInternalAppsWaldoV1alphaDoNotDisturb
47177
47892
  include Google::Apis::Core::Hashable
47178
47893
 
47179
- # The time when the user will stop being committed, i.e., when their status will
47180
- # be neither of InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh.
47894
+ # The time when the user will either stop being committed or change commitment
47895
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47896
+ # goal of this field is to provide information to help users decide how to
47897
+ # communicate with a user (see also http://shortn/_wXYXtZScgh).
47181
47898
  # Corresponds to the JSON property `committedUntil`
47182
47899
  # @return [String]
47183
47900
  attr_accessor :committed_until
47184
47901
 
47185
- # Whether the status of the user from this status's start to committed_until has
47186
- # more than one status type (e.g. DoNotDisturb + InMeeting).
47902
+ # TODO(b/265939748) To be removed, always false.
47187
47903
  # Corresponds to the JSON property `committedUntilIsMixed`
47188
47904
  # @return [Boolean]
47189
47905
  attr_accessor :committed_until_is_mixed
@@ -47232,16 +47948,15 @@ module Google
47232
47948
  class GoogleInternalAppsWaldoV1alphaInMeeting
47233
47949
  include Google::Apis::Core::Hashable
47234
47950
 
47235
- # The time when the user will stop being committed, i.e., when their status will
47236
- # be neither of InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh. Note that the
47951
+ # The time when the user will either stop being committed or change commitment
47952
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47237
47953
  # goal of this field is to provide information to help users decide how to
47238
47954
  # communicate with a user (see also http://shortn/_wXYXtZScgh).
47239
47955
  # Corresponds to the JSON property `committedUntil`
47240
47956
  # @return [String]
47241
47957
  attr_accessor :committed_until
47242
47958
 
47243
- # Whether the status of the user from this status's start to committed_until has
47244
- # more than one status type (e.g. DoNotDisturb + InMeeting).
47959
+ # TODO(b/265939748) To be removed, always false.
47245
47960
  # Corresponds to the JSON property `committedUntilIsMixed`
47246
47961
  # @return [Boolean]
47247
47962
  attr_accessor :committed_until_is_mixed
@@ -47365,16 +48080,16 @@ module Google
47365
48080
  # @return [String]
47366
48081
  attr_accessor :come_back_time
47367
48082
 
47368
- # The time when the user will stop being committed, i.e., when their status will
47369
- # be neither of InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh. Note that if
48083
+ # The time when the user will either stop being committed or change commitment
48084
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
48085
+ # goal of this field is to provide information to help users decide how to
48086
+ # communicate with a user (see also http://shortn/_wXYXtZScgh). Note that if
47370
48087
  # this OOO block is large (>=Xh), committed_until is not set.
47371
48088
  # Corresponds to the JSON property `committedUntil`
47372
48089
  # @return [String]
47373
48090
  attr_accessor :committed_until
47374
48091
 
47375
- # Whether the status of the user from this status's start to committed_until has
47376
- # more than one status type (e.g. DoNotDisturb + InMeeting). Only set if
47377
- # committed_until is set.
48092
+ # TODO(b/265939748) To be removed, always false.
47378
48093
  # Corresponds to the JSON property `committedUntilIsMixed`
47379
48094
  # @return [Boolean]
47380
48095
  attr_accessor :committed_until_is_mixed
@@ -51143,7 +51858,7 @@ module Google
51143
51858
 
51144
51859
  # This defines the per-doc data which is extracted from thumbnails and
51145
51860
  # propagated over to indexing. It contains all information that can be used for
51146
- # restricts. Next tag id: 128
51861
+ # restricts. Next tag id: 129
51147
51862
  class ImageData
51148
51863
  include Google::Apis::Core::Hashable
51149
51864
 
@@ -51204,6 +51919,12 @@ module Google
51204
51919
  # @return [Fixnum]
51205
51920
  attr_accessor :clipart_detector_version
51206
51921
 
51922
+ # Superlabels generated cluster id.
51923
+ # Corresponds to the JSON property `clusterId`
51924
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
51925
+ # @return [String]
51926
+ attr_accessor :cluster_id
51927
+
51207
51928
  # Like is_visible, this is a property of the (web-doc, img_url) pair not just
51208
51929
  # the image. A high codomain_strength indicates high confidence based on
51209
51930
  # collected stats that the image is hosted on a companion domain. If not enough
@@ -51711,6 +52432,7 @@ module Google
51711
52432
  @click_magnet_score = args[:click_magnet_score] if args.key?(:click_magnet_score)
51712
52433
  @clipart_detector_score = args[:clipart_detector_score] if args.key?(:clipart_detector_score)
51713
52434
  @clipart_detector_version = args[:clipart_detector_version] if args.key?(:clipart_detector_version)
52435
+ @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
51714
52436
  @codomain_strength = args[:codomain_strength] if args.key?(:codomain_strength)
51715
52437
  @color_score = args[:color_score] if args.key?(:color_score)
51716
52438
  @color_score_version = args[:color_score_version] if args.key?(:color_score_version)
@@ -53334,7 +54056,7 @@ module Google
53334
54056
  end
53335
54057
  end
53336
54058
 
53337
- # Next Tag: 48
54059
+ # Next Tag: 49
53338
54060
  class ImageRepositoryContentBasedVideoMetadata
53339
54061
  include Google::Apis::Core::Hashable
53340
54062
 
@@ -53410,11 +54132,16 @@ module Google
53410
54132
 
53411
54133
  # This defines the per-doc data which is extracted from thumbnails and
53412
54134
  # propagated over to indexing. It contains all information that can be used for
53413
- # restricts. Next tag id: 128
54135
+ # restricts. Next tag id: 129
53414
54136
  # Corresponds to the JSON property `representativeFrameData`
53415
54137
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
53416
54138
  attr_accessor :representative_frame_data
53417
54139
 
54140
+ # Next Tag: 8
54141
+ # Corresponds to the JSON property `s3Asr`
54142
+ # @return [Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaCloudSpeechSignals]
54143
+ attr_accessor :s3_asr
54144
+
53418
54145
  # Next Tag: 9
53419
54146
  # Corresponds to the JSON property `s3LanguageIdentification`
53420
54147
  # @return [Google::Apis::ContentwarehouseV1::ImageRepositoryS3LangIdSignals]
@@ -53568,6 +54295,7 @@ module Google
53568
54295
  @loudness_data = args[:loudness_data] if args.key?(:loudness_data)
53569
54296
  @media_info = args[:media_info] if args.key?(:media_info)
53570
54297
  @representative_frame_data = args[:representative_frame_data] if args.key?(:representative_frame_data)
54298
+ @s3_asr = args[:s3_asr] if args.key?(:s3_asr)
53571
54299
  @s3_language_identification = args[:s3_language_identification] if args.key?(:s3_language_identification)
53572
54300
  @safesearch_video_content_signals = args[:safesearch_video_content_signals] if args.key?(:safesearch_video_content_signals)
53573
54301
  @search_docid = args[:search_docid] if args.key?(:search_docid)
@@ -53751,7 +54479,7 @@ module Google
53751
54479
 
53752
54480
  # This defines the per-doc data which is extracted from thumbnails and
53753
54481
  # propagated over to indexing. It contains all information that can be used for
53754
- # restricts. Next tag id: 128
54482
+ # restricts. Next tag id: 129
53755
54483
  # Corresponds to the JSON property `perdoc`
53756
54484
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
53757
54485
  attr_accessor :perdoc
@@ -54461,7 +55189,7 @@ module Google
54461
55189
  attr_accessor :audio_only
54462
55190
  alias_method :audio_only?, :audio_only
54463
55191
 
54464
- # Next Tag: 48
55192
+ # Next Tag: 49
54465
55193
  # Corresponds to the JSON property `contentBasedMetadata`
54466
55194
  # @return [Google::Apis::ContentwarehouseV1::ImageRepositoryContentBasedVideoMetadata]
54467
55195
  attr_accessor :content_based_metadata
@@ -54684,10 +55412,15 @@ module Google
54684
55412
  end
54685
55413
  end
54686
55414
 
54687
- #
55415
+ # A protocol buffer to store the OCR annotation. Next available tag id: 10.
54688
55416
  class ImageSafesearchContentOcrAnnotation
54689
55417
  include Google::Apis::Core::Hashable
54690
55418
 
55419
+ # A string that indicates the version of SafeSearch OCR annotation.
55420
+ # Corresponds to the JSON property `ocrAnnotationVersion`
55421
+ # @return [String]
55422
+ attr_accessor :ocr_annotation_version
55423
+
54691
55424
  # The score produced by Aksara geometry and spoof score. Describes the '
54692
55425
  # visibility' or 'importance' of the text on the image [0, 1]
54693
55426
  # Corresponds to the JSON property `ocrProminenceScore`
@@ -54731,6 +55464,7 @@ module Google
54731
55464
 
54732
55465
  # Update properties of this object
54733
55466
  def update!(**args)
55467
+ @ocr_annotation_version = args[:ocr_annotation_version] if args.key?(:ocr_annotation_version)
54734
55468
  @ocr_prominence_score = args[:ocr_prominence_score] if args.key?(:ocr_prominence_score)
54735
55469
  @porn_score = args[:porn_score] if args.key?(:porn_score)
54736
55470
  @prominent_offensive_score = args[:prominent_offensive_score] if args.key?(:prominent_offensive_score)
@@ -59370,6 +60104,26 @@ module Google
59370
60104
  end
59371
60105
  end
59372
60106
 
60107
+ # This proto captures the output of analyses that ran on Automatic Speech
60108
+ # Recogntion produced by the recognizer.
60109
+ class IndexingVideosAsrTranscriptRepairAnnotation
60110
+ include Google::Apis::Core::Hashable
60111
+
60112
+ #
60113
+ # Corresponds to the JSON property `gibberishResult`
60114
+ # @return [String]
60115
+ attr_accessor :gibberish_result
60116
+
60117
+ def initialize(**args)
60118
+ update!(**args)
60119
+ end
60120
+
60121
+ # Update properties of this object
60122
+ def update!(**args)
60123
+ @gibberish_result = args[:gibberish_result] if args.key?(:gibberish_result)
60124
+ end
60125
+ end
60126
+
59373
60127
  #
59374
60128
  class KaltixPerDocData
59375
60129
  include Google::Apis::Core::Hashable
@@ -61632,7 +62386,7 @@ module Google
61632
62386
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersSensitivitySensitivity]
61633
62387
  attr_accessor :sensitivity
61634
62388
 
61635
- # Next ID: 35
62389
+ # Next ID: 36
61636
62390
  # Corresponds to the JSON property `signals`
61637
62391
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryFunctionCallSignals]
61638
62392
  attr_accessor :signals
@@ -61664,7 +62418,7 @@ module Google
61664
62418
  end
61665
62419
  end
61666
62420
 
61667
- # Next ID: 35
62421
+ # Next ID: 36
61668
62422
  class KnowledgeAnswersIntentQueryFunctionCallSignals
61669
62423
  include Google::Apis::Core::Hashable
61670
62424
 
@@ -61820,7 +62574,7 @@ module Google
61820
62574
  # anything that they need to propagate down stream from AQUA. Note that this
61821
62575
  # proto is not the same as the Superroot proto ParsingSignals (http://google3/
61822
62576
  # knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
61823
- # used in Scoring. Next ID: 5
62577
+ # used in Scoring. Next ID: 7
61824
62578
  # Corresponds to the JSON property `parsingSignals`
61825
62579
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryParsingSignals]
61826
62580
  attr_accessor :parsing_signals
@@ -61833,7 +62587,7 @@ module Google
61833
62587
 
61834
62588
  # Signals to be used by the Prefulfillment Ranker. Derived from the
61835
62589
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
61836
- # Next ID: 36
62590
+ # Next ID: 41
61837
62591
  # Corresponds to the JSON property `prefulfillmentSignals`
61838
62592
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
61839
62593
  attr_accessor :prefulfillment_signals
@@ -61851,6 +62605,12 @@ module Google
61851
62605
  # @return [String]
61852
62606
  attr_accessor :refx_summary_node_id
61853
62607
 
62608
+ # SRM signal data. Properties here should be nonsemantic. Semantic properties
62609
+ # should be modeled directly in the SRM.
62610
+ # Corresponds to the JSON property `responseMeaningSignals`
62611
+ # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryResponseMeaningSignalsResponseMeaningSignals]
62612
+ attr_accessor :response_meaning_signals
62613
+
61854
62614
  # The list of result supports for this FunctionCall.
61855
62615
  # Corresponds to the JSON property `resultSupport`
61856
62616
  # @return [Array<Google::Apis::ContentwarehouseV1::UniversalsearchNewPackerKnowledgeResultSupport>]
@@ -61920,6 +62680,7 @@ module Google
61920
62680
  @prefulfillment_signals = args[:prefulfillment_signals] if args.key?(:prefulfillment_signals)
61921
62681
  @referential_resolution = args[:referential_resolution] if args.key?(:referential_resolution)
61922
62682
  @refx_summary_node_id = args[:refx_summary_node_id] if args.key?(:refx_summary_node_id)
62683
+ @response_meaning_signals = args[:response_meaning_signals] if args.key?(:response_meaning_signals)
61923
62684
  @result_support = args[:result_support] if args.key?(:result_support)
61924
62685
  @role = args[:role] if args.key?(:role)
61925
62686
  @selected_by_prefulfillment_ranking = args[:selected_by_prefulfillment_ranking] if args.key?(:selected_by_prefulfillment_ranking)
@@ -62384,7 +63145,7 @@ module Google
62384
63145
  # anything that they need to propagate down stream from AQUA. Note that this
62385
63146
  # proto is not the same as the Superroot proto ParsingSignals (http://google3/
62386
63147
  # knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
62387
- # used in Scoring. Next ID: 5
63148
+ # used in Scoring. Next ID: 7
62388
63149
  class KnowledgeAnswersIntentQueryParsingSignals
62389
63150
  include Google::Apis::Core::Hashable
62390
63151
 
@@ -62394,6 +63155,21 @@ module Google
62394
63155
  # @return [Float]
62395
63156
  attr_accessor :calibrated_parsing_score
62396
63157
 
63158
+ # The total effective length of the spans for the arguments used to construct
63159
+ # the parse. May include vertical specific adjustments. Eg: For the query [
63160
+ # delete my 7 p.m. alarm called chicken] and intent Delete_alarm(alarm_object=RD(
63161
+ # category=AlarmObject( label="chicken", trigger_time_datetime=<< 7 PM >>))),
63162
+ # the effective argument span is "7 p.m." + "chicken" (total length of 13).
63163
+ # Corresponds to the JSON property `effectiveArgSpanLength`
63164
+ # @return [Float]
63165
+ attr_accessor :effective_arg_span_length
63166
+
63167
+ # This is a cross-intent feature which is calculated by iterating all intent
63168
+ # candidates. This feature should be populated in post-IG stage (before GB).
63169
+ # Corresponds to the JSON property `inQueryMaxEffectiveArgSpanLength`
63170
+ # @return [Float]
63171
+ attr_accessor :in_query_max_effective_arg_span_length
63172
+
62397
63173
  # The proto that holds the complete call path info of the QRewrite client (e.g.
62398
63174
  # the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
62399
63175
  # and the ACE's candidate type like "FuzzyMatcher"). Next ID: 5 ACE tags
@@ -62420,6 +63196,8 @@ module Google
62420
63196
  # Update properties of this object
62421
63197
  def update!(**args)
62422
63198
  @calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
63199
+ @effective_arg_span_length = args[:effective_arg_span_length] if args.key?(:effective_arg_span_length)
63200
+ @in_query_max_effective_arg_span_length = args[:in_query_max_effective_arg_span_length] if args.key?(:in_query_max_effective_arg_span_length)
62423
63201
  @qrewrite_call_path_info = args[:qrewrite_call_path_info] if args.key?(:qrewrite_call_path_info)
62424
63202
  @qrewrite_call_path_info_fingerprint = args[:qrewrite_call_path_info_fingerprint] if args.key?(:qrewrite_call_path_info_fingerprint)
62425
63203
  @source = args[:source] if args.key?(:source)
@@ -62544,6 +63322,26 @@ module Google
62544
63322
  end
62545
63323
  end
62546
63324
 
63325
+ # SRM signal data. Properties here should be nonsemantic. Semantic properties
63326
+ # should be modeled directly in the SRM.
63327
+ class KnowledgeAnswersIntentQueryResponseMeaningSignalsResponseMeaningSignals
63328
+ include Google::Apis::Core::Hashable
63329
+
63330
+ #
63331
+ # Corresponds to the JSON property `propertyValue`
63332
+ # @return [Array<Google::Apis::ContentwarehouseV1::FreebasePropertyValue>]
63333
+ attr_accessor :property_value
63334
+
63335
+ def initialize(**args)
63336
+ update!(**args)
63337
+ end
63338
+
63339
+ # Update properties of this object
63340
+ def update!(**args)
63341
+ @property_value = args[:property_value] if args.key?(:property_value)
63342
+ end
63343
+ end
63344
+
62547
63345
  # Signals derived from overlapping saft annotations.
62548
63346
  class KnowledgeAnswersIntentQuerySaftSignals
62549
63347
  include Google::Apis::Core::Hashable
@@ -64778,8 +65576,8 @@ module Google
64778
65576
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersDateType]
64779
65577
  attr_accessor :date_type
64780
65578
 
64781
- # Work in progress: Used for configuring dynamic types to allow for type
64782
- # transparency. See: go/type-dependencies
65579
+ # Used for configuring dynamic types to allow for type transparency. See: go/
65580
+ # type-dependencies
64783
65581
  # Corresponds to the JSON property `dependencyType`
64784
65582
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersDependencyType]
64785
65583
  attr_accessor :dependency_type
@@ -64876,12 +65674,6 @@ module Google
64876
65674
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersSemanticType]
64877
65675
  attr_accessor :semantic_type
64878
65676
 
64879
- # DEPRECATED: see go/type-dependencies. Please reach out to suwu@, dqwang@ if
64880
- # usage is required.
64881
- # Corresponds to the JSON property `slotName`
64882
- # @return [String]
64883
- attr_accessor :slot_name
64884
-
64885
65677
  # A special type representing a StateOfAffairs. Currently (as of 2021Q2) this is
64886
65678
  # duplicative with semantic_type ` name: "StateOfAffairs" ` but we (mrf-team)
64887
65679
  # will encourage clients to migrate to this new type.
@@ -64937,7 +65729,6 @@ module Google
64937
65729
  @plurality_type = args[:plurality_type] if args.key?(:plurality_type)
64938
65730
  @polar_question_type = args[:polar_question_type] if args.key?(:polar_question_type)
64939
65731
  @semantic_type = args[:semantic_type] if args.key?(:semantic_type)
64940
- @slot_name = args[:slot_name] if args.key?(:slot_name)
64941
65732
  @state_of_affairs_type = args[:state_of_affairs_type] if args.key?(:state_of_affairs_type)
64942
65733
  @string_type = args[:string_type] if args.key?(:string_type)
64943
65734
  @timezone_type = args[:timezone_type] if args.key?(:timezone_type)
@@ -65335,7 +66126,7 @@ module Google
65335
66126
  # process* the triple. Read: fields below really shouldn't be part of the cross-
65336
66127
  # system Triple proto at all. But because Triple is used both as an internal and
65337
66128
  # an external KG API, we at least want to "hide" those fields that ought to be
65338
- # purely part of the internal source <-> LG contract. Next id: 5
66129
+ # purely part of the internal source <-> LG contract. Next id: 6
65339
66130
  # Corresponds to the JSON property `lgMetadata`
65340
66131
  # @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgLivegraphProvenanceMetadata]
65341
66132
  attr_accessor :lg_metadata
@@ -73103,6 +73894,25 @@ module Google
73103
73894
  end
73104
73895
  end
73105
73896
 
73897
+ #
73898
+ class NlpSemanticParsingLocalEvChargingStationConnectorConstraint
73899
+ include Google::Apis::Core::Hashable
73900
+
73901
+ #
73902
+ # Corresponds to the JSON property `connectorType`
73903
+ # @return [String]
73904
+ attr_accessor :connector_type
73905
+
73906
+ def initialize(**args)
73907
+ update!(**args)
73908
+ end
73909
+
73910
+ # Update properties of this object
73911
+ def update!(**args)
73912
+ @connector_type = args[:connector_type] if args.key?(:connector_type)
73913
+ end
73914
+ end
73915
+
73106
73916
  # There is an implicit AND relation if multiple EVCS constraint types are
73107
73917
  # specified.
73108
73918
  class NlpSemanticParsingLocalEvChargingStationSpeedConstraint
@@ -73962,7 +74772,7 @@ module Google
73962
74772
  # location and can be nested accordingly. E.g., for a compound location the
73963
74773
  # constraint may be associated with the entire location or with either of the
73964
74774
  # two internal locations (loc_1 and loc_2). There is an implicit AND relation
73965
- # between the different constraints. Next ID: 24.
74775
+ # between the different constraints. Next ID: 25.
73966
74776
  class NlpSemanticParsingLocalLocationConstraint
73967
74777
  include Google::Apis::Core::Hashable
73968
74778
 
@@ -73983,6 +74793,12 @@ module Google
73983
74793
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalCuisineConstraint]
73984
74794
  attr_accessor :cuisine
73985
74795
 
74796
+ # Used for populating ElectricVehicleConnectorRefinement from QBF go/evcs-qbf-
74797
+ # connector
74798
+ # Corresponds to the JSON property `evcsConnectorConstraint`
74799
+ # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalEvChargingStationConnectorConstraint]
74800
+ attr_accessor :evcs_connector_constraint
74801
+
73986
74802
  # There is an implicit AND relation if multiple EVCS constraint types are
73987
74803
  # specified.
73988
74804
  # Corresponds to the JSON property `evcsSpeedConstraint`
@@ -74108,6 +74924,7 @@ module Google
74108
74924
  @amenities = args[:amenities] if args.key?(:amenities)
74109
74925
  @chain_member = args[:chain_member] if args.key?(:chain_member)
74110
74926
  @cuisine = args[:cuisine] if args.key?(:cuisine)
74927
+ @evcs_connector_constraint = args[:evcs_connector_constraint] if args.key?(:evcs_connector_constraint)
74111
74928
  @evcs_speed_constraint = args[:evcs_speed_constraint] if args.key?(:evcs_speed_constraint)
74112
74929
  @gcid_constraint = args[:gcid_constraint] if args.key?(:gcid_constraint)
74113
74930
  @health_insurance = args[:health_insurance] if args.key?(:health_insurance)
@@ -82876,7 +83693,7 @@ module Google
82876
83693
  # Mustang and TeraGoogle. For TeraGoogle, this message is included in perdocdata
82877
83694
  # which means it can be used in preliminary scoring. CAREFUL: For TeraGoogle,
82878
83695
  # this data resides in very limited serving memory (Flash storage) for a huge
82879
- # number of documents. Next id: 40
83696
+ # number of documents. Next id: 42
82880
83697
  # Corresponds to the JSON property `compressedQualitySignals`
82881
83698
  # @return [Google::Apis::ContentwarehouseV1::CompressedQualitySignals]
82882
83699
  attr_accessor :compressed_quality_signals
@@ -83228,6 +84045,11 @@ module Google
83228
84045
  # @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplication]
83229
84046
  attr_accessor :rs_application
83230
84047
 
84048
+ # S3 based Audio language information about a Watch Page.
84049
+ # Corresponds to the JSON property `s3AudioLanguage`
84050
+ # @return [Google::Apis::ContentwarehouseV1::S3AudioLanguageS3AudioLanguage]
84051
+ attr_accessor :s3_audio_language
84052
+
83231
84053
  # Top document language as generated by SAFT LangID. For now we store bare
83232
84054
  # minimum: just the top 1 language value, converted to the language enum, and
83233
84055
  # only when different from the first value in 'languages'.
@@ -83585,6 +84407,7 @@ module Google
83585
84407
  @queries_for_which_official = args[:queries_for_which_official] if args.key?(:queries_for_which_official)
83586
84408
  @rosetta_languages = args[:rosetta_languages] if args.key?(:rosetta_languages)
83587
84409
  @rs_application = args[:rs_application] if args.key?(:rs_application)
84410
+ @s3_audio_language = args[:s3_audio_language] if args.key?(:s3_audio_language)
83588
84411
  @saft_language_int = args[:saft_language_int] if args.key?(:saft_language_int)
83589
84412
  @scaled_selection_tier_rank = args[:scaled_selection_tier_rank] if args.key?(:scaled_selection_tier_rank)
83590
84413
  @science_doctype = args[:science_doctype] if args.key?(:science_doctype)
@@ -86567,8 +87390,7 @@ module Google
86567
87390
  # @return [Fixnum]
86568
87391
  attr_accessor :number_faces
86569
87392
 
86570
- # Information about image OCR text. For details see image/safesearch/content/
86571
- # public/ocr_annotation.proto.
87393
+ # A protocol buffer to store the OCR annotation. Next available tag id: 10.
86572
87394
  # Corresponds to the JSON property `ocrAnnotation`
86573
87395
  # @return [Google::Apis::ContentwarehouseV1::ImageSafesearchContentOcrAnnotation]
86574
87396
  attr_accessor :ocr_annotation
@@ -88294,7 +89116,7 @@ module Google
88294
89116
  # @return [Hash<String,Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent>]
88295
89117
  attr_accessor :country_level_schedule_information
88296
89118
 
88297
- # Contains the format information for a single LiveOp/LiveEvent. Next ID: 10
89119
+ # Contains the format information for a single LiveOp/LiveEvent. Next ID: 11
88298
89120
  # Corresponds to the JSON property `defaultFormatInformation`
88299
89121
  # @return [Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat]
88300
89122
  attr_accessor :default_format_information
@@ -88379,7 +89201,7 @@ module Google
88379
89201
  end
88380
89202
  end
88381
89203
 
88382
- # Contains the format information for a single LiveOp/LiveEvent. Next ID: 10
89204
+ # Contains the format information for a single LiveOp/LiveEvent. Next ID: 11
88383
89205
  class QualityCalypsoAppsUniversalAuLiveOpFormat
88384
89206
  include Google::Apis::Core::Hashable
88385
89207
 
@@ -88403,6 +89225,11 @@ module Google
88403
89225
  # @return [String]
88404
89226
  attr_accessor :image_url
88405
89227
 
89228
+ #
89229
+ # Corresponds to the JSON property `originalImageUrl`
89230
+ # @return [String]
89231
+ attr_accessor :original_image_url
89232
+
88406
89233
  #
88407
89234
  # Corresponds to the JSON property `squareImageUrl`
88408
89235
  # @return [String]
@@ -88438,6 +89265,7 @@ module Google
88438
89265
  @description = args[:description] if args.key?(:description)
88439
89266
  @eyebrow = args[:eyebrow] if args.key?(:eyebrow)
88440
89267
  @image_url = args[:image_url] if args.key?(:image_url)
89268
+ @original_image_url = args[:original_image_url] if args.key?(:original_image_url)
88441
89269
  @square_image_url = args[:square_image_url] if args.key?(:square_image_url)
88442
89270
  @status = args[:status] if args.key?(:status)
88443
89271
  @title = args[:title] if args.key?(:title)
@@ -93237,8 +94065,8 @@ module Google
93237
94065
  # @return [String]
93238
94066
  attr_accessor :non_displayable_currency
93239
94067
 
93240
- # Normalized riskiness score for Organic destinations. It's in range [0,1000]
93241
- # with 0 being the worst score and 1000 being the best.
94068
+ # Normalized riskiness score for Organic destinations. It's in range [1,1000]
94069
+ # with 1 being the worst score and 1000 being the best.
93242
94070
  # Corresponds to the JSON property `nonDisplayableOrganicScoreMillis`
93243
94071
  # @return [Fixnum]
93244
94072
  attr_accessor :non_displayable_organic_score_millis
@@ -94245,26 +95073,6 @@ module Google
94245
95073
  end
94246
95074
  end
94247
95075
 
94248
- #
94249
- class QualityTimebasedOldnessInfo
94250
- include Google::Apis::Core::Hashable
94251
-
94252
- # Set to true if this page is considered old.
94253
- # Corresponds to the JSON property `isOldPage`
94254
- # @return [Boolean]
94255
- attr_accessor :is_old_page
94256
- alias_method :is_old_page?, :is_old_page
94257
-
94258
- def initialize(**args)
94259
- update!(**args)
94260
- end
94261
-
94262
- # Update properties of this object
94263
- def update!(**args)
94264
- @is_old_page = args[:is_old_page] if args.key?(:is_old_page)
94265
- end
94266
- end
94267
-
94268
95076
  #
94269
95077
  class QualityTimebasedPageType
94270
95078
  include Google::Apis::Core::Hashable
@@ -94718,6 +95526,12 @@ module Google
94718
95526
  # @return [String]
94719
95527
  attr_accessor :amarna_docid
94720
95528
 
95529
+ # This proto captures the output of analyses that ran on Automatic Speech
95530
+ # Recogntion produced by the recognizer.
95531
+ # Corresponds to the JSON property `asrRepair`
95532
+ # @return [Google::Apis::ContentwarehouseV1::IndexingVideosAsrTranscriptRepairAnnotation]
95533
+ attr_accessor :asr_repair
95534
+
94721
95535
  # The language of the transcript as recorded in Amarna.
94722
95536
  # Corresponds to the JSON property `lang`
94723
95537
  # @return [String]
@@ -94759,6 +95573,7 @@ module Google
94759
95573
  # Update properties of this object
94760
95574
  def update!(**args)
94761
95575
  @amarna_docid = args[:amarna_docid] if args.key?(:amarna_docid)
95576
+ @asr_repair = args[:asr_repair] if args.key?(:asr_repair)
94762
95577
  @lang = args[:lang] if args.key?(:lang)
94763
95578
  @punctuated_transcript = args[:punctuated_transcript] if args.key?(:punctuated_transcript)
94764
95579
  @saft_document = args[:saft_document] if args.key?(:saft_document)
@@ -101104,11 +101919,6 @@ module Google
101104
101919
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlMatchingMetadata]
101105
101920
  attr_accessor :matching_metadata
101106
101921
 
101107
- #
101108
- # Corresponds to the JSON property `obsoleteAnchorsWithoutInterwiki`
101109
- # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefSimplifiedAnchors]
101110
- attr_accessor :obsolete_anchors_without_interwiki
101111
-
101112
101922
  # Encapsulates additional CDoc metadata needed by Refcon.
101113
101923
  # Corresponds to the JSON property `refconDocumentMetadata`
101114
101924
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefRefconRefconDocumentMetadata]
@@ -101140,7 +101950,6 @@ module Google
101140
101950
  @cdoc_container = args[:cdoc_container] if args.key?(:cdoc_container)
101141
101951
  @document_mention_spans = args[:document_mention_spans] if args.key?(:document_mention_spans)
101142
101952
  @matching_metadata = args[:matching_metadata] if args.key?(:matching_metadata)
101143
- @obsolete_anchors_without_interwiki = args[:obsolete_anchors_without_interwiki] if args.key?(:obsolete_anchors_without_interwiki)
101144
101953
  @refcon_document_metadata = args[:refcon_document_metadata] if args.key?(:refcon_document_metadata)
101145
101954
  @source_snapshot_type = args[:source_snapshot_type] if args.key?(:source_snapshot_type)
101146
101955
  @url = args[:url] if args.key?(:url)
@@ -104434,15 +105243,20 @@ module Google
104434
105243
  class ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo
104435
105244
  include Google::Apis::Core::Hashable
104436
105245
 
105246
+ # DEPRECATED. See entity_type instead.
105247
+ # Corresponds to the JSON property `deprecatedEntityType`
105248
+ # @return [String]
105249
+ attr_accessor :deprecated_entity_type
105250
+
104437
105251
  # The English description of the mid from the KG.
104438
105252
  # Corresponds to the JSON property `description`
104439
105253
  # @return [String]
104440
105254
  attr_accessor :description
104441
105255
 
104442
105256
  #
104443
- # Corresponds to the JSON property `entityType`
104444
- # @return [String]
104445
- attr_accessor :entity_type
105257
+ # Corresponds to the JSON property `entityCollectionType`
105258
+ # @return [Array<String>]
105259
+ attr_accessor :entity_collection_type
104446
105260
 
104447
105261
  # HRID of the KG collections
104448
105262
  # Corresponds to the JSON property `kgCollection`
@@ -104460,8 +105274,9 @@ module Google
104460
105274
 
104461
105275
  # Update properties of this object
104462
105276
  def update!(**args)
105277
+ @deprecated_entity_type = args[:deprecated_entity_type] if args.key?(:deprecated_entity_type)
104463
105278
  @description = args[:description] if args.key?(:description)
104464
- @entity_type = args[:entity_type] if args.key?(:entity_type)
105279
+ @entity_collection_type = args[:entity_collection_type] if args.key?(:entity_collection_type)
104465
105280
  @kg_collection = args[:kg_collection] if args.key?(:kg_collection)
104466
105281
  @mid = args[:mid] if args.key?(:mid)
104467
105282
  end
@@ -104653,6 +105468,38 @@ module Google
104653
105468
  end
104654
105469
  end
104655
105470
 
105471
+ # S3 based Audio language information about a Watch Page.
105472
+ class S3AudioLanguageS3AudioLanguage
105473
+ include Google::Apis::Core::Hashable
105474
+
105475
+ # Audio language of video classified by Automatic Language Identification. It
105476
+ # corresponds to the langid_result in S3LangIdSignals.
105477
+ # Corresponds to the JSON property `language`
105478
+ # @return [String]
105479
+ attr_accessor :language
105480
+
105481
+ # Confidence interval of the recognized language.
105482
+ # Corresponds to the JSON property `languageConfidence`
105483
+ # @return [String]
105484
+ attr_accessor :language_confidence
105485
+
105486
+ # Type of detected speech.
105487
+ # Corresponds to the JSON property `speechClass`
105488
+ # @return [String]
105489
+ attr_accessor :speech_class
105490
+
105491
+ def initialize(**args)
105492
+ update!(**args)
105493
+ end
105494
+
105495
+ # Update properties of this object
105496
+ def update!(**args)
105497
+ @language = args[:language] if args.key?(:language)
105498
+ @language_confidence = args[:language_confidence] if args.key?(:language_confidence)
105499
+ @speech_class = args[:speech_class] if args.key?(:speech_class)
105500
+ end
105501
+ end
105502
+
104656
105503
  # A proto that stores SafeSearch internal signals that are not exported to
104657
105504
  # clients.
104658
105505
  class SafesearchInternalImageSignals
@@ -108229,6 +109076,11 @@ module Google
108229
109076
  # @return [Fixnum]
108230
109077
  attr_accessor :inferred_image_id
108231
109078
 
109079
+ #
109080
+ # Corresponds to the JSON property `inferredImageSource`
109081
+ # @return [String]
109082
+ attr_accessor :inferred_image_source
109083
+
108232
109084
  #
108233
109085
  # Corresponds to the JSON property `inferredImageType`
108234
109086
  # @return [String]
@@ -108241,6 +109093,7 @@ module Google
108241
109093
  # Update properties of this object
108242
109094
  def update!(**args)
108243
109095
  @inferred_image_id = args[:inferred_image_id] if args.key?(:inferred_image_id)
109096
+ @inferred_image_source = args[:inferred_image_source] if args.key?(:inferred_image_source)
108244
109097
  @inferred_image_type = args[:inferred_image_type] if args.key?(:inferred_image_type)
108245
109098
  end
108246
109099
  end
@@ -108472,7 +109325,7 @@ module Google
108472
109325
  attr_accessor :deprecated_mobile_homepage_docid
108473
109326
 
108474
109327
  # Indicates if the page is violating mobile ads density interstitial policy and
108475
- # the voilation strength. See go/interstitials-for-ads and http://ariane/268642
109328
+ # the violation strength. See go/interstitials-for-ads and http://ariane/268642
108476
109329
  # for details. To save indexing space, we convert the double values in [0.0, 1.0]
108477
109330
  # to intergers in range [0, 1000] by using floor(value * 1000).
108478
109331
  # Corresponds to the JSON property `adsDensityInterstitialViolationStrength`
@@ -109883,10 +110736,18 @@ module Google
109883
110736
 
109884
110737
  # A reference to a photo in either Photos Backend or SGI storage. This message
109885
110738
  # should be treated as an opaque blob to avoid a dependency on a specific
109886
- # storage backend.
110739
+ # storage backend. This version of ImageReference is visible outside of SGBE. Do
110740
+ # not add fields that should not be exposed outside of Profile Service and Image
110741
+ # Service.
109887
110742
  class SocialGraphApiProtoImageReference
109888
110743
  include Google::Apis::Core::Hashable
109889
110744
 
110745
+ # Identifies the most recent version of this photo. Use this as a FIFE param (ie
110746
+ # -iv12) to prevent reads of a stale version.
110747
+ # Corresponds to the JSON property `contentVersion`
110748
+ # @return [Fixnum]
110749
+ attr_accessor :content_version
110750
+
109890
110751
  # Unique identifier for the photo. For now, this will always be a Photos Backend
109891
110752
  # media key.
109892
110753
  # Corresponds to the JSON property `mediaId`
@@ -109899,6 +110760,7 @@ module Google
109899
110760
 
109900
110761
  # Update properties of this object
109901
110762
  def update!(**args)
110763
+ @content_version = args[:content_version] if args.key?(:content_version)
109902
110764
  @media_id = args[:media_id] if args.key?(:media_id)
109903
110765
  end
109904
110766
  end
@@ -112250,10 +113112,19 @@ module Google
112250
113112
  # process* the triple. Read: fields below really shouldn't be part of the cross-
112251
113113
  # system Triple proto at all. But because Triple is used both as an internal and
112252
113114
  # an external KG API, we at least want to "hide" those fields that ought to be
112253
- # purely part of the internal source <-> LG contract. Next id: 5
113115
+ # purely part of the internal source <-> LG contract. Next id: 6
112254
113116
  class StorageGraphBfgLivegraphProvenanceMetadata
112255
113117
  include Google::Apis::Core::Hashable
112256
113118
 
113119
+ # If one triple is directly-written after recon by LG without going through
113120
+ # Composer, we add the record id it's from. Otherwise, it's empty. Note: 1) LG
113121
+ # will dedup record ids before updating it. So this field shouldn't see
113122
+ # duplicated record ids. 2) This is used internally by LG only. So if set by
113123
+ # clients, they will be dropped by LG.
113124
+ # Corresponds to the JSON property `directWriteRecordIds`
113125
+ # @return [Array<String>]
113126
+ attr_accessor :direct_write_record_ids
113127
+
112257
113128
  # Identifies the LG internal writers that asserted the triple. This is the same
112258
113129
  # as 'origin_id' in LG. This will only be populated by the LG writers to
112259
113130
  # FactStore
@@ -112306,6 +113177,7 @@ module Google
112306
113177
 
112307
113178
  # Update properties of this object
112308
113179
  def update!(**args)
113180
+ @direct_write_record_ids = args[:direct_write_record_ids] if args.key?(:direct_write_record_ids)
112309
113181
  @lg_internal_writer_id = args[:lg_internal_writer_id] if args.key?(:lg_internal_writer_id)
112310
113182
  @provenance_only_addition = args[:provenance_only_addition] if args.key?(:provenance_only_addition)
112311
113183
  @triangulation_key = args[:triangulation_key] if args.key?(:triangulation_key)
@@ -112602,7 +113474,7 @@ module Google
112602
113474
  # process* the triple. Read: fields below really shouldn't be part of the cross-
112603
113475
  # system Triple proto at all. But because Triple is used both as an internal and
112604
113476
  # an external KG API, we at least want to "hide" those fields that ought to be
112605
- # purely part of the internal source <-> LG contract. Next id: 5
113477
+ # purely part of the internal source <-> LG contract. Next id: 6
112606
113478
  # Corresponds to the JSON property `lgMetadata`
112607
113479
  # @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgLivegraphProvenanceMetadata]
112608
113480
  attr_accessor :lg_metadata
@@ -114493,7 +115365,7 @@ module Google
114493
115365
  # FetchReplyData. This data is meant to be logged, but not sent back in a fetch
114494
115366
  # reply (it should be added *after* the reply is prepared). Use
114495
115367
  # FetchResponsePreparatorImpl::AddTrawlerPrivateDataToFetchReplyData to add. See
114496
- # also the comment in fetch_response_preparator_impl.cc. Next Tag: 43
115368
+ # also the comment in fetch_response_preparator_impl.cc. Next Tag: 44
114497
115369
  # Corresponds to the JSON property `TrawlerPrivate`
114498
115370
  # @return [Google::Apis::ContentwarehouseV1::TrawlerTrawlerPrivateFetchReplyData]
114499
115371
  attr_accessor :trawler_private
@@ -115739,7 +116611,7 @@ module Google
115739
116611
  # FetchReplyData. This data is meant to be logged, but not sent back in a fetch
115740
116612
  # reply (it should be added *after* the reply is prepared). Use
115741
116613
  # FetchResponsePreparatorImpl::AddTrawlerPrivateDataToFetchReplyData to add. See
115742
- # also the comment in fetch_response_preparator_impl.cc. Next Tag: 43
116614
+ # also the comment in fetch_response_preparator_impl.cc. Next Tag: 44
115743
116615
  class TrawlerTrawlerPrivateFetchReplyData
115744
116616
  include Google::Apis::Core::Hashable
115745
116617
 
@@ -115881,6 +116753,12 @@ module Google
115881
116753
  # @return [String]
115882
116754
  attr_accessor :authentication_info
115883
116755
 
116756
+ # Cache hit for this url, bypassed host_overfull error.
116757
+ # Corresponds to the JSON property `bypassedHostOverfull`
116758
+ # @return [Boolean]
116759
+ attr_accessor :bypassed_host_overfull
116760
+ alias_method :bypassed_host_overfull?, :bypassed_host_overfull
116761
+
115884
116762
  # Corresponds to AcceptableAfterDate field in FetchParams.
115885
116763
  # Corresponds to the JSON property `cacheAcceptableAfterDate`
115886
116764
  # @return [Fixnum]
@@ -116026,6 +116904,7 @@ module Google
116026
116904
  @user_agent_sent = args[:user_agent_sent] if args.key?(:user_agent_sent)
116027
116905
  @user_agent_sent_fp = args[:user_agent_sent_fp] if args.key?(:user_agent_sent_fp)
116028
116906
  @authentication_info = args[:authentication_info] if args.key?(:authentication_info)
116907
+ @bypassed_host_overfull = args[:bypassed_host_overfull] if args.key?(:bypassed_host_overfull)
116029
116908
  @cache_acceptable_after_date = args[:cache_acceptable_after_date] if args.key?(:cache_acceptable_after_date)
116030
116909
  @cache_acceptable_age = args[:cache_acceptable_age] if args.key?(:cache_acceptable_age)
116031
116910
  @cache_hit_type = args[:cache_hit_type] if args.key?(:cache_hit_type)
@@ -117001,7 +117880,7 @@ module Google
117001
117880
 
117002
117881
  # This defines the per-doc data which is extracted from thumbnails and
117003
117882
  # propagated over to indexing. It contains all information that can be used for
117004
- # restricts. Next tag id: 128
117883
+ # restricts. Next tag id: 129
117005
117884
  # Corresponds to the JSON property `imageData`
117006
117885
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
117007
117886
  attr_accessor :image_data
@@ -117765,7 +118644,7 @@ module Google
117765
118644
  # Intended to be simpler to work with than the ExportedStanza it's derived from
117766
118645
  # See documentation: https://g3doc.corp.google.com/company/teams/youtube/
117767
118646
  # community_intelligence/eng_resources/data_sources.md#ministanza Next available:
117768
- # 76
118647
+ # 77
117769
118648
  # Corresponds to the JSON property `miniStanza`
117770
118649
  # @return [Google::Apis::ContentwarehouseV1::YoutubeCommentsClusteringMiniStanza]
117771
118650
  attr_accessor :mini_stanza
@@ -126602,7 +127481,7 @@ module Google
126602
127481
  # Intended to be simpler to work with than the ExportedStanza it's derived from
126603
127482
  # See documentation: https://g3doc.corp.google.com/company/teams/youtube/
126604
127483
  # community_intelligence/eng_resources/data_sources.md#ministanza Next available:
126605
- # 76
127484
+ # 77
126606
127485
  class YoutubeCommentsClusteringMiniStanza
126607
127486
  include Google::Apis::Core::Hashable
126608
127487
 
@@ -126881,6 +127760,12 @@ module Google
126881
127760
  # @return [Google::Apis::ContentwarehouseV1::YoutubeCommentsSentimentSentiment]
126882
127761
  attr_accessor :sentiment
126883
127762
 
127763
+ # Associated Short Reply video ID if the comment represents a Short Reply. See
127764
+ # go/yt-comment-sticker-m2.
127765
+ # Corresponds to the JSON property `shortReplyVideoId`
127766
+ # @return [String]
127767
+ attr_accessor :short_reply_video_id
127768
+
126884
127769
  # Smart replies for this comment. Keyed by model names.
126885
127770
  # Corresponds to the JSON property `smartReplies`
126886
127771
  # @return [Hash<String,Google::Apis::ContentwarehouseV1::VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply>]
@@ -127040,6 +127925,7 @@ module Google
127040
127925
  @segments = args[:segments] if args.key?(:segments)
127041
127926
  @sensitivity_scores = args[:sensitivity_scores] if args.key?(:sensitivity_scores)
127042
127927
  @sentiment = args[:sentiment] if args.key?(:sentiment)
127928
+ @short_reply_video_id = args[:short_reply_video_id] if args.key?(:short_reply_video_id)
127043
127929
  @smart_replies = args[:smart_replies] if args.key?(:smart_replies)
127044
127930
  @stanza_id = args[:stanza_id] if args.key?(:stanza_id)
127045
127931
  @stanza_restrictions = args[:stanza_restrictions] if args.key?(:stanza_restrictions)