google-apis-contentwarehouse_v1 0.8.0 → 0.9.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
@@ -18785,6 +18786,97 @@ module Google
18785
18786
  end
18786
18787
  end
18787
18788
 
18789
+ #
18790
+ class AssistantGroundingRankerAssistantInteractionFeatures
18791
+ include Google::Apis::Core::Hashable
18792
+
18793
+ #
18794
+ # Corresponds to the JSON property `timeDecayed14dHalfLife`
18795
+ # @return [Float]
18796
+ attr_accessor :time_decayed14d_half_life
18797
+
18798
+ # Frequency features.
18799
+ # Corresponds to the JSON property `timeDecayed1dHalfLife`
18800
+ # @return [Float]
18801
+ attr_accessor :time_decayed1d_half_life
18802
+
18803
+ #
18804
+ # Corresponds to the JSON property `timeDecayed7dHalfLife`
18805
+ # @return [Float]
18806
+ attr_accessor :time_decayed7d_half_life
18807
+
18808
+ #
18809
+ # Corresponds to the JSON property `timeDecayedAccepted14dHalfLife`
18810
+ # @return [Float]
18811
+ attr_accessor :time_decayed_accepted14d_half_life
18812
+
18813
+ #
18814
+ # Corresponds to the JSON property `timeDecayedAuis14dHalfLife`
18815
+ # @return [Float]
18816
+ attr_accessor :time_decayed_auis14d_half_life
18817
+
18818
+ #
18819
+ # Corresponds to the JSON property `timeDecayedCanceled14dHalfLife`
18820
+ # @return [Float]
18821
+ attr_accessor :time_decayed_canceled14d_half_life
18822
+
18823
+ #
18824
+ # Corresponds to the JSON property `timeDecayedDeclined14dHalfLife`
18825
+ # @return [Float]
18826
+ attr_accessor :time_decayed_declined14d_half_life
18827
+
18828
+ #
18829
+ # Corresponds to the JSON property `timeSinceLastButOneCanceledActionSecs`
18830
+ # @return [Float]
18831
+ attr_accessor :time_since_last_but_one_canceled_action_secs
18832
+
18833
+ #
18834
+ # Corresponds to the JSON property `timeSinceLastButOneCompletedActionSecs`
18835
+ # @return [Float]
18836
+ attr_accessor :time_since_last_but_one_completed_action_secs
18837
+
18838
+ #
18839
+ # Corresponds to the JSON property `timeSinceLastButTwoCanceledActionSecs`
18840
+ # @return [Float]
18841
+ attr_accessor :time_since_last_but_two_canceled_action_secs
18842
+
18843
+ #
18844
+ # Corresponds to the JSON property `timeSinceLastButTwoCompletedActionSecs`
18845
+ # @return [Float]
18846
+ attr_accessor :time_since_last_but_two_completed_action_secs
18847
+
18848
+ #
18849
+ # Corresponds to the JSON property `timeSinceLastCanceledActionSecs`
18850
+ # @return [Float]
18851
+ attr_accessor :time_since_last_canceled_action_secs
18852
+
18853
+ # Recency features.
18854
+ # Corresponds to the JSON property `timeSinceLastCompletedActionSecs`
18855
+ # @return [Float]
18856
+ attr_accessor :time_since_last_completed_action_secs
18857
+
18858
+ def initialize(**args)
18859
+ update!(**args)
18860
+ end
18861
+
18862
+ # Update properties of this object
18863
+ def update!(**args)
18864
+ @time_decayed14d_half_life = args[:time_decayed14d_half_life] if args.key?(:time_decayed14d_half_life)
18865
+ @time_decayed1d_half_life = args[:time_decayed1d_half_life] if args.key?(:time_decayed1d_half_life)
18866
+ @time_decayed7d_half_life = args[:time_decayed7d_half_life] if args.key?(:time_decayed7d_half_life)
18867
+ @time_decayed_accepted14d_half_life = args[:time_decayed_accepted14d_half_life] if args.key?(:time_decayed_accepted14d_half_life)
18868
+ @time_decayed_auis14d_half_life = args[:time_decayed_auis14d_half_life] if args.key?(:time_decayed_auis14d_half_life)
18869
+ @time_decayed_canceled14d_half_life = args[:time_decayed_canceled14d_half_life] if args.key?(:time_decayed_canceled14d_half_life)
18870
+ @time_decayed_declined14d_half_life = args[:time_decayed_declined14d_half_life] if args.key?(:time_decayed_declined14d_half_life)
18871
+ @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)
18872
+ @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)
18873
+ @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)
18874
+ @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)
18875
+ @time_since_last_canceled_action_secs = args[:time_since_last_canceled_action_secs] if args.key?(:time_since_last_canceled_action_secs)
18876
+ @time_since_last_completed_action_secs = args[:time_since_last_completed_action_secs] if args.key?(:time_since_last_completed_action_secs)
18877
+ end
18878
+ end
18879
+
18788
18880
  # Features to be passed from Contact GP to HGR. Next ID: 13
18789
18881
  class AssistantGroundingRankerContactGroundingProviderFeatures
18790
18882
  include Google::Apis::Core::Hashable
@@ -18879,6 +18971,37 @@ module Google
18879
18971
  end
18880
18972
  end
18881
18973
 
18974
+ # Device contact affinity from android call logs.
18975
+ class AssistantGroundingRankerDeviceContactAffinityFeatures
18976
+ include Google::Apis::Core::Hashable
18977
+
18978
+ #
18979
+ # Corresponds to the JSON property `aggregateAffinity`
18980
+ # @return [Float]
18981
+ attr_accessor :aggregate_affinity
18982
+
18983
+ #
18984
+ # Corresponds to the JSON property `callAffinity`
18985
+ # @return [Float]
18986
+ attr_accessor :call_affinity
18987
+
18988
+ #
18989
+ # Corresponds to the JSON property `messageAffinity`
18990
+ # @return [Float]
18991
+ attr_accessor :message_affinity
18992
+
18993
+ def initialize(**args)
18994
+ update!(**args)
18995
+ end
18996
+
18997
+ # Update properties of this object
18998
+ def update!(**args)
18999
+ @aggregate_affinity = args[:aggregate_affinity] if args.key?(:aggregate_affinity)
19000
+ @call_affinity = args[:call_affinity] if args.key?(:call_affinity)
19001
+ @message_affinity = args[:message_affinity] if args.key?(:message_affinity)
19002
+ end
19003
+ end
19004
+
18882
19005
  # Next ID: 4
18883
19006
  class AssistantGroundingRankerGroundingProviderFeatures
18884
19007
  include Google::Apis::Core::Hashable
@@ -18910,6 +19033,125 @@ module Google
18910
19033
  end
18911
19034
  end
18912
19035
 
