google-cloud-os_config-v1 0.6.0 → 0.7.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 +4 -4
- data/lib/google/cloud/os_config/v1/version.rb +1 -1
- data/lib/google/cloud/osconfig/v1/inventory_pb.rb +2 -2
- data/lib/google/cloud/osconfig/v1/osconfig_service_pb.rb +2 -2
- data/lib/google/cloud/osconfig/v1/osconfig_service_services_pb.rb +1 -1
- data/lib/google/cloud/osconfig/v1/osconfig_zonal_service_pb.rb +2 -2
- data/lib/google/cloud/osconfig/v1/osconfig_zonal_service_services_pb.rb +1 -1
- data/lib/google/cloud/osconfig/v1/patch_deployments_pb.rb +3 -2
- data/lib/google/cloud/osconfig/v1/patch_jobs_pb.rb +2 -2
- data/lib/google/cloud/osconfig/v1/vulnerability_pb.rb +2 -2
- data/proto_docs/google/cloud/osconfig/v1/patch_deployments.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f986ee9799a1cf3c7cfa5337d3e1cef972c15d97a3771ffe1ad5056532d990bb
|
|
4
|
+
data.tar.gz: 71da5dec060ab908775c381c8637638b2c907960ccbbddcdae342c9a83b2f23b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36c489b23ee46c3cda56e460eb3729ccee63f79e34fcc6f05aaf5d8b616091e4e935d8df6df7e8b125a7b41f41787f9e1d4a539b83a92ffb61926f5126a393b1
|
|
7
|
+
data.tar.gz: a1bc5ded17b8d06e0b1e42e909e82a3a51ce5aee90275cafa44d6d72ba87de4c79027b267b33b292b8e325289bf21e900e6777cafe99393327aa6f7d60a38488
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/osconfig/v1/inventory.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/resource_pb'
|
|
8
6
|
require 'google/protobuf/timestamp_pb'
|
|
9
7
|
require 'google/type/date_pb'
|
|
8
|
+
require 'google/protobuf'
|
|
9
|
+
|
|
10
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
11
|
add_file("google/cloud/osconfig/v1/inventory.proto", :syntax => :proto3) do
|
|
12
12
|
add_message "google.cloud.osconfig.v1.Inventory" do
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/osconfig/v1/osconfig_service.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/resource_pb'
|
|
9
7
|
require 'google/cloud/osconfig/v1/patch_deployments_pb'
|
|
10
8
|
require 'google/cloud/osconfig/v1/patch_jobs_pb'
|
|
11
9
|
require 'google/protobuf/empty_pb'
|
|
10
|
+
require 'google/protobuf'
|
|
11
|
+
|
|
12
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
13
|
add_file("google/cloud/osconfig/v1/osconfig_service.proto", :syntax => :proto3) do
|
|
14
14
|
end
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# manage package installations and patch jobs for virtual machine instances.
|
|
31
31
|
class Service
|
|
32
32
|
|
|
33
|
-
include GRPC::GenericService
|
|
33
|
+
include ::GRPC::GenericService
|
|
34
34
|
|
|
35
35
|
self.marshal_class_method = :encode
|
|
36
36
|
self.unmarshal_class_method = :decode
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/osconfig/v1/osconfig_zonal_service.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/resource_pb'
|
|
9
7
|
require 'google/cloud/osconfig/v1/inventory_pb'
|
|
10
8
|
require 'google/cloud/osconfig/v1/vulnerability_pb'
|
|
9
|
+
require 'google/protobuf'
|
|
10
|
+
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
add_file("google/cloud/osconfig/v1/osconfig_zonal_service.proto", :syntax => :proto3) do
|
|
13
13
|
end
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# manage package installations and patch jobs for Compute Engine VM instances.
|
|
31
31
|
class Service
|
|
32
32
|
|
|
33
|
-
include GRPC::GenericService
|
|
33
|
+
include ::GRPC::GenericService
|
|
34
34
|
|
|
35
35
|
self.marshal_class_method = :encode
|
|
36
36
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/osconfig/v1/patch_deployments.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/resource_pb'
|
|
8
6
|
require 'google/cloud/osconfig/v1/patch_jobs_pb'
|
|
@@ -11,6 +9,8 @@ require 'google/protobuf/timestamp_pb'
|
|
|
11
9
|
require 'google/type/datetime_pb'
|
|
12
10
|
require 'google/type/dayofweek_pb'
|
|
13
11
|
require 'google/type/timeofday_pb'
|
|
12
|
+
require 'google/protobuf'
|
|
13
|
+
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
add_file("google/cloud/osconfig/v1/patch_deployments.proto", :syntax => :proto3) do
|
|
16
16
|
add_message "google.cloud.osconfig.v1.PatchDeployment" do
|
|
@@ -48,6 +48,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
48
48
|
value :FREQUENCY_UNSPECIFIED, 0
|
|
49
49
|
value :WEEKLY, 1
|
|
50
50
|
value :MONTHLY, 2
|
|
51
|
+
value :DAILY, 3
|
|
51
52
|
end
|
|
52
53
|
add_message "google.cloud.osconfig.v1.WeeklySchedule" do
|
|
53
54
|
optional :day_of_week, :enum, 1, "google.type.DayOfWeek"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/osconfig/v1/patch_jobs.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/resource_pb'
|
|
8
6
|
require 'google/cloud/osconfig/v1/osconfig_common_pb'
|
|
9
7
|
require 'google/protobuf/duration_pb'
|
|
10
8
|
require 'google/protobuf/timestamp_pb'
|
|
9
|
+
require 'google/protobuf'
|
|
10
|
+
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
add_file("google/cloud/osconfig/v1/patch_jobs.proto", :syntax => :proto3) do
|
|
13
13
|
add_message "google.cloud.osconfig.v1.ExecutePatchJobRequest" do
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/osconfig/v1/vulnerability.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/resource_pb'
|
|
8
6
|
require 'google/protobuf/timestamp_pb'
|
|
7
|
+
require 'google/protobuf'
|
|
8
|
+
|
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
10
|
add_file("google/cloud/osconfig/v1/vulnerability.proto", :syntax => :proto3) do
|
|
11
11
|
add_message "google.cloud.osconfig.v1.VulnerabilityReport" do
|
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.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|