Class UsageSignal (3.19.0)

UsageSignal(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
update_time google.protobuf.timestamp_pb2.Timestamp
The end timestamp of the duration of usage statistics.
usage_within_time_range MutableMapping[str, google.cloud.datacatalog_v1.types.UsageStats]
Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
common_usage_within_time_range MutableMapping[str, google.cloud.datacatalog_v1.types.CommonUsageStats]
Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
favorite_count int
Favorite count in the source system. This field is a member of oneof_ _favorite_count.

Classes

CommonUsageWithinTimeRangeEntry

CommonUsageWithinTimeRangeEntry(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

UsageWithinTimeRangeEntry

UsageWithinTimeRangeEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.