GoogleApi.CloudAsset.V1.Model.OutputConfig (google_api_cloud_asset v0.42.0)
View SourceOutput configuration for export assets destination.
Attributes
-
bigqueryDestination(type:GoogleApi.CloudAsset.V1.Model.BigQueryDestination.t, default:nil) - Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery. -
gcsDestination(type:GoogleApi.CloudAsset.V1.Model.GcsDestination.t, default:nil) - Destination on Cloud Storage.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.OutputConfig{ bigqueryDestination: GoogleApi.CloudAsset.V1.Model.BigQueryDestination.t() | nil, gcsDestination: GoogleApi.CloudAsset.V1.Model.GcsDestination.t() | nil }