Class UsageSignal (3.19.0)

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

The set of all usage signals that we store in Data Catalog.

Attributes

NameDescription
update_time google.protobuf.timestamp_pb2.Timestamp
The timestamp of the end of the usage statistics duration.
usage_within_time_range MutableMapping[str, google.cloud.datacatalog_v1beta1.types.UsageStats]
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

Classes

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.