UsageSignal(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The set of all usage signals that we store in Data Catalog.
Attributes | |
---|---|
Name | Description |
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 | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |