Class: Google::Cloud::Bigquery::Storage::V1::GetWriteStreamRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::GetWriteStreamRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
Request message for GetWriteStreamRequest
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Bigquery::Storage::V1::WriteStreamView
Indicates whether to get full or partial view of the WriteStream.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the stream to get, in the form of
projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}
.
429 430 431 432 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 429 class GetWriteStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Bigquery::Storage::V1::WriteStreamView
Returns Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.
429 430 431 432 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 429 class GetWriteStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |