View Source GoogleApi.BigQuery.V2.Model.DatasetList (google_api_big_query v0.79.0)

Response format for a page of results when listing datasets.

Attributes

  • datasets (type: list(GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t), default: nil) - An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.
  • etag (type: String.t, default: nil) - Output only. A hash value of the results page. You can use this property to determine if the page has changed since the last request.
  • kind (type: String.t, default: bigquery#datasetList) - Output only. The resource type. This property always returns the value "bigquery#datasetList"
  • nextPageToken (type: String.t, default: nil) - A token that can be used to request the next results page. This property is omitted on the final results page.
  • unreachable (type: list(String.t), default: nil) - A list of skipped locations that were unreachable. For more information about BigQuery locations, see: https://cloud.google.com/bigquery/docs/locations. Example: "europe-west5"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.DatasetList{
  datasets: [GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t()] | nil,
  etag: String.t() | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.