google-shopping-merchant-data_sources-v1 0.a → 0.1.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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service/client.rb +967 -0
  6. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service/credentials.rb +49 -0
  7. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service/paths.rb +66 -0
  8. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service/rest/client.rb +899 -0
  9. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service/rest/service_stub.rb +452 -0
  10. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service/rest.rb +56 -0
  11. data/lib/google/shopping/merchant/data_sources/v1/data_sources_service.rb +59 -0
  12. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service/client.rb +467 -0
  13. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service/credentials.rb +49 -0
  14. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service/paths.rb +54 -0
  15. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service/rest/client.rb +434 -0
  16. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service/rest/service_stub.rb +144 -0
  17. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service/rest.rb +54 -0
  18. data/lib/google/shopping/merchant/data_sources/v1/file_uploads_service.rb +57 -0
  19. data/lib/google/shopping/merchant/data_sources/v1/rest.rb +40 -0
  20. data/lib/google/shopping/merchant/data_sources/v1/version.rb +7 -2
  21. data/lib/google/shopping/merchant/data_sources/v1.rb +48 -0
  22. data/lib/google/shopping/merchant/datasources/v1/datasources_pb.rb +64 -0
  23. data/lib/google/shopping/merchant/datasources/v1/datasources_services_pb.rb +65 -0
  24. data/lib/google/shopping/merchant/datasources/v1/datasourcetypes_pb.rb +57 -0
  25. data/lib/google/shopping/merchant/datasources/v1/fileinputs_pb.rb +52 -0
  26. data/lib/google/shopping/merchant/datasources/v1/fileuploads_pb.rb +55 -0
  27. data/lib/google/shopping/merchant/datasources/v1/fileuploads_services_pb.rb +48 -0
  28. data/lib/google-shopping-merchant-data_sources-v1.rb +21 -0
  29. data/proto_docs/README.md +4 -0
  30. data/proto_docs/google/api/client.rb +473 -0
  31. data/proto_docs/google/api/field_behavior.rb +85 -0
  32. data/proto_docs/google/api/launch_stage.rb +71 -0
  33. data/proto_docs/google/api/resource.rb +227 -0
  34. data/proto_docs/google/protobuf/duration.rb +98 -0
  35. data/proto_docs/google/protobuf/empty.rb +34 -0
  36. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  37. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  38. data/proto_docs/google/shopping/merchant/datasources/v1/datasources.rb +231 -0
  39. data/proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb +298 -0
  40. data/proto_docs/google/shopping/merchant/datasources/v1/fileinputs.rb +145 -0
  41. data/proto_docs/google/shopping/merchant/datasources/v1/fileuploads.rb +131 -0
  42. data/proto_docs/google/shopping/type/types.rb +210 -0
  43. data/proto_docs/google/type/dayofweek.rb +49 -0
  44. data/proto_docs/google/type/timeofday.rb +45 -0
  45. metadata +103 -9
metadata CHANGED
@@ -1,27 +1,121 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-data_sources-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.a
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
- dependencies: []
12
- description: Placeholder for the future Google-authored gem google-shopping-merchant-data_sources-v1.
13
- This placeholder is being released on 2025-08-05 in order to reserve the name. The
14
- final gem should be available shortly after that date. If it has not been released
15
- in a timely manner, or if this placeholder interferes with your work, you can contact
16
- the Google Ruby team by opening an issue in the GitHub repository https://github.com/googleapis/google-cloud-ruby.
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: gapic-common
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: google-cloud-errors
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: google-shopping-type
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.0'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '1.0'
54
+ description: 'Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables
55
+ you to programmatically manage your accounts. Conversions Sub-API: Enables you to
56
+ programmatically manage your conversion sources for a merchant account. Datasources
57
+ Sub-API: Enables you to programmatically manage your datasources. Inventories Sub-API:
58
+ This bundle enables you to programmatically manage your local and regional inventories.
59
+ Local Feeds Partnerships Sub-API: This bundle enables LFP partners to submit local
60
+ inventories for a merchant. Notifications Sub-API: This bundle enables you to programmatically
61
+ manage your notification subscriptions. Products Sub-API: This bundle enables you
62
+ to programmatically manage your products. Promotions Sub-API: This bundle enables
63
+ you to programmatically manage your promotions for products. Quota Sub-API: This
64
+ bundle enables you to list your quotas for all APIs you are using. Reports Sub-API:
65
+ This bundle enables you to programmatically retrieve reports and insights about
66
+ products, their performance and their competitive environment. Note that google-shopping-merchant-data_sources-v1
67
+ is a version-specific client library. For most uses, we recommend installing the
68
+ main client library google-shopping-merchant-data_sources instead. See the readme
69
+ for more details.'
17
70
  email: googleapis-packages@google.com
18
71
  executables: []
19
72
  extensions: []
20
73
  extra_rdoc_files: []
21
74
  files:
75
+ - ".yardopts"
76
+ - AUTHENTICATION.md
22
77
  - LICENSE.md
23
78
  - README.md
79
+ - lib/google-shopping-merchant-data_sources-v1.rb
80
+ - lib/google/shopping/merchant/data_sources/v1.rb
81
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service.rb
82
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service/client.rb
83
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service/credentials.rb
84
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service/paths.rb
85
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service/rest.rb
86
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service/rest/client.rb
87
+ - lib/google/shopping/merchant/data_sources/v1/data_sources_service/rest/service_stub.rb
88
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service.rb
89
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service/client.rb
90
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service/credentials.rb
91
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service/paths.rb
92
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service/rest.rb
93
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service/rest/client.rb
94
+ - lib/google/shopping/merchant/data_sources/v1/file_uploads_service/rest/service_stub.rb
95
+ - lib/google/shopping/merchant/data_sources/v1/rest.rb
24
96
  - lib/google/shopping/merchant/data_sources/v1/version.rb
97
+ - lib/google/shopping/merchant/datasources/v1/datasources_pb.rb
98
+ - lib/google/shopping/merchant/datasources/v1/datasources_services_pb.rb
99
+ - lib/google/shopping/merchant/datasources/v1/datasourcetypes_pb.rb
100
+ - lib/google/shopping/merchant/datasources/v1/fileinputs_pb.rb
101
+ - lib/google/shopping/merchant/datasources/v1/fileuploads_pb.rb
102
+ - lib/google/shopping/merchant/datasources/v1/fileuploads_services_pb.rb
103
+ - proto_docs/README.md
104
+ - proto_docs/google/api/client.rb
105
+ - proto_docs/google/api/field_behavior.rb
106
+ - proto_docs/google/api/launch_stage.rb
107
+ - proto_docs/google/api/resource.rb
108
+ - proto_docs/google/protobuf/duration.rb
109
+ - proto_docs/google/protobuf/empty.rb
110
+ - proto_docs/google/protobuf/field_mask.rb
111
+ - proto_docs/google/protobuf/timestamp.rb
112
+ - proto_docs/google/shopping/merchant/datasources/v1/datasources.rb
113
+ - proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb
114
+ - proto_docs/google/shopping/merchant/datasources/v1/fileinputs.rb
115
+ - proto_docs/google/shopping/merchant/datasources/v1/fileuploads.rb
116
+ - proto_docs/google/shopping/type/types.rb
117
+ - proto_docs/google/type/dayofweek.rb
118
+ - proto_docs/google/type/timeofday.rb
25
119
  homepage: https://github.com/googleapis/google-cloud-ruby
26
120
  licenses:
27
121
  - Apache-2.0
@@ -33,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
33
127
  requirements:
34
128
  - - ">="
35
129
  - !ruby/object:Gem::Version
36
- version: '3.0'
130
+ version: '3.1'
37
131
  required_rubygems_version: !ruby/object:Gem::Requirement
38
132
  requirements:
39
133
  - - ">="
@@ -42,5 +136,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
136
  requirements: []
43
137
  rubygems_version: 3.6.9
44
138
  specification_version: 4
45
- summary: Placeholder for the future Google-authored gem google-shopping-merchant-data_sources-v1
139
+ summary: Programmatically manage your Merchant Center Accounts.
46
140
  test_files: []