google-cloud-profiler-v2 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: 193ce430138a0f2d042583b2239319485a41c43804e7a6d2fa2222916820020e
4
- data.tar.gz: b9e00c8c4371988f5dabbe1ffb68d4e17b2107b54f43d79dce1fef09281bd5fb
3
+ metadata.gz: 63128c00c436a933344b99b49bd1434acfb984721cb64dd23c3a08da546f6dd4
4
+ data.tar.gz: 85216a419411f78397c781cc70523caf216aea40a870906ba3af727e2108d1c9
5
5
  SHA512:
6
- metadata.gz: 00ecc4741781f55a64b346a684fbbd8ceb6679021ec0ad6b7a466b14755b91d2ae420dc29c326aef6c0383c824c24b7d4e687ef7d26cd93740a41a31244f02df
7
- data.tar.gz: c1f45648dc0092d490b302d76fcfd4634f465aeb1b48344cabc18ff222e9b699358942f049031d044d44f3cf7d5704aabfe890c90aedc5fb2211ce04e7762646
6
+ metadata.gz: e75d65eaa441355cb1f48f86fdfbd277123925fe847b81af0ff5dcb13517eef9595da8e05a748879bc2d84e8a92a449de2abf977721b10a815df4ddf4e83c9fe
7
+ data.tar.gz: 8185262688d29c8979a81388a773aae86a41ce9fec917f8f31bf2d2827194bf49c98fe60a87944d9f7bf6f179508fc0890b3f1cc56a9a2f1ac65c2a70942512d
@@ -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_profiles 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 create_profile REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Profiler
23
23
  module V2
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-profiler-v2
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