google-cloud-channel-v1 0.5.0 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 3-letter currency code defined in ISO 4217.
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.5.0
4
+ version: 0.7.2
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-08-11 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.7'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.3'
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.7'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.3'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -224,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
230
  - !ruby/object:Gem::Version
225
231
  version: '0'
226
232
  requirements: []
227
- rubygems_version: 3.2.13
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