19036
+ #
19037
+ class AssistantGroundingRankerLaaFeatures
19038
+ include Google::Apis::Core::Hashable
19039
+
19040
+ #
19041
+ # Corresponds to the JSON property `bindingSet`
19042
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesBindingSet]
19043
+ attr_accessor :binding_set
19044
+
19045
+ #
19046
+ # Corresponds to the JSON property `communicationEndpoint`
19047
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesCommunicationEndpoint]
19048
+ attr_accessor :communication_endpoint
19049
+
19050
+ #
19051
+ # Corresponds to the JSON property `contact`
19052
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesContact]
19053
+ attr_accessor :contact
19054
+
19055
+ #
19056
+ # Corresponds to the JSON property `provider`
19057
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeaturesProvider]
19058
+ attr_accessor :provider
19059
+
19060
+ def initialize(**args)
19061
+ update!(**args)
19062
+ end
19063
+
19064
+ # Update properties of this object
19065
+ def update!(**args)
19066
+ @binding_set = args[:binding_set] if args.key?(:binding_set)
19067
+ @communication_endpoint = args[:communication_endpoint] if args.key?(:communication_endpoint)
19068
+ @contact = args[:contact] if args.key?(:contact)
19069
+ @provider = args[:provider] if args.key?(:provider)
19070
+ end
19071
+ end
19072
+
19073
+ #
19074
+ class AssistantGroundingRankerLaaFeaturesBindingSet
19075
+ include Google::Apis::Core::Hashable
19076
+
19077
+ #
19078
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19079
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19080
+ attr_accessor :assistant_interaction_features
19081
+
19082
+ def initialize(**args)
19083
+ update!(**args)
19084
+ end
19085
+
19086
+ # Update properties of this object
19087
+ def update!(**args)
19088
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19089
+ end
19090
+ end
19091
+
19092
+ #
19093
+ class AssistantGroundingRankerLaaFeaturesCommunicationEndpoint
19094
+ include Google::Apis::Core::Hashable
19095
+
19096
+ #
19097
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19098
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19099
+ attr_accessor :assistant_interaction_features
19100
+
19101
+ def initialize(**args)
19102
+ update!(**args)
19103
+ end
19104
+
19105
+ # Update properties of this object
19106
+ def update!(**args)
19107
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19108
+ end
19109
+ end
19110
+
19111
+ #
19112
+ class AssistantGroundingRankerLaaFeaturesContact
19113
+ include Google::Apis::Core::Hashable
19114
+
19115
+ #
19116
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19117
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19118
+ attr_accessor :assistant_interaction_features
19119
+
19120
+ # Device contact affinity from android call logs.
19121
+ # Corresponds to the JSON property `deviceContactAffinityFeatures`
19122
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceContactAffinityFeatures]
19123
+ attr_accessor :device_contact_affinity_features
19124
+
19125
+ def initialize(**args)
19126
+ update!(**args)
19127
+ end
19128
+
19129
+ # Update properties of this object
19130
+ def update!(**args)
19131
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19132
+ @device_contact_affinity_features = args[:device_contact_affinity_features] if args.key?(:device_contact_affinity_features)
19133
+ end
19134
+ end
19135
+
19136
+ #
19137
+ class AssistantGroundingRankerLaaFeaturesProvider
19138
+ include Google::Apis::Core::Hashable
19139
+
19140
+ #
19141
+ # Corresponds to the JSON property `assistantInteractionFeatures`
19142
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerAssistantInteractionFeatures]
19143
+ attr_accessor :assistant_interaction_features
19144
+
19145
+ def initialize(**args)
19146
+ update!(**args)
19147
+ end
19148
+
19149
+ # Update properties of this object
19150
+ def update!(**args)
19151
+ @assistant_interaction_features = args[:assistant_interaction_features] if args.key?(:assistant_interaction_features)
19152
+ end
19153
+ end
19154
+
18913
19155
  # Features to be passed from Media GP to HGR. Next ID: 6
18914
19156
  class AssistantGroundingRankerMediaGroundingProviderFeatures
18915
19157
  include Google::Apis::Core::Hashable
@@ -20579,7 +20821,7 @@ module Google
20579
20821
 
20580
20822
  # Signals to be used by the Prefulfillment Ranker. Derived from the
20581
20823
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
20582
- # Next ID: 36
20824
+ # Next ID: 39
20583
20825
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
20584
20826
  include Google::Apis::Core::Hashable
20585
20827
 
@@ -20598,6 +20840,12 @@ module Google
20598
20840
  # @return [Float]
20599
20841
  attr_accessor :calibrated_parsing_score
20600
20842
 
20843
+ # Whether the intent is dominant according to NSP deep-media.
20844
+ # Corresponds to the JSON property `deepMediaDominant`
20845
+ # @return [Boolean]
20846
+ attr_accessor :deep_media_dominant
20847
+ alias_method :deep_media_dominant?, :deep_media_dominant
20848
+
20601
20849
  # Indicates interpretation dominance predicted by KScorer
20602
20850
  # Corresponds to the JSON property `dominant`
20603
20851
  # @return [Boolean]
@@ -20613,6 +20861,12 @@ module Google
20613
20861
  # @return [Float]
20614
20862
  attr_accessor :effective_arg_span_length
20615
20863
 
20864
+ # Whether this is a fulfillable, dominant Media intent.
20865
+ # Corresponds to the JSON property `fulfillableDominantMedia`
20866
+ # @return [Boolean]
20867
+ attr_accessor :fulfillable_dominant_media
20868
+ alias_method :fulfillable_dominant_media?, :fulfillable_dominant_media
20869
+
20616
20870
  # Grounding Signals. Score indicating how grounded the intent is, populated by
20617
20871
  # the Grounding Box.
20618
20872
  # Corresponds to the JSON property `groundabilityScore`
@@ -20661,6 +20915,12 @@ module Google
20661
20915
  # @return [Fixnum]
20662
20916
  attr_accessor :kscorer_rank
20663
20917
 
20918
+ # Learn and adapt(go/laa) related features. Design doc: go/laa-profile-signal-
20919
+ # for-grounding.
20920
+ # Corresponds to the JSON property `laaFeatures`
20921
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures]
20922
+ attr_accessor :laa_features
20923
+
20664
20924
  # This feature is always false / no-op in serving time. In training time, this
20665
20925
  # feature may be set true on specific examples for weighted training where when
20666
20926
  # this signal is true, only cross-intent level features are used for training
@@ -20764,8 +21024,10 @@ module Google
20764
21024
  @binding_set_auis = args[:binding_set_auis] if args.key?(:binding_set_auis)
20765
21025
  @binding_set_pauis = args[:binding_set_pauis] if args.key?(:binding_set_pauis)
20766
21026
  @calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
21027
+ @deep_media_dominant = args[:deep_media_dominant] if args.key?(:deep_media_dominant)
20767
21028
  @dominant = args[:dominant] if args.key?(:dominant)
20768
21029
  @effective_arg_span_length = args[:effective_arg_span_length] if args.key?(:effective_arg_span_length)
21030
+ @fulfillable_dominant_media = args[:fulfillable_dominant_media] if args.key?(:fulfillable_dominant_media)
20769
21031
  @groundability_score = args[:groundability_score] if args.key?(:groundability_score)
20770
21032
  @grounding_provider_features = args[:grounding_provider_features] if args.key?(:grounding_provider_features)
20771
21033
  @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)
@@ -20774,6 +21036,7 @@ module Google
20774
21036
  @intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
20775
21037
  @is_feasible = args[:is_feasible] if args.key?(:is_feasible)
20776
21038
  @kscorer_rank = args[:kscorer_rank] if args.key?(:kscorer_rank)
21039
+ @laa_features = args[:laa_features] if args.key?(:laa_features)
20777
21040
  @mask_candidate_level_features = args[:mask_candidate_level_features] if args.key?(:mask_candidate_level_features)
20778
21041
  @max_hgr_score_across_binding_sets = args[:max_hgr_score_across_binding_sets] if args.key?(:max_hgr_score_across_binding_sets)
20779
21042
  @num_alternative_hypothesis = args[:num_alternative_hypothesis] if args.key?(:num_alternative_hypothesis)
@@ -32318,11 +32581,10 @@ module Google
32318
32581
  # @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
32319
32582
  attr_accessor :id
32320
32583
 
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.
32584
+ # Inferred geometry defines the geometry of a feature through the geometry of
32585
+ # other features. For instance, the geometry of a timezone can be specified as
32586
+ # the union of all the countries it applies to. See: go/inferred-geometry and go/
32587
+ # geo-schema:composite-geometry-editor for more details.
32326
32588
  # Corresponds to the JSON property `inferredGeometry`
32327
32589
  # @return [Google::Apis::ContentwarehouseV1::GeostoreInferredGeometryProto]
32328
32590
  attr_accessor :inferred_geometry
@@ -33323,6 +33585,36 @@ module Google
33323
33585
  end
33324
33586
  end
33325
33587
 
33588
+ # Encapsulates all the features which, together, define the geometry of a
33589
+ # feature. This happens by: 1. taking the union of all polygons of features
33590
+ # referenced in includes_geometry_of 2. subtracting the polygons of all the
33591
+ # features referenced in excludes_geometry_of
33592
+ class GeostoreGeometryComposition
33593
+ include Google::Apis::Core::Hashable
33594
+
33595
+ # Features whose geometry to exclude while composing the geometry of this
33596
+ # feature.
33597
+ # Corresponds to the JSON property `excludesGeometryOf`
33598
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33599
+ attr_accessor :excludes_geometry_of
33600
+
33601
+ # Features whose geometry to include while composing the geometry of this
33602
+ # feature.
33603
+ # Corresponds to the JSON property `includesGeometryOf`
33604
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33605
+ attr_accessor :includes_geometry_of
33606
+
33607
+ def initialize(**args)
33608
+ update!(**args)
33609
+ end
33610
+
33611
+ # Update properties of this object
33612
+ def update!(**args)
33613
+ @excludes_geometry_of = args[:excludes_geometry_of] if args.key?(:excludes_geometry_of)
33614
+ @includes_geometry_of = args[:includes_geometry_of] if args.key?(:includes_geometry_of)
33615
+ end
33616
+ end
33617
+
33326
33618
  # Geopolitical (unsimplified) polygons for a feature for different geopolitical
33327
33619
  # use cases. See go/unsimplified-poly.
33328
33620
  class GeostoreGeopoliticalGeometryProto
@@ -33434,11 +33726,10 @@ module Google
33434
33726
  end
33435
33727
  end
33436
33728
 
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.
33729
+ # Inferred geometry defines the geometry of a feature through the geometry of
33730
+ # other features. For instance, the geometry of a timezone can be specified as
33731
+ # the union of all the countries it applies to. See: go/inferred-geometry and go/
33732
+ # geo-schema:composite-geometry-editor for more details.
33442
33733
  class GeostoreInferredGeometryProto
33443
33734
  include Google::Apis::Core::Hashable
33444
33735
 
@@ -33447,15 +33738,13 @@ module Google
33447
33738
  # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
33448
33739
  attr_accessor :defines_geometry_for
33449
33740
 
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
33741
+ # Encapsulates all the features which, together, define the geometry of a
33742
+ # feature. This happens by: 1. taking the union of all polygons of features
33743
+ # referenced in includes_geometry_of 2. subtracting the polygons of all the
33744
+ # features referenced in excludes_geometry_of
33745
+ # Corresponds to the JSON property `geometryComposition`
33746
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreGeometryComposition]
33747
+ attr_accessor :geometry_composition
33459
33748
 
33460
33749
  def initialize(**args)
33461
33750
  update!(**args)
@@ -33464,8 +33753,7 @@ module Google
33464
33753
  # Update properties of this object
33465
33754
  def update!(**args)
33466
33755
  @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)
33756
+ @geometry_composition = args[:geometry_composition] if args.key?(:geometry_composition)
33469
33757
  end
33470
33758
  end
33471
33759
 
@@ -43061,6 +43349,39 @@ module Google
43061
43349
  end
43062
43350
  end
43063
43351
 
43352
+ # The configuration of exporting documents from the Document Warehouse to CDW
43353
+ # pipeline.
43354
+ class GoogleCloudContentwarehouseV1ExportToCdwPipeline
43355
+ include Google::Apis::Core::Hashable
43356
+
43357
+ # The list of all the documents to be processed.
43358
+ # Corresponds to the JSON property `documentIds`
43359
+ # @return [Array<String>]
43360
+ attr_accessor :document_ids
43361
+
43362
+ # The Cloud Storage folder path used to store the exported documents before
43363
+ # being sent to CDW. Format: gs:///.
43364
+ # Corresponds to the JSON property `exportFolderPath`
43365
+ # @return [String]
43366
+ attr_accessor :export_folder_path
43367
+
43368
+ # The DocAI processor information.
43369
+ # Corresponds to the JSON property `processorInfo`
43370
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
43371
+ attr_accessor :processor_info
43372
+
43373
+ def initialize(**args)
43374
+ update!(**args)
43375
+ end
43376
+
43377
+ # Update properties of this object
43378
+ def update!(**args)
43379
+ @document_ids = args[:document_ids] if args.key?(:document_ids)
43380
+ @export_folder_path = args[:export_folder_path] if args.key?(:export_folder_path)
43381
+ @processor_info = args[:processor_info] if args.key?(:processor_info)
43382
+ end
43383
+ end
43384
+
43064
43385
  # Request message for DocumentService.FetchAcl
43065
43386
  class GoogleCloudContentwarehouseV1FetchAclRequest
43066
43387
  include Google::Apis::Core::Hashable
@@ -43190,6 +43511,74 @@ module Google
43190
43511
  end
43191
43512
  end
43192
43513
 
