Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::UsageSignal.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The end timestamp of the duration of usage statistics.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The end timestamp of the duration of usage statistics.
Returns
- (::Google::Protobuf::Timestamp) — The end timestamp of the duration of usage statistics.
#usage_within_time_range
def usage_within_time_range() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}) — Output only. BigQuery usage statistics over each of the predefined time ranges.
Supported time ranges are
{"24H", "7D", "30D"}
.