Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::GetWriteStreamRequest.
Request message for GetWriteStreamRequest
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the stream to get, in the form of
projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the stream to get, in the form of
projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}
.
Returns
-
(::String) — Required. Name of the stream to get, in the form of
projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}
.
#view
def view() -> ::Google::Cloud::Bigquery::Storage::V1::WriteStreamView
Returns
- (::Google::Cloud::Bigquery::Storage::V1::WriteStreamView) — Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.
#view=
def view=(value) -> ::Google::Cloud::Bigquery::Storage::V1::WriteStreamView
Parameter
- value (::Google::Cloud::Bigquery::Storage::V1::WriteStreamView) — Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.
Returns
- (::Google::Cloud::Bigquery::Storage::V1::WriteStreamView) — Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.