google-apis-reseller_v1 0.9.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '095d8bee6e3d5be1bd7901aa295aa4891ff9db89c4ae50395c0fee92cb11f912'
4
- data.tar.gz: 369535c11a517278af9c329ea52a30d68f6fa3833902a1fdeb17c96cbce853b3
3
+ metadata.gz: 6c20dab38b5393936d946828ca1b07c02e9f253200daef0e75a11632d989e7f3
4
+ data.tar.gz: 5c0a5fcecaae313fa439a318f814c3c5f14e6b992f5f430d2d3da7eb34d2f4cf
5
5
  SHA512:
6
- metadata.gz: 202cc315628e69491498782605a16af9b9705ce3ce8ed9295839c2b875b0d4a40b84dd99d5b668227c9a94b78581832d76c792c1690053d2427dd4e2cd6114ab
7
- data.tar.gz: fbd29e3b3340e18b9c36c9b35a2ba91fc052fd01b038c8c21543511f4e28b5f52304e57a673b8c72f977a1773c7222cec301786103d4f662f69b10e15ac2dfba
6
+ metadata.gz: 72390952181c07b66a7bcd9297e4f588416f88bc5f46ab8e092802b261508641b812fdde173f1680e4566c77ff29853fdb5a4e0a1e390ef224a89ada8caa1670
7
+ data.tar.gz: 2842980b00f1b5bf148ad69c3baf4d852d95704060dfd3f8a5ae07815d570de56cb41ef48a057dfd3d71dfd805e58e87484edfa424b64f1ddd00a2b1fec9c215
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-reseller_v1
2
2
 
3
+ ### v0.12.0 (2022-06-02)
4
+
5
+ * Regenerated using generator version 0.4.1
6
+
7
+ ### v0.11.0 (2021-12-14)
8
+
9
+ * Regenerated from discovery document revision 20211106
10
+
11
+ ### v0.10.0 (2021-10-21)
12
+
13
+ * Regenerated from discovery document revision 20211019
14
+ * Unspecified changes
15
+
3
16
  ### v0.9.0 (2021-09-07)
4
17
 
5
18
  * Regenerated from discovery document revision 20210904
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/reseller_v1"
51
51
  client = Google::Apis::ResellerV1::ResellerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Reseller service in particular.)
67
67
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210904"
25
+ REVISION = "20211106"
26
26
  end
27
27
  end
28
28
  end
@@ -56,10 +56,11 @@ module Google
56
56
  # response for existing customers, see [retrieving a customer account](/admin-
57
57
  # sdk/reseller/v1/how-tos/manage_customers#get_customer).
58
58
  # @param [String] customer_id
59
- # Either the customer's primary domain name or the customer's unique identifier.
60
- # If using the domain name, we do not recommend using a `customerId` as a key
61
- # for persistent data. If the domain name for a `customerId` is changed, the
62
- # Google system automatically updates.
59
+ # This can be either the customer's primary domain name or the customer's unique
60
+ # identifier. If the domain name for a customer changes, the old domain name
61
+ # cannot be used to access the customer, but the customer's unique identifier (
62
+ # as returned by the API) can always be used. We recommend storing the unique
63
+ # identifier in your systems where applicable.
63
64
  # @param [String] fields
64
65
  # Selector specifying which fields to include in a partial response.
65
66
  # @param [String] quota_user
@@ -144,10 +145,11 @@ module Google
144
145
  # information, see [Verify your domain to unlock Essentials features](https://
145
146
  # support.google.com/a/answer/9122284).
146
147
  # @param [String] customer_id
147
- # Either the customer's primary domain name or the customer's unique identifier.
148
- # If using the domain name, we do not recommend using a `customerId` as a key
149
- # for persistent data. If the domain name for a `customerId` is changed, the
150
- # Google system automatically updates.
148
+ # This can be either the customer's primary domain name or the customer's unique
149
+ # identifier. If the domain name for a customer changes, the old domain name
150
+ # cannot be used to access the customer, but the customer's unique identifier (
151
+ # as returned by the API) can always be used. We recommend storing the unique
152
+ # identifier in your systems where applicable.
151
153
  # @param [Google::Apis::ResellerV1::Customer] customer_object
152
154
  # @param [String] fields
153
155
  # Selector specifying which fields to include in a partial response.
@@ -183,10 +185,11 @@ module Google
183
185
  # customerType = "domain"`. For more information, see [update a customer's
184
186
  # settings](/admin-sdk/reseller/v1/how-tos/manage_customers#update_customer).
185
187
  # @param [String] customer_id
