google-apis-cloudchannel_v1 0.60.0 → 0.61.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: 256b62ec195cce663fc1383aa7856952c2c7b9efb8fb143ca8222ca5469628ed
4
- data.tar.gz: c8d57f615d357469df1a506b211925d3be61260ab422a64418022a25f183b652
3
+ metadata.gz: d3605704879034cc1e86ab300dfe26719d5bf9856fbf9d3ed68026fe4ed14bb3
4
+ data.tar.gz: 405e82100f8890226640252416d288e9f6dfe9e5f29fbe096edf9f1c79a4b85e
5
5
  SHA512:
6
- metadata.gz: 3794f0498cda5bb061b5d1f4ca4c7db8d5d542fea68b5501b5f93d82ad6184aa50b2ae9690860111b9d9513feb56c869cf7405bfbd24ae8abbeb12c38eef513f
7
- data.tar.gz: 50d9ddbe145b3b227bdc5506855a51190b77464fed835738f293fdae8e39257e208d936c4251d8c9a561433bec388851f6ce19d591698d3bb1d07985026c9cf5
6
+ metadata.gz: 476eafdedff70838d30b7201a9787af247010421273843e0b3fba36ce837965ec4e22e74a35517e6e67b4bed5eda9c8fb6a37123becd4530f930c924926be446
7
+ data.tar.gz: 4913a7a56d9a36fd83f3d09c558ec4132bf26bce835e1841827c9871008c8fd4aa21c6819a4867939577f930a8510562c99b63266bc404e8f344082c9d3a67a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.61.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250419
6
+
3
7
  ### v0.60.0 (2025-04-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20250412
@@ -249,9 +249,9 @@ module Google
249
249
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
250
250
  attr_accessor :parameters
251
251
 
252
- # Optional. Price reference ID for the offer. Optional field only for offers
253
- # that require additional price information. Used to guarantee that the pricing
254
- # is consistent between quoting the offer and placing the order.
252
+ # Optional. Price reference ID for the offer. Only for offers that require
253
+ # additional price information. Used to guarantee that the pricing is consistent
254
+ # between quoting the offer and placing the order.
255
255
  # Corresponds to the JSON property `priceReferenceId`
256
256
  # @return [String]
257
257
  attr_accessor :price_reference_id
@@ -870,6 +870,12 @@ module Google
870
870
  # @return [String]
871
871
  attr_accessor :create_time
872
872
 
873
+ # Optional. Indicate if a customer is attesting about the correctness of
874
+ # provided information. Only required if creating a GCP Entitlement.
875
+ # Corresponds to the JSON property `customerAttestationState`
876
+ # @return [String]
877
+ attr_accessor :customer_attestation_state
878
+
873
879
  # Required. The customer's primary domain. Must match the primary contact email'
874
880
  # s domain.
875
881
  # Corresponds to the JSON property `domain`
@@ -930,6 +936,7 @@ module Google
930
936
  @cloud_identity_info = args[:cloud_identity_info] if args.key?(:cloud_identity_info)
931
937
  @correlation_id = args[:correlation_id] if args.key?(:correlation_id)
932
938
  @create_time = args[:create_time] if args.key?(:create_time)
939
+ @customer_attestation_state = args[:customer_attestation_state] if args.key?(:customer_attestation_state)
933
940
  @domain = args[:domain] if args.key?(:domain)
934
941
  @language_code = args[:language_code] if args.key?(:language_code)
935
942
  @name = args[:name] if args.key?(:name)
@@ -1189,9 +1196,9 @@ module Google
1189
1196
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
1190
1197
  attr_accessor :parameters
1191
1198
 
1192
- # Optional. Price reference ID for the offer. Optional field only for offers
1193
- # that require additional price information. Used to guarantee that the pricing
1194
- # is consistent between quoting the offer and placing the order.
1199
+ # Optional. Price reference ID for the offer. Only for offers that require
1200
+ # additional price information. Used to guarantee that the pricing is consistent
1201
+ # between quoting the offer and placing the order.
1195
1202
  # Corresponds to the JSON property `priceReferenceId`
1196
1203
  # @return [String]
1197
1204
  attr_accessor :price_reference_id
@@ -1669,7 +1676,8 @@ module Google
1669
1676
  # @return [String]
1670
1677
  attr_accessor :next_page_token
1671
1678
 
1672
- # The list of Offers requested.
1679
+ # The list of Offers requested. The pricing information for each Offer only
1680
+ # includes the base price. Effective prices and discounts aren't populated.
1673
1681
  # Corresponds to the JSON property `offers`
1674
1682
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer>]
1675
1683
  attr_accessor :offers
@@ -2662,9 +2670,9 @@ module Google
2662
2670
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer]
2663
2671
  attr_accessor :offer
2664
2672
 
2665
- # Optional. Price reference ID for the offer. Optional field only for offers
2666
- # that require additional price information. Used to guarantee that the pricing
2667
- # is consistent between quoting the offer and placing the order.
2673
+ # Optional. Price reference ID for the offer. Only for offers that require
2674
+ # additional price information. Used to guarantee that the pricing is consistent
2675
+ # between quoting the offer and placing the order.
2668
2676
  # Corresponds to the JSON property `priceReferenceId`
2669
2677
  # @return [String]
2670
2678
  attr_accessor :price_reference_id
@@ -3577,9 +3585,9 @@ module Google
3577
3585
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer]
3578
3586
  attr_accessor :offer
3579
3587
 
3580
- # Optional. Price reference ID for the offer. Optional field only for offers
3581
- # that require additional price information. Used to guarantee that the pricing
3582
- # is consistent between quoting the offer and placing the order.
3588
+ # Optional. Price reference ID for the offer. Only for offers that require
3589
+ # additional price information. Used to guarantee that the pricing is consistent
3590
+ # between quoting the offer and placing the order.
3583
3591
  # Corresponds to the JSON property `priceReferenceId`
3584
3592
  # @return [String]
3585
3593
  attr_accessor :price_reference_id
@@ -4080,9 +4088,9 @@ module Google
4080
4088
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
4081
4089
  attr_accessor :parameters
4082
4090
 
4083
- # Optional. Price reference ID for the offer. Optional field only for offers
4084
- # that require additional price information. Used to guarantee that the pricing
4085
- # is consistent between quoting the offer and placing the order.
4091
+ # Optional. Price reference ID for the offer. Only for offers that require
4092
+ # additional price information. Used to guarantee that the pricing is consistent
4093
+ # between quoting the offer and placing the order.
4086
4094
  # Corresponds to the JSON property `priceReferenceId`
4087
4095
  # @return [String]
4088
4096
  attr_accessor :price_reference_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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250412"
25
+ REVISION = "20250419"
26
26
  end
27
27
  end
28
28
  end
@@ -1090,6 +1090,7 @@ module Google
1090
1090
 
1091
1091
  property :correlation_id, as: 'correlationId'
1092
1092
  property :create_time, as: 'createTime'
1093
+ property :customer_attestation_state, as: 'customerAttestationState'
1093
1094
  property :domain, as: 'domain'
1094
1095
  property :language_code, as: 'languageCode'
1095
1096
  property :name, as: 'name'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.61.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
62
62
  rdoc_options: []
63
63
  require_paths: