Skip to content

Commit d63a250

Browse files
feat: Automated regeneration of eventarc v1 client (googleapis#21865)
Auto-created at 2025-02-26 21:18:17 +0000 using the toys pull request generator.
1 parent a0ba3ed commit d63a250

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-eventarc_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-eventarc_v1
22

3+
### v0.60.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250209
6+
37
### v0.59.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250103

generated/google-apis-eventarc_v1/lib/google/apis/eventarc_v1/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ class GoogleCloudEventarcV1PipelineDestinationHttpEndpoint
11631163
# @return [String]
11641164
attr_accessor :message_binding_template
11651165

1166-
# Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string.
1166+
# Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string.
11671167
# Examples: `https://svc.us-central1.p.local:8080/route`. Only the HTTPS
11681168
# protocol is supported.
11691169
# Corresponds to the JSON property `uri`
@@ -1541,7 +1541,7 @@ def update!(**args)
15411541
class HttpEndpoint
15421542
include Google::Apis::Core::Hashable
15431543

1544-
# Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string.
1544+
# Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string.
15451545
# Examples: `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`
15461546
# . Only HTTP and HTTPS protocols are supported. The host can be either a static
15471547
# IP addressable from the VPC specified by the network config, or an internal

generated/google-apis-eventarc_v1/lib/google/apis/eventarc_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module EventarcV1
1818
# Version of the google-apis-eventarc_v1 gem
19-
GEM_VERSION = "0.59.0"
19+
GEM_VERSION = "0.60.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250103"
25+
REVISION = "20250209"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)