File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
generated/google-apis-eventarc_v1
lib/google/apis/eventarc_v1 Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments