View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaOutputResult (google_api_discovery_engine v0.9.0)

Output result that stores the information about where the exported data is stored.

Attributes

  • bigqueryResult (type: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult.t, default: nil) - The BigQuery location where the result is stored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaOutputResult{
    bigqueryResult:
      GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.