google-cloud-os_config-v1 0.1.1 → 0.1.2

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: 13d499cc6c9c36acc742b7761db5dd5fd5bbe70cc166ffc9b80f4f3487d916ac
4
- data.tar.gz: d66b7de50dac98886cd26d2fcca8a7cd0c0ebb1a577272b1e9c229ba4b0e8f39
3
+ metadata.gz: '0821f48d87aed1732e0609b31f64d26315e8658d2891afaedc479ede4de879fe'
4
+ data.tar.gz: dcce845958e2cf745c4214ff40c40de286f489f9e86cada8344ff264eae53f7b
5
5
  SHA512:
6
- metadata.gz: dcecf1d19de832b60ab91d399a5ddb0519317e9d57cc9c6c752b1f6c69773b8693bb26707f0b6f4ff36695702f23c59fec4db21ab6671fd52ca4198b6f795a2e
7
- data.tar.gz: 63864691ab8bde776ab660ca9ac18baa1b2bf78d8c87f08928f5cfe22a53bd4085af9393be2555e976bce60cd567efd2928c17973be1290674d5b8bc51d36f87
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/osconfig/)
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsConfig
23
23
  module V1
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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]("https://www.ietf.org/rfc/rfc3339.txt) text format.
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.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-18 00:00:00.000000000 Z
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.2'
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.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement