Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::OutputConfig.
Output configuration for export assets destination.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_destination
def bigquery_destination() -> ::Google::Cloud::Asset::V1::BigQueryDestination
Returns
- (::Google::Cloud::Asset::V1::BigQueryDestination) — Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
#bigquery_destination=
def bigquery_destination=(value) -> ::Google::Cloud::Asset::V1::BigQueryDestination
Parameter
- value (::Google::Cloud::Asset::V1::BigQueryDestination) — Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
Returns
- (::Google::Cloud::Asset::V1::BigQueryDestination) — Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
#gcs_destination
def gcs_destination() -> ::Google::Cloud::Asset::V1::GcsDestination
Returns
- (::Google::Cloud::Asset::V1::GcsDestination) — Destination on Cloud Storage.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Asset::V1::GcsDestination
Parameter
- value (::Google::Cloud::Asset::V1::GcsDestination) — Destination on Cloud Storage.
Returns
- (::Google::Cloud::Asset::V1::GcsDestination) — Destination on Cloud Storage.