google-cloud-iap-v1 0.11.0 → 0.11.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: e299fb75c46a92a71962fca9bfacfc35ada7a126fc85f21389387c921608acd8
4
- data.tar.gz: cf6cc842d6ef423a300c518b9015ab07079f5448f387c30689efaedc2c92b806
3
+ metadata.gz: 9291fefae8ca524e8e0339416af33507c79c519a487564ac45356f78ee05468f
4
+ data.tar.gz: 45e6d78787cd0d04b5b574dbada97efa98d67647e85b4a52b4c5b17c1f1cb0c6
5
5
  SHA512:
6
- metadata.gz: 0a177aa561c6eb2aa3a9f33d221d32d56295236f436c91aeb71cd9757bbeefc78c48c4fe0a36c68b62b50a6dcad2f6fa5d8a8848895662f52dce85115fc7e777
7
- data.tar.gz: bd865477404dd8b315ea02a300a8f3a0feed460401425bf8a3929ffab331e5eef60b95b9c97fc5ae521697a05970f9d113d61c23f8ff82193ee9ec7b73dc4584
6
+ metadata.gz: aa4ffc4766bff558e08646642ec4de955823eed0ad98427cffc14c4a7e0d3475989e6d7e3cae2bb21477eff7c74bd8d44316ece63964fe378e31fabfd8fe4923
7
+ data.tar.gz: d1eda524f0ac290a085f3a8a6d32daaf49a670a5f175ce27be008c8aad171ac9df9b94ab0320e1f64c9244c59d1644cd8860c19565ff84b386f96a7f1a104145
@@ -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 set_iam_policy 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_brands REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iap
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.11.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-iap-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.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