Class: Google::Cloud::Bigquery::Storage::V1::GetWriteStreamRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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.

Returns:



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