Class: Google::Apis::GenomicsV1::StreamReadsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1::StreamReadsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v1/classes.rb,
generated/google/apis/genomics_v1/representations.rb,
generated/google/apis/genomics_v1/representations.rb
Instance Attribute Summary collapse
-
#alignments ⇒ Array<Google::Apis::GenomicsV1::Read>
Corresponds to the JSON property
alignments
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StreamReadsResponse
constructor
A new instance of StreamReadsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StreamReadsResponse
Returns a new instance of StreamReadsResponse.
2110 2111 2112 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 2110 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alignments ⇒ Array<Google::Apis::GenomicsV1::Read>
Corresponds to the JSON property alignments
2108 2109 2110 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 2108 def alignments @alignments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2115 2116 2117 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 2115 def update!(**args) @alignments = args[:alignments] if args.key?(:alignments) end |