google-cloud-os_config-v1 0.1.1 → 0.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0821f48d87aed1732e0609b31f64d26315e8658d2891afaedc479ede4de879fe'
|
4
|
+
data.tar.gz: dcce845958e2cf745c4214ff40c40de286f489f9e86cada8344ff264eae53f7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f2496f4718830b2cd9aaa3d2af8f885ad74b766a3e918fe51e4bbfebed79e3b8198645acca5640d3ae76385e56530ad888eb563ec75361c62372d724bf6b944
|
7
|
+
data.tar.gz: 4f529687429691f59005ac9dbc26dc0978f011003a64452d50e27b384f320e546bb34058c8f55434233e5513b24699e8aaec4b1cfee176b314ec01434b2fd57a
|
data/README.md
CHANGED
@@ -34,7 +34,7 @@ response = client.execute_patch_job request
|
|
34
34
|
View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-os_config-v1/latest)
|
35
35
|
for class and method documentation.
|
36
36
|
|
37
|
-
See also the [Product Documentation](https://cloud.google.com/compute/docs/
|
37
|
+
See also the [Product Documentation](https://cloud.google.com/compute/docs/manage-os)
|
38
38
|
for general usage information.
|
39
39
|
|
40
40
|
## Enabling Logging
|
@@ -58,7 +58,7 @@ module Google
|
|
58
58
|
# @!attribute [r] update_time
|
59
59
|
# @return [::Google::Protobuf::Timestamp]
|
60
60
|
# Output only. Time the patch deployment was last updated. Timestamp is in
|
61
|
-
# [RFC3339](
|
61
|
+
# [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
62
62
|
# @!attribute [r] last_execute_time
|
63
63
|
# @return [::Google::Protobuf::Timestamp]
|
64
64
|
# Output only. The last time a patch job was started by this deployment.
|
@@ -669,7 +669,7 @@ module Google
|
|
669
669
|
# @!attribute [rw] instances
|
670
670
|
# @return [::Array<::String>]
|
671
671
|
# Targets any of the VM instances specified. Instances are specified by their
|
672
|
-
# URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]
|
672
|
+
# URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`,
|
673
673
|
# `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or
|
674
674
|
# `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
|
675
675
|
# @!attribute [rw] instance_name_prefixes
|
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.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-errors
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|