google-apis-retail_v2alpha 0.102.0 → 0.103.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e40f22efcbd247f3f084e987d7441da4bb7ca0708bdac1324fddeab0f0b01ab2
|
|
4
|
+
data.tar.gz: 19f534a935cb7aeab62ff21654aa777d219fd469bd385a9bd21898c64077dc7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36131e950a1afe91ffac1f637f6c441a6beb68fa419d8bbe13eb47f9d124ef5a0329ab78ed5081f0fffac28ea403445a95234b529965b6cbe1a05d69b967c015
|
|
7
|
+
data.tar.gz: 28b6b5ede4973bb08a5847ff1ffc2c29ff882ce08cf60820b912382afe02a5eff2aa094b109c88770d627a8317706f78192bd5c5d795dbaab96ff38296b92e77
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
|
@@ -8130,32 +8130,6 @@ module Google
|
|
|
8130
8130
|
end
|
|
8131
8131
|
end
|
|
8132
8132
|
|
|
8133
|
-
# Common metadata related to the progress of the operations.
|
|
8134
|
-
class GoogleCloudRetailV2betaCreateMerchantCenterAccountLinkMetadata
|
|
8135
|
-
include Google::Apis::Core::Hashable
|
|
8136
|
-
|
|
8137
|
-
# Operation create time.
|
|
8138
|
-
# Corresponds to the JSON property `createTime`
|
|
8139
|
-
# @return [String]
|
|
8140
|
-
attr_accessor :create_time
|
|
8141
|
-
|
|
8142
|
-
# Operation last update time. If the operation is done, this is also the finish
|
|
8143
|
-
# time.
|
|
8144
|
-
# Corresponds to the JSON property `updateTime`
|
|
8145
|
-
# @return [String]
|
|
8146
|
-
attr_accessor :update_time
|
|
8147
|
-
|
|
8148
|
-
def initialize(**args)
|
|
8149
|
-
update!(**args)
|
|
8150
|
-
end
|
|
8151
|
-
|
|
8152
|
-
# Update properties of this object
|
|
8153
|
-
def update!(**args)
|
|
8154
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
8155
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
8156
|
-
end
|
|
8157
|
-
end
|
|
8158
|
-
|
|
8159
8133
|
# Metadata associated with a create operation.
|
|
8160
8134
|
class GoogleCloudRetailV2betaCreateModelMetadata
|
|
8161
8135
|
include Google::Apis::Core::Hashable
|
|
@@ -8503,127 +8477,6 @@ module Google
|
|
|
8503
8477
|
end
|
|
8504
8478
|
end
|
|
8505
8479
|
|
|
8506
|
-
# Represents a link between a Merchant Center account and a branch. After a link
|
|
8507
|
-
# is established, products from the linked Merchant Center account are streamed
|
|
8508
|
-
# to the linked branch.
|
|
8509
|
-
class GoogleCloudRetailV2betaMerchantCenterAccountLink
|
|
8510
|
-
include Google::Apis::Core::Hashable
|
|
8511
|
-
|
|
8512
|
-
# Required. The branch ID (e.g. 0/1/2) within the catalog that products from
|
|
8513
|
-
# merchant_center_account_id are streamed to. When updating this field, an empty
|
|
8514
|
-
# value will use the currently configured default branch. However, changing the
|
|
8515
|
-
# default branch later on won't change the linked branch here. A single branch
|
|
8516
|
-
# ID can only have one linked Merchant Center account ID.
|
|
8517
|
-
# Corresponds to the JSON property `branchId`
|
|
8518
|
-
# @return [String]
|
|
8519
|
-
attr_accessor :branch_id
|
|
8520
|
-
|
|
8521
|
-
# Criteria for the Merchant Center feeds to be ingested via the link. All offers
|
|
8522
|
-
# will be ingested if the list is empty. Otherwise the offers will be ingested
|
|
8523
|
-
# from selected feeds.
|
|
8524
|
-
# Corresponds to the JSON property `feedFilters`
|
|
8525
|
-
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter>]
|
|
8526
|
-
attr_accessor :feed_filters
|
|
8527
|
-
|
|
8528
|
-
# The FeedLabel used to perform filtering. Note: this replaces [region_id](https:
|
|
8529
|
-
# //developers.google.com/shopping-content/reference/rest/v2.1/products#Product.
|
|
8530
|
-
# FIELDS.feed_label). Example value: `US`. Example value: `FeedLabel1`.
|
|
8531
|
-
# Corresponds to the JSON property `feedLabel`
|
|
8532
|
-
# @return [String]
|
|
8533
|
-
attr_accessor :feed_label
|
|
8534
|
-
|
|
8535
|
-
# Output only. Immutable. MerchantCenterAccountLink identifier, which is the
|
|
8536
|
-
# final component of name. This field is auto generated and follows the
|
|
8537
|
-
# convention: `BranchId_MerchantCenterAccountId`. `projects/*/locations/global/
|
|
8538
|
-
# catalogs/default_catalog/merchantCenterAccountLinks/id_1`.
|
|
8539
|
-
# Corresponds to the JSON property `id`
|
|
8540
|
-
# @return [String]
|
|
8541
|
-
attr_accessor :id
|
|
8542
|
-
|
|
8543
|
-
# Language of the title/description and other string attributes. Use language
|
|
8544
|
-
# tags defined by [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). ISO
|
|
8545
|
-
# 639-1. This specifies the language of offers in Merchant Center that will be
|
|
8546
|
-
# accepted. If empty, no language filtering will be performed. Example value: `
|
|
8547
|
-
# en`.
|
|
8548
|
-
# Corresponds to the JSON property `languageCode`
|
|
8549
|
-
# @return [String]
|
|
8550
|
-
attr_accessor :language_code
|
|
8551
|
-
|
|
8552
|
-
# Required. The linked [Merchant center account id](https://developers.google.
|
|
8553
|
-
# com/shopping-content/guides/accountstatuses). The account must be a standalone
|
|
8554
|
-
# account or a sub-account of a MCA.
|
|
8555
|
-
# Corresponds to the JSON property `merchantCenterAccountId`
|
|
8556
|
-
# @return [Fixnum]
|
|
8557
|
-
attr_accessor :merchant_center_account_id
|
|
8558
|
-
|
|
8559
|
-
# Output only. Immutable. Full resource name of the Merchant Center Account Link,
|
|
8560
|
-
# such as `projects/*/locations/global/catalogs/default_catalog/
|
|
8561
|
-
# merchantCenterAccountLinks/merchant_center_account_link`.
|
|
8562
|
-
# Corresponds to the JSON property `name`
|
|
8563
|
-
# @return [String]
|
|
8564
|
-
attr_accessor :name
|
|
8565
|
-
|
|
8566
|
-
# Output only. Google Cloud project ID.
|
|
8567
|
-
# Corresponds to the JSON property `projectId`
|
|
8568
|
-
# @return [String]
|
|
8569
|
-
attr_accessor :project_id
|
|
8570
|
-
|
|
8571
|
-
# Optional. An optional arbitrary string that could be used as a tag for
|
|
8572
|
-
# tracking link source.
|
|
8573
|
-
# Corresponds to the JSON property `source`
|
|
8574
|
-
# @return [String]
|
|
8575
|
-
attr_accessor :source
|
|
8576
|
-
|
|
8577
|
-
# Output only. Represents the state of the link.
|
|
8578
|
-
# Corresponds to the JSON property `state`
|
|
8579
|
-
# @return [String]
|
|
8580
|
-
attr_accessor :state
|
|
8581
|
-
|
|
8582
|
-
def initialize(**args)
|
|
8583
|
-
update!(**args)
|
|
8584
|
-
end
|
|
8585
|
-
|
|
8586
|
-
# Update properties of this object
|
|
8587
|
-
def update!(**args)
|
|
8588
|
-
@branch_id = args[:branch_id] if args.key?(:branch_id)
|
|
8589
|
-
@feed_filters = args[:feed_filters] if args.key?(:feed_filters)
|
|
8590
|
-
@feed_label = args[:feed_label] if args.key?(:feed_label)
|
|
8591
|
-
@id = args[:id] if args.key?(:id)
|
|
8592
|
-
@language_code = args[:language_code] if args.key?(:language_code)
|
|
8593
|
-
@merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
|
|
8594
|
-
@name = args[:name] if args.key?(:name)
|
|
8595
|
-
@project_id = args[:project_id] if args.key?(:project_id)
|
|
8596
|
-
@source = args[:source] if args.key?(:source)
|
|
8597
|
-
@state = args[:state] if args.key?(:state)
|
|
8598
|
-
end
|
|
8599
|
-
end
|
|
8600
|
-
|
|
8601
|
-
# Merchant Center Feed filter criterion.
|
|
8602
|
-
class GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter
|
|
8603
|
-
include Google::Apis::Core::Hashable
|
|
8604
|
-
|
|
8605
|
-
# Merchant Center primary feed ID.
|
|
8606
|
-
# Corresponds to the JSON property `primaryFeedId`
|
|
8607
|
-
# @return [Fixnum]
|
|
8608
|
-
attr_accessor :primary_feed_id
|
|
8609
|
-
|
|
8610
|
-
# Merchant Center primary feed name. The name is used for the display purposes
|
|
8611
|
-
# only.
|
|
8612
|
-
# Corresponds to the JSON property `primaryFeedName`
|
|
8613
|
-
# @return [String]
|
|
8614
|
-
attr_accessor :primary_feed_name
|
|
8615
|
-
|
|
8616
|
-
def initialize(**args)
|
|
8617
|
-
update!(**args)
|
|
8618
|
-
end
|
|
8619
|
-
|
|
8620
|
-
# Update properties of this object
|
|
8621
|
-
def update!(**args)
|
|
8622
|
-
@primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
|
|
8623
|
-
@primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
|
|
8624
|
-
end
|
|
8625
|
-
end
|
|
8626
|
-
|
|
8627
8480
|
# Metadata that describes the training and serving parameters of a Model. A
|
|
8628
8481
|
# Model can be associated with a ServingConfig and then queried through the
|
|
8629
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.
|
|
19
|
+
GEM_VERSION = "0.103.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
266
|
-
#
|
|
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
|
|
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.
|
|
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-
|
|
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
|
|
@@ -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.
|
|
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: []
|