Class: Google::Cloud::Bigquery::Storage::V1::ReadStream
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::ReadStream
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/stream.rb
Overview
Information about a single stream that gets data out of the storage system.
Most of the information about ReadStream
instances is aggregated, making
ReadStream
lightweight.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Name of the stream, in the form
projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}
.
211 212 213 214 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/stream.rb', line 211 class ReadStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |