google-cloud-os_config-v1 0.15.0 → 0.15.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: 03ee2c782ba3c1e7952287f1c53c75aa118fdd7b68c2996c6f254b12981b2fef
4
- data.tar.gz: db41db85137f8ded65b4f10a8fdec34e7d79f9c0c7c809222838eb43d2993a03
3
+ metadata.gz: abf59a64910904133f16c11bcdf7ab8111d62fc15740dcdc093b68e8c6fb5824
4
+ data.tar.gz: 1697c8bb0df03b118a7da8e57b416f15c0dfde926c1ee7e9fece38a5c53667c4
5
5
  SHA512:
6
- metadata.gz: 721b7d49e270a04a99a001ee28cab3ee02ecca6bd7af80cff769faf49f4754b02191bc512820bb2cbf10b1317ca9b9da0ba75aab69a42258edc97ad4571ea485
7
- data.tar.gz: 9dc995605e28eb42871fe2e3e89db2ad07b9394859ec3cbb1bbd97dce3d8fbaa6cd20e17bcdc1201e868f9d5bb3346d1ec871c989ad6a4eced83efc095aeaaa6
6
+ metadata.gz: 5c76288adc60458d6ce724c52df60b59d189af0b2fffbb4de508daa3dd6b5684ec94b8db457db0e30a1bdc6b9397e53a42f30950a226b0a2d6cbc5c5f4c64786
7
+ data.tar.gz: 7e13cab4574660e2921cfebeab85dc0efdb023396bce8a4e4d4e3e6244b827c3f61d421148fbf459442059c05348f7e91fc7b07c1fbeedcc127607e898e220bf
@@ -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 execute_patch_job 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_os_policy_assignment REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsConfig
23
23
  module V1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.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-os_config-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.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