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 +4 -4
- data/lib/google/cloud/channel.rb +14 -16
- data/lib/google/cloud/channel/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e576fa2c06ab5c4514995e642f2a69f1a0ef47dc9136554b7727abbe6b39e67a
|
|
4
|
+
data.tar.gz: 67cce7b2d45cd22ebed0618364aefd7088b4521742967d4227a74bb0d7350a07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0202fee71643ece8e6043bf5fb0891981382c4a244a91a65ab39d20c9c17ba0bb4e34ce90ce3e210dc08cc0aa22453e34bef4016d1c7b8d677424556a6654b4
|
|
7
|
+
data.tar.gz: 50066dbfea1a8e5bbe606141221e61796a1d90b2c34deacfa483a771653f7ea450108ec9921083575098c2d098c1f04daa224623508af64eff8899e1a607c735
|
data/lib/google/cloud/channel.rb
CHANGED
|
@@ -57,27 +57,25 @@ module Google
|
|
|
57
57
|
#
|
|
58
58
|
# ## About CloudChannelService
|
|
59
59
|
#
|
|
60
|
-
# CloudChannelService
|
|
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
|
|
65
|
-
# 2. Distributors can register an authorized reseller in their channel and
|
|
66
|
-
#
|
|
67
|
-
# 3. Resellers
|
|
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
|
-
#
|
|
70
|
-
# - Customers:
|
|
71
|
-
# distributor.
|
|
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
|
|
76
|
-
#
|
|
77
|
-
#
|
|
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:
|
|
80
|
-
#
|
|
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`.
|
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.
|
|
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-
|
|
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
|