google-apis-contentwarehouse_v1 0.29.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d79eff45c83bea855a805b01f35842c4f2475bb986248bd5c262935b33b25649
4
- data.tar.gz: 7cad5c4c13f0b4b2bbff531c8c6b2b81dc125399e4907ad01142bb4752f68cb6
3
+ metadata.gz: 490f9b7f339dc986f89c63103e7be5396e7ac0403f534a46c7b99420a8e8eee0
4
+ data.tar.gz: bef54c1f4bbc627e86dea883668d64e3cae4b0304a2768e694b2142189a83c01
5
5
  SHA512:
6
- metadata.gz: c030b419e640417f347a8d4137849fc21521ef695c124847a1528c921d3dd6dd6435e71c4f627da0e93487d3d288fb27382cfb4df80e95ba62b1c86ae22e3948
7
- data.tar.gz: 1dadda0e46270f88a90275213938813b720a9acafc275c0d2da954a45469dee1ac5b83d2f71b59f6bb3ebfb675376406b6c46736fdde5428c6814752117da2e0
6
+ metadata.gz: ff2c6b0a9dbe0070fdc6a45da1d87847a8966c4c225eed3b9dbc0f5e2a8dcf3fa9be0f8f19fbaaf1d9bf1bd7776f488cfef836668835e4c245d3b76bea28cec6
7
+ data.tar.gz: 11b342405e7776bbe5ce27f666246295747fa8149148b0f96c5b4f8fa7271ed0b7b003402b97f9201763caf98d88ee8eee8068d541e127fc01bfe7710da1ae89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contentwarehouse_v1
2
2
 
3
+ ### v0.30.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231026
6
+
3
7
  ### v0.29.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231020
@@ -9225,6 +9225,13 @@ module Google
9225
9225
  attr_accessor :searchable_on_server
9226
9226
  alias_method :searchable_on_server?, :searchable_on_server
9227
9227
 
9228
+ # Indicates whether the provider supports playback of 3P(externally hosted)
9229
+ # podcasts.
9230
+ # Corresponds to the JSON property `supports3pPodcastPlayback`
9231
+ # @return [Boolean]
9232
+ attr_accessor :supports3p_podcast_playback
9233
+ alias_method :supports3p_podcast_playback?, :supports3p_podcast_playback
9234
+
9228
9235
  # This provider has an app that supports starting new media playback when there
9229
9236
  # is no screen (e.g. by integrating with the Bisto SDK).
9230
9237
  # Corresponds to the JSON property `supportsScreenlessInitiation`
@@ -9253,6 +9260,7 @@ module Google
9253
9260
  @routable_to_provider_cloud = args[:routable_to_provider_cloud] if args.key?(:routable_to_provider_cloud)
9254
9261
  @searchable_on_device = args[:searchable_on_device] if args.key?(:searchable_on_device)
9255
9262
  @searchable_on_server = args[:searchable_on_server] if args.key?(:searchable_on_server)
9263
+ @supports3p_podcast_playback = args[:supports3p_podcast_playback] if args.key?(:supports3p_podcast_playback)
9256
9264
  @supports_screenless_initiation = args[:supports_screenless_initiation] if args.key?(:supports_screenless_initiation)
9257
9265
  @whitelisted_for_annotation = args[:whitelisted_for_annotation] if args.key?(:whitelisted_for_annotation)
9258
9266
  end
@@ -35075,6 +35083,11 @@ module Google
35075
35083
  # @return [Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto]
35076
35084
  attr_accessor :anchored_geometry
35077
35085
 
35086
+ # RESERVED
35087
+ # Corresponds to the JSON property `associatedEvChargingStation`
35088
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
35089
+ attr_accessor :associated_ev_charging_station
35090
+
35078
35091
  # The collection of attachments for this feature. Documentation: http://go/geo-
35079
35092
  # attachments
35080
35093
  # Corresponds to the JSON property `attachment`
@@ -35949,6 +35962,7 @@ module Google
35949
35962
  @access_point = args[:access_point] if args.key?(:access_point)
35950
35963
  @address = args[:address] if args.key?(:address)
35951
35964
  @anchored_geometry = args[:anchored_geometry] if args.key?(:anchored_geometry)
35965
+ @associated_ev_charging_station = args[:associated_ev_charging_station] if args.key?(:associated_ev_charging_station)
35952
35966
  @attachment = args[:attachment] if args.key?(:attachment)
35953
35967
  @attribute = args[:attribute] if args.key?(:attribute)
35954
35968
  @best_locale = args[:best_locale] if args.key?(:best_locale)
@@ -107448,12 +107462,6 @@ module Google
107448
107462
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata]
107449
107463
  attr_accessor :name_metadata
107450
107464
 
107451
- # Whether the mention is a non-locational reference to a geographical entity.
107452
- # Ranges from 0 (locational) to 1 (non-locational).
107453
- # Corresponds to the JSON property `nonLocationalScore`
107454
- # @return [Float]
107455
- attr_accessor :non_locational_score
107456
-
107457
107465
  # Collects all lightweight token patterns for each CandidateMention or Mention.
107458
107466
  # Corresponds to the JSON property `perMentionLightweightToken`
107459
107467
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken]
@@ -107534,7 +107542,6 @@ module Google
107534
107542
  @low_confidence = args[:low_confidence] if args.key?(:low_confidence)
107535
107543
  @matching_text = args[:matching_text] if args.key?(:matching_text)
107536
107544
  @name_metadata = args[:name_metadata] if args.key?(:name_metadata)
107537
- @non_locational_score = args[:non_locational_score] if args.key?(:non_locational_score)
107538
107545
  @per_mention_lightweight_token = args[:per_mention_lightweight_token] if args.key?(:per_mention_lightweight_token)
107539
107546
  @personalization_context_outputs = args[:personalization_context_outputs] if args.key?(:personalization_context_outputs)
107540
107547
  @prior_probability = args[:prior_probability] if args.key?(:prior_probability)
@@ -108660,16 +108667,6 @@ module Google
108660
108667
  class RepositoryWebrefPreprocessingUrlSourceInfo
108661
108668
  include Google::Apis::Core::Hashable
108662
108669
 
108663
- # Source information for the old reference url Freebase schema.
108664
- # Corresponds to the JSON property `deprecatedOldSchema`
108665
- # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema]
108666
- attr_accessor :deprecated_old_schema
108667
-
108668
- # Source information for the new reference url Freebase schema.
108669
- # Corresponds to the JSON property `newSchema`
108670
- # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema]
108671
- attr_accessor :new_schema
108672
-
108673
108670
  #
108674
108671
  # Corresponds to the JSON property `originalUrl`
108675
108672
  # @return [String]
@@ -108686,52 +108683,11 @@ module Google
108686
108683
 
108687
108684
  # Update properties of this object
108688
108685
  def update!(**args)
108689
- @deprecated_old_schema = args[:deprecated_old_schema] if args.key?(:deprecated_old_schema)
108690
- @new_schema = args[:new_schema] if args.key?(:new_schema)
108691
108686
  @original_url = args[:original_url] if args.key?(:original_url)
108692
108687
  @source = args[:source] if args.key?(:source)
108693
108688
  end
108694
108689
  end
108695
108690
 
108696
- # Source information for the new reference url Freebase schema.
108697
- class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
108698
- include Google::Apis::Core::Hashable
108699
-
108700
- #
108701
- # Corresponds to the JSON property `sourceProperty`
108702
- # @return [String]
108703
- attr_accessor :source_property
108704
-
108705
- def initialize(**args)
108706
- update!(**args)
108707
- end
108708
-
108709
- # Update properties of this object
108710
- def update!(**args)
108711
- @source_property = args[:source_property] if args.key?(:source_property)
108712
- end
108713
- end
108714
-
108715
- # Source information for the old reference url Freebase schema.
108716
- class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
108717
- include Google::Apis::Core::Hashable
108718
-
108719
- #
108720
- # Corresponds to the JSON property `isOfficial`
108721
- # @return [Boolean]
108722
- attr_accessor :is_official
108723
- alias_method :is_official?, :is_official
108724
-
108725
- def initialize(**args)
108726
- update!(**args)
108727
- end
108728
-
108729
- # Update properties of this object
108730
- def update!(**args)
108731
- @is_official = args[:is_official] if args.key?(:is_official)
108732
- end
108733
- end
108734
-
108735
108691
  # A single processor counter stored as a pair of the counter name and the value.
108736
108692
  class RepositoryWebrefProcessorCounter
108737
108693
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentwarehouseV1
18
18
  # Version of the google-apis-contentwarehouse_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231020"
25
+ REVISION = "20231026"
26
26
  end
27
27
  end
28
28
  end
@@ -12442,18 +12442,6 @@ module Google
12442
12442
  include Google::Apis::Core::JsonObjectSupport
12443
12443
  end
12444
12444
 
12445
- class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
12446
- class Representation < Google::Apis::Core::JsonRepresentation; end
12447
-
12448
- include Google::Apis::Core::JsonObjectSupport
12449
- end
12450
-
12451
- class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
12452
- class Representation < Google::Apis::Core::JsonRepresentation; end
12453
-
12454
- include Google::Apis::Core::JsonObjectSupport
12455
- end
12456
-
12457
12445
  class RepositoryWebrefProcessorCounter
12458
12446
  class Representation < Google::Apis::Core::JsonRepresentation; end
12459
12447
 
@@ -17980,6 +17968,7 @@ module Google
17980
17968
  property :routable_to_provider_cloud, as: 'routableToProviderCloud'
17981
17969
  property :searchable_on_device, as: 'searchableOnDevice'
17982
17970
  property :searchable_on_server, as: 'searchableOnServer'
17971
+ property :supports3p_podcast_playback, as: 'supports3pPodcastPlayback'
17983
17972
  property :supports_screenless_initiation, as: 'supportsScreenlessInitiation'
17984
17973
  property :whitelisted_for_annotation, as: 'whitelistedForAnnotation'
17985
17974
  end
@@ -24399,6 +24388,8 @@ module Google
24399
24388
 
24400
24389
  property :anchored_geometry, as: 'anchoredGeometry', class: Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto::Representation
24401
24390
 
24391
+ collection :associated_ev_charging_station, as: 'associatedEvChargingStation', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
24392
+
24402
24393
  collection :attachment, as: 'attachment', class: Google::Apis::ContentwarehouseV1::GeostoreAttachmentsAttachmentProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAttachmentsAttachmentProto::Representation
24403
24394
 
24404
24395
  collection :attribute, as: 'attribute', class: Google::Apis::ContentwarehouseV1::GeostoreAttributeProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAttributeProto::Representation
@@ -42424,7 +42415,6 @@ module Google
42424
42415
  property :matching_text, as: 'matchingText'
42425
42416
  property :name_metadata, as: 'nameMetadata', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata::Representation
42426
42417
 
42427
- property :non_locational_score, as: 'nonLocationalScore'
42428
42418
  property :per_mention_lightweight_token, as: 'perMentionLightweightToken', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken::Representation
42429
42419
 
42430
42420
  property :personalization_context_outputs, as: 'personalizationContextOutputs', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPersonalizationContextOutputs, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPersonalizationContextOutputs::Representation
@@ -42726,29 +42716,11 @@ module Google
42726
42716
  class RepositoryWebrefPreprocessingUrlSourceInfo
42727
42717
  # @private
42728
42718
  class Representation < Google::Apis::Core::JsonRepresentation
42729
- property :deprecated_old_schema, as: 'deprecatedOldSchema', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema::Representation
42730
-
42731
- property :new_schema, as: 'newSchema', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema::Representation
42732
-
42733
42719
  property :original_url, as: 'originalUrl'
42734
42720
  property :source, as: 'source'
42735
42721
  end
42736
42722
  end
42737
42723
 
42738
- class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
42739
- # @private
42740
- class Representation < Google::Apis::Core::JsonRepresentation
42741
- property :source_property, as: 'sourceProperty'
42742
- end
42743
- end
42744
-
42745
- class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
42746
- # @private
42747
- class Representation < Google::Apis::Core::JsonRepresentation
42748
- property :is_official, as: 'isOfficial'
42749
- end
42750
- end
42751
-
42752
42724
  class RepositoryWebrefProcessorCounter
42753
42725
  # @private
42754
42726
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contentwarehouse_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
63
63
  post_install_message:
64
64
  rdoc_options: []