class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageSignal

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

update_time[RW]

The end timestamp of the duration of usage statistics. Corresponds to the JSON property `updateTime` @return [String]

usage_within_time_range[RW]

Usage statistics over each of the predefined time ranges. Supported time ranges are ““24H”, “7D”, “30D”“. Corresponds to the JSON property `usageWithinTimeRange` @return [Hash<String,Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 2016
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datacatalog_v1/classes.rb, line 2021
def update!(**args)
  @update_time = args[:update_time] if args.key?(:update_time)
  @usage_within_time_range = args[:usage_within_time_range] if args.key?(:usage_within_time_range)
end