Cloud Asset V1 API - Class Google::Cloud::Asset::V1::OutputConfig (v1.2.0)

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.

    Note: The following fields are mutually exclusive: bigquery_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

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

    Note: The following fields are mutually exclusive: bigquery_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Asset::V1::BigQueryDestination) — Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.

    Note: The following fields are mutually exclusive: bigquery_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_destination

def gcs_destination() -> ::Google::Cloud::Asset::V1::GcsDestination
Returns
  • (::Google::Cloud::Asset::V1::GcsDestination) — Destination on Cloud Storage.

    Note: The following fields are mutually exclusive: gcs_destination, bigquery_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_destination=

def gcs_destination=(value) -> ::Google::Cloud::Asset::V1::GcsDestination
Parameter
  • value (::Google::Cloud::Asset::V1::GcsDestination) — Destination on Cloud Storage.

    Note: The following fields are mutually exclusive: gcs_destination, bigquery_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Asset::V1::GcsDestination) — Destination on Cloud Storage.

    Note: The following fields are mutually exclusive: gcs_destination, bigquery_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.