43514
+ # The configuration of the Cloud Storage ingestion pipeline.
43515
+ class GoogleCloudContentwarehouseV1GcsIngestPipeline
43516
+ include Google::Apis::Core::Hashable
43517
+
43518
+ # The input Cloud Storage folder. All files under this folder will be imported
43519
+ # to Document Warehouse. Format: gs:///.
43520
+ # Corresponds to the JSON property `inputPath`
43521
+ # @return [String]
43522
+ attr_accessor :input_path
43523
+
43524
+ # The Document Warehouse schema resource name. All documents processed by this
43525
+ # pipeline will use this schema. Format: projects/`project_number`/locations/`
43526
+ # location`/documentSchemas/`document_schema_id`.
43527
+ # Corresponds to the JSON property `schemaName`
43528
+ # @return [String]
43529
+ attr_accessor :schema_name
43530
+
43531
+ def initialize(**args)
43532
+ update!(**args)
43533
+ end
43534
+
43535
+ # Update properties of this object
43536
+ def update!(**args)
43537
+ @input_path = args[:input_path] if args.key?(:input_path)
43538
+ @schema_name = args[:schema_name] if args.key?(:schema_name)
43539
+ end
43540
+ end
43541
+
43542
+ # The configuration of the document classify/split and entity/kvp extraction
43543
+ # pipeline.
43544
+ class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
43545
+ include Google::Apis::Core::Hashable
43546
+
43547
+ # The DocAI processor information.
43548
+ # Corresponds to the JSON property `classifySplitProcessorInfos`
43549
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
43550
+ attr_accessor :classify_split_processor_infos
43551
+
43552
+ # The entity or key-value pair extracting processor information.
43553
+ # Corresponds to the JSON property `extractProcessorInfos`
43554
+ # @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo>]
43555
+ attr_accessor :extract_processor_infos
43556
+
43557
+ # The input Cloud Storage folder. All files under this folder will be imported
43558
+ # to Document Warehouse. Format: gs:///.
43559
+ # Corresponds to the JSON property `inputPath`
43560
+ # @return [String]
43561
+ attr_accessor :input_path
43562
+
43563
+ # The Cloud Storage folder path used to store the raw results from processors.
43564
+ # Format: gs:///.
43565
+ # Corresponds to the JSON property `processorResultsFolderPath`
43566
+ # @return [String]
43567
+ attr_accessor :processor_results_folder_path
43568
+
43569
+ def initialize(**args)
43570
+ update!(**args)
43571
+ end
43572
+
43573
+ # Update properties of this object
43574
+ def update!(**args)
43575
+ @classify_split_processor_infos = args[:classify_split_processor_infos] if args.key?(:classify_split_processor_infos)
43576
+ @extract_processor_infos = args[:extract_processor_infos] if args.key?(:extract_processor_infos)
43577
+ @input_path = args[:input_path] if args.key?(:input_path)
43578
+ @processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
43579
+ end
43580
+ end
43581
+
43193
43582
  # Request message for DocumentService.GetDocument.
43194
43583
  class GoogleCloudContentwarehouseV1GetDocumentRequest
43195
43584
  include Google::Apis::Core::Hashable
@@ -43690,6 +44079,41 @@ module Google
43690
44079
  end
43691
44080
  end
43692
44081
 
44082
+ # The DocAI processor information.
44083
+ class GoogleCloudContentwarehouseV1ProcessorInfo
44084
+ include Google::Apis::Core::Hashable
44085
+
44086
+ # The processor will process the documents with this document type.
44087
+ # Corresponds to the JSON property `documentType`
44088
+ # @return [String]
44089
+ attr_accessor :document_type
44090
+
44091
+ # The processor resource name. Format is `projects/`project`/locations/`location`
44092
+ # /processors/`processor``, or `projects/`project`/locations/`location`/
44093
+ # processors/`processor`/processorVersions/`processorVersion``
44094
+ # Corresponds to the JSON property `processorName`
44095
+ # @return [String]
44096
+ attr_accessor :processor_name
44097
+
44098
+ # The Document schema resource name. All documents processed by this processor
44099
+ # will use this schema. Format: projects/`project_number`/locations/`location`/
44100
+ # documentSchemas/`document_schema_id`.
44101
+ # Corresponds to the JSON property `schemaName`
44102
+ # @return [String]
44103
+ attr_accessor :schema_name
44104
+
44105
+ def initialize(**args)
44106
+ update!(**args)
44107
+ end
44108
+
44109
+ # Update properties of this object
44110
+ def update!(**args)
44111
+ @document_type = args[:document_type] if args.key?(:document_type)
44112
+ @processor_name = args[:processor_name] if args.key?(:processor_name)
44113
+ @schema_name = args[:schema_name] if args.key?(:schema_name)
44114
+ end
44115
+ end
44116
+
43693
44117
  # Property of a document.
43694
44118
  class GoogleCloudContentwarehouseV1Property
43695
44119
  include Google::Apis::Core::Hashable
@@ -43863,6 +44287,11 @@ module Google
43863
44287
  # @return [String]
43864
44288
  attr_accessor :retrieval_importance
43865
44289
 
44290
+ # The mapping information between this property to another schema source.
44291
+ # Corresponds to the JSON property `schemaSources`
44292
+ # @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource>]
44293
+ attr_accessor :schema_sources
44294
+
43866
44295
  # Configurations for a text property.
43867
44296
  # Corresponds to the JSON property `textTypeOptions`
43868
44297
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TextTypeOptions]
@@ -43893,11 +44322,37 @@ module Google
43893
44322
  @name = args[:name] if args.key?(:name)
43894
44323
  @property_type_options = args[:property_type_options] if args.key?(:property_type_options)
43895
44324
  @retrieval_importance = args[:retrieval_importance] if args.key?(:retrieval_importance)
44325
+ @schema_sources = args[:schema_sources] if args.key?(:schema_sources)
43896
44326
  @text_type_options = args[:text_type_options] if args.key?(:text_type_options)
43897
44327
  @timestamp_type_options = args[:timestamp_type_options] if args.key?(:timestamp_type_options)
43898
44328
  end
43899
44329
  end
43900
44330
 
44331
+ # The schema source information.
44332
+ class GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource
44333
+ include Google::Apis::Core::Hashable
44334
+
44335
+ # The schema name in the source.
44336
+ # Corresponds to the JSON property `name`
44337
+ # @return [String]
44338
+ attr_accessor :name
44339
+
44340
+ # The Doc AI processor type name.
44341
+ # Corresponds to the JSON property `processorType`
44342
+ # @return [String]
44343
+ attr_accessor :processor_type
44344
+
44345
+ def initialize(**args)
44346
+ update!(**args)
44347
+ end
44348
+
44349
+ # Update properties of this object
44350
+ def update!(**args)
44351
+ @name = args[:name] if args.key?(:name)
44352
+ @processor_type = args[:processor_type] if args.key?(:processor_type)
44353
+ end
44354
+ end
44355
+
43901
44356
  #
43902
44357
  class GoogleCloudContentwarehouseV1PropertyFilter
