Skip to content

Commit

Permalink
feat: Automated regeneration of servicenetworking v1beta client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 2, 2025
1 parent a95ac5b commit 641c2fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-servicenetworking_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-servicenetworking_v1beta

### v0.58.0 (2025-02-02)

* Regenerated from discovery document revision 20250129
* Regenerated using generator version 0.16.0

### v0.57.0 (2024-12-15)

* Regenerated from discovery document revision 20241212
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3150,7 +3150,7 @@ def update!(**args)
class Page
include Google::Apis::Core::Hashable

# The Markdown content of the page. You can use (== include `path` ==) to
# The Markdown content of the page. You can use ```(== include `path` ==)``` to
# include content from a Markdown file. The content can be used to produce the
# documentation page such as HTML format page.
# Corresponds to the JSON property `content`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ServicenetworkingV1beta
# Version of the google-apis-servicenetworking_v1beta gem
GEM_VERSION = "0.57.0"
GEM_VERSION = "0.58.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20241212"
REVISION = "20250129"
end
end
end

0 comments on commit 641c2fd

Please sign in to comment.