google-apis-reseller_v1 0.21.0 → 0.22.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 +5 -0
- data/lib/google/apis/reseller_v1/classes.rb +2 -2
- data/lib/google/apis/reseller_v1/gem_version.rb +3 -3
- data/lib/google/apis/reseller_v1/service.rb +48 -41
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4ae2cc3b3c430c9cc64e39887cbd1bd59eeb33cfdf4f61e34081039bd8ebaf6
|
4
|
+
data.tar.gz: 2f061e53041473bdf2685b0264aa559ce88ae294bf04aa09743fe99e20f177a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1902c835e6cdc25d8966c16321cf2adf22d6c5e3de533144e8c5bc01ac010b1d84d07b9e8b18ae2c61f5ce301ec9323d7cbbc9aed228598da6b51e144e06acbf
|
7
|
+
data.tar.gz: f626b3c188aa3721eac19ec440cce028f8c4ac7ad406324009bba4bba689c0d400bd6c75df0a3eefee6ca2c042c7e9f1d7203e161fe380a1520aafcd6c54261e
|
data/CHANGELOG.md
CHANGED
@@ -359,8 +359,8 @@ module Google
|
|
359
359
|
# Read-only field containing the current number of users that are assigned a
|
360
360
|
# license for the product defined in `skuId`. This field's value is equivalent
|
361
361
|
# to the numerical count of users returned by the Enterprise License Manager API
|
362
|
-
# method: [`listForProductAndSku`](/admin
|
363
|
-
# licenseAssignments/listForProductAndSku).
|
362
|
+
# method: [`listForProductAndSku`](https://developers.google.com/workspace/admin/
|
363
|
+
# licensing/v1/reference/licenseAssignments/listForProductAndSku).
|
364
364
|
# Corresponds to the JSON property `licensedNumberOfSeats`
|
365
365
|
# @return [Fixnum]
|
366
366
|
attr_accessor :licensed_number_of_seats
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250419"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -55,8 +55,9 @@ module Google
|
|
55
55
|
# Gets a customer account. Use this operation to see a customer account already
|
56
56
|
# in your reseller management, or to see the minimal account information for an
|
57
57
|
# existing customer that you do not manage. For more information about the API
|
58
|
-
# response for existing customers, see [retrieving a customer account](
|
59
|
-
#
|
58
|
+
# response for existing customers, see [retrieving a customer account](https://
|
59
|
+
# developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#
|
60
|
+
# get_customer).
|
60
61
|
# @param [String] customer_id
|
61
62
|
# This can be either the customer's primary domain name or the customer's unique
|
62
63
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -92,19 +93,21 @@ module Google
|
|
92
93
|
|
93
94
|
# Orders a new customer's account. Before ordering a new customer account,
|
94
95
|
# establish whether the customer account already exists using the [`customers.
|
95
|
-
# get`](/admin
|
96
|
-
#
|
97
|
-
# reseller, use the `customerAuthToken\`
|
98
|
-
# for an existing customer](
|
96
|
+
# get`](https://developers.google.com/workspace/admin/reseller/v1/reference/
|
97
|
+
# customers/get) If the customer account exists as a direct Google account or as
|
98
|
+
# a resold customer account from another reseller, use the `customerAuthToken\`
|
99
|
+
# as described in [order a resold account for an existing customer](https://
|
100
|
+
# developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#
|
99
101
|
# create_existing_customer). For more information about ordering a new customer
|
100
|
-
# account, see [order a new customer account](/
|
101
|
-
# manage_customers#create_customer). After
|
102
|
-
# must provision a user as an administrator.
|
103
|
-
# required to sign in to the Admin console and
|
104
|
-
# agreement to activate the account. Resellers are
|
105
|
-
# Suite via Reseller agreement on the customer's
|
106
|
-
# see [order a new customer account](
|
107
|
-
# manage_customers#tos)
|
102
|
+
# account, see [order a new customer account](https://developers.google.com/
|
103
|
+
# workspace/admin/reseller/v1/how-tos/manage_customers#create_customer). After
|
104
|
+
# creating a new customer account, you must provision a user as an administrator.
|
105
|
+
# The customer's administrator is required to sign in to the Admin console and
|
106
|
+
# sign the G Suite via Reseller agreement to activate the account. Resellers are
|
107
|
+
# prohibited from signing the G Suite via Reseller agreement on the customer's
|
108
|
+
# behalf. For more information, see [order a new customer account](https://
|
109
|
+
# developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#tos)
|
110
|
+
# .
|
108
111
|
# @param [Google::Apis::ResellerV1::Customer] customer_object
|
109
112
|
# @param [String] customer_auth_token
|
110
113
|
# The `customerAuthToken` query string is required when creating a resold
|
@@ -185,7 +188,8 @@ module Google
|
|
185
188
|
# Updates a customer account's settings. You cannot update `customerType` via
|
186
189
|
# the Reseller API, but a `"team"` customer can verify their domain and become `
|
187
190
|
# customerType = "domain"`. For more information, see [update a customer's
|
188
|
-
# settings](/admin
|
191
|
+
# settings](https://developers.google.com/workspace/admin/reseller/v1/how-tos/
|
192
|
+
# manage_customers#update_customer).
|
189
193
|
# @param [String] customer_id
|
190
194
|
# This can be either the customer's primary domain name or the customer's unique
|
191
195
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -357,8 +361,8 @@ module Google
|
|
357
361
|
# trial or a flexible plan subscription to an annual commitment plan with
|
358
362
|
# monthly or yearly payments. How a plan is updated differs depending on the
|
359
363
|
# plan and the products. For more information, see the description in [manage
|
360
|
-
# subscriptions](/admin
|
361
|
-
# update_subscription_plan).
|
364
|
+
# subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
|
365
|
+
# tos/manage_subscriptions#update_subscription_plan).
|
362
366
|
# @param [String] customer_id
|
363
367
|
# This can be either the customer's primary domain name or the customer's unique
|
364
368
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -404,8 +408,8 @@ module Google
|
|
404
408
|
|
405
409
|
# Updates a user license's renewal settings. This is applicable for accounts
|
406
410
|
# with annual commitment plans only. For more information, see the description
|
407
|
-
# in [manage subscriptions](/admin
|
408
|
-
# update_renewal).
|
411
|
+
# in [manage subscriptions](https://developers.google.com/workspace/admin/
|
412
|
+
# reseller/v1/how-tos/manage_subscriptions#update_renewal).
|
409
413
|
# @param [String] customer_id
|
410
414
|
# This can be either the customer's primary domain name or the customer's unique
|
411
415
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -451,8 +455,8 @@ module Google
|
|
451
455
|
|
452
456
|
# Updates a subscription's user license settings. For more information about
|
453
457
|
# updating an annual commitment plan or a flexible plan subscription’s licenses,
|
454
|
-
# see [Manage Subscriptions](/admin
|
455
|
-
# update_subscription_seat).
|
458
|
+
# see [Manage Subscriptions](https://developers.google.com/workspace/admin/
|
459
|
+
# reseller/v1/how-tos/manage_subscriptions#update_subscription_seat).
|
456
460
|
# @param [String] customer_id
|
457
461
|
# This can be either the customer's primary domain name or the customer's unique
|
458
462
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -540,11 +544,11 @@ module Google
|
|
540
544
|
end
|
541
545
|
|
542
546
|
# Gets a specific subscription. The `subscriptionId` can be found using the [
|
543
|
-
# Retrieve all reseller subscriptions](/
|
544
|
-
# manage_subscriptions#get_all_subscriptions) method.
|
545
|
-
# retrieving a specific subscription, see the
|
546
|
-
# subscriptions](/
|
547
|
-
# get_subscription).
|
547
|
+
# Retrieve all reseller subscriptions](https://developers.google.com/workspace/
|
548
|
+
# admin/reseller/v1/how-tos/manage_subscriptions#get_all_subscriptions) method.
|
549
|
+
# For more information about retrieving a specific subscription, see the
|
550
|
+
# information descrived in [manage subscriptions](https://developers.google.com/
|
551
|
+
# workspace/admin/reseller/v1/how-tos/manage_subscriptions#get_subscription).
|
548
552
|
# @param [String] customer_id
|
549
553
|
# This can be either the customer's primary domain name or the customer's unique
|
550
554
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -586,17 +590,19 @@ module Google
|
|
586
590
|
end
|
587
591
|
|
588
592
|
# Creates or transfer a subscription. Create a subscription for a customer's
|
589
|
-
# account that you ordered using the [Order a new customer account](
|
590
|
-
# reseller/v1/reference/customers/insert.
|
591
|
-
# about creating a subscription for different
|
592
|
-
# subscriptions](/
|
593
|
-
# create_subscription).\
|
594
|
-
#
|
595
|
-
#
|
596
|
-
#
|
597
|
-
#
|
598
|
-
#
|
599
|
-
#
|
593
|
+
# account that you ordered using the [Order a new customer account](https://
|
594
|
+
# developers.google.com/workspace/admin/reseller/v1/reference/customers/insert.
|
595
|
+
# html) method. For more information about creating a subscription for different
|
596
|
+
# payment plans, see [manage subscriptions](https://developers.google.com/
|
597
|
+
# workspace/admin/reseller/v1/how-tos/manage_subscriptions#create_subscription).\
|
598
|
+
# If you did not order the customer's account using the customer insert method,
|
599
|
+
# use the customer's `customerAuthToken` when creating a subscription for that
|
600
|
+
# customer. If transferring a G Suite subscription with an associated Google
|
601
|
+
# Drive or Google Vault subscription, use the [batch operation](https://
|
602
|
+
# developers.google.com/workspace/admin/reseller/v1/how-tos/batch.html) to
|
603
|
+
# transfer all of these subscriptions. For more information, see how to [
|
604
|
+
# transfer subscriptions](https://developers.google.com/workspace/admin/reseller/
|
605
|
+
# v1/how-tos/manage_subscriptions#transfer_a_subscription).
|
600
606
|
# @param [String] customer_id
|
601
607
|
# This can be either the customer's primary domain name or the customer's unique
|
602
608
|
# identifier. If the domain name for a customer changes, the old domain name
|
@@ -656,8 +662,9 @@ module Google
|
|
656
662
|
# Lists of subscriptions managed by the reseller. The list can be all
|
657
663
|
# subscriptions, all of a customer's subscriptions, or all of a customer's
|
658
664
|
# transferable subscriptions. Optionally, this method can filter the response by
|
659
|
-
# a `customerNamePrefix`. For more information, see [manage subscriptions](
|
660
|
-
# admin
|
665
|
+
# a `customerNamePrefix`. For more information, see [manage subscriptions](https:
|
666
|
+
# //developers.google.com/workspace/admin/reseller/v1/how-tos/
|
667
|
+
# manage_subscriptions).
|
661
668
|
# @param [String] customer_auth_token
|
662
669
|
# The `customerAuthToken` query string is required when creating a resold
|
663
670
|
# account that transfers a direct customer's subscription or transfers another
|
@@ -718,8 +725,8 @@ module Google
|
|
718
725
|
# Immediately move a 30-day free trial subscription to a paid service
|
719
726
|
# subscription. This method is only applicable if a payment plan has already
|
720
727
|
# been set up for the 30-day trial subscription. For more information, see [
|
721
|
-
# manage subscriptions](/admin
|
722
|
-
# paid_service).
|
728
|
+
# manage subscriptions](https://developers.google.com/workspace/admin/reseller/
|
729
|
+
# v1/how-tos/manage_subscriptions#paid_service).
|
723
730
|
# @param [String] customer_id
|
724
731
|
# This can be either the customer's primary domain name or the customer's unique
|
725
732
|
# identifier. If the domain name for a customer changes, the old domain name
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-reseller_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-reseller_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-reseller_v1/v0.22.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-reseller_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Google Workspace Reseller API V1
|
82
79
|
test_files: []
|