43903
44358
  include Google::Apis::Core::Hashable
@@ -44280,6 +44735,39 @@ module Google
44280
44735
  end
44281
44736
  end
44282
44737
 
44738
+ # Request message for DocumentService.RunPipeline.
44739
+ class GoogleCloudContentwarehouseV1RunPipelineRequest
44740
+ include Google::Apis::Core::Hashable
44741
+
44742
+ # The configuration of exporting documents from the Document Warehouse to CDW
44743
+ # pipeline.
44744
+ # Corresponds to the JSON property `exportCdwPipeline`
44745
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ExportToCdwPipeline]
44746
+ attr_accessor :export_cdw_pipeline
44747
+
44748
+ # The configuration of the Cloud Storage ingestion pipeline.
44749
+ # Corresponds to the JSON property `gcsIngestPipeline`
44750
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestPipeline]
44751
+ attr_accessor :gcs_ingest_pipeline
44752
+
44753
+ # The configuration of the document classify/split and entity/kvp extraction
44754
+ # pipeline.
44755
+ # Corresponds to the JSON property `gcsIngestWithDocAiProcessorsPipeline`
44756
+ # @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline]
44757
+ attr_accessor :gcs_ingest_with_doc_ai_processors_pipeline
44758
+
44759
+ def initialize(**args)
44760
+ update!(**args)
44761
+ end
44762
+
44763
+ # Update properties of this object
44764
+ def update!(**args)
44765
+ @export_cdw_pipeline = args[:export_cdw_pipeline] if args.key?(:export_cdw_pipeline)
44766
+ @gcs_ingest_pipeline = args[:gcs_ingest_pipeline] if args.key?(:gcs_ingest_pipeline)
44767
+ @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)
44768
+ end
44769
+ end
44770
+
44283
44771
  # Request message for DocumentService.SearchDocuments.
44284
44772
  class GoogleCloudContentwarehouseV1SearchDocumentsRequest
44285
44773
  include Google::Apis::Core::Hashable
@@ -46385,7 +46873,8 @@ module Google
46385
46873
  # @return [String]
46386
46874
  attr_accessor :agent
46387
46875
 
46388
- # The time that the revision was created.
46876
+ # The time that the revision was created, internally generated by doc proto
46877
+ # storage at the time of create.
46389
46878
  # Corresponds to the JSON property `createTime`
46390
46879
  # @return [String]
46391
46880
  attr_accessor :create_time
@@ -46395,7 +46884,8 @@ module Google
46395
46884
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview]
46396
46885
  attr_accessor :human_review
46397
46886
 
46398
- # Id of the revision. Unique within the context of the document.
46887
+ # Id of the revision, internally generated by doc proto storage. Unique within
46888
+ # the context of the document.
46399
46889
  # Corresponds to the JSON property `id`
46400
46890
  # @return [String]
46401
46891
  attr_accessor :id
@@ -46919,22 +47409,22 @@ module Google
46919
47409
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
46920
47410
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
46921
47411
  # 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=
47412
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
47413
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
47414
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
47415
+ # representing a user that has been recently deleted. For example, `alice@
47416
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
47417
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
47418
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
47419
+ # (plus unique identifier) representing a service account that has been recently
47420
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
46929
47421
  # 123456789012345678901`. If the service account is undeleted, this value
46930
47422
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
46931
47423
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
46932
47424
  # An email address (plus unique identifier) representing a Google group that has
46933
47425
  # been recently deleted. For example, `admins@example.com?uid=
46934
47426
  # 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`.
47427
+ # group:`emailid`` and the recovered group retains the role in the binding.
46938
47428
  # Corresponds to the JSON property `members`
46939
47429
  # @return [Array<String>]
46940
47430
  attr_accessor :members
@@ -47091,16 +47581,15 @@ module Google
47091
47581
  class GoogleInternalAppsWaldoV1alphaCalendarBusy
47092
47582
  include Google::Apis::Core::Hashable
47093
47583
 
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
47584
+ # The time when the user will either stop being committed or change commitment
47585
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47096
47586
  # goal of this field is to provide information to help users decide how to
47097
47587
  # communicate with a user (see also http://shortn/_wXYXtZScgh).
47098
47588
  # Corresponds to the JSON property `committedUntil`
47099
47589
  # @return [String]
47100
47590
  attr_accessor :committed_until
47101
47591
 
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).
47592
+ # TODO(b/265939748) To be removed, always false from User Status Service.
47104
47593
  # Corresponds to the JSON property `committedUntilIsMixed`
47105
47594
  # @return [Boolean]
47106
47595
  attr_accessor :committed_until_is_mixed
@@ -47176,14 +47665,15 @@ module Google
47176
47665
  class GoogleInternalAppsWaldoV1alphaDoNotDisturb
47177
47666
  include Google::Apis::Core::Hashable
47178
47667
 
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.
47668
+ # The time when the user will either stop being committed or change commitment
47669
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47670
+ # goal of this field is to provide information to help users decide how to
47671
+ # communicate with a user (see also http://shortn/_wXYXtZScgh).
47181
47672
  # Corresponds to the JSON property `committedUntil`
47182
47673
  # @return [String]
47183
47674
  attr_accessor :committed_until
47184
47675
 
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).
47676
+ # TODO(b/265939748) To be removed, always false from User Status Service.
47187
47677
  # Corresponds to the JSON property `committedUntilIsMixed`
47188
47678
  # @return [Boolean]
47189
47679
  attr_accessor :committed_until_is_mixed
@@ -47232,16 +47722,15 @@ module Google
47232
47722
  class GoogleInternalAppsWaldoV1alphaInMeeting
47233
47723
  include Google::Apis::Core::Hashable
47234
47724
 
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
47725
+ # The time when the user will either stop being committed or change commitment
47726
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47237
47727
  # goal of this field is to provide information to help users decide how to
47238
47728
  # communicate with a user (see also http://shortn/_wXYXtZScgh).
47239
47729
  # Corresponds to the JSON property `committedUntil`
47240
47730
  # @return [String]
47241
47731
  attr_accessor :committed_until
47242
47732
 
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).
47733
+ # TODO(b/265939748) To be removed, always false from User Status Service.
47245
47734
  # Corresponds to the JSON property `committedUntilIsMixed`
47246
47735
  # @return [Boolean]
47247
47736
  attr_accessor :committed_until_is_mixed
@@ -47365,16 +47854,16 @@ module Google
47365
47854
  # @return [String]
47366
47855
  attr_accessor :come_back_time
47367
47856
 
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
47857
+ # The time when the user will either stop being committed or change commitment
47858
+ # type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the
47859
+ # goal of this field is to provide information to help users decide how to
47860
+ # communicate with a user (see also http://shortn/_wXYXtZScgh). Note that if
47370
47861
  # this OOO block is large (>=Xh), committed_until is not set.
47371
47862
  # Corresponds to the JSON property `committedUntil`
47372
47863
  # @return [String]
