lib/google/apis/osconfig_v1/representations.rb in google-apis-osconfig_v1-0.15.0 vs lib/google/apis/osconfig_v1/representations.rb in google-apis-osconfig_v1-0.16.0

- old
+ new

@@ -476,16 +476,28 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class PausePatchDeploymentRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class RecurringSchedule class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ResumePatchDeploymentRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Status class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1312,10 +1324,11 @@ property :recurring_schedule, as: 'recurringSchedule', class: Google::Apis::OsconfigV1::RecurringSchedule, decorator: Google::Apis::OsconfigV1::RecurringSchedule::Representation property :rollout, as: 'rollout', class: Google::Apis::OsconfigV1::PatchRollout, decorator: Google::Apis::OsconfigV1::PatchRollout::Representation + property :state, as: 'state' property :update_time, as: 'updateTime' end end class PatchInstanceFilter @@ -1401,10 +1414,16 @@ property :mode, as: 'mode' end end + class PausePatchDeploymentRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class RecurringSchedule # @private class Representation < Google::Apis::Core::JsonRepresentation property :end_time, as: 'endTime' property :frequency, as: 'frequency' @@ -1417,9 +1436,15 @@ property :time_zone, as: 'timeZone', class: Google::Apis::OsconfigV1::TimeZone, decorator: Google::Apis::OsconfigV1::TimeZone::Representation property :weekly, as: 'weekly', class: Google::Apis::OsconfigV1::WeeklySchedule, decorator: Google::Apis::OsconfigV1::WeeklySchedule::Representation + end + end + + class ResumePatchDeploymentRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation end end class Status # @private