diff --git a/generated/google-apis-clouddeploy_v1/CHANGELOG.md b/generated/google-apis-clouddeploy_v1/CHANGELOG.md index 8e5d8b015e0..3e2f1d9003d 100644 --- a/generated/google-apis-clouddeploy_v1/CHANGELOG.md +++ b/generated/google-apis-clouddeploy_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-clouddeploy_v1 +### v0.67.0 (2025-12-21) + +* Regenerated from discovery document revision 20251210 + ### v0.66.0 (2025-12-14) * Regenerated from discovery document revision 20251203 diff --git a/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/classes.rb b/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/classes.rb index 2ddca23e1b8..4b9e700ea4a 100644 --- a/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/classes.rb +++ b/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/classes.rb @@ -4274,31 +4274,31 @@ class ReleaseCondition include Google::Apis::Core::Hashable # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. # Corresponds to the JSON property `dockerVersionSupportedCondition` # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition] attr_accessor :docker_version_supported_condition # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. # Corresponds to the JSON property `helmVersionSupportedCondition` # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition] attr_accessor :helm_version_supported_condition # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. # Corresponds to the JSON property `kptVersionSupportedCondition` # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition] attr_accessor :kpt_version_supported_condition # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. # Corresponds to the JSON property `kubectlVersionSupportedCondition` # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition] attr_accessor :kubectl_version_supported_condition # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. # Corresponds to the JSON property `kustomizeVersionSupportedCondition` # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition] attr_accessor :kustomize_version_supported_condition @@ -4316,7 +4316,7 @@ class ReleaseCondition attr_accessor :skaffold_supported_condition # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. # Corresponds to the JSON property `skaffoldVersionSupportedCondition` # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition] attr_accessor :skaffold_version_supported_condition @@ -6473,11 +6473,11 @@ def update!(**args) end # ToolVersionSupportedCondition contains information about when support for the - # release's version of a Tool ends. + # release's version of a tool ends. class ToolVersionSupportedCondition include Google::Apis::Core::Hashable - # Output only. The time at which this release's version of the Tool will enter + # Output only. The time at which this release's version of the tool will enter # maintenance mode. # Corresponds to the JSON property `maintenanceModeTime` # @return [String] @@ -6489,13 +6489,13 @@ class ToolVersionSupportedCondition attr_accessor :status alias_method :status?, :status - # Output only. The time at which this release's version of the Tool will no + # Output only. The time at which this release's version of the tool will no # longer be supported. # Corresponds to the JSON property `supportExpirationTime` # @return [String] attr_accessor :support_expiration_time - # Output only. The Tool support state for this release's version of the Tool. + # Output only. The tool support state for this release's version of the tool. # Corresponds to the JSON property `toolVersionSupportState` # @return [String] attr_accessor :tool_version_support_state @@ -6517,12 +6517,12 @@ def update!(**args) class ToolVersions include Google::Apis::Core::Hashable - # Optional. The docker version to use for Cloud Deploy operations. + # Optional. The Docker version to use for Cloud Deploy operations. # Corresponds to the JSON property `docker` # @return [String] attr_accessor :docker - # Optional. The helm version to use for Cloud Deploy operations. + # Optional. The Helm version to use for Cloud Deploy operations. # Corresponds to the JSON property `helm` # @return [String] attr_accessor :helm @@ -6532,17 +6532,17 @@ class ToolVersions # @return [String] attr_accessor :kpt - # Optional. The kubectl version to use for Cloud Deploy operations. + # Optional. The Kubectl version to use for Cloud Deploy operations. # Corresponds to the JSON property `kubectl` # @return [String] attr_accessor :kubectl - # Optional. The kustomize version to use for Cloud Deploy operations. + # Optional. The Kustomize version to use for Cloud Deploy operations. # Corresponds to the JSON property `kustomize` # @return [String] attr_accessor :kustomize - # Optional. The skaffold version to use for Cloud Deploy operations. + # Optional. The Skaffold version to use for Cloud Deploy operations. # Corresponds to the JSON property `skaffold` # @return [String] attr_accessor :skaffold diff --git a/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb b/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb index f268fbd9c3a..ad16b2944a9 100644 --- a/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb +++ b/generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module ClouddeployV1 # Version of the google-apis-clouddeploy_v1 gem - GEM_VERSION = "0.66.0" + GEM_VERSION = "0.67.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251203" + REVISION = "20251210" end end end