google-apis-contentwarehouse_v1 0.38.0 → 0.40.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: 8c5e148343f84a6fc38e17f2fbddb2906f7028003b6d19289679e9630048734c
4
- data.tar.gz: bb85df21b8278e7a4f91aaac14b96aed696c17d6d11437cf1279338532fd7a5a
3
+ metadata.gz: b20388d3daa43014a41beffd85859ec43decf2943705f03c17eaa849da967636
4
+ data.tar.gz: dcc0907f35f31d841ebe4b569f4781c0aeb122bd66b4e554b712c6d021cfb083
5
5
  SHA512:
6
- metadata.gz: e676ccc27c5a65d91eb9b428486f5ecdf15838d1fe7f28426dfcfa665cf7d84a56bd3963adf09e7e86cc6355847955413d59299b9e936c3122362c5985aa9f63
7
- data.tar.gz: d549f6fb32974bad84346f393420f1893874ed8f2a46896c7e0bb0e0d5f48db1bb4e01dd478c79e40e7ddcc62230f0bd8d51d63473873215d348b11a259b7a7f
6
+ metadata.gz: f383fae6e055c7d61f04e0b49b6acf62ff77bbcb22f5637efcce852e148723ccf2f20f10a6d64d1200f833b16b4aec2a83365db75eb9f4b5bca740065e6915f8
7
+ data.tar.gz: 0143cbda409a564eb8aa1ec3fa9ef27bab17b2184b7be9fd6d354da70a445a208ea643ce058b4aa5075ac326fd93a9d2d2b6d9d535af38dd414d9ce2e243a4d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-contentwarehouse_v1
2
2
 
3
+ ### v0.40.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.39.0 (2024-12-08)
8
+
9
+ * Regenerated from discovery document revision 20241204
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.38.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240723
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/document-warehouse) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -4931,16 +4931,16 @@ module Google
4931
4931
  class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
4932
4932
  include Google::Apis::Core::Hashable
4933
4933
 
4934
- # Represents a postal address, e.g. for postal delivery or payments addresses.
4935
- # Given a postal address, a postal service can deliver items to a premise, P.O.
4936
- # Box or similar. It is not intended to model geographical locations (roads,
4937
- # towns, mountains). In typical usage an address would be created via user input
4938
- # or from importing existing data, depending on the type of process. Advice on
4939
- # address input / editing: - Use an internationalization-ready address widget
4940
- # such as https://github.com/google/libaddressinput) - Users should not be
4941
- # presented with UI elements for input or editing of fields outside countries
4942
- # where that field is used. For more guidance on how to use this schema, please
4943
- # see: https://support.google.com/business/answer/6397478
4934
+ # Represents a postal address. For example for postal delivery or payments
4935
+ # addresses. Given a postal address, a postal service can deliver items to a
4936
+ # premise, P.O. Box or similar. It is not intended to model geographical
4937
+ # locations (roads, towns, mountains). In typical usage an address would be
4938
+ # created by user input or from importing existing data, depending on the type
4939
+ # of process. Advice on address input / editing: - Use an internationalization-
4940
+ # ready address widget such as https://github.com/google/libaddressinput) -
4941
+ # Users should not be presented with UI elements for input or editing of fields
4942
+ # outside countries where that field is used. For more guidance on how to use
4943
+ # this schema, see: https://support.google.com/business/answer/6397478
4944
4944
  # Corresponds to the JSON property `addressValue`
4945
4945
  # @return [Google::Apis::ContentwarehouseV1::GoogleTypePostalAddress]
4946
4946
  attr_accessor :address_value
@@ -7316,35 +7316,36 @@ module Google
7316
7316
  end
7317
7317
  end
7318
7318
 
7319
- # Represents a postal address, e.g. for postal delivery or payments addresses.
7320
- # Given a postal address, a postal service can deliver items to a premise, P.O.
7321
- # Box or similar. It is not intended to model geographical locations (roads,
7322
- # towns, mountains). In typical usage an address would be created via user input
7323
- # or from importing existing data, depending on the type of process. Advice on
7324
- # address input / editing: - Use an internationalization-ready address widget
7325
- # such as https://github.com/google/libaddressinput) - Users should not be
7326
- # presented with UI elements for input or editing of fields outside countries
7327
- # where that field is used. For more guidance on how to use this schema, please
7328
- # see: https://support.google.com/business/answer/6397478
7319
+ # Represents a postal address. For example for postal delivery or payments
7320
+ # addresses. Given a postal address, a postal service can deliver items to a
7321
+ # premise, P.O. Box or similar. It is not intended to model geographical
7322
+ # locations (roads, towns, mountains). In typical usage an address would be
7323
+ # created by user input or from importing existing data, depending on the type
7324
+ # of process. Advice on address input / editing: - Use an internationalization-
7325
+ # ready address widget such as https://github.com/google/libaddressinput) -
7326
+ # Users should not be presented with UI elements for input or editing of fields
7327
+ # outside countries where that field is used. For more guidance on how to use
7328
+ # this schema, see: https://support.google.com/business/answer/6397478
7329
7329
  class GoogleTypePostalAddress
7330
7330
  include Google::Apis::Core::Hashable
7331
7331
 
7332
7332
  # Unstructured address lines describing the lower levels of an address. Because
7333
7333
  # values in address_lines do not have type information and may sometimes contain
7334
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
7335
- # the line order is clear. The order of address lines should be "envelope order"
7336
- # for the country/region of the address. In places where this can vary (e.g.
7337
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
7338
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
7339
- # specific line of an address can be selected based on the language. The minimum
7340
- # permitted structural representation of an address consists of a region_code
7341
- # with all remaining information placed in the address_lines. It would be
7342
- # possible to format such an address very approximately without geocoding, but
7343
- # no semantic reasoning could be made about any of the address components until
7344
- # it was at least partially resolved. Creating an address only containing a
7345
- # region_code and address_lines, and then geocoding is the recommended way to
7346
- # handle completely unstructured addresses (as opposed to guessing which parts
7347
- # of the address should be localities or administrative areas).
7334
+ # multiple values in a single field (For example "Austin, TX"), it is important
7335
+ # that the line order is clear. The order of address lines should be "envelope
7336
+ # order" for the country/region of the address. In places where this can vary (
7337
+ # For example Japan), address_language is used to make it explicit (For example "
7338
+ # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
7339
+ # This way, the most specific line of an address can be selected based on the
7340
+ # language. The minimum permitted structural representation of an address
7341
+ # consists of a region_code with all remaining information placed in the
7342
+ # address_lines. It would be possible to format such an address very
7343
+ # approximately without geocoding, but no semantic reasoning could be made about
7344
+ # any of the address components until it was at least partially resolved.
7345
+ # Creating an address only containing a region_code and address_lines, and then
7346
+ # geocoding is the recommended way to handle completely unstructured addresses (
7347
+ # as opposed to guessing which parts of the address should be localities or
7348
+ # administrative areas).
7348
7349
  # Corresponds to the JSON property `addressLines`
7349
7350
  # @return [Array<String>]
7350
7351
  attr_accessor :address_lines
@@ -7352,9 +7353,9 @@ module Google
7352
7353
  # Optional. Highest administrative subdivision which is used for postal
7353
7354
  # addresses of a country or region. For example, this can be a state, a province,
7354
7355
  # an oblast, or a prefecture. Specifically, for Spain this is the province and
7355
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
7356
- # countries don't use an administrative area in postal addresses. E.g. in
7357
- # Switzerland this should be left unpopulated.
7356
+ # not the autonomous community (For example "Barcelona" and not "Catalonia").
7357
+ # Many countries don't use an administrative area in postal addresses. For
7358
+ # example in Switzerland this should be left unpopulated.
7358
7359
  # Corresponds to the JSON property `administrativeArea`
7359
7360
  # @return [String]
7360
7361
  attr_accessor :administrative_area
@@ -7386,8 +7387,8 @@ module Google
7386
7387
 
7387
7388
  # Optional. Postal code of the address. Not all countries use or require postal
7388
7389
  # codes to be present, but where they are used, they may trigger additional
7389
- # validation with other parts of the address (e.g. state/zip validation in the U.
7390
- # S.A.).
7390
+ # validation with other parts of the address (For example state/zip validation
7391
+ # in the U.S.A.).
7391
7392
  # Corresponds to the JSON property `postalCode`
7392
7393
  # @return [String]
7393
7394
  attr_accessor :postal_code
@@ -7416,9 +7417,9 @@ module Google
7416
7417
 
7417
7418
  # Optional. Additional, country-specific, sorting code. This is not used in most
7418
7419
  # regions. Where it is used, the value is either a string like "CEDEX",
7419
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
7420
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
7421
- # or "post office indicator" (e.g. Côte d'Ivoire).
7420
+ # optionally followed by a number (For example "CEDEX 7"), or just a number
7421
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
7422
+ # Malawi) or "post office indicator" (For example Côte d'Ivoire).
7422
7423
  # Corresponds to the JSON property `sortingCode`
7423
7424
  # @return [String]
7424
7425
  attr_accessor :sorting_code
@@ -7454,12 +7455,12 @@ module Google
7454
7455
  class GoogleTypeTimeZone
7455
7456
  include Google::Apis::Core::Hashable
7456
7457
 
7457
- # IANA Time Zone Database time zone, e.g. "America/New_York".
7458
+ # IANA Time Zone Database time zone. For example "America/New_York".
7458
7459
  # Corresponds to the JSON property `id`
7459
7460
  # @return [String]
7460
7461
  attr_accessor :id
7461
7462
 
7462
- # Optional. IANA Time Zone Database version number, e.g. "2019a".
7463
+ # Optional. IANA Time Zone Database version number. For example "2019a".
7463
7464
  # Corresponds to the JSON property `version`
7464
7465
  # @return [String]
7465
7466
  attr_accessor :version
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240723"
25
+ REVISION = "20241204"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contentwarehouse_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.38.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.40.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Document AI Warehouse API V1
82
79
  test_files: []