google-apis-retail_v2alpha 0.90.0 → 0.91.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3ce5c6a458912f0770cc1395e341b3002f4a02f9dc7df93d738a1d5503a34ed
4
- data.tar.gz: be3b2e82bda2d111c288c10ee82829140062af8f953eefaa79e7eb46b2da5f07
3
+ metadata.gz: 626effe9f2ebae76599f28005ba979a3a6f31c00c46de63f8c0d46764bd69899
4
+ data.tar.gz: dedaaad92fdfb6a41e04118f8e7fde0836e06838e93dcde0f813777d66d327a1
5
5
  SHA512:
6
- metadata.gz: 32134ef63eaa1f5b1287e5e02f2d38ebc51522901dfb7147ce9c7252c8603ae8bdeb27038728eded04b515fff7714573b46b0738923715f94ce8ffc7d82ed0b3
7
- data.tar.gz: 2c8c1b477f2a31e13d4b4f8ba24d60ff7ebfd43215452513a6088fcb021acf3a08f7af9eae4fc964a8e156d23d41fcc4e46ca73e46beaffa3d47a3f768c631b6
6
+ metadata.gz: 3095cb59479d4f5ed8db8ed6dfa60d2c96d12e384659ae8c3e52bc4d3e42cd465703a28ede9b8ab050f299737a2586e183ed9373a287abe35f1c78b3e7163718
7
+ data.tar.gz: 1e6d42802b636bb7d81af2db008a00b54eb78ba08bcd4c2d3ba68519216ba235325e785528b49b68e0d9ffc36fdc3faecf475eeecff45a8495e299c29abb9956
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.91.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231207
6
+
3
7
  ### v0.90.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231130
@@ -3993,6 +3993,18 @@ module Google
3993
3993
  # @return [String]
3994
3994
  attr_accessor :dataset_id
3995
3995
 
3996
+ # Required. The prefix of exported BigQuery tables.
3997
+ # Corresponds to the JSON property `tableIdPrefix`
3998
+ # @return [String]
3999
+ attr_accessor :table_id_prefix
4000
+
4001
+ # Required. Describes the table type. The following values are supported: * `
4002
+ # table`: A BigQuery native table. * `view`: A virtual table defined by a SQL
4003
+ # query.
4004
+ # Corresponds to the JSON property `tableType`
4005
+ # @return [String]
4006
+ attr_accessor :table_type
4007
+
3996
4008
  def initialize(**args)
3997
4009
  update!(**args)
3998
4010
  end
@@ -4000,6 +4012,8 @@ module Google
4000
4012
  # Update properties of this object
4001
4013
  def update!(**args)
4002
4014
  @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
4015
+ @table_id_prefix = args[:table_id_prefix] if args.key?(:table_id_prefix)
4016
+ @table_type = args[:table_type] if args.key?(:table_type)
4003
4017
  end
4004
4018
  end
4005
4019
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.90.0"
19
+ GEM_VERSION = "0.91.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 = "20231130"
25
+ REVISION = "20231207"
26
26
  end
27
27
  end
28
28
  end
@@ -2569,6 +2569,8 @@ module Google
2569
2569
  # @private
2570
2570
  class Representation < Google::Apis::Core::JsonRepresentation
2571
2571
  property :dataset_id, as: 'datasetId'
2572
+ property :table_id_prefix, as: 'tableIdPrefix'
2573
+ property :table_type, as: 'tableType'
2572
2574
  end
2573
2575
  end
2574
2576
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.90.0
4
+ version: 0.91.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-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-17 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-retail_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.90.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.91.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []