google-cloud-service_control-v1 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: 91ae25c256669ce416fb52554cde9315f91a2c9b5c68e1585ab783d4e0a789db
4
- data.tar.gz: f7c5a8470b01c4e31fb0fd0a86ac88d749a73d0fd50923b84d379cff5c9a3dbd
3
+ metadata.gz: 4d16ad1a68782b2568c10637ea91f4c93e7494d0dd79ac85d0c2b4dc62ad0796
4
+ data.tar.gz: ce4654e4422021fdbcfa20a7ab3d26e27e6fab5a094c8dd17d46aec1ac811153
5
5
  SHA512:
6
- metadata.gz: 0206e8664115d82ea142b63dffd8945cb6bf90b68cb3ba3c965701f6b0edb2886ad94020668a8343f5f743cef31740eb61a5f953ead6ae4b16d579c07ee21c07
7
- data.tar.gz: 1afb31c264b06c4097bc231e104b34b3a547d414602290706df00aa65351d2c3889c753db25ec869f7bf6666925c6141663804feccacec2727239cc945bf1717
6
+ metadata.gz: a03b84313840f2f0d6253192f6e97dfcb1d28b743cc18eaa200c42df70850168e3d65a07da79ddde20768659ce29a678077f344e87b4fdb2422f829f7e77ea05
7
+ data.tar.gz: 7b0d8b3b6f4116e8fdd773749bd09044a368af80f60de39c2e0f6396731a4f4d8ffebfe93b1730d6f030fd95560a4d2fb019dfa5e6898faa86d6036e19d53738
@@ -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 allocate_quota 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 check REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceControl
23
23
  module V1
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-service_control-v1
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