google-shopping-merchant-data_sources-v1beta 0.3.0 → 0.5.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 +4 -4
- data/README.md +1 -1
- data/lib/google/shopping/merchant/data_sources/v1beta/data_sources_service/client.rb +7 -0
- data/lib/google/shopping/merchant/data_sources/v1beta/data_sources_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/data_sources/v1beta/file_uploads_service/client.rb +7 -0
- data/lib/google/shopping/merchant/data_sources/v1beta/file_uploads_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/data_sources/v1beta/version.rb +1 -1
- data/lib/google/shopping/merchant/datasources/v1beta/datasources_pb.rb +1 -1
- data/lib/google/shopping/merchant/datasources/v1beta/datasourcetypes_pb.rb +6 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb +30 -7
- data/proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb +74 -12
- data/proto_docs/google/shopping/merchant/datasources/v1beta/fileinputs.rb +6 -6
- data/proto_docs/google/shopping/type/types.rb +210 -0
- metadata +27 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9e30b11401b93ccf72cf942da6e811c23e899b1d9131c0213740ab55897ff33
|
4
|
+
data.tar.gz: 6252188e73aaeb4a241d38c67bace290e99f2b4865d18bdb7e241ff852e6abc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 272657d375c4b37f8fa7ed9713c47c93309fa35f6447c71bd354de67c632dae36beb62169b081fb2c87a946712b4d5dd388216b2682358e1dc3a818e8503dd90
|
7
|
+
data.tar.gz: b28654877220545e61af3858343f6bec7969efbe222193b7a06bb03d373a5e8c998263fdb9dc852012b0ca158b1acd1130d4a3ff1ec6a1a2634e99c96b99ba7b
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -782,6 +782,13 @@ module Google
|
|
782
782
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
783
783
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
784
784
|
# * (`nil`) indicating no credentials
|
785
|
+
#
|
786
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
787
|
+
# external source for authentication to Google Cloud, you must validate it before
|
788
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
789
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
790
|
+
# For more information, refer to [Validate credential configurations from external
|
791
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
785
792
|
# @return [::Object]
|
786
793
|
# @!attribute [rw] scope
|
787
794
|
# The OAuth scopes
|
@@ -731,6 +731,13 @@ module Google
|
|
731
731
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
732
732
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
733
733
|
# * (`nil`) indicating no credentials
|
734
|
+
#
|
735
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
736
|
+
# external source for authentication to Google Cloud, you must validate it before
|
737
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
738
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
739
|
+
# For more information, refer to [Validate credential configurations from external
|
740
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
734
741
|
# @return [::Object]
|
735
742
|
# @!attribute [rw] scope
|
736
743
|
# The OAuth scopes
|
@@ -321,6 +321,13 @@ module Google
|
|
321
321
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
322
322
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
323
323
|
# * (`nil`) indicating no credentials
|
324
|
+
#
|
325
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
326
|
+
# external source for authentication to Google Cloud, you must validate it before
|
327
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
328
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
329
|
+
# For more information, refer to [Validate credential configurations from external
|
330
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
324
331
|
# @return [::Object]
|
325
332
|
# @!attribute [rw] scope
|
326
333
|
# The OAuth scopes
|
@@ -305,6 +305,13 @@ module Google
|
|
305
305
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
306
306
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
307
307
|
# * (`nil`) indicating no credentials
|
308
|
+
#
|
309
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
310
|
+
# external source for authentication to Google Cloud, you must validate it before
|
311
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
312
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
313
|
+
# For more information, refer to [Validate credential configurations from external
|
314
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
308
315
|
# @return [::Object]
|
309
316
|
# @!attribute [rw] scope
|
310
317
|
# The OAuth scopes
|
@@ -14,7 +14,7 @@ require 'google/shopping/merchant/datasources/v1beta/datasourcetypes_pb'
|
|
14
14
|
require 'google/shopping/merchant/datasources/v1beta/fileinputs_pb'
|
15
15
|
|
16
16
|
|
17
|
-
descriptor_data = "\n=google/shopping/merchant/datasources/v1beta/datasources.proto\x12+google.shopping.merchant.datasources.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x41google/shopping/merchant/datasources/v1beta/datasourcetypes.proto\x1a<google/shopping/merchant/datasources/v1beta/fileinputs.proto\"\
|
17
|
+
descriptor_data = "\n=google/shopping/merchant/datasources/v1beta/datasources.proto\x12+google.shopping.merchant.datasources.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x41google/shopping/merchant/datasources/v1beta/datasourcetypes.proto\x1a<google/shopping/merchant/datasources/v1beta/fileinputs.proto\"\xc3\t\n\nDataSource\x12l\n\x1bprimary_product_data_source\x18\x04 \x01(\x0b\x32\x45.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSourceH\x00\x12v\n supplemental_product_data_source\x18\x05 \x01(\x0b\x32J.google.shopping.merchant.datasources.v1beta.SupplementalProductDataSourceH\x00\x12l\n\x1blocal_inventory_data_source\x18\x06 \x01(\x0b\x32\x45.google.shopping.merchant.datasources.v1beta.LocalInventoryDataSourceH\x00\x12r\n\x1eregional_inventory_data_source\x18\x07 \x01(\x0b\x32H.google.shopping.merchant.datasources.v1beta.RegionalInventoryDataSourceH\x00\x12\x61\n\x15promotion_data_source\x18\x08 \x01(\x0b\x32@.google.shopping.merchant.datasources.v1beta.PromotionDataSourceH\x00\x12j\n\x1aproduct_review_data_source\x18\t \x01(\x0b\x32\x44.google.shopping.merchant.datasources.v1beta.ProductReviewDataSourceH\x00\x12l\n\x1bmerchant_review_data_source\x18\x0c \x01(\x0b\x32\x45.google.shopping.merchant.datasources.v1beta.MerchantReviewDataSourceH\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x1b\n\x0e\x64\x61ta_source_id\x18\x02 \x01(\x03\x42\x03\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12Q\n\x05input\x18\n \x01(\x0e\x32=.google.shopping.merchant.datasources.v1beta.DataSource.InputB\x03\xe0\x41\x03\x12O\n\nfile_input\x18\x0b \x01(\x0b\x32\x36.google.shopping.merchant.datasources.v1beta.FileInputB\x03\xe0\x41\x01\"G\n\x05Input\x12\x15\n\x11INPUT_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41PI\x10\x01\x12\x08\n\x04\x46ILE\x10\x02\x12\x06\n\x02UI\x10\x03\x12\x0c\n\x08\x41UTOFEED\x10\x04:p\xea\x41m\n%merchantapi.googleapis.com/DataSource\x12+accounts/{account}/dataSources/{datasource}*\x0b\x64\x61taSources2\ndataSourceB\x06\n\x04Type\"S\n\x14GetDataSourceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%merchantapi.googleapis.com/DataSource\"\x88\x01\n\x16ListDataSourcesRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%merchantapi.googleapis.com/DataSource\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x81\x01\n\x17ListDataSourcesResponse\x12M\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32\x37.google.shopping.merchant.datasources.v1beta.DataSource\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xab\x01\n\x17\x43reateDataSourceRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%merchantapi.googleapis.com/DataSource\x12Q\n\x0b\x64\x61ta_source\x18\x02 \x01(\x0b\x32\x37.google.shopping.merchant.datasources.v1beta.DataSourceB\x03\xe0\x41\x02\"\xa2\x01\n\x17UpdateDataSourceRequest\x12Q\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\x37.google.shopping.merchant.datasources.v1beta.DataSourceB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"U\n\x16\x46\x65tchDataSourceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%merchantapi.googleapis.com/DataSource\"V\n\x17\x44\x65leteDataSourceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%merchantapi.googleapis.com/DataSource2\xf9\n\n\x12\x44\x61taSourcesService\x12\xcf\x01\n\rGetDataSource\x12\x41.google.shopping.merchant.datasources.v1beta.GetDataSourceRequest\x1a\x37.google.shopping.merchant.datasources.v1beta.DataSource\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/datasources/v1beta/{name=accounts/*/dataSources/*}\x12\xe2\x01\n\x0fListDataSources\x12\x43.google.shopping.merchant.datasources.v1beta.ListDataSourcesRequest\x1a\x44.google.shopping.merchant.datasources.v1beta.ListDataSourcesResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/datasources/v1beta/{parent=accounts/*}/dataSources\x12\xf0\x01\n\x10\x43reateDataSource\x12\x44.google.shopping.merchant.datasources.v1beta.CreateDataSourceRequest\x1a\x37.google.shopping.merchant.datasources.v1beta.DataSource\"]\xda\x41\x12parent,data_source\x82\xd3\xe4\x93\x02\x42\"3/datasources/v1beta/{parent=accounts/*}/dataSources:\x0b\x64\x61ta_source\x12\x81\x02\n\x10UpdateDataSource\x12\x44.google.shopping.merchant.datasources.v1beta.UpdateDataSourceRequest\x1a\x37.google.shopping.merchant.datasources.v1beta.DataSource\"n\xda\x41\x17\x64\x61ta_source,update_mask\x82\xd3\xe4\x93\x02N2?/datasources/v1beta/{data_source.name=accounts/*/dataSources/*}:\x0b\x64\x61ta_source\x12\xb4\x01\n\x10\x44\x65leteDataSource\x12\x44.google.shopping.merchant.datasources.v1beta.DeleteDataSourceRequest\x1a\x16.google.protobuf.Empty\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/datasources/v1beta/{name=accounts/*/dataSources/*}\x12\xb4\x01\n\x0f\x46\x65tchDataSource\x12\x43.google.shopping.merchant.datasources.v1beta.FetchDataSourceRequest\x1a\x16.google.protobuf.Empty\"D\x82\xd3\xe4\x93\x02>\"9/datasources/v1beta/{name=accounts/*/dataSources/*}:fetch:\x01*\x1aG\xca\x41\x1amerchantapi.googleapis.com\xd2\x41\'https://www.googleapis.com/auth/contentB\xbe\x03\n/com.google.shopping.merchant.datasources.v1betaB\x10\x44\x61taSourcesProtoP\x01ZWcloud.google.com/go/shopping/merchant/datasources/apiv1beta/datasourcespb;datasourcespb\xaa\x02+Google.Shopping.Merchant.DataSources.V1Beta\xca\x02+Google\\Shopping\\Merchant\\DataSources\\V1beta\xea\x02/Google::Shopping::Merchant::DataSources::V1beta\xea\x41\x38\n\"merchantapi.googleapis.com/Account\x12\x12\x61\x63\x63ounts/{account}\xea\x41T\n%merchantapi.googleapis.com/Datasource\x12+accounts/{account}/dataSources/{datasource}b\x06proto3"
|
18
18
|
|
19
19
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
20
20
|
|
@@ -5,9 +5,10 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
require 'google/api/field_behavior_pb'
|
8
|
+
require 'google/shopping/type/types_pb'
|
8
9
|
|
9
10
|
|
10
|
-
descriptor_data = "\nAgoogle/shopping/merchant/datasources/v1beta/datasourcetypes.proto\x12+google.shopping.merchant.datasources.v1beta\x1a\x1fgoogle/api/field_behavior.proto\"\
|
11
|
+
descriptor_data = "\nAgoogle/shopping/merchant/datasources/v1beta/datasourcetypes.proto\x12+google.shopping.merchant.datasources.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a google/shopping/type/types.proto\"\xae\x07\n\x18PrimaryProductDataSource\x12\x66\n\x07\x63hannel\x18\x03 \x01(\x0e\x32M.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.ChannelB\x06\xe0\x41\x01\xe0\x41\x05\x12\x1f\n\nfeed_label\x18\x04 \x01(\tB\x06\xe0\x41\x01\xe0\x41\x05H\x00\x88\x01\x01\x12%\n\x10\x63ontent_language\x18\x05 \x01(\tB\x06\xe0\x41\x01\xe0\x41\x05H\x01\x88\x01\x01\x12\x16\n\tcountries\x18\x06 \x03(\tB\x03\xe0\x41\x01\x12l\n\x0c\x64\x65\x66\x61ult_rule\x18\x07 \x01(\x0b\x32Q.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.DefaultRuleB\x03\xe0\x41\x01\x12l\n\x0c\x64\x65stinations\x18\n \x03(\x0b\x32Q.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.DestinationB\x03\xe0\x41\x01\x1at\n\x0b\x44\x65\x66\x61ultRule\x12\x65\n\x16take_from_data_sources\x18\x01 \x03(\x0b\x32@.google.shopping.merchant.datasources.v1beta.DataSourceReferenceB\x03\xe0\x41\x02\x1a\xf8\x01\n\x0b\x44\x65stination\x12\x46\n\x0b\x64\x65stination\x18\x01 \x01(\x0e\x32\x31.google.shopping.type.Destination.DestinationEnum\x12\x66\n\x05state\x18\x02 \x01(\x0e\x32W.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State\"9\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"Y\n\x07\x43hannel\x12\x17\n\x13\x43HANNEL_UNSPECIFIED\x10\x00\x12\x13\n\x0fONLINE_PRODUCTS\x10\x01\x12\x12\n\x0eLOCAL_PRODUCTS\x10\x02\x12\x0c\n\x08PRODUCTS\x10\x03\x42\r\n\x0b_feed_labelB\x13\n\x11_content_language\"\xfc\x01\n\x1dSupplementalProductDataSource\x12\x1f\n\nfeed_label\x18\x04 \x01(\tB\x06\xe0\x41\x01\xe0\x41\x05H\x00\x88\x01\x01\x12%\n\x10\x63ontent_language\x18\x05 \x01(\tB\x06\xe0\x41\x01\xe0\x41\x05H\x01\x88\x01\x01\x12o\n referencing_primary_data_sources\x18\x07 \x03(\x0b\x32@.google.shopping.merchant.datasources.v1beta.DataSourceReferenceB\x03\xe0\x41\x03\x42\r\n\x0b_feed_labelB\x13\n\x11_content_language\"X\n\x18LocalInventoryDataSource\x12\x1a\n\nfeed_label\x18\x04 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12 \n\x10\x63ontent_language\x18\x05 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\"[\n\x1bRegionalInventoryDataSource\x12\x1a\n\nfeed_label\x18\x04 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12 \n\x10\x63ontent_language\x18\x05 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\"W\n\x13PromotionDataSource\x12\x1e\n\x0etarget_country\x18\x01 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12 \n\x10\x63ontent_language\x18\x02 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\"\x19\n\x17ProductReviewDataSource\"\x1a\n\x18MerchantReviewDataSource\"\x8e\x01\n\x13\x44\x61taSourceReference\x12\x0e\n\x04self\x18\x01 \x01(\x08H\x00\x12\'\n\x18primary_data_source_name\x18\x03 \x01(\tB\x03\xe0\x41\x01H\x00\x12,\n\x1dsupplemental_data_source_name\x18\x02 \x01(\tB\x03\xe0\x41\x01H\x00\x42\x10\n\x0e\x64\x61ta_source_idB\xb0\x02\n/com.google.shopping.merchant.datasources.v1betaB\x14\x44\x61tasourcetypesProtoP\x01ZWcloud.google.com/go/shopping/merchant/datasources/apiv1beta/datasourcespb;datasourcespb\xaa\x02+Google.Shopping.Merchant.DataSources.V1Beta\xca\x02+Google\\Shopping\\Merchant\\DataSources\\V1beta\xea\x02/Google::Shopping::Merchant::DataSources::V1betab\x06proto3"
|
11
12
|
|
12
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
14
|
|
@@ -40,11 +41,15 @@ module Google
|
|
40
41
|
module V1beta
|
41
42
|
PrimaryProductDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource").msgclass
|
42
43
|
PrimaryProductDataSource::DefaultRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.DefaultRule").msgclass
|
44
|
+
PrimaryProductDataSource::Destination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination").msgclass
|
45
|
+
PrimaryProductDataSource::Destination::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State").enummodule
|
43
46
|
PrimaryProductDataSource::Channel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Channel").enummodule
|
44
47
|
SupplementalProductDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.SupplementalProductDataSource").msgclass
|
45
48
|
LocalInventoryDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.LocalInventoryDataSource").msgclass
|
46
49
|
RegionalInventoryDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.RegionalInventoryDataSource").msgclass
|
47
50
|
PromotionDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.PromotionDataSource").msgclass
|
51
|
+
ProductReviewDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.ProductReviewDataSource").msgclass
|
52
|
+
MerchantReviewDataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.MerchantReviewDataSource").msgclass
|
48
53
|
DataSourceReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.shopping.merchant.datasources.v1beta.DataSourceReference").msgclass
|
49
54
|
end
|
50
55
|
end
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -26,29 +26,52 @@ module Google
|
|
26
26
|
# the Merchant Center account.
|
27
27
|
# @!attribute [rw] primary_product_data_source
|
28
28
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::PrimaryProductDataSource]
|
29
|
-
#
|
29
|
+
# The [primary data
|
30
30
|
# source](https://support.google.com/merchants/answer/7439058) for local
|
31
31
|
# and online products.
|
32
|
+
#
|
33
|
+
# Note: The following fields are mutually exclusive: `primary_product_data_source`, `supplemental_product_data_source`, `local_inventory_data_source`, `regional_inventory_data_source`, `promotion_data_source`, `product_review_data_source`, `merchant_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
32
34
|
# @!attribute [rw] supplemental_product_data_source
|
33
35
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::SupplementalProductDataSource]
|
34
|
-
#
|
36
|
+
# The [supplemental data
|
35
37
|
# source](https://support.google.com/merchants/answer/7439058) for local
|
36
38
|
# and online products.
|
39
|
+
#
|
40
|
+
# Note: The following fields are mutually exclusive: `supplemental_product_data_source`, `primary_product_data_source`, `local_inventory_data_source`, `regional_inventory_data_source`, `promotion_data_source`, `product_review_data_source`, `merchant_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
37
41
|
# @!attribute [rw] local_inventory_data_source
|
38
42
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::LocalInventoryDataSource]
|
39
|
-
#
|
43
|
+
# The [local
|
40
44
|
# inventory](https://support.google.com/merchants/answer/7023001) data
|
41
45
|
# source.
|
46
|
+
#
|
47
|
+
# Note: The following fields are mutually exclusive: `local_inventory_data_source`, `primary_product_data_source`, `supplemental_product_data_source`, `regional_inventory_data_source`, `promotion_data_source`, `product_review_data_source`, `merchant_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
42
48
|
# @!attribute [rw] regional_inventory_data_source
|
43
49
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::RegionalInventoryDataSource]
|
44
|
-
#
|
50
|
+
# The [regional
|
45
51
|
# inventory](https://support.google.com/merchants/answer/7439058) data
|
46
52
|
# source.
|
53
|
+
#
|
54
|
+
# Note: The following fields are mutually exclusive: `regional_inventory_data_source`, `primary_product_data_source`, `supplemental_product_data_source`, `local_inventory_data_source`, `promotion_data_source`, `product_review_data_source`, `merchant_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
47
55
|
# @!attribute [rw] promotion_data_source
|
48
56
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::PromotionDataSource]
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
57
|
+
# The [promotion](https://support.google.com/merchants/answer/2906014)
|
58
|
+
# data source.
|
59
|
+
#
|
60
|
+
# Note: The following fields are mutually exclusive: `promotion_data_source`, `primary_product_data_source`, `supplemental_product_data_source`, `local_inventory_data_source`, `regional_inventory_data_source`, `product_review_data_source`, `merchant_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
61
|
+
# @!attribute [rw] product_review_data_source
|
62
|
+
# @return [::Google::Shopping::Merchant::DataSources::V1beta::ProductReviewDataSource]
|
63
|
+
# The [product
|
64
|
+
# review](https://support.google.com/merchants/answer/7045996)
|
65
|
+
# data source.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `product_review_data_source`, `primary_product_data_source`, `supplemental_product_data_source`, `local_inventory_data_source`, `regional_inventory_data_source`, `promotion_data_source`, `merchant_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
|
+
# @!attribute [rw] merchant_review_data_source
|
69
|
+
# @return [::Google::Shopping::Merchant::DataSources::V1beta::MerchantReviewDataSource]
|
70
|
+
# The [merchant
|
71
|
+
# review](https://support.google.com/merchants/answer/7045996)
|
72
|
+
# data source.
|
73
|
+
#
|
74
|
+
# Note: The following fields are mutually exclusive: `merchant_review_data_source`, `primary_product_data_source`, `supplemental_product_data_source`, `local_inventory_data_source`, `regional_inventory_data_source`, `promotion_data_source`, `product_review_data_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
52
75
|
# @!attribute [rw] name
|
53
76
|
# @return [::String]
|
54
77
|
# Identifier. The name of the data source.
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# The primary data source for local and online products.
|
26
26
|
# @!attribute [rw] channel
|
27
27
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::PrimaryProductDataSource::Channel]
|
28
|
-
#
|
28
|
+
# Optional. Immutable. Specifies the type of data source channel.
|
29
29
|
# @!attribute [rw] feed_label
|
30
30
|
# @return [::String]
|
31
31
|
# Optional. Immutable. The feed label that is specified on the data source
|
@@ -64,6 +64,25 @@ module Google
|
|
64
64
|
# @return [::Google::Shopping::Merchant::DataSources::V1beta::PrimaryProductDataSource::DefaultRule]
|
65
65
|
# Optional. Default rule management of the data source. If set, the linked
|
66
66
|
# data sources will be replaced.
|
67
|
+
# @!attribute [rw] destinations
|
68
|
+
# @return [::Array<::Google::Shopping::Merchant::DataSources::V1beta::PrimaryProductDataSource::Destination>]
|
69
|
+
# Optional. A list of destinations describing where products of the data
|
70
|
+
# source can be shown.
|
71
|
+
#
|
72
|
+
# When retrieving the data source, the list contains all the destinations
|
73
|
+
# that can be used for the data source, including the ones that are disabled
|
74
|
+
# for the data source but enabled for the account.
|
75
|
+
#
|
76
|
+
# Only destinations that are enabled on the account, for example through
|
77
|
+
# program participation, can be enabled on the data source.
|
78
|
+
#
|
79
|
+
# If unset, during creation, the destinations will be inherited based on the
|
80
|
+
# account level program participation.
|
81
|
+
#
|
82
|
+
# If set, during creation or update, the data source will be set only for the
|
83
|
+
# specified destinations.
|
84
|
+
#
|
85
|
+
# Updating this field requires at least one destination.
|
67
86
|
class PrimaryProductDataSource
|
68
87
|
include ::Google::Protobuf::MessageExts
|
69
88
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -82,10 +101,8 @@ module Google
|
|
82
101
|
# To link the data source to the default rule, you need to add a
|
83
102
|
# new reference to this list (in sequential order).
|
84
103
|
#
|
85
|
-
# To unlink the data source from the default rule, you need to
|
86
|
-
# given reference from this list.
|
87
|
-
# different from the default rule, see [Set up your attribute
|
88
|
-
# rules](//support.google.com/merchants/answer/14994083).
|
104
|
+
# To unlink the data source from the default rule, you need to
|
105
|
+
# remove the given reference from this list.
|
89
106
|
#
|
90
107
|
# Changing the order of this list will result in changing the priority of
|
91
108
|
# data sources in the default rule.
|
@@ -98,6 +115,32 @@ module Google
|
|
98
115
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
99
116
|
end
|
100
117
|
|
118
|
+
# Destinations also known as [Marketing
|
119
|
+
# methods](https://support.google.com/merchants/answer/15130232) selections.
|
120
|
+
# @!attribute [rw] destination
|
121
|
+
# @return [::Google::Shopping::Type::Destination::DestinationEnum]
|
122
|
+
# [Marketing methods](https://support.google.com/merchants/answer/15130232)
|
123
|
+
# (also known as destination) selections.
|
124
|
+
# @!attribute [rw] state
|
125
|
+
# @return [::Google::Shopping::Merchant::DataSources::V1beta::PrimaryProductDataSource::Destination::State]
|
126
|
+
# The state of the destination.
|
127
|
+
class Destination
|
128
|
+
include ::Google::Protobuf::MessageExts
|
129
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
130
|
+
|
131
|
+
# The state of the destination.
|
132
|
+
module State
|
133
|
+
# Not specified.
|
134
|
+
STATE_UNSPECIFIED = 0
|
135
|
+
|
136
|
+
# Indicates that the destination is enabled.
|
137
|
+
ENABLED = 1
|
138
|
+
|
139
|
+
# Indicates that the destination is disabled.
|
140
|
+
DISABLED = 2
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
101
144
|
# Data Source Channel.
|
102
145
|
#
|
103
146
|
# Channel is used to distinguish between data sources for different product
|
@@ -119,12 +162,9 @@ module Google
|
|
119
162
|
end
|
120
163
|
end
|
121
164
|
|
122
|
-
# The supplemental data source for local and online products.
|
123
|
-
#
|
124
|
-
#
|
125
|
-
# information about creating a supplemental data source, see [Create a
|
126
|
-
# supplemental data source and link it to the primary data
|
127
|
-
# source](/merchant/api/guides/data-sources/overview#create-supplemental-data-source).
|
165
|
+
# The supplemental data source for local and online products. After creation,
|
166
|
+
# you should make sure to link the supplemental product data source into one or
|
167
|
+
# more primary product data sources.
|
128
168
|
# @!attribute [rw] feed_label
|
129
169
|
# @return [::String]
|
130
170
|
# Optional. Immutable. The feed label that is specified on the data source
|
@@ -138,7 +178,11 @@ module Google
|
|
138
178
|
#
|
139
179
|
# `feedLabel` and `contentLanguage` must be either both set or unset for data
|
140
180
|
# sources with product content type.
|
141
|
-
#
|
181
|
+
#
|
182
|
+
# They must be set for data sources with a [file
|
183
|
+
# input][google.shopping.merchant.datasources.v1main.FileInput].
|
184
|
+
# The fields must be unset for data sources without [file
|
185
|
+
# input][google.shopping.merchant.datasources.v1main.FileInput].
|
142
186
|
#
|
143
187
|
# If set, the data source will only accept products matching this
|
144
188
|
# combination. If unset, the data source will accept produts without that
|
@@ -222,21 +266,39 @@ module Google
|
|
222
266
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
223
267
|
end
|
224
268
|
|
269
|
+
# The product review data source.
|
270
|
+
class ProductReviewDataSource
|
271
|
+
include ::Google::Protobuf::MessageExts
|
272
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
273
|
+
end
|
274
|
+
|
275
|
+
# The merchant review data source.
|
276
|
+
class MerchantReviewDataSource
|
277
|
+
include ::Google::Protobuf::MessageExts
|
278
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
279
|
+
end
|
280
|
+
|
225
281
|
# Data source reference can be used to manage related data sources within the
|
226
282
|
# data source service.
|
227
283
|
# @!attribute [rw] self
|
228
284
|
# @return [::Boolean]
|
229
285
|
# Self should be used to reference the primary data source itself.
|
286
|
+
#
|
287
|
+
# Note: The following fields are mutually exclusive: `self`, `primary_data_source_name`, `supplemental_data_source_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
230
288
|
# @!attribute [rw] primary_data_source_name
|
231
289
|
# @return [::String]
|
232
290
|
# Optional. The name of the primary data source.
|
233
291
|
# Format:
|
234
292
|
# `accounts/{account}/dataSources/{datasource}`
|
293
|
+
#
|
294
|
+
# Note: The following fields are mutually exclusive: `primary_data_source_name`, `self`, `supplemental_data_source_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
235
295
|
# @!attribute [rw] supplemental_data_source_name
|
236
296
|
# @return [::String]
|
237
297
|
# Optional. The name of the supplemental data source.
|
238
298
|
# Format:
|
239
299
|
# `accounts/{account}/dataSources/{datasource}`
|
300
|
+
#
|
301
|
+
# Note: The following fields are mutually exclusive: `supplemental_data_source_name`, `self`, `primary_data_source_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
240
302
|
class DataSourceReference
|
241
303
|
include ::Google::Protobuf::MessageExts
|
242
304
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -71,14 +71,14 @@ module Google
|
|
71
71
|
# one of those three protocols. Immutable for Google Sheets files.
|
72
72
|
# @!attribute [rw] username
|
73
73
|
# @return [::String]
|
74
|
-
# Optional. An optional user name for
|
75
|
-
#
|
74
|
+
# Optional. An optional user name for
|
75
|
+
# {::Google::Shopping::Merchant::DataSources::V1beta::FileInput::FetchSettings#fetch_uri fetch_uri}.
|
76
76
|
# Used for [submitting data sources through
|
77
77
|
# SFTP](https://support.google.com/merchants/answer/13813117).
|
78
78
|
# @!attribute [rw] password
|
79
79
|
# @return [::String]
|
80
|
-
# Optional. An optional password for
|
81
|
-
#
|
80
|
+
# Optional. An optional password for
|
81
|
+
# {::Google::Shopping::Merchant::DataSources::V1beta::FileInput::FetchSettings#fetch_uri fetch_uri}.
|
82
82
|
# Used for [submitting data sources through
|
83
83
|
# SFTP](https://support.google.com/merchants/answer/13813117).
|
84
84
|
class FetchSettings
|
@@ -126,11 +126,11 @@ module Google
|
|
126
126
|
UPLOAD = 1
|
127
127
|
|
128
128
|
# The file is fetched from the configured
|
129
|
-
#
|
129
|
+
# {::Google::Shopping::Merchant::DataSources::V1beta::FileInput::FetchSettings#fetch_uri fetch_uri}.
|
130
130
|
FETCH = 2
|
131
131
|
|
132
132
|
# The file is fetched from Google Sheets specified in the
|
133
|
-
#
|
133
|
+
# {::Google::Shopping::Merchant::DataSources::V1beta::FileInput::FetchSettings#fetch_uri fetch_uri}.
|
134
134
|
GOOGLE_SHEETS = 3
|
135
135
|
end
|
136
136
|
end
|
@@ -0,0 +1,210 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Shopping
|
22
|
+
module Type
|
23
|
+
# The weight represented as the value in string and the unit.
|
24
|
+
# @!attribute [rw] amount_micros
|
25
|
+
# @return [::Integer]
|
26
|
+
# Required. The weight represented as a number in micros (1 million micros is
|
27
|
+
# an equivalent to one's currency standard unit, for example, 1 kg = 1000000
|
28
|
+
# micros).
|
29
|
+
# This field can also be set as infinity by setting to -1.
|
30
|
+
# This field only support -1 and positive value.
|
31
|
+
# @!attribute [rw] unit
|
32
|
+
# @return [::Google::Shopping::Type::Weight::WeightUnit]
|
33
|
+
# Required. The weight unit.
|
34
|
+
# Acceptable values are: kg and lb
|
35
|
+
class Weight
|
36
|
+
include ::Google::Protobuf::MessageExts
|
37
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
38
|
+
|
39
|
+
# The weight unit.
|
40
|
+
module WeightUnit
|
41
|
+
# unit unspecified
|
42
|
+
WEIGHT_UNIT_UNSPECIFIED = 0
|
43
|
+
|
44
|
+
# lb unit.
|
45
|
+
POUND = 1
|
46
|
+
|
47
|
+
# kg unit.
|
48
|
+
KILOGRAM = 2
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
# The price represented as a number and currency.
|
53
|
+
# @!attribute [rw] amount_micros
|
54
|
+
# @return [::Integer]
|
55
|
+
# The price represented as a number in micros (1 million micros is an
|
56
|
+
# equivalent to one's currency standard unit, for example, 1 USD = 1000000
|
57
|
+
# micros).
|
58
|
+
# @!attribute [rw] currency_code
|
59
|
+
# @return [::String]
|
60
|
+
# The currency of the price using three-letter acronyms according to [ISO
|
61
|
+
# 4217](http://en.wikipedia.org/wiki/ISO_4217).
|
62
|
+
class Price
|
63
|
+
include ::Google::Protobuf::MessageExts
|
64
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
65
|
+
end
|
66
|
+
|
67
|
+
# A message that represents custom attributes. Exactly one of `value` or
|
68
|
+
# `group_values` must not be empty.
|
69
|
+
# @!attribute [rw] name
|
70
|
+
# @return [::String]
|
71
|
+
# The name of the attribute.
|
72
|
+
# @!attribute [rw] value
|
73
|
+
# @return [::String]
|
74
|
+
# The value of the attribute. If `value` is not empty, `group_values` must be
|
75
|
+
# empty.
|
76
|
+
# @!attribute [rw] group_values
|
77
|
+
# @return [::Array<::Google::Shopping::Type::CustomAttribute>]
|
78
|
+
# Subattributes within this attribute group. If
|
79
|
+
# `group_values` is not empty, `value` must be empty.
|
80
|
+
class CustomAttribute
|
81
|
+
include ::Google::Protobuf::MessageExts
|
82
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
83
|
+
end
|
84
|
+
|
85
|
+
# Destinations available for a product.
|
86
|
+
#
|
87
|
+
# Destinations are used in Merchant Center to allow you to control where the
|
88
|
+
# products from your data feed should be displayed.
|
89
|
+
class Destination
|
90
|
+
include ::Google::Protobuf::MessageExts
|
91
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
92
|
+
|
93
|
+
# Destination values.
|
94
|
+
module DestinationEnum
|
95
|
+
# Not specified.
|
96
|
+
DESTINATION_ENUM_UNSPECIFIED = 0
|
97
|
+
|
98
|
+
# [Shopping ads](https://support.google.com/google-ads/answer/2454022).
|
99
|
+
SHOPPING_ADS = 1
|
100
|
+
|
101
|
+
# [Display ads](https://support.google.com/merchants/answer/6069387).
|
102
|
+
DISPLAY_ADS = 2
|
103
|
+
|
104
|
+
# [Local inventory
|
105
|
+
# ads](https://support.google.com/merchants/answer/3057972).
|
106
|
+
LOCAL_INVENTORY_ADS = 3
|
107
|
+
|
108
|
+
# [Free listings](https://support.google.com/merchants/answer/9199328).
|
109
|
+
FREE_LISTINGS = 4
|
110
|
+
|
111
|
+
# [Free local product
|
112
|
+
# listings](https://support.google.com/merchants/answer/9825611).
|
113
|
+
FREE_LOCAL_LISTINGS = 5
|
114
|
+
|
115
|
+
# [YouTube Shopping](https://support.google.com/merchants/answer/12362804).
|
116
|
+
YOUTUBE_SHOPPING = 6
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
120
|
+
# Reporting contexts that your account and product issues apply to.
|
121
|
+
#
|
122
|
+
# Reporting contexts are groups of surfaces and formats for product results on
|
123
|
+
# Google. They can represent the entire destination (for example, [Shopping
|
124
|
+
# ads](https://support.google.com/merchants/answer/6149970)) or a subset of
|
125
|
+
# formats within a destination (for example, [Demand Gen
|
126
|
+
# ads](https://support.google.com/merchants/answer/13389785)).
|
127
|
+
class ReportingContext
|
128
|
+
include ::Google::Protobuf::MessageExts
|
129
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
130
|
+
|
131
|
+
# Reporting context values.
|
132
|
+
module ReportingContextEnum
|
133
|
+
# Not specified.
|
134
|
+
REPORTING_CONTEXT_ENUM_UNSPECIFIED = 0
|
135
|
+
|
136
|
+
# [Shopping ads](https://support.google.com/merchants/answer/6149970).
|
137
|
+
SHOPPING_ADS = 1
|
138
|
+
|
139
|
+
# Deprecated: Use `DEMAND_GEN_ADS` instead.
|
140
|
+
# [Discovery and Demand Gen
|
141
|
+
# ads](https://support.google.com/merchants/answer/13389785).
|
142
|
+
DISCOVERY_ADS = 2
|
143
|
+
|
144
|
+
# [Demand Gen ads](https://support.google.com/merchants/answer/13389785).
|
145
|
+
DEMAND_GEN_ADS = 13
|
146
|
+
|
147
|
+
# [Demand Gen ads on Discover
|
148
|
+
# surface](https://support.google.com/merchants/answer/13389785).
|
149
|
+
DEMAND_GEN_ADS_DISCOVER_SURFACE = 14
|
150
|
+
|
151
|
+
# [Video ads](https://support.google.com/google-ads/answer/6340491).
|
152
|
+
VIDEO_ADS = 3
|
153
|
+
|
154
|
+
# [Display ads](https://support.google.com/merchants/answer/6069387).
|
155
|
+
DISPLAY_ADS = 4
|
156
|
+
|
157
|
+
# [Local inventory
|
158
|
+
# ads](https://support.google.com/merchants/answer/3271956).
|
159
|
+
LOCAL_INVENTORY_ADS = 5
|
160
|
+
|
161
|
+
# [Vehicle inventory
|
162
|
+
# ads](https://support.google.com/merchants/answer/11544533).
|
163
|
+
VEHICLE_INVENTORY_ADS = 6
|
164
|
+
|
165
|
+
# [Free product
|
166
|
+
# listings](https://support.google.com/merchants/answer/9199328).
|
167
|
+
FREE_LISTINGS = 7
|
168
|
+
|
169
|
+
# [Free local product
|
170
|
+
# listings](https://support.google.com/merchants/answer/9825611).
|
171
|
+
FREE_LOCAL_LISTINGS = 8
|
172
|
+
|
173
|
+
# [Free local vehicle
|
174
|
+
# listings](https://support.google.com/merchants/answer/11544533).
|
175
|
+
FREE_LOCAL_VEHICLE_LISTINGS = 9
|
176
|
+
|
177
|
+
# [YouTube
|
178
|
+
# Shopping](https://support.google.com/merchants/answer/13478370).
|
179
|
+
YOUTUBE_SHOPPING = 10
|
180
|
+
|
181
|
+
# [Cloud retail](https://cloud.google.com/solutions/retail).
|
182
|
+
CLOUD_RETAIL = 11
|
183
|
+
|
184
|
+
# [Local cloud retail](https://cloud.google.com/solutions/retail).
|
185
|
+
LOCAL_CLOUD_RETAIL = 12
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
# [Channel](https://support.google.com/merchants/answer/7361332) of a product.
|
190
|
+
#
|
191
|
+
# Channel is used to distinguish between online and local products.
|
192
|
+
class Channel
|
193
|
+
include ::Google::Protobuf::MessageExts
|
194
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
195
|
+
|
196
|
+
# Channel values.
|
197
|
+
module ChannelEnum
|
198
|
+
# Not specified.
|
199
|
+
CHANNEL_ENUM_UNSPECIFIED = 0
|
200
|
+
|
201
|
+
# Online product.
|
202
|
+
ONLINE = 1
|
203
|
+
|
204
|
+
# Local product.
|
205
|
+
LOCAL = 2
|
206
|
+
end
|
207
|
+
end
|
208
|
+
end
|
209
|
+
end
|
210
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-data_sources-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -44,6 +43,26 @@ dependencies:
|
|
44
43
|
- - "~>"
|
45
44
|
- !ruby/object:Gem::Version
|
46
45
|
version: '1.0'
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: google-shopping-type
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
requirements:
|
50
|
+
- - ">"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '0.0'
|
53
|
+
- - "<"
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 2.a
|
56
|
+
type: :runtime
|
57
|
+
prerelease: false
|
58
|
+
version_requirements: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ">"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0.0'
|
63
|
+
- - "<"
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: 2.a
|
47
66
|
description: 'Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables
|
48
67
|
you to programmatically manage your accounts. Conversions Sub-API: Enables you to
|
49
68
|
programmatically manage your conversion sources for a merchant account. Datasources
|
@@ -106,13 +125,13 @@ files:
|
|
106
125
|
- proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb
|
107
126
|
- proto_docs/google/shopping/merchant/datasources/v1beta/fileinputs.rb
|
108
127
|
- proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb
|
128
|
+
- proto_docs/google/shopping/type/types.rb
|
109
129
|
- proto_docs/google/type/dayofweek.rb
|
110
130
|
- proto_docs/google/type/timeofday.rb
|
111
131
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
112
132
|
licenses:
|
113
133
|
- Apache-2.0
|
114
134
|
metadata: {}
|
115
|
-
post_install_message:
|
116
135
|
rdoc_options: []
|
117
136
|
require_paths:
|
118
137
|
- lib
|
@@ -120,15 +139,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
139
|
requirements:
|
121
140
|
- - ">="
|
122
141
|
- !ruby/object:Gem::Version
|
123
|
-
version: '
|
142
|
+
version: '3.0'
|
124
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
144
|
requirements:
|
126
145
|
- - ">="
|
127
146
|
- !ruby/object:Gem::Version
|
128
147
|
version: '0'
|
129
148
|
requirements: []
|
130
|
-
rubygems_version: 3.5
|
131
|
-
signing_key:
|
149
|
+
rubygems_version: 3.6.5
|
132
150
|
specification_version: 4
|
133
151
|
summary: Programmatically manage your Merchant Center Accounts.
|
134
152
|
test_files: []
|