Send feedback
Interface UsageSignalOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.5.4 keyboard_arrow_down
public interface UsageSignalOrBuilder extends MessageOrBuilder
Methods
containsUsageWithinTimeRange(String key)
public abstract boolean containsUsageWithinTimeRange ( String key )
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
Parameter
Returns
getUpdateTime()
public abstract Timestamp getUpdateTime ()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
Returns
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder ()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
Returns
getUsageWithinTimeRange()
public abstract Map<String , UsageStats > getUsageWithinTimeRange ()
Returns
getUsageWithinTimeRangeCount()
public abstract int getUsageWithinTimeRangeCount ()
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
Returns
getUsageWithinTimeRangeMap()
public abstract Map<String , UsageStats > getUsageWithinTimeRangeMap ()
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
Returns
getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
public abstract UsageStats getUsageWithinTimeRangeOrDefault ( String key , UsageStats defaultValue )
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
Parameters
Returns
getUsageWithinTimeRangeOrThrow(String key)
public abstract UsageStats getUsageWithinTimeRangeOrThrow ( String key )
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
Parameter
Returns
hasUpdateTime()
public abstract boolean hasUpdateTime ()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
Returns
Type Description boolean Whether the updateTime field is set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[],[]]