Class GetWriteStreamRequest (2.19.0)

GetWriteStreamRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for GetWriteStreamRequest.

Attributes

NameDescription
name str
Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.
view google.cloud.bigquery_storage_v1.types.WriteStreamView
Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.