google-apis-retail_v2alpha 0.101.0 → 0.103.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: 6a4392b598f8fc3e7c8c2061bf03489e159cef8c2b107896d302813c26482665
4
- data.tar.gz: 19eddb801b364a6dc7f29d69329e4370711c6b4f0bb6be2624bf3d18203f53e5
3
+ metadata.gz: e40f22efcbd247f3f084e987d7441da4bb7ca0708bdac1324fddeab0f0b01ab2
4
+ data.tar.gz: 19f534a935cb7aeab62ff21654aa777d219fd469bd385a9bd21898c64077dc7b
5
5
  SHA512:
6
- metadata.gz: 800dc389db1f574729f211ccc7771b50c491fd6bc3160cba7900b9dbc9b86bc398a462a03a4763713f2cd1bc0c7901073759cfeb4c9b7530887a2c10ed78808f
7
- data.tar.gz: 766c8f254d200218b475f2e7b5772a5747746dcde23244ef3376a3d80f8e49bb212f3162cb6ab09594c0d49e09e3e89a60f8c236113ef6886f003c8b94e4de5d
6
+ metadata.gz: 36131e950a1afe91ffac1f637f6c441a6beb68fa419d8bbe13eb47f9d124ef5a0329ab78ed5081f0fffac28ea403445a95234b529965b6cbe1a05d69b967c015
7
+ data.tar.gz: 28b6b5ede4973bb08a5847ff1ffc2c29ff882ce08cf60820b912382afe02a5eff2aa094b109c88770d627a8317706f78192bd5c5d795dbaab96ff38296b92e77
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.103.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240610
6
+
7
+ ### v0.102.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240509
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.101.0 (2024-04-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20240418
@@ -1678,7 +1678,7 @@ module Google
1678
1678
  end
1679
1679
  end
1680
1680
 
1681
- # A data branch that stores Products.
1681
+ # A data branch that stores all instances of Products.
1682
1682
  class GoogleCloudRetailV2alphaBranch
1683
1683
  include Google::Apis::Core::Hashable
1684
1684
 
@@ -7741,12 +7741,13 @@ module Google
7741
7741
  attr_accessor :event_time
7742
7742
 
7743
7743
  # Required. User event type. Allowed values are: * `add-to-cart`: Products being
7744
- # added to cart. * `category-page-view`: Special pages such as sale or promotion
7745
- # pages viewed. * `detail-page-view`: Products detail page viewed. * `home-page-
7746
- # view`: Homepage viewed. * `promotion-offered`: Promotion is offered to a user.
7747
- # * `promotion-not-offered`: Promotion is not offered to a user. * `purchase-
7748
- # complete`: User finishing a purchase. * `search`: Product search. * `shopping-
7749
- # cart-page-view`: User viewing a shopping cart.
7744
+ # added to cart. * `remove-from-cart`: Products being removed from cart. * `
7745
+ # category-page-view`: Special pages such as sale or promotion pages viewed. * `
7746
+ # detail-page-view`: Products detail page viewed. * `home-page-view`: Homepage
7747
+ # viewed. * `promotion-offered`: Promotion is offered to a user. * `promotion-
7748
+ # not-offered`: Promotion is not offered to a user. * `purchase-complete`: User
7749
+ # finishing a purchase. * `search`: Product search. * `shopping-cart-page-view`:
7750
+ # User viewing a shopping cart.
7750
7751
  # Corresponds to the JSON property `eventType`
7751
7752
  # @return [String]
7752
7753
  attr_accessor :event_type
@@ -8129,32 +8130,6 @@ module Google
8129
8130
  end
8130
8131
  end
8131
8132
 
8132
- # Common metadata related to the progress of the operations.
8133
- class GoogleCloudRetailV2betaCreateMerchantCenterAccountLinkMetadata
8134
- include Google::Apis::Core::Hashable
8135
-
8136
- # Operation create time.
8137
- # Corresponds to the JSON property `createTime`
8138
- # @return [String]
8139
- attr_accessor :create_time
8140
-
8141
- # Operation last update time. If the operation is done, this is also the finish
8142
- # time.
8143
- # Corresponds to the JSON property `updateTime`
8144
- # @return [String]
8145
- attr_accessor :update_time
8146
-
8147
- def initialize(**args)
8148
- update!(**args)
8149
- end
8150
-
8151
- # Update properties of this object
8152
- def update!(**args)
8153
- @create_time = args[:create_time] if args.key?(:create_time)
8154
- @update_time = args[:update_time] if args.key?(:update_time)
8155
- end
8156
- end
8157
-
8158
8133
  # Metadata associated with a create operation.
8159
8134
  class GoogleCloudRetailV2betaCreateModelMetadata
8160
8135
  include Google::Apis::Core::Hashable
@@ -8502,127 +8477,6 @@ module Google
8502
8477
  end
8503
8478
  end
8504
8479
 
8505
- # Represents a link between a Merchant Center account and a branch. After a link
8506
- # is established, products from the linked Merchant Center account are streamed
8507
- # to the linked branch.
8508
- class GoogleCloudRetailV2betaMerchantCenterAccountLink
8509
- include Google::Apis::Core::Hashable
8510
-
8511
- # Required. The branch ID (e.g. 0/1/2) within the catalog that products from
8512
- # merchant_center_account_id are streamed to. When updating this field, an empty
8513
- # value will use the currently configured default branch. However, changing the
8514
- # default branch later on won't change the linked branch here. A single branch
8515
- # ID can only have one linked Merchant Center account ID.
8516
- # Corresponds to the JSON property `branchId`
8517
- # @return [String]
8518
- attr_accessor :branch_id
8519
-
8520
- # Criteria for the Merchant Center feeds to be ingested via the link. All offers
8521
- # will be ingested if the list is empty. Otherwise the offers will be ingested
8522
- # from selected feeds.
8523
- # Corresponds to the JSON property `feedFilters`
8524
- # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter>]
8525
- attr_accessor :feed_filters
8526
-
8527
- # The FeedLabel used to perform filtering. Note: this replaces [region_id](https:
8528
- # //developers.google.com/shopping-content/reference/rest/v2.1/products#Product.
8529
- # FIELDS.feed_label). Example value: `US`. Example value: `FeedLabel1`.
8530
- # Corresponds to the JSON property `feedLabel`
8531
- # @return [String]
8532
- attr_accessor :feed_label
8533
-
8534
- # Output only. Immutable. MerchantCenterAccountLink identifier, which is the
8535
- # final component of name. This field is auto generated and follows the
8536
- # convention: `BranchId_MerchantCenterAccountId`. `projects/*/locations/global/
8537
- # catalogs/default_catalog/merchantCenterAccountLinks/id_1`.
8538
- # Corresponds to the JSON property `id`
8539
- # @return [String]
8540
- attr_accessor :id
8541
-
8542
- # Language of the title/description and other string attributes. Use language
8543
- # tags defined by [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). ISO
8544
- # 639-1. This specifies the language of offers in Merchant Center that will be
8545
- # accepted. If empty, no language filtering will be performed. Example value: `
8546
- # en`.
8547
- # Corresponds to the JSON property `languageCode`
8548
- # @return [String]
8549
- attr_accessor :language_code
8550
-
8551
- # Required. The linked [Merchant center account id](https://developers.google.
8552
- # com/shopping-content/guides/accountstatuses). The account must be a standalone
8553
- # account or a sub-account of a MCA.
8554
- # Corresponds to the JSON property `merchantCenterAccountId`
8555
- # @return [Fixnum]
8556
- attr_accessor :merchant_center_account_id
8557
-
8558
- # Output only. Immutable. Full resource name of the Merchant Center Account Link,
8559
- # such as `projects/*/locations/global/catalogs/default_catalog/
8560
- # merchantCenterAccountLinks/merchant_center_account_link`.
8561
- # Corresponds to the JSON property `name`
8562
- # @return [String]
8563
- attr_accessor :name
8564
-
8565
- # Output only. Google Cloud project ID.
8566
- # Corresponds to the JSON property `projectId`
8567
- # @return [String]
8568
- attr_accessor :project_id
8569
-
8570
- # Optional. An optional arbitrary string that could be used as a tag for
8571
- # tracking link source.
8572
- # Corresponds to the JSON property `source`
8573
- # @return [String]
8574
- attr_accessor :source
8575
-
8576
- # Output only. Represents the state of the link.
8577
- # Corresponds to the JSON property `state`
8578
- # @return [String]
8579
- attr_accessor :state
8580
-
8581
- def initialize(**args)
8582
- update!(**args)
8583
- end
8584
-
8585
- # Update properties of this object
8586
- def update!(**args)
8587
- @branch_id = args[:branch_id] if args.key?(:branch_id)
8588
- @feed_filters = args[:feed_filters] if args.key?(:feed_filters)
8589
- @feed_label = args[:feed_label] if args.key?(:feed_label)
8590
- @id = args[:id] if args.key?(:id)
8591
- @language_code = args[:language_code] if args.key?(:language_code)
8592
- @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
8593
- @name = args[:name] if args.key?(:name)
8594
- @project_id = args[:project_id] if args.key?(:project_id)
8595
- @source = args[:source] if args.key?(:source)
8596
- @state = args[:state] if args.key?(:state)
8597
- end
8598
- end
8599
-
8600
- # Merchant Center Feed filter criterion.
8601
- class GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter
8602
- include Google::Apis::Core::Hashable
8603
-
8604
- # Merchant Center primary feed ID.
8605
- # Corresponds to the JSON property `primaryFeedId`
8606
- # @return [Fixnum]
8607
- attr_accessor :primary_feed_id
8608
-
8609
- # Merchant Center primary feed name. The name is used for the display purposes
8610
- # only.
8611
- # Corresponds to the JSON property `primaryFeedName`
8612
- # @return [String]
8613
- attr_accessor :primary_feed_name
8614
-
8615
- def initialize(**args)
8616
- update!(**args)
8617
- end
8618
-
8619
- # Update properties of this object
8620
- def update!(**args)
8621
- @primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
8622
- @primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
8623
- end
8624
- end
8625
-
8626
8480
  # Metadata that describes the training and serving parameters of a Model. A
8627
8481
  # Model can be associated with a ServingConfig and then queried through the
8628
8482
  # Predict API.
@@ -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.101.0"
19
+ GEM_VERSION = "0.103.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240418"
25
+ REVISION = "20240610"
26
26
  end
27
27
  end
28
28
  end
@@ -1324,12 +1324,6 @@ module Google
1324
1324
  include Google::Apis::Core::JsonObjectSupport
1325
1325
  end
1326
1326
 
1327
- class GoogleCloudRetailV2betaCreateMerchantCenterAccountLinkMetadata
1328
- class Representation < Google::Apis::Core::JsonRepresentation; end
1329
-
1330
- include Google::Apis::Core::JsonObjectSupport
1331
- end
1332
-
1333
1327
  class GoogleCloudRetailV2betaCreateModelMetadata
1334
1328
  class Representation < Google::Apis::Core::JsonRepresentation; end
1335
1329
 
@@ -1402,18 +1396,6 @@ module Google
1402
1396
  include Google::Apis::Core::JsonObjectSupport
1403
1397
  end
1404
1398
 
1405
- class GoogleCloudRetailV2betaMerchantCenterAccountLink
1406
- class Representation < Google::Apis::Core::JsonRepresentation; end
1407
-
1408
- include Google::Apis::Core::JsonObjectSupport
1409
- end
1410
-
1411
- class GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter
1412
- class Representation < Google::Apis::Core::JsonRepresentation; end
1413
-
1414
- include Google::Apis::Core::JsonObjectSupport
1415
- end
1416
-
1417
1399
  class GoogleCloudRetailV2betaModel
1418
1400
  class Representation < Google::Apis::Core::JsonRepresentation; end
1419
1401
 
@@ -3629,14 +3611,6 @@ module Google
3629
3611
  end
3630
3612
  end
3631
3613
 
3632
- class GoogleCloudRetailV2betaCreateMerchantCenterAccountLinkMetadata
3633
- # @private
3634
- class Representation < Google::Apis::Core::JsonRepresentation
3635
- property :create_time, as: 'createTime'
3636
- property :update_time, as: 'updateTime'
3637
- end
3638
- end
3639
-
3640
3614
  class GoogleCloudRetailV2betaCreateModelMetadata
3641
3615
  # @private
3642
3616
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3751,31 +3725,6 @@ module Google
3751
3725
  end
3752
3726
  end
3753
3727
 
3754
- class GoogleCloudRetailV2betaMerchantCenterAccountLink
3755
- # @private
3756
- class Representation < Google::Apis::Core::JsonRepresentation
3757
- property :branch_id, as: 'branchId'
3758
- collection :feed_filters, as: 'feedFilters', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter::Representation
3759
-
3760
- property :feed_label, as: 'feedLabel'
3761
- property :id, as: 'id'
3762
- property :language_code, as: 'languageCode'
3763
- property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
3764
- property :name, as: 'name'
3765
- property :project_id, as: 'projectId'
3766
- property :source, as: 'source'
3767
- property :state, as: 'state'
3768
- end
3769
- end
3770
-
3771
- class GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter
3772
- # @private
3773
- class Representation < Google::Apis::Core::JsonRepresentation
3774
- property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
3775
- property :primary_feed_name, as: 'primaryFeedName'
3776
- end
3777
- end
3778
-
3779
3728
  class GoogleCloudRetailV2betaModel
3780
3729
  # @private
3781
3730
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -262,8 +262,8 @@ module Google
262
262
  # @param [String] update_mask
263
263
  # Indicates which fields in the provided LoggingConfig to update. The following
264
264
  # are the only supported fields: * LoggingConfig.default_log_generation_rule *
265
- # LoggingConfig.per_service_log_generation_rules If not set, all supported
266
- # fields are updated.
265
+ # LoggingConfig.service_log_generation_rules If not set, all supported fields
266
+ # are updated.
267
267
  # @param [String] fields
268
268
  # Selector specifying which fields to include in a partial response.
269
269
  # @param [String] quota_user
@@ -315,8 +315,8 @@ module Google
315
315
  # all device types. Supported formats: * `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `
316
316
  # MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
317
317
  # @param [Boolean] enable_attribute_suggestions
318
- # If true, attribute suggestions are enabled and provided in response. This
319
- # field is only available for "cloud-retail" dataset.
318
+ # If true, attribute suggestions are enabled and provided in the response. This
319
+ # field is only available for the "cloud-retail" dataset.
320
320
  # @param [String] entity
321
321
  # The entity for customers who run multiple entities, domains, sites, or regions,
322
322
  # for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
@@ -905,7 +905,7 @@ module Google
905
905
  execute_or_queue_command(command, &block)
906
906
  end
907
907
 
908
- # Lists all Branchs under the specified parent Catalog.
908
+ # Lists all instances of Branch under the specified parent Catalog.
909
909
  # @param [String] parent
910
910
  # Required. The parent catalog resource name.
911
911
  # @param [String] view
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.101.0
4
+ version: 0.103.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: 2024-04-28 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.101.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.103.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: []