google-cloud-channel 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10d5de2351ea720cb2669cb3e1b2a065162b8a25f029da38856d332bcb487270
4
- data.tar.gz: fd98496f6f626d921099fd02798c356b5f9a0a7174a8373ff8d1dd639a4c92c4
3
+ metadata.gz: e576fa2c06ab5c4514995e642f2a69f1a0ef47dc9136554b7727abbe6b39e67a
4
+ data.tar.gz: 67cce7b2d45cd22ebed0618364aefd7088b4521742967d4227a74bb0d7350a07
5
5
  SHA512:
6
- metadata.gz: f078c85144cafcc1a8951719c42ea6a0c5f4044f30b538d517acd81aeb9f913aeec1c785807504fc2d33d2a9f9da35966c7105a7465252a5d9a925fe080e271d
7
- data.tar.gz: 06d3dd030c75089ff8e08e29a041c9b6dd4a4390c327649d245a892764cc451dea6bb822e3a23955029971c4d7e739a086c0eab23e80d86de13495985034227f
6
+ metadata.gz: f0202fee71643ece8e6043bf5fb0891981382c4a244a91a65ab39d20c9c17ba0bb4e34ce90ce3e210dc08cc0aa22453e34bef4016d1c7b8d677424556a6654b4
7
+ data.tar.gz: 50066dbfea1a8e5bbe606141221e61796a1d90b2c34deacfa483a771653f7ea450108ec9921083575098c2d098c1f04daa224623508af64eff8899e1a607c735
@@ -57,27 +57,25 @@ module Google
57
57
  #
58
58
  # ## About CloudChannelService
59
59
  #
60
- # CloudChannelService enables Google cloud resellers and distributors to manage
61
- # their customers, channel partners, entitlements and reports.
60
+ # CloudChannelService lets Google cloud resellers and distributors manage
61
+ # their customers, channel partners, entitlements, and reports.
62
62
  #
63
63
  # Using this service:
64
- # 1. Resellers or distributors can manage a customer entity.
65
- # 2. Distributors can register an authorized reseller in their channel and then
66
- # enable delegated admin access for the reseller.
67
- # 3. Resellers or distributors can manage entitlements for their customers.
64
+ # 1. Resellers and distributors can manage a customer entity.
65
+ # 2. Distributors can register an authorized reseller in their channel and
66
+ # provide them with delegated admin access.
67
+ # 3. Resellers and distributors can manage customer entitlements.
68
68
  #
69
- # The service primarily exposes the following resources:
70
- # - Customers: A Customer represents an entity managed by a reseller or
71
- # distributor. A customer typically represents an enterprise. In an n-tier
72
- # resale channel hierarchy, customers are generally represented as leaf nodes.
73
- # Customers primarily have an Entitlement sub-resource discussed below.
69
+ # CloudChannelService exposes the following resources:
70
+ # - Customers: An entity—usually an enterprise—managed by a reseller or
71
+ # distributor.
74
72
  #
75
- # - Entitlements: An Entitlement represents an entity which provides a
76
- # customer means to start using a service. Entitlements are created or updated
77
- # as a result of a successful fulfillment.
73
+ # - Entitlements: An entity that provides a customer with the means to use
74
+ # a service. Entitlements are created or updated as a result of a successful
75
+ # fulfillment.
78
76
  #
79
- # - ChannelPartnerLinks: A ChannelPartnerLink is an entity that identifies
80
- # links between distributors and their indirect resellers in a channel.
77
+ # - ChannelPartnerLinks: An entity that identifies links between
78
+ # distributors and their indirect resellers in a channel.
81
79
  #
82
80
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
83
81
  # Defaults to `:v1`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Channel
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-channel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.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-03-31 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-channel-v1