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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d742eb250c9190770302ad81e788f8355d3f3d475541419db5b0b33bc44ec993
4
- data.tar.gz: b61528b8fc1cc2ec3809ad41e8112e5590bfc69dcc2cf59574320bebbc80c8b0
3
+ metadata.gz: f986ee9799a1cf3c7cfa5337d3e1cef972c15d97a3771ffe1ad5056532d990bb
4
+ data.tar.gz: 71da5dec060ab908775c381c8637638b2c907960ccbbddcdae342c9a83b2f23b
5
5
  SHA512:
6
- metadata.gz: cc1dc25179cf9872022527036c3243a9c943cd25b4ea70b6ded00028d81c7ea629f30378d8cf7b62cc011a29d665f9afc555e2b29c06bd8cdaf395c7e92e0cf6
7
- data.tar.gz: abdb2e8b31439af6c0ca1071203c045e0d2f7c1b59b8c72ad8bb71272fedcd0c8e77e85b3239d8ea653a71c82d735e10d0247c8b38ca2c85ae4c2bfab051e0cf
6
+ metadata.gz: 36c489b23ee46c3cda56e460eb3729ccee63f79e34fcc6f05aaf5d8b616091e4e935d8df6df7e8b125a7b41f41787f9e1d4a539b83a92ffb61926f5126a393b1
7
+ data.tar.gz: a1bc5ded17b8d06e0b1e42e909e82a3a51ce5aee90275cafa44d6d72ba87de4c79027b267b33b292b8e325289bf21e900e6777cafe99393327aa6f7d60a38488
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsConfig
23
23
  module V1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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
@@ -130,6 +130,10 @@ module Google
130
130
  # Indicates that the frequency should be expressed in terms of
131
131
  # months.
132
132
  MONTHLY = 2
133
+
134
+ # Indicates that the frequency should be expressed in terms of
135
+ # days.
136
+ DAILY = 3
133
137
  end
134
138
  end
135
139
 
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.6.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-09-07 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common