Class: Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1ChangeBatch
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1ChangeBatch
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/remotebuildexecution_v1/classes.rb,
generated/google/apis/remotebuildexecution_v1/representations.rb,
generated/google/apis/remotebuildexecution_v1/representations.rb
Overview
A batch of Change messages.
Instance Attribute Summary collapse
-
#changes ⇒ Array<Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1Change>
A list of Change messages.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleWatcherV1ChangeBatch
constructor
A new instance of GoogleWatcherV1ChangeBatch.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleWatcherV1ChangeBatch
Returns a new instance of GoogleWatcherV1ChangeBatch
3809 3810 3811 |
# File 'generated/google/apis/remotebuildexecution_v1/classes.rb', line 3809 def initialize(**args) update!(**args) end |
Instance Attribute Details
#changes ⇒ Array<Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1Change>
A list of Change messages.
Corresponds to the JSON property changes
3807 3808 3809 |
# File 'generated/google/apis/remotebuildexecution_v1/classes.rb', line 3807 def changes @changes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3814 3815 3816 |
# File 'generated/google/apis/remotebuildexecution_v1/classes.rb', line 3814 def update!(**args) @changes = args[:changes] if args.key?(:changes) end |