GoogleCloudDatacatalogV1UsageSignal class
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.
Constructors
-
GoogleCloudDatacatalogV1UsageSignal({Map<
String, GoogleCloudDatacatalogV1CommonUsageStats> ? commonUsageWithinTimeRange, String? favoriteCount, String? updateTime, Map<String, GoogleCloudDatacatalogV1UsageStats> ? usageWithinTimeRange}) - GoogleCloudDatacatalogV1UsageSignal.fromJson(Map json_)
Properties
-
commonUsageWithinTimeRange
↔ Map<
String, GoogleCloudDatacatalogV1CommonUsageStats> ? -
Common usage statistics over each of the predefined time ranges.
getter/setter pair
- favoriteCount ↔ String?
-
Favorite count in the source system.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The end timestamp of the duration of usage statistics.
getter/setter pair
-
usageWithinTimeRange
↔ Map<
String, GoogleCloudDatacatalogV1UsageStats> ? -
BigQuery usage statistics over each of the predefined time ranges.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited