google-apis-cloudchannel_v1 0.25.0 → 0.26.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88134137478098e20cad70cf667087535178cf13ccf4b907e22b3a5b92f77a82
|
|
4
|
+
data.tar.gz: 590f02a6bf342bbd249530d0a9ca5dbdc92f7a2d6b3f1b3e8844b6802116fa75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d2f3d1673e7beb9ef2b5662638aded522ce3df843e499c825db3d00399b56b06cebbfb7b47408feb9dd28976983b8d24ed834dcba64a7e00f997392135ddf1b
|
|
7
|
+
data.tar.gz: 9b14871fb25548e38457075a4135f85715429e922c3519126aeacb79cfd8672a4f2a0831a4527b320a67065fb72e98515cf37da4de80d195ee8bf6e484c618f0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
|
2
2
|
|
|
3
|
+
### v0.26.0 (2022-09-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220910
|
|
6
|
+
* Regenerated using generator version 0.10.0
|
|
7
|
+
|
|
3
8
|
### v0.25.0 (2022-08-05)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220803
|
|
@@ -1399,10 +1399,10 @@ module Google
|
|
|
1399
1399
|
class GoogleCloudChannelV1ListTransferableSkusRequest
|
|
1400
1400
|
include Google::Apis::Core::Hashable
|
|
1401
1401
|
|
|
1402
|
-
# The super admin of the resold customer generates this token to
|
|
1403
|
-
# reseller to access their Cloud Identity and purchase entitlements
|
|
1404
|
-
# behalf. You can omit this token after authorization. See https://
|
|
1405
|
-
# google.com/a/answer/7643790 for more details.
|
|
1402
|
+
# Optional. The super admin of the resold customer generates this token to
|
|
1403
|
+
# authorize a reseller to access their Cloud Identity and purchase entitlements
|
|
1404
|
+
# on their behalf. You can omit this token after authorization. See https://
|
|
1405
|
+
# support.google.com/a/answer/7643790 for more details.
|
|
1406
1406
|
# Corresponds to the JSON property `authToken`
|
|
1407
1407
|
# @return [String]
|
|
1408
1408
|
attr_accessor :auth_token
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudchannelV1
|
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220910"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -147,10 +147,11 @@ module Google
|
|
|
147
147
|
# information of an unowned customer. The reseller should provide the customer's
|
|
148
148
|
# Cloud Identity ID or Customer Name. Possible error codes: * PERMISSION_DENIED:
|
|
149
149
|
# * The customer doesn't belong to the reseller and has no auth token. * The
|
|
150
|
-
#
|
|
151
|
-
#
|
|
152
|
-
# request parameters are missing or
|
|
153
|
-
# TransferableOffer for the given customer and
|
|
150
|
+
# customer provided incorrect reseller information when generating auth token. *
|
|
151
|
+
# The reseller account making the request is different from the reseller account
|
|
152
|
+
# in the query. * INVALID_ARGUMENT: Required request parameters are missing or
|
|
153
|
+
# invalid. Return value: List of TransferableOffer for the given customer and
|
|
154
|
+
# SKU.
|
|
154
155
|
# @param [String] parent
|
|
155
156
|
# Required. The resource name of the reseller's account.
|
|
156
157
|
# @param [Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListTransferableOffersRequest] google_cloud_channel_v1_list_transferable_offers_request_object
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudchannel_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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: 2022-
|
|
11
|
+
date: 2022-09-26 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:
|
|
19
|
+
version: 0.9.0
|
|
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:
|
|
29
|
+
version: 0.9.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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/main/generated/google-apis-cloudchannel_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|