47373
47864
  attr_accessor :committed_until
47374
47865
 
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.
47866
+ # TODO(b/265939748) To be removed, always false from User Status Service.
47378
47867
  # Corresponds to the JSON property `committedUntilIsMixed`
47379
47868
  # @return [Boolean]
47380
47869
  attr_accessor :committed_until_is_mixed
@@ -51143,7 +51632,7 @@ module Google
51143
51632
 
51144
51633
  # This defines the per-doc data which is extracted from thumbnails and
51145
51634
  # propagated over to indexing. It contains all information that can be used for
51146
- # restricts. Next tag id: 128
51635
+ # restricts. Next tag id: 129
51147
51636
  class ImageData
51148
51637
  include Google::Apis::Core::Hashable
51149
51638
 
@@ -51204,6 +51693,12 @@ module Google
51204
51693
  # @return [Fixnum]
51205
51694
  attr_accessor :clipart_detector_version
51206
51695
 
51696
+ # Superlabels generated cluster id.
51697
+ # Corresponds to the JSON property `clusterId`
51698
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
51699
+ # @return [String]
51700
+ attr_accessor :cluster_id
51701
+
51207
51702
  # Like is_visible, this is a property of the (web-doc, img_url) pair not just
51208
51703
  # the image. A high codomain_strength indicates high confidence based on
51209
51704
  # collected stats that the image is hosted on a companion domain. If not enough
@@ -51711,6 +52206,7 @@ module Google
51711
52206
  @click_magnet_score = args[:click_magnet_score] if args.key?(:click_magnet_score)
51712
52207
  @clipart_detector_score = args[:clipart_detector_score] if args.key?(:clipart_detector_score)
51713
52208
  @clipart_detector_version = args[:clipart_detector_version] if args.key?(:clipart_detector_version)
52209
+ @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
51714
52210
  @codomain_strength = args[:codomain_strength] if args.key?(:codomain_strength)
51715
52211
  @color_score = args[:color_score] if args.key?(:color_score)
51716
52212
  @color_score_version = args[:color_score_version] if args.key?(:color_score_version)
@@ -53410,7 +53906,7 @@ module Google
53410
53906
 
53411
53907
  # This defines the per-doc data which is extracted from thumbnails and
53412
53908
  # propagated over to indexing. It contains all information that can be used for
53413
- # restricts. Next tag id: 128
53909
+ # restricts. Next tag id: 129
53414
53910
  # Corresponds to the JSON property `representativeFrameData`
53415
53911
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
53416
53912
  attr_accessor :representative_frame_data
@@ -53751,7 +54247,7 @@ module Google
53751
54247
 
53752
54248
  # This defines the per-doc data which is extracted from thumbnails and
53753
54249
  # propagated over to indexing. It contains all information that can be used for
53754
- # restricts. Next tag id: 128
54250
+ # restricts. Next tag id: 129
53755
54251
  # Corresponds to the JSON property `perdoc`
53756
54252
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
53757
54253
  attr_accessor :perdoc
@@ -59370,6 +59866,26 @@ module Google
59370
59866
  end
59371
59867
  end
59372
59868
 
59869
+ # This proto captures the output of analyses that ran on Automatic Speech
59870
+ # Recogntion produced by the recognizer.
59871
+ class IndexingVideosAsrTranscriptRepairAnnotation
59872
+ include Google::Apis::Core::Hashable
59873
+
59874
+ #
59875
+ # Corresponds to the JSON property `gibberishResult`
59876
+ # @return [String]
59877
+ attr_accessor :gibberish_result
59878
+
59879
+ def initialize(**args)
59880
+ update!(**args)
59881
+ end
59882
+
59883
+ # Update properties of this object
59884
+ def update!(**args)
59885
+ @gibberish_result = args[:gibberish_result] if args.key?(:gibberish_result)
59886
+ end
59887
+ end
59888
+
59373
59889
  #
59374
59890
  class KaltixPerDocData
59375
59891
  include Google::Apis::Core::Hashable
@@ -61820,7 +62336,7 @@ module Google
61820
62336
  # anything that they need to propagate down stream from AQUA. Note that this
61821
62337
  # proto is not the same as the Superroot proto ParsingSignals (http://google3/
61822
62338
  # knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
61823
- # used in Scoring. Next ID: 5
62339
+ # used in Scoring. Next ID: 7
61824
62340
  # Corresponds to the JSON property `parsingSignals`
61825
62341
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryParsingSignals]
61826
62342
  attr_accessor :parsing_signals
@@ -61833,7 +62349,7 @@ module Google
61833
62349
 
61834
62350
  # Signals to be used by the Prefulfillment Ranker. Derived from the
61835
62351
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
61836
- # Next ID: 36
62352
+ # Next ID: 39
61837
62353
  # Corresponds to the JSON property `prefulfillmentSignals`
61838
62354
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
61839
62355
  attr_accessor :prefulfillment_signals
@@ -62384,7 +62900,7 @@ module Google
62384
62900
  # anything that they need to propagate down stream from AQUA. Note that this
62385
62901
  # proto is not the same as the Superroot proto ParsingSignals (http://google3/
62386
62902
  # knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
62387
- # used in Scoring. Next ID: 5
62903
+ # used in Scoring. Next ID: 7
62388
62904
  class KnowledgeAnswersIntentQueryParsingSignals
62389
62905
  include Google::Apis::Core::Hashable
62390
62906
 
@@ -62394,6 +62910,21 @@ module Google
62394
62910
  # @return [Float]
62395
62911
  attr_accessor :calibrated_parsing_score
62396
62912
 
62913
+ # The total effective length of the spans for the arguments used to construct
62914
+ # the parse. May include vertical specific adjustments. Eg: For the query [
62915
+ # delete my 7 p.m. alarm called chicken] and intent Delete_alarm(alarm_object=RD(
62916
+ # category=AlarmObject( label="chicken", trigger_time_datetime=<< 7 PM >>))),
62917
+ # the effective argument span is "7 p.m." + "chicken" (total length of 13).
62918
+ # Corresponds to the JSON property `effectiveArgSpanLength`
62919
+ # @return [Float]
62920
+ attr_accessor :effective_arg_span_length
62921
+
62922
+ # This is a cross-intent feature which is calculated by iterating all intent
62923
+ # candidates. This feature should be populated in post-IG stage (before GB).
62924
+ # Corresponds to the JSON property `inQueryMaxEffectiveArgSpanLength`
62925
+ # @return [Float]
62926
+ attr_accessor :in_query_max_effective_arg_span_length
62927
+
62397
62928
  # The proto that holds the complete call path info of the QRewrite client (e.g.
62398
62929
  # the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
62399
62930
  # and the ACE's candidate type like "FuzzyMatcher"). Next ID: 5 ACE tags
@@ -62420,6 +62951,8 @@ module Google
62420
62951
  # Update properties of this object
62421
62952
  def update!(**args)
62422
62953
  @calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
