generated/google/apis/osconfig_v1beta/classes.rb in google-api-client-0.40.1 vs generated/google/apis/osconfig_v1beta/classes.rb in google-api-client-0.40.2
- old
+ new
@@ -459,12 +459,11 @@
@interpreter = args[:interpreter] if args.key?(:interpreter)
@local_path = args[:local_path] if args.key?(:local_path)
end
end
- # A request message to initiate patching across Google Compute Engine
- # instances.
+ # A request message to initiate patching across Compute Engine instances.
class ExecutePatchJobRequest
include Google::Apis::Core::Hashable
# Description of the patch job. Length of the description is limited
# to 1024 characters.
@@ -1180,12 +1179,12 @@
# Represents a group of VMs that can be identified as having all these
# labels, for example "env=prod and app=web".
class PatchInstanceFilterGroupLabel
include Google::Apis::Core::Hashable
- # Google Compute Engine instance labels that must be present for a VM
- # instance to be targeted by this filter.
+ # Compute Engine instance labels that must be present for a VM instance to
+ # be targeted by this filter.
# Corresponds to the JSON property `labels`
# @return [Hash<String,String>]
attr_accessor :labels
def initialize(**args)
@@ -1198,12 +1197,12 @@
end
end
# A high level representation of a patch job that is either in progress
# or has completed.
- # Instances details are not included in the job. To paginate through instance
- # details, use ListPatchJobInstanceDetails.
+ # Instance details are not included in the job. To paginate through instance
+ # details, use `ListPatchJobInstanceDetails`.
# For more information about patch jobs, see
# [Creating patch
# jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-
# job).
class PatchJob
@@ -1281,10 +1280,10 @@
# 0.0 being no progress to 100.0 being complete.
# Corresponds to the JSON property `percentComplete`
# @return [Float]
attr_accessor :percent_complete
- # The current state of the PatchJob .
+ # The current state of the PatchJob.
# Corresponds to the JSON property `state`
# @return [String]
attr_accessor :state
# Last time this patch job was updated.