Class: Google::Apis::GenomicsV2alpha1::RunPipelineResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV2alpha1::RunPipelineResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v2alpha1/classes.rb,
generated/google/apis/genomics_v2alpha1/representations.rb,
generated/google/apis/genomics_v2alpha1/representations.rb
Overview
The response to the RunPipeline method, returned in the operation's result field on success.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunPipelineResponse
constructor
A new instance of RunPipelineResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RunPipelineResponse
Returns a new instance of RunPipelineResponse
1166 1167 1168 |
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1166 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1171 1172 |
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1171 def update!(**args) end |