62954
+ @effective_arg_span_length = args[:effective_arg_span_length] if args.key?(:effective_arg_span_length)
62955
+ @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
62956
  @qrewrite_call_path_info = args[:qrewrite_call_path_info] if args.key?(:qrewrite_call_path_info)
62424
62957
  @qrewrite_call_path_info_fingerprint = args[:qrewrite_call_path_info_fingerprint] if args.key?(:qrewrite_call_path_info_fingerprint)
62425
62958
  @source = args[:source] if args.key?(:source)
@@ -64778,8 +65311,8 @@ module Google
64778
65311
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersDateType]
64779
65312
  attr_accessor :date_type
64780
65313
 
64781
- # Work in progress: Used for configuring dynamic types to allow for type
64782
- # transparency. See: go/type-dependencies
65314
+ # Used for configuring dynamic types to allow for type transparency. See: go/
65315
+ # type-dependencies
64783
65316
  # Corresponds to the JSON property `dependencyType`
64784
65317
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersDependencyType]
64785
65318
  attr_accessor :dependency_type
@@ -64876,12 +65409,6 @@ module Google
64876
65409
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersSemanticType]
64877
65410
  attr_accessor :semantic_type
64878
65411
 
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
65412
  # A special type representing a StateOfAffairs. Currently (as of 2021Q2) this is
64886
65413
  # duplicative with semantic_type ` name: "StateOfAffairs" ` but we (mrf-team)
64887
65414
  # will encourage clients to migrate to this new type.
@@ -64937,7 +65464,6 @@ module Google
64937
65464
  @plurality_type = args[:plurality_type] if args.key?(:plurality_type)
64938
65465
  @polar_question_type = args[:polar_question_type] if args.key?(:polar_question_type)
64939
65466
  @semantic_type = args[:semantic_type] if args.key?(:semantic_type)
64940
- @slot_name = args[:slot_name] if args.key?(:slot_name)
64941
65467
  @state_of_affairs_type = args[:state_of_affairs_type] if args.key?(:state_of_affairs_type)
64942
65468
  @string_type = args[:string_type] if args.key?(:string_type)
64943
65469
  @timezone_type = args[:timezone_type] if args.key?(:timezone_type)
@@ -88294,7 +88820,7 @@ module Google
88294
88820
  # @return [Hash<String,Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent>]
88295
88821
  attr_accessor :country_level_schedule_information
88296
88822
 
88297
- # Contains the format information for a single LiveOp/LiveEvent. Next ID: 10
88823
+ # Contains the format information for a single LiveOp/LiveEvent. Next ID: 11
88298
88824
  # Corresponds to the JSON property `defaultFormatInformation`
88299
88825
  # @return [Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat]
88300
88826
  attr_accessor :default_format_information
@@ -88379,7 +88905,7 @@ module Google
88379
88905
  end
88380
88906
  end
88381
88907
 
88382
- # Contains the format information for a single LiveOp/LiveEvent. Next ID: 10
88908
+ # Contains the format information for a single LiveOp/LiveEvent. Next ID: 11
88383
88909
  class QualityCalypsoAppsUniversalAuLiveOpFormat
88384
88910
  include Google::Apis::Core::Hashable
88385
88911
 
@@ -88403,6 +88929,11 @@ module Google
88403
88929
  # @return [String]
88404
88930
  attr_accessor :image_url
88405
88931
 
88932
+ #
88933
+ # Corresponds to the JSON property `originalImageUrl`
88934
+ # @return [String]
88935
+ attr_accessor :original_image_url
88936
+
88406
88937
  #
88407
88938
  # Corresponds to the JSON property `squareImageUrl`
88408
88939
  # @return [String]
@@ -88438,6 +88969,7 @@ module Google
88438
88969
  @description = args[:description] if args.key?(:description)
88439
88970
  @eyebrow = args[:eyebrow] if args.key?(:eyebrow)
88440
88971
  @image_url = args[:image_url] if args.key?(:image_url)
88972
+ @original_image_url = args[:original_image_url] if args.key?(:original_image_url)
88441
88973
  @square_image_url = args[:square_image_url] if args.key?(:square_image_url)
88442
88974
  @status = args[:status] if args.key?(:status)
88443
88975
  @title = args[:title] if args.key?(:title)
@@ -93237,8 +93769,8 @@ module Google
93237
93769
  # @return [String]
93238
93770
  attr_accessor :non_displayable_currency
93239
93771
 
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.
93772
+ # Normalized riskiness score for Organic destinations. It's in range [1,1000]
93773
+ # with 1 being the worst score and 1000 being the best.
93242
93774
  # Corresponds to the JSON property `nonDisplayableOrganicScoreMillis`
93243
93775
  # @return [Fixnum]
93244
93776
  attr_accessor :non_displayable_organic_score_millis
@@ -94718,6 +95250,12 @@ module Google
94718
95250
  # @return [String]
94719
95251
  attr_accessor :amarna_docid
94720
95252
 
95253
+ # This proto captures the output of analyses that ran on Automatic Speech
95254
+ # Recogntion produced by the recognizer.
95255
+ # Corresponds to the JSON property `asrRepair`
95256
+ # @return [Google::Apis::ContentwarehouseV1::IndexingVideosAsrTranscriptRepairAnnotation]
95257
+ attr_accessor :asr_repair
95258
+
94721
95259
  # The language of the transcript as recorded in Amarna.
94722
95260
  # Corresponds to the JSON property `lang`
94723
95261
  # @return [String]
@@ -94759,6 +95297,7 @@ module Google
94759
95297
  # Update properties of this object
94760
95298
  def update!(**args)
94761
95299
  @amarna_docid = args[:amarna_docid] if args.key?(:amarna_docid)
95300
+ @asr_repair = args[:asr_repair] if args.key?(:asr_repair)
94762
95301
  @lang = args[:lang] if args.key?(:lang)
94763
95302
  @punctuated_transcript = args[:punctuated_transcript] if args.key?(:punctuated_transcript)
94764
95303
  @saft_document = args[:saft_document] if args.key?(:saft_document)
@@ -104434,15 +104973,20 @@ module Google
104434
104973
  class ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo
104435
104974
  include Google::Apis::Core::Hashable
104436
104975
 
104976
+ # DEPRECATED. See entity_type instead.
104977
+ # Corresponds to the JSON property `deprecatedEntityType`
104978
+ # @return [String]
104979
+ attr_accessor :deprecated_entity_type
104980
+
104437
104981
  # The English description of the mid from the KG.
104438
104982
  # Corresponds to the JSON property `description`
104439
104983
  # @return [String]
104440
104984
  attr_accessor :description
104441
104985
 
104442
104986
  #
104443
- # Corresponds to the JSON property `entityType`
104444
- # @return [String]
104445
- attr_accessor :entity_type
104987
+ # Corresponds to the JSON property `entityCollectionType`
104988
+ # @return [Array<String>]
104989
+ attr_accessor :entity_collection_type
104446
104990
 
