google-apis-cloudchannel_v1 0.5.0 → 0.6.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: 2ed2f7186e1f0c3751f41238ce07689bd88edece7c5af5a262625c4876e7491e
4
- data.tar.gz: 43c2b4fd13ddc0d60ceca2bafb5c7b2614e74d307503afa15937bada44ec4556
3
+ metadata.gz: 2a8cf0e571ba945329e00335721232e4c0ffd8e931ec8fbbb6e739055a6fe5f9
4
+ data.tar.gz: a5af33f0fcb9bd33c002f0eec427aa7a6e8222228846ebf50c7ebe50fbbbc25e
5
5
  SHA512:
6
- metadata.gz: 10d0eb5f2635dc13fa240c1a65425b92e0c304c0159b3ae139a3cb97e81e1f3f038c1352ac6cf07ee7281344f57dedb0125589ea46fe7d8975d5bc6065f83727
7
- data.tar.gz: 3688fd64d111d42af7058435b3df1cfe835166a07ea49166e52e0103e8f9b0f875b1123fb1f5999d9231fbf3e62ac7798016047fd5b746dca3af110f7684bb1d
6
+ metadata.gz: 678306147e08418349715b4a4f09515ed8d43ba4d5c739ecff1481ae75f944ef65fa8a073ca7795ebbf8accfa06540dec9c490a193f9d54fc80f248ba4d92593
7
+ data.tar.gz: 814a13f4d517646a724fb7e3e6c8b355b5c3c9e802acc5bb8ef3df7a1417f3a8404a13801aa0d5c43d0aea0efd50ea6a4a6b0bd0f951d83cad6eb11b06198f2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.6.0 (2021-03-30)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
3
7
  ### v0.5.0 (2021-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210325
@@ -2229,6 +2229,14 @@ module Google
2229
2229
  class GoogleCloudChannelV1TransferableSku
2230
2230
  include Google::Apis::Core::Hashable
2231
2231
 
2232
+ # Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent
2233
+ # the different variations of the product. For example, Google Workspace
2234
+ # Business Standard and Google Workspace Business Plus are Google Workspace
2235
+ # product SKUs.
2236
+ # Corresponds to the JSON property `legacySku`
2237
+ # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku]
2238
+ attr_accessor :legacy_sku
2239
+
2232
2240
  # Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent
2233
2241
  # the different variations of the product. For example, Google Workspace
2234
2242
  # Business Standard and Google Workspace Business Plus are Google Workspace
@@ -2248,6 +2256,7 @@ module Google
2248
2256
 
2249
2257
  # Update properties of this object
2250
2258
  def update!(**args)
2259
+ @legacy_sku = args[:legacy_sku] if args.key?(:legacy_sku)
2251
2260
  @sku = args[:sku] if args.key?(:sku)
2252
2261
  @transfer_eligibility = args[:transfer_eligibility] if args.key?(:transfer_eligibility)
2253
2262
  end
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210325"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -1214,6 +1214,8 @@ module Google
1214
1214
  class GoogleCloudChannelV1TransferableSku
1215
1215
  # @private
1216
1216
  class Representation < Google::Apis::Core::JsonRepresentation
1217
+ property :legacy_sku, as: 'legacySku', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku::Representation
1218
+
1217
1219
  property :sku, as: 'sku', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku::Representation
1218
1220
 
1219
1221
  property :transfer_eligibility, as: 'transferEligibility', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEligibility, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEligibility::Representation
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.5.0
4
+ version: 0.6.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1
57
57
  post_install_message:
58
58
  rdoc_options: []