Class UsageSignal (3.11.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.

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"}.

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.