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
3871 3872 3873 |
# File 'generated/google/apis/remotebuildexecution_v1/classes.rb', line 3871 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
3869 3870 3871 |
# File 'generated/google/apis/remotebuildexecution_v1/classes.rb', line 3869 def changes @changes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3876 3877 3878 |
# File 'generated/google/apis/remotebuildexecution_v1/classes.rb', line 3876 def update!(**args) @changes = args[:changes] if args.key?(:changes) end |