Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::UsageSignal (v0.19.0)

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

#common_usage_within_time_range

def common_usage_within_time_range() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::CommonUsageStats}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::CommonUsageStats}) — Common usage statistics over each of the predefined time ranges.

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

#common_usage_within_time_range=

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

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

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

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

#favorite_count

def favorite_count() -> ::Integer
Returns
  • (::Integer) — Favorite count in the source system.

#favorite_count=

def favorite_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Favorite count in the source system.
Returns
  • (::Integer) — Favorite count in the source system.

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

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