Class Google::Cloud::DataCatalog::V1::UsageSignal (v0.10.0)

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

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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}) — Usage statistics over each of the predefined time ranges.

    Supported time ranges are {"24H", "7D", "30D"}.

#usage_within_time_range=

def usage_within_time_range=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}) — Usage statistics over each of the predefined time ranges.

    Supported time ranges are {"24H", "7D", "30D"}.

Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats}) — Usage statistics over each of the predefined time ranges.

    Supported time ranges are {"24H", "7D", "30D"}.