generated/google/apis/genomics_v2alpha1/classes.rb in google-api-client-0.30.7 vs generated/google/apis/genomics_v2alpha1/classes.rb in google-api-client-0.30.8

- old
+ new

@@ -1339,10 +1339,15 @@ # The worker's instance name. # Corresponds to the JSON property `instance` # @return [String] attr_accessor :instance + # The machine type that was assigned for the worker. + # Corresponds to the JSON property `machineType` + # @return [String] + attr_accessor :machine_type + # The zone the worker is running in. # Corresponds to the JSON property `zone` # @return [String] attr_accessor :zone @@ -1351,9 +1356,10 @@ end # Update properties of this object def update!(**args) @instance = args[:instance] if args.key?(:instance) + @machine_type = args[:machine_type] if args.key?(:machine_type) @zone = args[:zone] if args.key?(:zone) end end # An event generated when the worker VM that was assigned to the pipeline