GoogleApi.Metastore.V1.Model.QueryMetadataResponse (google_api_metastore v0.12.0)

View Source

Response message for DataprocMetastore.QueryMetadata.

Attributes

  • resultManifestUri (type: String.t, default: nil) - The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1.Model.QueryMetadataResponse{
  resultManifestUri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.