Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class 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.
Generated from protobuf message google.cloud.datacatalog.v1.UsageSignal
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_time
↳ usage_within_time_range
array| Google\Protobuf\Internal\MapField
Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}
.
getUpdateTime
The end timestamp of the duration of usage statistics.
hasUpdateTime
clearUpdateTime
setUpdateTime
The end timestamp of the duration of usage statistics.
$this
getUsageWithinTimeRange
Output only. BigQuery usage statistics over each of the predefined time ranges.
Supported time ranges are {"24H", "7D", "30D"}
.
setUsageWithinTimeRange
Output only. BigQuery usage statistics over each of the predefined time ranges.
Supported time ranges are {"24H", "7D", "30D"}
.
$this

