Class: Google::Cloud::DataCatalog::V1::UsageSignal
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::UsageSignal
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/usage.rb
Overview
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.
Defined Under Namespace
Classes: UsageWithinTimeRangeEntry
Instance Attribute Summary collapse
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The end timestamp of the duration of usage statistics.
-
#usage_within_time_range ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}
readonly
Output only.
Instance Attribute Details
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The end timestamp of the duration of usage statistics.
63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 63 class UsageSignal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::DataCatalog::V1::UsageStats] class UsageWithinTimeRangeEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#usage_within_time_range ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats} (readonly)
Returns Output only. BigQuery usage statistics over each of the predefined time ranges.
Supported time ranges are {"24H", "7D", "30D"}.
63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 63 class UsageSignal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::DataCatalog::V1::UsageStats] class UsageWithinTimeRangeEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |