BigQuery Storage V1 API - Class Google::Cloud::Bigquery::Storage::V1::WriteStream (v0.27.0)

Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::WriteStream.

Information about a single stream that gets data inside the storage system.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_time

defcommit_time()->::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. Commit time of the stream. If a stream is of COMMITTED type, then it will have a commit_time same as create_time. If the stream is of PENDING type, empty commit_time means it is not committed.

#create_time

defcreate_time()->::Google::Protobuf::Timestamp
Returns

#location

deflocation()->::String
Returns
  • (::String) — Immutable. The geographic location where the stream's dataset resides. See https://cloud.google.com/bigquery/docs/locations for supported locations.

#location=

deflocation=(value)->::String
Parameter
  • value (::String) — Immutable. The geographic location where the stream's dataset resides. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Returns
  • (::String) — Immutable. The geographic location where the stream's dataset resides. See https://cloud.google.com/bigquery/docs/locations for supported locations.

#name

defname()->::String
Returns
  • (::String) — Output only. Name of the stream, in the form projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

#table_schema

deftable_schema()->::Google::Cloud::Bigquery::Storage::V1::TableSchema
Returns
  • (::Google::Cloud::Bigquery::Storage::V1::TableSchema) — Output only. The schema of the destination table. It is only returned in CreateWriteStream response. Caller should generate data that's compatible with this schema to send in initial AppendRowsRequest. The table schema could go out of date during the life time of the stream.

#type

deftype()->::Google::Cloud::Bigquery::Storage::V1::WriteStream::Type
Returns

#type=

deftype=(value)->::Google::Cloud::Bigquery::Storage::V1::WriteStream::Type
Parameter
Returns

#write_mode

defwrite_mode()->::Google::Cloud::Bigquery::Storage::V1::WriteStream::WriteMode
Returns

#write_mode=

defwrite_mode=(value)->::Google::Cloud::Bigquery::Storage::V1::WriteStream::WriteMode
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月13日 UTC.