Class: Google::Cloud::Asset::V1::BigQueryDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Overview

A BigQuery destination for exporting assets to.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId", to which the snapshot result should be exported. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.

Returns:

  • (::String)

    Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId", to which the snapshot result should be exported. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.



290
291
292
293
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 290

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

#force::Boolean

Returns If the destination table already exists and this flag is TRUE, the table will be overwritten by the contents of assets snapshot. If the flag is FALSE or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.

Returns:

  • (::Boolean)

    If the destination table already exists and this flag is TRUE, the table will be overwritten by the contents of assets snapshot. If the flag is FALSE or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.



290
291
292
293
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 290

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

#table::String

Returns Required. The BigQuery table to which the snapshot result should be written. If this table does not exist, a new table with the given name will be created.

Returns:

  • (::String)

    Required. The BigQuery table to which the snapshot result should be written. If this table does not exist, a new table with the given name will be created.



290
291
292
293
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 290

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