Skip to content

Commit

Permalink
feat: Automated regeneration of cloudfunctions v2alpha client (google…
Browse files Browse the repository at this point in the history
…apis#14413)

Auto-created at 2023-04-02 10:00:39 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 2, 2023
1 parent a36904f commit feefb6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-cloudfunctions_v2alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudfunctions_v2alpha

### v0.25.0 (2023-04-02)

* Regenerated from discovery document revision 20230323

### v0.24.0 (2023-03-26)

* Regenerated from discovery document revision 20230320
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,6 @@ class Function
# @return [String]
attr_accessor :update_time

# Output only. The deployed url for the function.
# Corresponds to the JSON property `url`
# @return [String]
attr_accessor :url

def initialize(**args)
update!(**args)
end
Expand All @@ -522,7 +517,6 @@ def update!(**args)
@state = args[:state] if args.key?(:state)
@state_messages = args[:state_messages] if args.key?(:state_messages)
@update_time = args[:update_time] if args.key?(:update_time)
@url = args[:url] if args.key?(:url)
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudfunctionsV2alpha
# Version of the google-apis-cloudfunctions_v2alpha gem
GEM_VERSION = "0.24.0"
GEM_VERSION = "0.25.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20230320"
REVISION = "20230323"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation

property :update_time, as: 'updateTime'
property :url, as: 'url'
end
end

Expand Down

0 comments on commit feefb6e

Please sign in to comment.