GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1UsageSignal (google_api_data_catalog v0.25.0) 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
-
updateTime(type:DateTime.t, default:nil) - The end timestamp of the duration of usage statistics. -
usageWithinTimeRange(type:%{optional(String.t) => GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1UsageStats.t}, default:nil) - Usage statistics over each of the predefined time ranges. Supported time ranges are{"24H", "7D", "30D"}.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1UsageSignal{
updateTime: DateTime.t() | nil,
usageWithinTimeRange:
%{
optional(String.t()) =>
GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1UsageStats.t()
}
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.