104447
104991
  # HRID of the KG collections
104448
104992
  # Corresponds to the JSON property `kgCollection`
@@ -104460,8 +105004,9 @@ module Google
104460
105004
 
104461
105005
  # Update properties of this object
104462
105006
  def update!(**args)
105007
+ @deprecated_entity_type = args[:deprecated_entity_type] if args.key?(:deprecated_entity_type)
104463
105008
  @description = args[:description] if args.key?(:description)
104464
- @entity_type = args[:entity_type] if args.key?(:entity_type)
105009
+ @entity_collection_type = args[:entity_collection_type] if args.key?(:entity_collection_type)
104465
105010
  @kg_collection = args[:kg_collection] if args.key?(:kg_collection)
104466
105011
  @mid = args[:mid] if args.key?(:mid)
104467
105012
  end
@@ -114493,7 +115038,7 @@ module Google
114493
115038
  # FetchReplyData. This data is meant to be logged, but not sent back in a fetch
114494
115039
  # reply (it should be added *after* the reply is prepared). Use
114495
115040
  # FetchResponsePreparatorImpl::AddTrawlerPrivateDataToFetchReplyData to add. See
114496
- # also the comment in fetch_response_preparator_impl.cc. Next Tag: 43
115041
+ # also the comment in fetch_response_preparator_impl.cc. Next Tag: 44
114497
115042
  # Corresponds to the JSON property `TrawlerPrivate`
114498
115043
  # @return [Google::Apis::ContentwarehouseV1::TrawlerTrawlerPrivateFetchReplyData]
114499
115044
  attr_accessor :trawler_private
@@ -115739,7 +116284,7 @@ module Google
115739
116284
  # FetchReplyData. This data is meant to be logged, but not sent back in a fetch
115740
116285
  # reply (it should be added *after* the reply is prepared). Use
115741
116286
  # FetchResponsePreparatorImpl::AddTrawlerPrivateDataToFetchReplyData to add. See
115742
- # also the comment in fetch_response_preparator_impl.cc. Next Tag: 43
116287
+ # also the comment in fetch_response_preparator_impl.cc. Next Tag: 44
115743
116288
  class TrawlerTrawlerPrivateFetchReplyData
115744
116289
  include Google::Apis::Core::Hashable
115745
116290
 
@@ -115881,6 +116426,12 @@ module Google
115881
116426
  # @return [String]
115882
116427
  attr_accessor :authentication_info
115883
116428
 
116429
+ # Cache hit for this url, bypassed host_overfull error.
116430
+ # Corresponds to the JSON property `bypassedHostOverfull`
116431
+ # @return [Boolean]
116432
+ attr_accessor :bypassed_host_overfull
116433
+ alias_method :bypassed_host_overfull?, :bypassed_host_overfull
116434
+
115884
116435
  # Corresponds to AcceptableAfterDate field in FetchParams.
115885
116436
  # Corresponds to the JSON property `cacheAcceptableAfterDate`
115886
116437
  # @return [Fixnum]
@@ -116026,6 +116577,7 @@ module Google
116026
116577
  @user_agent_sent = args[:user_agent_sent] if args.key?(:user_agent_sent)
116027
116578
  @user_agent_sent_fp = args[:user_agent_sent_fp] if args.key?(:user_agent_sent_fp)
116028
116579
  @authentication_info = args[:authentication_info] if args.key?(:authentication_info)
116580
+ @bypassed_host_overfull = args[:bypassed_host_overfull] if args.key?(:bypassed_host_overfull)
116029
116581
  @cache_acceptable_after_date = args[:cache_acceptable_after_date] if args.key?(:cache_acceptable_after_date)
116030
116582
  @cache_acceptable_age = args[:cache_acceptable_age] if args.key?(:cache_acceptable_age)
116031
116583
  @cache_hit_type = args[:cache_hit_type] if args.key?(:cache_hit_type)
@@ -117001,7 +117553,7 @@ module Google
117001
117553
 
117002
117554
  # This defines the per-doc data which is extracted from thumbnails and
117003
117555
  # propagated over to indexing. It contains all information that can be used for
117004
- # restricts. Next tag id: 128
117556
+ # restricts. Next tag id: 129
117005
117557
  # Corresponds to the JSON property `imageData`
117006
117558
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
117007
117559
  attr_accessor :image_data
@@ -117765,7 +118317,7 @@ module Google
117765
118317
  # Intended to be simpler to work with than the ExportedStanza it's derived from
117766
118318
  # See documentation: https://g3doc.corp.google.com/company/teams/youtube/
117767
118319
  # community_intelligence/eng_resources/data_sources.md#ministanza Next available:
117768
- # 76
118320
+ # 77
117769
118321
  # Corresponds to the JSON property `miniStanza`
117770
118322
  # @return [Google::Apis::ContentwarehouseV1::YoutubeCommentsClusteringMiniStanza]
117771
118323
  attr_accessor :mini_stanza
@@ -126602,7 +127154,7 @@ module Google
126602
127154
  # Intended to be simpler to work with than the ExportedStanza it's derived from
126603
127155
  # See documentation: https://g3doc.corp.google.com/company/teams/youtube/
126604
127156
  # community_intelligence/eng_resources/data_sources.md#ministanza Next available:
126605
- # 76
127157
+ # 77
126606
127158
  class YoutubeCommentsClusteringMiniStanza
126607
127159
  include Google::Apis::Core::Hashable
126608
127160
 
@@ -126881,6 +127433,12 @@ module Google
126881
127433
  # @return [Google::Apis::ContentwarehouseV1::YoutubeCommentsSentimentSentiment]
126882
127434
  attr_accessor :sentiment
126883
127435
 
127436
+ # Associated Short Reply video ID if the comment represents a Short Reply. See
127437
+ # go/yt-comment-sticker-m2.
127438
+ # Corresponds to the JSON property `shortReplyVideoId`
127439
+ # @return [String]
127440
+ attr_accessor :short_reply_video_id
127441
+
126884
127442
  # Smart replies for this comment. Keyed by model names.
126885
127443
  # Corresponds to the JSON property `smartReplies`
126886
127444
  # @return [Hash<String,Google::Apis::ContentwarehouseV1::VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply>]
@@ -127040,6 +127598,7 @@ module Google
127040
127598
  @segments = args[:segments] if args.key?(:segments)
127041
127599
  @sensitivity_scores = args[:sensitivity_scores] if args.key?(:sensitivity_scores)
127042
127600
  @sentiment = args[:sentiment] if args.key?(:sentiment)
127601
+ @short_reply_video_id = args[:short_reply_video_id] if args.key?(:short_reply_video_id)
127043
127602
  @smart_replies = args[:smart_replies] if args.key?(:smart_replies)
127044
127603
  @stanza_id = args[:stanza_id] if args.key?(:stanza_id)
127045
127604
  @stanza_restrictions = args[:stanza_restrictions] if args.key?(:stanza_restrictions)