google-cloud-channel-v1 0.3.0 → 0.7.1
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/AUTHENTICATION.md +8 -8
- data/LICENSE.md +188 -190
- data/README.md +3 -3
- data/lib/google/cloud/channel/v1/cloud_channel_service.rb +14 -16
- data/lib/google/cloud/channel/v1/cloud_channel_service/client.rb +697 -724
- data/lib/google/cloud/channel/v1/cloud_channel_service/operations.rb +11 -11
- data/lib/google/cloud/channel/v1/common_pb.rb +1 -0
- data/lib/google/cloud/channel/v1/entitlements_pb.rb +1 -2
- data/lib/google/cloud/channel/v1/offers_pb.rb +1 -0
- data/lib/google/cloud/channel/v1/service_pb.rb +4 -1
- data/lib/google/cloud/channel/v1/service_services_pb.rb +402 -478
- data/lib/google/cloud/channel/v1/subscriber_event_pb.rb +3 -0
- data/lib/google/cloud/channel/v1/version.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +7 -1
- data/proto_docs/google/cloud/channel/v1/common.rb +9 -2
- data/proto_docs/google/cloud/channel/v1/customers.rb +23 -26
- data/proto_docs/google/cloud/channel/v1/entitlements.rb +3 -6
- data/proto_docs/google/cloud/channel/v1/offers.rb +4 -0
- data/proto_docs/google/cloud/channel/v1/service.rb +211 -225
- data/proto_docs/google/cloud/channel/v1/subscriber_event.rb +9 -0
- data/proto_docs/google/type/money.rb +1 -1
- metadata +16 -10
@@ -37,6 +37,12 @@ module Google
|
|
37
37
|
module Type
|
38
38
|
# Default value. This state doesn't show unless an error occurs.
|
39
39
|
TYPE_UNSPECIFIED = 0
|
40
|
+
|
41
|
+
# Primary domain for customer was changed.
|
42
|
+
PRIMARY_DOMAIN_CHANGED = 1
|
43
|
+
|
44
|
+
# Primary domain of the customer has been verified.
|
45
|
+
PRIMARY_DOMAIN_VERIFIED = 2
|
40
46
|
end
|
41
47
|
end
|
42
48
|
|
@@ -92,6 +98,9 @@ module Google
|
|
92
98
|
|
93
99
|
# License was assigned to or revoked from a user.
|
94
100
|
LICENSE_ASSIGNMENT_CHANGED = 12
|
101
|
+
|
102
|
+
# License cap was changed for the entitlement.
|
103
|
+
LICENSE_CAP_CHANGED = 13
|
95
104
|
end
|
96
105
|
end
|
97
106
|
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
# Represents an amount of money with its currency type.
|
23
23
|
# @!attribute [rw] currency_code
|
24
24
|
# @return [::String]
|
25
|
-
# The
|
25
|
+
# The three-letter currency code defined in ISO 4217.
|
26
26
|
# @!attribute [rw] units
|
27
27
|
# @return [::Integer]
|
28
28
|
# The whole units of the amount.
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-channel-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.5'
|
20
|
+
- - "<"
|
18
21
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.5'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: google-cloud-errors
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,14 +50,14 @@ dependencies:
|
|
44
50
|
requirements:
|
45
51
|
- - "~>"
|
46
52
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.
|
53
|
+
version: 1.25.1
|
48
54
|
type: :development
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
51
57
|
requirements:
|
52
58
|
- - "~>"
|
53
59
|
- !ruby/object:Gem::Version
|
54
|
-
version: 1.
|
60
|
+
version: 1.25.1
|
55
61
|
- !ruby/object:Gem::Dependency
|
56
62
|
name: minitest
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -217,14 +223,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
217
223
|
requirements:
|
218
224
|
- - ">="
|
219
225
|
- !ruby/object:Gem::Version
|
220
|
-
version: '2.
|
226
|
+
version: '2.5'
|
221
227
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
222
228
|
requirements:
|
223
229
|
- - ">="
|
224
230
|
- !ruby/object:Gem::Version
|
225
231
|
version: '0'
|
226
232
|
requirements: []
|
227
|
-
rubygems_version: 3.2.
|
233
|
+
rubygems_version: 3.2.17
|
228
234
|
signing_key:
|
229
235
|
specification_version: 4
|
230
236
|
summary: API Client library for the Cloud Channel V1 API
|