google-shopping-merchant-issue_resolution-v1beta 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.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +154 -8
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/client.rb +692 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/credentials.rb +49 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/paths.rb +66 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest/client.rb +645 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest/service_stub.rb +269 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest.rb +55 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service.rb +58 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/rest.rb +39 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/version.rb +7 -2
- data/lib/google/shopping/merchant/issue_resolution/v1beta.rb +47 -0
- data/lib/google/shopping/merchant/issueresolution/v1beta/issueresolution_pb.rb +87 -0
- data/lib/google/shopping/merchant/issueresolution/v1beta/issueresolution_services_pb.rb +66 -0
- data/lib/google-shopping-merchant-issue_resolution-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +473 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb +954 -0
- metadata +69 -9
metadata
CHANGED
@@ -1,27 +1,87 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-issue_resolution-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
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
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
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
|
+
description: 'Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables
|
41
|
+
you to programmatically manage your accounts. Conversions Sub-API: Enables you to
|
42
|
+
programmatically manage your conversion sources for a merchant account. Datasources
|
43
|
+
Sub-API: Enables you to programmatically manage your datasources. Inventories Sub-API:
|
44
|
+
This bundle enables you to programmatically manage your local and regional inventories.
|
45
|
+
Local Feeds Partnerships Sub-API: This bundle enables LFP partners to submit local
|
46
|
+
inventories for a merchant. Notifications Sub-API: This bundle enables you to programmatically
|
47
|
+
manage your notification subscriptions. Products Sub-API: This bundle enables you
|
48
|
+
to programmatically manage your products. Promotions Sub-API: This bundle enables
|
49
|
+
you to programmatically manage your promotions for products. Quota Sub-API: This
|
50
|
+
bundle enables you to list your quotas for all APIs you are using. Reports Sub-API:
|
51
|
+
This bundle enables you to programmatically retrieve reports and insights about
|
52
|
+
products, their performance and their competitive environment. Note that google-shopping-merchant-issue_resolution-v1beta
|
53
|
+
is a version-specific client library. For most uses, we recommend installing the
|
54
|
+
main client library google-shopping-merchant-issue_resolution instead. See the readme
|
55
|
+
for more details.'
|
17
56
|
email: googleapis-packages@google.com
|
18
57
|
executables: []
|
19
58
|
extensions: []
|
20
59
|
extra_rdoc_files: []
|
21
60
|
files:
|
61
|
+
- ".yardopts"
|
62
|
+
- AUTHENTICATION.md
|
22
63
|
- LICENSE.md
|
23
64
|
- README.md
|
65
|
+
- lib/google-shopping-merchant-issue_resolution-v1beta.rb
|
66
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta.rb
|
67
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service.rb
|
68
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/client.rb
|
69
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/credentials.rb
|
70
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/paths.rb
|
71
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest.rb
|
72
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest/client.rb
|
73
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest/service_stub.rb
|
74
|
+
- lib/google/shopping/merchant/issue_resolution/v1beta/rest.rb
|
24
75
|
- lib/google/shopping/merchant/issue_resolution/v1beta/version.rb
|
76
|
+
- lib/google/shopping/merchant/issueresolution/v1beta/issueresolution_pb.rb
|
77
|
+
- lib/google/shopping/merchant/issueresolution/v1beta/issueresolution_services_pb.rb
|
78
|
+
- proto_docs/README.md
|
79
|
+
- proto_docs/google/api/client.rb
|
80
|
+
- proto_docs/google/api/field_behavior.rb
|
81
|
+
- proto_docs/google/api/launch_stage.rb
|
82
|
+
- proto_docs/google/api/resource.rb
|
83
|
+
- proto_docs/google/protobuf/duration.rb
|
84
|
+
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
|
25
85
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
26
86
|
licenses:
|
27
87
|
- Apache-2.0
|
@@ -33,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
93
|
requirements:
|
34
94
|
- - ">="
|
35
95
|
- !ruby/object:Gem::Version
|
36
|
-
version: '3.
|
96
|
+
version: '3.1'
|
37
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
98
|
requirements:
|
39
99
|
- - ">="
|
@@ -42,5 +102,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
102
|
requirements: []
|
43
103
|
rubygems_version: 3.6.9
|
44
104
|
specification_version: 4
|
45
|
-
summary:
|
105
|
+
summary: Programmatically manage your Merchant Center Accounts.
|
46
106
|
test_files: []
|