google-apis-cloudchannel_v1 0.16.0 → 0.17.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: cfbb6a6ecdbb0d60a3ba179c71957b291e3a4018482ed8f934ffd09111166adc
|
|
4
|
+
data.tar.gz: 1b3d5ad563e81c796339d499184983136694ebdc4fa78ad4b6dbb3d9ed9f42e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fa4a74ab3071c1c35800061d8cfa79d0bbaae693ad170137fb98039f4c79b4df9b1ec79e431ec465a26c83808ebd49048582f341db5d13812a9933eb4498374
|
|
7
|
+
data.tar.gz: bc9cd956debc7be9d4a043bc3598b0655ecd20af2dd0a74453fa2a71ebe1fdfaebde3387d6a9df8aa2d98cfe2d939dbb135b77b762c939970af25458b415320b
|
data/CHANGELOG.md
CHANGED
|
@@ -1882,9 +1882,9 @@ module Google
|
|
|
1882
1882
|
# @return [String]
|
|
1883
1883
|
attr_accessor :product_id
|
|
1884
1884
|
|
|
1885
|
-
# Output only. Provisioning ID of the entitlement. For Google Workspace, this
|
|
1886
|
-
#
|
|
1887
|
-
#
|
|
1885
|
+
# Output only. Provisioning ID of the entitlement. For Google Workspace, this is
|
|
1886
|
+
# the underlying Subscription ID. For Google Cloud Platform, this is the Billing
|
|
1887
|
+
# Account ID of the billing subaccount."
|
|
1888
1888
|
# Corresponds to the JSON property `provisioningId`
|
|
1889
1889
|
# @return [String]
|
|
1890
1890
|
attr_accessor :provisioning_id
|
|
@@ -2784,9 +2784,9 @@ module Google
|
|
|
2784
2784
|
# @return [String]
|
|
2785
2785
|
attr_accessor :product_id
|
|
2786
2786
|
|
|
2787
|
-
# Output only. Provisioning ID of the entitlement. For Google Workspace, this
|
|
2788
|
-
#
|
|
2789
|
-
#
|
|
2787
|
+
# Output only. Provisioning ID of the entitlement. For Google Workspace, this is
|
|
2788
|
+
# the underlying Subscription ID. For Google Cloud Platform, this is the Billing
|
|
2789
|
+
# Account ID of the billing subaccount."
|
|
2790
2790
|
# Corresponds to the JSON property `provisioningId`
|
|
2791
2791
|
# @return [String]
|
|
2792
2792
|
attr_accessor :provisioning_id
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220209"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.17.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-02-
|
|
11
|
+
date: 2022-02-14 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/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.17.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: []
|