Skip to content

Commit

Permalink
feat: Automated regeneration of clouddeploy v1 client (#18959)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-05 10:22:24 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 5, 2024
1 parent 6d377f4 commit f81d4cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-clouddeploy_v1/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release history for google-apis-clouddeploy_v1

### v0.44.0 (2024-05-05)

* Regenerated from discovery document revision 20240428

### v0.43.0 (2024-04-28)

* Regenerated from discovery document revision 20240417
Expand Down
Expand Up @@ -205,9 +205,9 @@ def update!(**args)
class AnthosCluster
include Google::Apis::Core::Hashable

# Membership of the GKE Hub-registered cluster to which to apply the Skaffold
# configuration. Format is `projects/`project`/locations/`location`/memberships/`
# membership_name``.
# Optional. Membership of the GKE Hub-registered cluster to which to apply the
# Skaffold configuration. Format is `projects/`project`/locations/`location`/
# memberships/`membership_name``.
# Corresponds to the JSON property `membership`
# @return [String]
attr_accessor :membership
Expand Down Expand Up @@ -2031,8 +2031,8 @@ def update!(**args)
class GkeCluster
include Google::Apis::Core::Hashable

# Information specifying a GKE Cluster. Format is `projects/`project_id`/
# locations/`location_id`/clusters/`cluster_id``.
# Optional. Information specifying a GKE Cluster. Format is `projects/`
# project_id`/locations/`location_id`/clusters/`cluster_id``.
# Corresponds to the JSON property `cluster`
# @return [String]
attr_accessor :cluster
Expand Down
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ClouddeployV1
# Version of the google-apis-clouddeploy_v1 gem
GEM_VERSION = "0.43.0"
GEM_VERSION = "0.44.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240417"
REVISION = "20240428"
end
end
end

0 comments on commit f81d4cd

Please sign in to comment.