google-cloud-os_config 1.7.1 → 1.8.0

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: b848f4f535632833a58deaf73ce8d488d3a6a4afc4b39d930a1087385832e18a
4
- data.tar.gz: 5db17c873efaaad604e812bc47e5f8f8d79fd67191fb7a9be292ea2da8f02bbc
3
+ metadata.gz: 42b3297f1eef39771784c4bababa17d6879706bc568f53525976b0e1c5e6df92
4
+ data.tar.gz: 6d427c87e3cb8182592ff325ed71b6642f5acde62883c19dc5e33b99bc2da153
5
5
  SHA512:
6
- metadata.gz: 86f0728503f191a72cd4ef9bd4284b60c5ef55ba525623c839d7b35ff7bc04f8dbe0fa1ad1e3ccd63ef4e4cf5bad5420e049c6a437a38c3a56a5577e10ca3179
7
- data.tar.gz: 12c05fdc4adb688e49eadf17cc374982913a0a0dab949ef698d1f49883a146d48e340b6f547bd3046b8b16fff9d5321c7b09fa136aa9e9e5a5add3235e7e1a3d
6
+ metadata.gz: 8179862cf415c8b517bc95575e8e369e1b27afefa479ed7321d640144f81fda9d6e1b3b3191cff31e6f0ae753426493f3d5ec7a04c308f7ecb2a8420f458829a
7
+ data.tar.gz: e54c778950f27bfd07e69e2c833c7c8b79cc7d3cf759d76d7a3c913a871e206ce119b668762a76d718ab7feae419c02f2e71fd6e1dfc55dc98425f1b6af374e7
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/osconfig.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/os_config"
39
+
40
+ client = Google::Cloud::OsConfig.os_config_service
41
+ request = ::Google::Cloud::OsConfig::V1::ExecutePatchJobRequest.new # (request fields as keyword arguments...)
42
+ response = client.execute_patch_job request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module OsConfig
23
- VERSION = "1.7.1"
23
+ VERSION = "1.8.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Cloud OS Config API
81
81
  test_files: []