google-iam-v2 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b929a9ca6ea4e5f10bcc3b1b3f013e119ece7be43e83913ac67ef3258b31ff8
4
- data.tar.gz: 8a68fc658236e7c0af0cb39410e22bb894fd017fcc47c71dcd555a157079fbef
3
+ metadata.gz: df1645f58a178fb3b4818bcfbb9348686f93899b49c3237fc917c56866ea55f9
4
+ data.tar.gz: 8fa08d5d2c80410dc9fb9ccdc0d6212942e753b595c748c9986cedab457fd96a
5
5
  SHA512:
6
- metadata.gz: 5e8cf4d349e65bcc8507cdbb720837d596e586d6f62008edbae997ca8f4ccf88381e66423c532a6cf8687973a736878aa1000717401b513d38b3cc0321e7af92
7
- data.tar.gz: 2bc68e1b941e5e641ca5f44cc4210724970a8ad9c97ee9c13916cd319ba3ecb241c36abc2d79eafd43cad9597a150179a197542378bae81242fdef1b0fcf62ea
6
+ metadata.gz: 1681a4d539d9ad9ea64b72c58ccdcbb36930cd2c5ab7c8353e992203a78f22af1912849221a24319711190b4f9bfeb5b4dd3b2241b48515df1de78dbf8b4c45c
7
+ data.tar.gz: 787df12cb9a82ee05fc0f8058f5f07c1533d7fd2d2284d99c537d357a02d82fa65690fb245a7ced0d52ef72278cd45a73dbbbad53480782f7964c19301eda75d
@@ -51,6 +51,15 @@ module Google
51
51
  @client_stub.universe_domain
52
52
  end
53
53
 
54
+ ##
55
+ # The effective endpoint
56
+ #
57
+ # @return [String]
58
+ #
59
+ def endpoint
60
+ @client_stub.endpoint
61
+ end
62
+
54
63
  ##
55
64
  # Baseline implementation for the list_policies REST call
56
65
  #
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V2
23
- VERSION = "0.5.0"
23
+ VERSION = "0.5.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.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