google-apis-retail_v2beta 0.75.0 → 0.77.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: 5862afc80ff228c3b524c97126ab0dd1c95256a9874f73fbae3925b61677777e
4
- data.tar.gz: 42055eeda1700eed5350ccdd9457cabdb5edc31d6e8448e974f618ef63bfbb76
3
+ metadata.gz: 26f8a94bc07bc5cb830ee1575b6768479c6dd5091aa2816212f37084d1d087f5
4
+ data.tar.gz: ee9cd8a5ca0131c6fd7d3c4ba3de6a6e718eeb5aa87d620c2b9a38b31c312318
5
5
  SHA512:
6
- metadata.gz: 953d3ca0508e7c86ab41ee43d7713e02d45bb2a59132fcbcbd0b2f8def72e963468443fdda5c48723489542051d4e9bdbd3b69b6d984c42167c63848e0a7751b
7
- data.tar.gz: d29b3d1ee30f6b84708f76c3f68e306d0cdeaf2f3bd4b95edf24513979ea50b034a4a86a2934a9b651ab132e477222dec13261af20e9a54180a287f0fbce1c71
6
+ metadata.gz: c7cff57ab4093244ca7707d9614db089f06651dc6b0be0a697fcd988fedc5d6c74458d5550481fa581abd9aea5f5d1d4d6669315daccbe864ff57d4a326da891
7
+ data.tar.gz: 57ea6525bab927e54640abe00700c39e457ebe9f34f705f898bee38bb56f5d61450800611528508f8065995cbe871f814cfbdfd9fc0fad21e0b50c6933173e95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.77.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230525
6
+
7
+ ### v0.76.0 (2023-05-28)
8
+
9
+ * Regenerated from discovery document revision 20230518
10
+
3
11
  ### v0.75.0 (2023-05-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20230516
@@ -1435,6 +1435,12 @@ module Google
1435
1435
  # @return [String]
1436
1436
  attr_accessor :project_id
1437
1437
 
1438
+ # Optional. An optional arbitrary string that could be used as a tag for
1439
+ # tracking link source.
1440
+ # Corresponds to the JSON property `source`
1441
+ # @return [String]
1442
+ attr_accessor :source
1443
+
1438
1444
  # Output only. Represents the state of the link.
1439
1445
  # Corresponds to the JSON property `state`
1440
1446
  # @return [String]
@@ -1454,6 +1460,7 @@ module Google
1454
1460
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
1455
1461
  @name = args[:name] if args.key?(:name)
1456
1462
  @project_id = args[:project_id] if args.key?(:project_id)
1463
+ @source = args[:source] if args.key?(:source)
1457
1464
  @state = args[:state] if args.key?(:state)
1458
1465
  end
1459
1466
  end
@@ -2765,9 +2772,9 @@ module Google
2765
2772
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult>]
2766
2773
  attr_accessor :completion_results
2767
2774
 
2768
- # Matched recent searches of this user. The maximum number of recent searches is
2769
- # 10. This field is a restricted feature. If you want to enable it, contact
2770
- # Retail Search support. This feature is only available when
2775
+ # Deprecated. Matched recent searches of this user. The maximum number of recent
2776
+ # searches is 10. This field is a restricted feature. If you want to enable it,
2777
+ # contact Retail Search support. This feature is only available when
2771
2778
  # CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The
2772
2779
  # recent searches satisfy the follow rules: * They are ordered from latest to
2773
2780
  # oldest. * They are matched with CompleteQueryRequest.query case insensitively.
@@ -4139,6 +4146,12 @@ module Google
4139
4146
  # @return [String]
4140
4147
  attr_accessor :project_id
4141
4148
 
4149
+ # Optional. An optional arbitrary string that could be used as a tag for
4150
+ # tracking link source.
4151
+ # Corresponds to the JSON property `source`
4152
+ # @return [String]
4153
+ attr_accessor :source
4154
+
4142
4155
  # Output only. Represents the state of the link.
4143
4156
  # Corresponds to the JSON property `state`
4144
4157
  # @return [String]
@@ -4158,6 +4171,7 @@ module Google
4158
4171
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
4159
4172
  @name = args[:name] if args.key?(:name)
4160
4173
  @project_id = args[:project_id] if args.key?(:project_id)
4174
+ @source = args[:source] if args.key?(:source)
4161
4175
  @state = args[:state] if args.key?(:state)
4162
4176
  end
4163
4177
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.77.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 = "20230516"
25
+ REVISION = "20230525"
26
26
  end
27
27
  end
28
28
  end
@@ -1739,6 +1739,7 @@ module Google
1739
1739
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
1740
1740
  property :name, as: 'name'
1741
1741
  property :project_id, as: 'projectId'
1742
+ property :source, as: 'source'
1742
1743
  property :state, as: 'state'
1743
1744
  end
1744
1745
  end
@@ -2482,6 +2483,7 @@ module Google
2482
2483
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
2483
2484
  property :name, as: 'name'
2484
2485
  property :project_id, as: 'projectId'
2486
+ property :source, as: 'source'
2485
2487
  property :state, as: 'state'
2486
2488
  end
2487
2489
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.77.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-05-21 00:00:00.000000000 Z
11
+ date: 2023-06-04 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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.77.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []