Class: Google::Cloud::Bigquery::Storage::V1::FinalizeWriteStreamRequest

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 invoking FinalizeWriteStream.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the stream to finalize, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

Returns:

  • (::String)

    Required. Name of the stream to finalize, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.



470
471
472
473
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 470

class FinalizeWriteStreamRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end