google-cloud-eventarc-publishing-v1 0.8.0 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e650604d131c0e2e3b583d3c9fa8e6c2391f8fa311b5580512972f7cada8aef1
4
- data.tar.gz: 49821b98fc303b037666bf5e15b4f6df1677c02f9891e7699de055b5a44fe4fd
3
+ metadata.gz: 46930cdfd671909f2d374e81c7367f47841007bebf1c5912b111dfc00e50f788
4
+ data.tar.gz: ba429d5f24d7ca70674fa919cb528debf9f49a441190bc3ffdca047f9543fe02
5
5
  SHA512:
6
- metadata.gz: 2dbcbcea378f979d25f98601617b5ca715b97667baa61217261f0fd3f33b6a504b6bcce40247711bb28340bba44223ba48f261840ec34001dfee8a89ecf912ac
7
- data.tar.gz: ebf1a922c29285b3e4a7e6451bda24c9d15b2d9af6ce02750ed4195eeb8582c6640b06b234791c0a33de583ed8b0f3719ad253abdbd691651f8ead4f734536a4
6
+ metadata.gz: 6c6e3c74bbd8d3b86089ab78cabc4f02aa810b222f9fb2a8f68e51156b97c77142adb7a338ff6e4683dfef0089ede1a727584c57aa0f56be63d831067d85381d
7
+ data.tar.gz: 12db095774bce6bf84cfc1ca2ff12ad5b0b5378a9156312caa1ff06b598f693c4e11db782a6d59f459fbeaa3ad3a62beb5f17feb7a1555ac24aca1895a931e89
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the publish_channel_connection_events REST call
58
67
  #
@@ -15,7 +15,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
 
16
16
  begin
17
17
  pool.add_serialized_file(descriptor_data)
18
- rescue TypeError => e
18
+ rescue TypeError
19
19
  # Compatibility code: will be removed in the next major version.
20
20
  require 'google/protobuf/descriptor_pb'
21
21
  parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "0.8.0"
25
+ VERSION = "0.8.2"
26
26
  end
27
27
  end
28
28
  end
@@ -129,7 +129,8 @@ module Google
129
129
  #
130
130
  # Note: this functionality is not currently available in the official
131
131
  # protobuf release, and it is not used for type URLs beginning with
132
- # type.googleapis.com.
132
+ # type.googleapis.com. As of May 2023, there are no widely used type server
133
+ # implementations and no plans to implement one.
133
134
  #
134
135
  # Schemes other than `http`, `https` (or the empty scheme) might be
135
136
  # used with implementation specific semantics.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc-publishing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common