google-cloud-resource_manager-v3 0.8.0 → 0.8.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: 6ba96064b31f2fa2cea41d7ec3e7b249ffb017c5abf524c73a272e6b02bbee9a
4
- data.tar.gz: dcfbf61721b11aac37e0347db50d0514621b02b84bd30cede84af6a5e007964f
3
+ metadata.gz: d2e7c64e405727ebcbacced228d20eb5894052c44fdc91edd3e6ead1cc1d27dd
4
+ data.tar.gz: 41d732b316c269885bbc4b716f200d2d033462fdc22b3e68c784844f543ba676
5
5
  SHA512:
6
- metadata.gz: d96c4b0447e82066534b988b2f0c514bd0043ef140e332425ca4fb79b233ebfc1b15e46496c4f2544c35dd209917cc3610abb04d43e39bcc30215add14c7a33b
7
- data.tar.gz: 801b6e73c51eb0e33cbdccfc6be4f14e2b1d8b2be714eab118d9d387924dc785fb5fac8005f0588655bbfa39a1bf1a834b0b536504d7517640ad541590674254
6
+ metadata.gz: 68a3627cc581027f9ed83922ec4c2033b3237196e13ce9d69074e9a14133d6697659af23c283c8e111fc188f9efc7b2afa3cc7f266a5b9bc79efa33019611fd2
7
+ data.tar.gz: 26c8445a79cdb3e3b46a560bf539b56ccc1741631050c890c7b0f1293efa30a38742f2f0113bb412f2ca4694fdfc612ebca354e48b672942c9644aac474938fa
@@ -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_folder 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 get_organization 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 get_project 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_tag_bindings 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_tag_hold 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_tag_keys 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_tag_values REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ResourceManager
23
23
  module V3
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.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-resource_manager-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.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