GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1UsageSignal (google_api_data_catalog v0.32.2)

View Source

The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.

Attributes

  • commonUsageWithinTimeRange (type: %{optional(String.t) => GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1CommonUsageStats.t}, default: nil) - Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
  • favoriteCount (type: String.t, default: nil) - Favorite count in the source system.
  • updateTime (type: DateTime.t, default: nil) - The end timestamp of the duration of usage statistics.
  • usageWithinTimeRange (type: %{optional(String.t) => GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1UsageStats.t}, default: nil) - Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1UsageSignal{
  commonUsageWithinTimeRange:
    %{
      optional(String.t()) =>
        GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1CommonUsageStats.t()
    }
    | nil,
  favoriteCount: String.t() | nil,
  updateTime: DateTime.t() | nil,
  usageWithinTimeRange:
    %{
      optional(String.t()) =>
        GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1UsageStats.t()
    }
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.