google-apis-reseller_v1 0.7.0 → 0.8.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/CHANGELOG.md +4 -0
- data/lib/google/apis/reseller_v1/classes.rb +15 -8
- data/lib/google/apis/reseller_v1/gem_version.rb +2 -2
- data/lib/google/apis/reseller_v1/service.rb +20 -15
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 732d8fae9588e4bb387e76548ba0c40b0ee6b17db6dceedb3ce01f405b0114a8
|
4
|
+
data.tar.gz: 575107f88bf3f4d6c7edcedffa463bd67aa9ff220b2a6281286b7dff36b61f40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b17746980b2081d2110bd37733def6d79263787a6771d4fd0c790c448c3ab9bd0a761e8c3b3ffeeba93a800bc5b60ead77e98423f97500dcdaea47ac31a4604
|
7
|
+
data.tar.gz: dd08b164fe3fb6db67fa86f64db29388887763b7de320d968598ab62b019cd2315ecc392fbab5213ff2184acde20c06ee717685a9c48179bb721848fc9620a5d
|
data/CHANGELOG.md
CHANGED
@@ -167,8 +167,9 @@ module Google
|
|
167
167
|
|
168
168
|
# Like the "Customer email" in the reseller tools, this email is the secondary
|
169
169
|
# contact used if something happens to the customer's service such as service
|
170
|
-
# outage or a security issue. This property is required when creating a new
|
171
|
-
# customer and should not use the same domain as `customerDomain`.
|
170
|
+
# outage or a security issue. This property is required when creating a new "
|
171
|
+
# domain" customer and should not use the same domain as `customerDomain`. The `
|
172
|
+
# alternateEmail` field is not necessary to create a "team" customer.
|
172
173
|
# Corresponds to the JSON property `alternateEmail`
|
173
174
|
# @return [String]
|
174
175
|
attr_accessor :alternate_email
|
@@ -193,7 +194,10 @@ module Google
|
|
193
194
|
# @return [String]
|
194
195
|
attr_accessor :customer_id
|
195
196
|
|
196
|
-
#
|
197
|
+
# Identifies the type of the customer. Acceptable values include: * `domain`:
|
198
|
+
# Implies a domain-verified customer (default). * `team`: Implies an email-
|
199
|
+
# verified customer. For more information, see [managed teams](https://support.
|
200
|
+
# google.com/a/users/answer/9939479).
|
197
201
|
# Corresponds to the JSON property `customerType`
|
198
202
|
# @return [String]
|
199
203
|
attr_accessor :customer_type
|
@@ -251,8 +255,11 @@ module Google
|
|
251
255
|
class PrimaryAdmin
|
252
256
|
include Google::Apis::Core::Hashable
|
253
257
|
|
254
|
-
#
|
255
|
-
# customer
|
258
|
+
# The business email of the primary administrator of the customer. The email
|
259
|
+
# verification link is sent to this email address at the time of customer
|
260
|
+
# creation. Primary administrators have access to the customer's Admin Console,
|
261
|
+
# including the ability to invite and evict users and manage the administrative
|
262
|
+
# needs of the customer.
|
256
263
|
# Corresponds to the JSON property `primaryEmail`
|
257
264
|
# @return [String]
|
258
265
|
attr_accessor :primary_email
|
@@ -630,9 +637,9 @@ module Google
|
|
630
637
|
class TransferInfo
|
631
638
|
include Google::Apis::Core::Hashable
|
632
639
|
|
633
|
-
#
|
634
|
-
# customer has subscription with legacy
|
635
|
-
# populated with
|
640
|
+
# The `skuId` of the current resold subscription. This is populated only when
|
641
|
+
# the customer has a subscription with a legacy SKU and the subscription
|
642
|
+
# resource is populated with the `skuId` of the SKU recommended for the transfer.
|
636
643
|
# Corresponds to the JSON property `currentLegacySkuId`
|
637
644
|
# @return [String]
|
638
645
|
attr_accessor :current_legacy_sku_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ResellerV1
|
18
18
|
# Version of the google-apis-reseller_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -50,7 +50,7 @@ module Google
|
|
50
50
|
@batch_path = 'batch'
|
51
51
|
end
|
52
52
|
|
53
|
-
#
|
53
|
+
# Gets a customer account. Use this operation to see a customer account already
|
54
54
|
# in your reseller management, or to see the minimal account information for an
|
55
55
|
# existing customer that you do not manage. For more information about the API
|
56
56
|
# response for existing customers, see [retrieving a customer account](/admin-
|
@@ -87,7 +87,7 @@ module Google
|
|
87
87
|
execute_or_queue_command(command, &block)
|
88
88
|
end
|
89
89
|
|
90
|
-
#
|
90
|
+
# Orders a new customer's account. Before ordering a new customer account,
|
91
91
|
# establish whether the customer account already exists using the [`customers.
|
92
92
|
# get`](/admin-sdk/reseller/v1/reference/customers/get) If the customer account
|
93
93
|
# exists as a direct Google account or as a resold customer account from another
|
@@ -138,7 +138,11 @@ module Google
|
|
138
138
|
execute_or_queue_command(command, &block)
|
139
139
|
end
|
140
140
|
|
141
|
-
#
|
141
|
+
# Updates a customer account's settings. This method supports patch semantics.
|
142
|
+
# You cannot update `customerType` via the Reseller API, but a `"team"` customer
|
143
|
+
# can verify their domain and become `customerType = "domain"`. For more
|
144
|
+
# information, see [Verify your domain to unlock Essentials features](https://
|
145
|
+
# support.google.com/a/answer/9122284).
|
142
146
|
# @param [String] customer_id
|
143
147
|
# Either the customer's primary domain name or the customer's unique identifier.
|
144
148
|
# If using the domain name, we do not recommend using a `customerId` as a key
|
@@ -174,9 +178,10 @@ module Google
|
|
174
178
|
execute_or_queue_command(command, &block)
|
175
179
|
end
|
176
180
|
|
177
|
-
#
|
178
|
-
# customer
|
179
|
-
#
|
181
|
+
# Updates a customer account's settings. You cannot update `customerType` via
|
182
|
+
# the Reseller API, but a `"team"` customer can verify their domain and become `
|
183
|
+
# customerType = "domain"`. For more information, see [update a customer's
|
184
|
+
# settings](/admin-sdk/reseller/v1/how-tos/manage_customers#update_customer).
|
180
185
|
# @param [String] customer_id
|
181
186
|
# Either the customer's primary domain name or the customer's unique identifier.
|
182
187
|
# If using the domain name, we do not recommend using a `customerId` as a key
|
@@ -342,7 +347,7 @@ module Google
|
|
342
347
|
execute_or_queue_command(command, &block)
|
343
348
|
end
|
344
349
|
|
345
|
-
#
|
350
|
+
# Updates a subscription plan. Use this method to update a plan for a 30-day
|
346
351
|
# trial or a flexible plan subscription to an annual commitment plan with
|
347
352
|
# monthly or yearly payments. How a plan is updated differs depending on the
|
348
353
|
# plan and the products. For more information, see the description in [manage
|
@@ -390,9 +395,9 @@ module Google
|
|
390
395
|
execute_or_queue_command(command, &block)
|
391
396
|
end
|
392
397
|
|
393
|
-
#
|
394
|
-
# annual commitment plans only. For more information, see the description
|
395
|
-
# manage subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
|
398
|
+
# Updates a user license's renewal settings. This is applicable for accounts
|
399
|
+
# with annual commitment plans only. For more information, see the description
|
400
|
+
# in [manage subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
|
396
401
|
# update_renewal).
|
397
402
|
# @param [String] customer_id
|
398
403
|
# Either the customer's primary domain name or the customer's unique identifier.
|
@@ -436,7 +441,7 @@ module Google
|
|
436
441
|
execute_or_queue_command(command, &block)
|
437
442
|
end
|
438
443
|
|
439
|
-
#
|
444
|
+
# Updates a subscription's user license settings. For more information about
|
440
445
|
# updating an annual commitment plan or a flexible plan subscription’s licenses,
|
441
446
|
# see [Manage Subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
|
442
447
|
# update_subscription_seat).
|
@@ -482,7 +487,7 @@ module Google
|
|
482
487
|
execute_or_queue_command(command, &block)
|
483
488
|
end
|
484
489
|
|
485
|
-
#
|
490
|
+
# Cancels, suspends, or transfers a subscription to direct.
|
486
491
|
# @param [String] customer_id
|
487
492
|
# Either the customer's primary domain name or the customer's unique identifier.
|
488
493
|
# If using the domain name, we do not recommend using a `customerId` as a key
|
@@ -524,7 +529,7 @@ module Google
|
|
524
529
|
execute_or_queue_command(command, &block)
|
525
530
|
end
|
526
531
|
|
527
|
-
#
|
532
|
+
# Gets a specific subscription. The `subscriptionId` can be found using the [
|
528
533
|
# Retrieve all reseller subscriptions](/admin-sdk/reseller/v1/how-tos/
|
529
534
|
# manage_subscriptions#get_all_subscriptions) method. For more information about
|
530
535
|
# retrieving a specific subscription, see the information descrived in [manage
|
@@ -569,7 +574,7 @@ module Google
|
|
569
574
|
execute_or_queue_command(command, &block)
|
570
575
|
end
|
571
576
|
|
572
|
-
#
|
577
|
+
# Creates or transfer a subscription. Create a subscription for a customer's
|
573
578
|
# account that you ordered using the [Order a new customer account](/admin-sdk/
|
574
579
|
# reseller/v1/reference/customers/insert.html) method. For more information
|
575
580
|
# about creating a subscription for different payment plans, see [manage
|
@@ -623,7 +628,7 @@ module Google
|
|
623
628
|
execute_or_queue_command(command, &block)
|
624
629
|
end
|
625
630
|
|
626
|
-
#
|
631
|
+
# Lists of subscriptions managed by the reseller. The list can be all
|
627
632
|
# subscriptions, all of a customer's subscriptions, or all of a customer's
|
628
633
|
# transferable subscriptions. Optionally, this method can filter the response by
|
629
634
|
# a `customerNamePrefix`. For more information, see [manage subscriptions](/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-reseller_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
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-07-
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-reseller_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-reseller_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-reseller_v1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-reseller_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|