Reference documentation and code samples for the Google BigQuery Storage V1 Client class WriteStreamView.
WriteStreamView is a view enum that controls what details about a write
stream should be returned.
Protobuf type google.cloud.bigquery.storage.v1.WriteStreamView
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
WRITE_STREAM_VIEW_UNSPECIFIED
Value: 0
The default / unset value.
Generated from protobuf enum WRITE_STREAM_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1
The BASIC projection returns basic metadata about a write stream. The
basic view does not include schema information. This is the default view
returned by GetWriteStream.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2
The FULL projection returns all available write stream metadata, including
the schema. CreateWriteStream returns the full projection of write stream
metadata.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google BigQuery Storage V1 Client - Class WriteStreamView (2.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.5 (latest)](/php/docs/reference/cloud-bigquery-storage/latest/V1.WriteStreamView)\n- [2.1.4](/php/docs/reference/cloud-bigquery-storage/2.1.4/V1.WriteStreamView)\n- [2.0.0](/php/docs/reference/cloud-bigquery-storage/2.0.0/V1.WriteStreamView)\n- [1.10.4](/php/docs/reference/cloud-bigquery-storage/1.10.4/V1.WriteStreamView)\n- [1.9.0](/php/docs/reference/cloud-bigquery-storage/1.9.0/V1.WriteStreamView)\n- [1.8.0](/php/docs/reference/cloud-bigquery-storage/1.8.0/V1.WriteStreamView)\n- [1.7.1](/php/docs/reference/cloud-bigquery-storage/1.7.1/V1.WriteStreamView)\n- [1.6.0](/php/docs/reference/cloud-bigquery-storage/1.6.0/V1.WriteStreamView)\n- [1.5.0](/php/docs/reference/cloud-bigquery-storage/1.5.0/V1.WriteStreamView)\n- [1.4.1](/php/docs/reference/cloud-bigquery-storage/1.4.1/V1.WriteStreamView)\n- [1.3.2](/php/docs/reference/cloud-bigquery-storage/1.3.2/V1.WriteStreamView)\n- [1.2.12](/php/docs/reference/cloud-bigquery-storage/1.2.12/V1.WriteStreamView) \nReference documentation and code samples for the Google BigQuery Storage V1 Client class WriteStreamView.\n\nWriteStreamView is a view enum that controls what details about a write\nstream should be returned.\n\nProtobuf type `google.cloud.bigquery.storage.v1.WriteStreamView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ Storage \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### WRITE_STREAM_VIEW_UNSPECIFIED\n\n Value: 0\n\nThe default / unset value.\n\nGenerated from protobuf enum `WRITE_STREAM_VIEW_UNSPECIFIED = 0;`\n\n### BASIC\n\n Value: 1\n\nThe BASIC projection returns basic metadata about a write stream. The\nbasic view does not include schema information. This is the default view\nreturned by GetWriteStream.\n\nGenerated from protobuf enum `BASIC = 1;`\n\n### FULL\n\n Value: 2\n\nThe FULL projection returns all available write stream metadata, including\nthe schema. CreateWriteStream returns the full projection of write stream\nmetadata.\n\nGenerated from protobuf enum `FULL = 2;`"]]