google-cloud-error_reporting-v1beta1 0.9.0 → 0.9.1

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: 594b19c81c9f8823b11b54038477f1191df3db0fbd1668f0dc3e31f105b76fc7
4
- data.tar.gz: 2d2a5121397060f4a0d87e706b5bd6f1b911cc35f83bc1ee8ce7dcc3f4ba103b
3
+ metadata.gz: f1a4b8d170081e1db11f10ec4cca020328c8a14d9dabb45b17a9ad9eb7fc9750
4
+ data.tar.gz: b0947f13cd0f3f03f05fd36cda8e6da29be1fb865ff65ad96ab4843d58e8342b
5
5
  SHA512:
6
- metadata.gz: 2ca05f66009ccc8006e03862290f92130ce2094ad4475616d7fcf8eb94871ddacaaabc452cab2386ee85d7a458eef66d9e7c2ad89f460ac17c17a70cb50356d3
7
- data.tar.gz: ebdc916e9fa832b7e1ea3ffb45771ddf5c1516fa4edbec50138f0337c2c9412855362c60541f6c758e6c7b7a0ae04d5293e5fd85f14cee7df35a79e8fe9cc311
6
+ metadata.gz: a23204df33d79485249be587566de8d2b8c54ce642d00aa66f58d01e26853493fba63fadb514a52cb130c468cc66700def7e22d8adb2d30ab31e722c5af23bff
7
+ data.tar.gz: c0e4b51491038d3133e82c923b21d134ea55ab84846fff13580e00a2aa9c7da0a3ef150c63af8c11b3f844c29ad4f50b3b7eb22110f441d6b280db39c63c4c4c
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the get_group REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the list_group_stats REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the report_error_event REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ErrorReporting
23
23
  module V1beta1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-error_reporting-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
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-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common