186
- # Either the customer's primary domain name or the customer's unique identifier.
187
- # If using the domain name, we do not recommend using a `customerId` as a key
188
- # for persistent data. If the domain name for a `customerId` is changed, the
189
- # Google system automatically updates.
188
+ # This can be either the customer's primary domain name or the customer's unique
189
+ # identifier. If the domain name for a customer changes, the old domain name
190
+ # cannot be used to access the customer, but the customer's unique identifier (
191
+ # as returned by the API) can always be used. We recommend storing the unique
192
+ # identifier in your systems where applicable.
190
193
  # @param [Google::Apis::ResellerV1::Customer] customer_object
191
194
  # @param [String] fields
192
195
  # Selector specifying which fields to include in a partial response.
@@ -309,10 +312,11 @@ module Google
309
312
  # such as for abuse or a pending ToS acceptance, this call will not reactivate
310
313
  # the customer subscription.
311
314
  # @param [String] customer_id
312
- # Either the customer's primary domain name or the customer's unique identifier.
313
- # If using the domain name, we do not recommend using a `customerId` as a key
314
- # for persistent data. If the domain name for a `customerId` is changed, the
315
- # Google system automatically updates.
315
+ # This can be either the customer's primary domain name or the customer's unique
316
+ # identifier. If the domain name for a customer changes, the old domain name
317
+ # cannot be used to access the customer, but the customer's unique identifier (
318
+ # as returned by the API) can always be used. We recommend storing the unique
319
+ # identifier in your systems where applicable.
316
320
  # @param [String] subscription_id
317
321
  # This is a required property. The `subscriptionId` is the subscription
318
322
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -354,10 +358,11 @@ module Google
354
358
  # subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
355
359
  # update_subscription_plan).
356
360
  # @param [String] customer_id
357
- # Either the customer's primary domain name or the customer's unique identifier.
358
- # If using the domain name, we do not recommend using a `customerId` as a key
359
- # for persistent data. If the domain name for a `customerId` is changed, the
360
- # Google system automatically updates.
361
+ # This can be either the customer's primary domain name or the customer's unique
362
+ # identifier. If the domain name for a customer changes, the old domain name
363
+ # cannot be used to access the customer, but the customer's unique identifier (
364
+ # as returned by the API) can always be used. We recommend storing the unique
365
+ # identifier in your systems where applicable.
361
366
  # @param [String] subscription_id
362
367
  # This is a required property. The `subscriptionId` is the subscription
363
368
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -400,10 +405,11 @@ module Google
400
405
  # in [manage subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
401
406
  # update_renewal).
402
407
  # @param [String] customer_id
403
- # Either the customer's primary domain name or the customer's unique identifier.
404
- # If using the domain name, we do not recommend using a `customerId` as a key
405
- # for persistent data. If the domain name for a `customerId` is changed, the
406
- # Google system automatically updates.
408
+ # This can be either the customer's primary domain name or the customer's unique
409
+ # identifier. If the domain name for a customer changes, the old domain name
410
+ # cannot be used to access the customer, but the customer's unique identifier (
411
+ # as returned by the API) can always be used. We recommend storing the unique
412
+ # identifier in your systems where applicable.
407
413
  # @param [String] subscription_id
408
414
  # This is a required property. The `subscriptionId` is the subscription
409
415
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -446,10 +452,11 @@ module Google
446
452
  # see [Manage Subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
447
453
  # update_subscription_seat).
448
454
  # @param [String] customer_id
449
- # Either the customer's primary domain name or the customer's unique identifier.
450
- # If using the domain name, we do not recommend using a `customerId` as a key
451
- # for persistent data. If the domain name for a `customerId` is changed, the
452
- # Google system automatically updates.
455
+ # This can be either the customer's primary domain name or the customer's unique
456
+ # identifier. If the domain name for a customer changes, the old domain name
457
+ # cannot be used to access the customer, but the customer's unique identifier (
458
+ # as returned by the API) can always be used. We recommend storing the unique
459
+ # identifier in your systems where applicable.
453
460
  # @param [String] subscription_id
454
461
  # This is a required property. The `subscriptionId` is the subscription
455
462
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -489,10 +496,11 @@ module Google
489
496
 
490
497
  # Cancels, suspends, or transfers a subscription to direct.
491
498
  # @param [String] customer_id
492
- # Either the customer's primary domain name or the customer's unique identifier.
493
- # If using the domain name, we do not recommend using a `customerId` as a key
494
- # for persistent data. If the domain name for a `customerId` is changed, the
495
- # Google system automatically updates.
499
+ # This can be either the customer's primary domain name or the customer's unique
500
+ # identifier. If the domain name for a customer changes, the old domain name
501
+ # cannot be used to access the customer, but the customer's unique identifier (
502
+ # as returned by the API) can always be used. We recommend storing the unique
503
+ # identifier in your systems where applicable.
496
504
  # @param [String] subscription_id
497
505
  # This is a required property. The `subscriptionId` is the subscription
498
506
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -536,10 +544,11 @@ module Google
536
544
  # subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
537
545
  # get_subscription).
538
546
  # @param [String] customer_id
539
- # Either the customer's primary domain name or the customer's unique identifier.
540
- # If using the domain name, we do not recommend using a `customerId` as a key
541
- # for persistent data. If the domain name for a `customerId` is changed, the
542
- # Google system automatically updates.
547
+ # This can be either the customer's primary domain name or the customer's unique
548
+ # identifier. If the domain name for a customer changes, the old domain name
549
+ # cannot be used to access the customer, but the customer's unique identifier (
550
+ # as returned by the API) can always be used. We recommend storing the unique
551
+ # identifier in your systems where applicable.
543
552
  # @param [String] subscription_id
544
553
  # This is a required property. The `subscriptionId` is the subscription
545
554
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -587,10 +596,11 @@ module Google
587
596
  # subscriptions. For more information, see how to [transfer subscriptions](/
588
597
  # admin-sdk/reseller/v1/how-tos/manage_subscriptions#transfer_a_subscription).
589
598
  # @param [String] customer_id
590
- # Either the customer's primary domain name or the customer's unique identifier.
591
- # If using the domain name, we do not recommend using a `customerId` as a key
592
- # for persistent data. If the domain name for a `customerId` is changed, the
593
- # Google system automatically updates.
599
+ # This can be either the customer's primary domain name or the customer's unique
600
+ # identifier. If the domain name for a customer changes, the old domain name
601
+ # cannot be used to access the customer, but the customer's unique identifier (
602
+ # as returned by the API) can always be used. We recommend storing the unique
603
+ # identifier in your systems where applicable.
594
604
  # @param [Google::Apis::ResellerV1::Subscription] subscription_object
595
605
  # @param [String] customer_auth_token
596
606
  # The `customerAuthToken` query string is required when creating a resold
@@ -640,10 +650,11 @@ module Google
640
650
  # hexadecimal authentication token needed to complete the subscription transfer.
641
651
  # For more information, see the administrator help center.
642
652
  # @param [String] customer_id
643
- # Either the customer's primary domain name or the customer's unique identifier.
644
- # If using the domain name, we do not recommend using a `customerId` as a key
645
- # for persistent data. If the domain name for a `customerId` is changed, the
646
- # Google system automatically updates.
653
+ # This can be either the customer's primary domain name or the customer's unique
654
+ # identifier. If the domain name for a customer changes, the old domain name
655
+ # cannot be used to access the customer, but the customer's unique identifier (
656
+ # as returned by the API) can always be used. We recommend storing the unique
657
+ # identifier in your systems where applicable.
647
658
  # @param [String] customer_name_prefix
648
659
  # When retrieving all of your subscriptions and filtering for specific customers,
649
660
  # you can enter a prefix for a customer name. Using an example customer group
@@ -695,10 +706,11 @@ module Google
695
706
  # manage subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#
696
707
  # paid_service).
697
708
  # @param [String] customer_id
698
- # Either the customer's primary domain name or the customer's unique identifier.
699
- # If using the domain name, we do not recommend using a `customerId` as a key
700
- # for persistent data. If the domain name for a `customerId` is changed, the
701
- # Google system automatically updates.
709
+ # This can be either the customer's primary domain name or the customer's unique
710
+ # identifier. If the domain name for a customer changes, the old domain name
711
+ # cannot be used to access the customer, but the customer's unique identifier (
712
+ # as returned by the API) can always be used. We recommend storing the unique
713
+ # identifier in your systems where applicable.
702
714
  # @param [String] subscription_id
703
715
  # This is a required property. The `subscriptionId` is the subscription
704
716
  # identifier and is unique for each customer. Since a `subscriptionId` changes
@@ -744,10 +756,11 @@ module Google
744
756
  # for short periods of time as suspensions over 60 days may result in the
745
757
  # subscription being cancelled.
746
758
  # @param [String] customer_id
747
- # Either the customer's primary domain name or the customer's unique identifier.
748
- # If using the domain name, we do not recommend using a `customerId` as a key
749
- # for persistent data. If the domain name for a `customerId` is changed, the
750
- # Google system automatically updates.
759
+ # This can be either the customer's primary domain name or the customer's unique
760
+ # identifier. If the domain name for a customer changes, the old domain name
761
+ # cannot be used to access the customer, but the customer's unique identifier (
762
+ # as returned by the API) can always be used. We recommend storing the unique
763
+ # identifier in your systems where applicable.
751
764
  # @param [String] subscription_id
752
765
  # This is a required property. The `subscriptionId` is the subscription
753
766
  # identifier and is unique for each customer. Since a `subscriptionId` changes
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.9.0
4
+ version: 0.12.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-09-13 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-reseller_v1
60
+ 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.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-reseller_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Workspace Reseller API V1