Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-cloudchannel_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-cloudchannel_v1

### v0.68.0 (2026-06-14)

* Regenerated from discovery document revision 20260608
* Regenerated using generator version 0.19.0

### v0.67.0 (2025-12-07)

* Regenerated from discovery document revision 20251202
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-cloudchannel_v1/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/channel) may provide guidan

## Supported Ruby versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 3.1'
gem.required_ruby_version = '>= 3.2'
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,10 @@ class GoogleCloudChannelV1Customer
attr_accessor :create_time

# Optional. Indicate if a customer is attesting about the correctness of
# provided information. Only required if creating a GCP Entitlement.
# provided information. Only required if creating a GCP Entitlement. NOTE: This
# field will be mandatory for all new GCP customers starting Aug 31st, 2026 and
# this field will also be required for all existing customers purchasing new GCP
# Entitlements.
# Corresponds to the JSON property `customerAttestationState`
# @return [String]
attr_accessor :customer_attestation_state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudchannelV1
# Version of the google-apis-cloudchannel_v1 gem
GEM_VERSION = "0.67.0"
GEM_VERSION = "0.68.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20251202"
REVISION = "20260608"
end
end
end
Loading