Package com.google.cloud.datacatalog.v1
Class UsageSignal.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
- com.google.cloud.datacatalog.v1.UsageSignal.Builder
-
- All Implemented Interfaces:
UsageSignalOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- UsageSignal
public static final class UsageSignal.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder> implements UsageSignalOrBuilder
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.
Protobuf typegoogle.cloud.datacatalog.v1.UsageSignal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UsageSignal.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UsageSignalbuild()UsageSignalbuildPartial()UsageSignal.Builderclear()UsageSignal.BuilderclearCommonUsageWithinTimeRange()UsageSignal.BuilderclearFavoriteCount()Favorite count in the source system.UsageSignal.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)UsageSignal.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UsageSignal.BuilderclearUpdateTime()The end timestamp of the duration of usage statistics.UsageSignal.BuilderclearUsageWithinTimeRange()UsageSignal.Builderclone()booleancontainsCommonUsageWithinTimeRange(String key)Common usage statistics over each of the predefined time ranges.booleancontainsUsageWithinTimeRange(String key)Output only.Map<String,CommonUsageStats>getCommonUsageWithinTimeRange()Deprecated.intgetCommonUsageWithinTimeRangeCount()Common usage statistics over each of the predefined time ranges.Map<String,CommonUsageStats>getCommonUsageWithinTimeRangeMap()Common usage statistics over each of the predefined time ranges.CommonUsageStatsgetCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)Common usage statistics over each of the predefined time ranges.CommonUsageStatsgetCommonUsageWithinTimeRangeOrThrow(String key)Common usage statistics over each of the predefined time ranges.UsageSignalgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetFavoriteCount()Favorite count in the source system.Map<String,CommonUsageStats>getMutableCommonUsageWithinTimeRange()Deprecated.Map<String,UsageStats>getMutableUsageWithinTimeRange()Deprecated.com.google.protobuf.TimestampgetUpdateTime()The end timestamp of the duration of usage statistics.com.google.protobuf.Timestamp.BuildergetUpdateTimeBuilder()The end timestamp of the duration of usage statistics.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()The end timestamp of the duration of usage statistics.Map<String,UsageStats>getUsageWithinTimeRange()Deprecated.intgetUsageWithinTimeRangeCount()Output only.Map<String,UsageStats>getUsageWithinTimeRangeMap()Output only.UsageStatsgetUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)Output only.UsageStatsgetUsageWithinTimeRangeOrThrow(String key)Output only.booleanhasFavoriteCount()Favorite count in the source system.booleanhasUpdateTime()The end timestamp of the duration of usage statistics.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()UsageSignal.BuildermergeFrom(UsageSignal other)UsageSignal.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UsageSignal.BuildermergeFrom(com.google.protobuf.Message other)UsageSignal.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UsageSignal.BuildermergeUpdateTime(com.google.protobuf.Timestamp value)The end timestamp of the duration of usage statistics.UsageSignal.BuilderputAllCommonUsageWithinTimeRange(Map<String,CommonUsageStats> values)Common usage statistics over each of the predefined time ranges.UsageSignal.BuilderputAllUsageWithinTimeRange(Map<String,UsageStats> values)Output only.UsageSignal.BuilderputCommonUsageWithinTimeRange(String key, CommonUsageStats value)Common usage statistics over each of the predefined time ranges.UsageSignal.BuilderputUsageWithinTimeRange(String key, UsageStats value)Output only.UsageSignal.BuilderremoveCommonUsageWithinTimeRange(String key)Common usage statistics over each of the predefined time ranges.UsageSignal.BuilderremoveUsageWithinTimeRange(String key)Output only.UsageSignal.BuildersetFavoriteCount(long value)Favorite count in the source system.UsageSignal.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UsageSignal.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)UsageSignal.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UsageSignal.BuildersetUpdateTime(com.google.protobuf.Timestamp value)The end timestamp of the duration of usage statistics.UsageSignal.BuildersetUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)The end timestamp of the duration of usage statistics.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
clear
public UsageSignal.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
getDefaultInstanceForType
public UsageSignal getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public UsageSignal build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UsageSignal buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UsageSignal.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
setField
public UsageSignal.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
clearField
public UsageSignal.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
clearOneof
public UsageSignal.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
setRepeatedField
public UsageSignal.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
addRepeatedField
public UsageSignal.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
mergeFrom
public UsageSignal.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UsageSignal.Builder>
-
mergeFrom
public UsageSignal.Builder mergeFrom(UsageSignal other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
mergeFrom
public UsageSignal.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UsageSignal.Builder>- Throws:
IOException
-
hasUpdateTime
public boolean hasUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;- Specified by:
hasUpdateTimein interfaceUsageSignalOrBuilder- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;- Specified by:
getUpdateTimein interfaceUsageSignalOrBuilder- Returns:
- The updateTime.
-
setUpdateTime
public UsageSignal.Builder setUpdateTime(com.google.protobuf.Timestamp value)
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
-
setUpdateTime
public UsageSignal.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
-
mergeUpdateTime
public UsageSignal.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
-
clearUpdateTime
public UsageSignal.Builder clearUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
-
getUpdateTimeBuilder
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;- Specified by:
getUpdateTimeOrBuilderin interfaceUsageSignalOrBuilder
-
getUsageWithinTimeRangeCount
public int getUsageWithinTimeRangeCount()
Description copied from interface:UsageSignalOrBuilderOutput only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUsageWithinTimeRangeCountin interfaceUsageSignalOrBuilder
-
containsUsageWithinTimeRange
public boolean containsUsageWithinTimeRange(String key)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
containsUsageWithinTimeRangein interfaceUsageSignalOrBuilder
-
getUsageWithinTimeRange
@Deprecated public Map<String,UsageStats> getUsageWithinTimeRange()
Deprecated.UsegetUsageWithinTimeRangeMap()instead.- Specified by:
getUsageWithinTimeRangein interfaceUsageSignalOrBuilder
-
getUsageWithinTimeRangeMap
public Map<String,UsageStats> getUsageWithinTimeRangeMap()
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUsageWithinTimeRangeMapin interfaceUsageSignalOrBuilder
-
getUsageWithinTimeRangeOrDefault
public UsageStats getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUsageWithinTimeRangeOrDefaultin interfaceUsageSignalOrBuilder
-
getUsageWithinTimeRangeOrThrow
public UsageStats getUsageWithinTimeRangeOrThrow(String key)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUsageWithinTimeRangeOrThrowin interfaceUsageSignalOrBuilder
-
clearUsageWithinTimeRange
public UsageSignal.Builder clearUsageWithinTimeRange()
-
removeUsageWithinTimeRange
public UsageSignal.Builder removeUsageWithinTimeRange(String key)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getMutableUsageWithinTimeRange
@Deprecated public Map<String,UsageStats> getMutableUsageWithinTimeRange()
Deprecated.Use alternate mutation accessors instead.
-
putUsageWithinTimeRange
public UsageSignal.Builder putUsageWithinTimeRange(String key, UsageStats value)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
putAllUsageWithinTimeRange
public UsageSignal.Builder putAllUsageWithinTimeRange(Map<String,UsageStats> values)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCommonUsageWithinTimeRangeCount
public int getCommonUsageWithinTimeRangeCount()
Description copied from interface:UsageSignalOrBuilderCommon usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;- Specified by:
getCommonUsageWithinTimeRangeCountin interfaceUsageSignalOrBuilder
-
containsCommonUsageWithinTimeRange
public boolean containsCommonUsageWithinTimeRange(String key)
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;- Specified by:
containsCommonUsageWithinTimeRangein interfaceUsageSignalOrBuilder
-
getCommonUsageWithinTimeRange
@Deprecated public Map<String,CommonUsageStats> getCommonUsageWithinTimeRange()
Deprecated.UsegetCommonUsageWithinTimeRangeMap()instead.- Specified by:
getCommonUsageWithinTimeRangein interfaceUsageSignalOrBuilder
-
getCommonUsageWithinTimeRangeMap
public Map<String,CommonUsageStats> getCommonUsageWithinTimeRangeMap()
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;- Specified by:
getCommonUsageWithinTimeRangeMapin interfaceUsageSignalOrBuilder
-
getCommonUsageWithinTimeRangeOrDefault
public CommonUsageStats getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;- Specified by:
getCommonUsageWithinTimeRangeOrDefaultin interfaceUsageSignalOrBuilder
-
getCommonUsageWithinTimeRangeOrThrow
public CommonUsageStats getCommonUsageWithinTimeRangeOrThrow(String key)
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;- Specified by:
getCommonUsageWithinTimeRangeOrThrowin interfaceUsageSignalOrBuilder
-
clearCommonUsageWithinTimeRange
public UsageSignal.Builder clearCommonUsageWithinTimeRange()
-
removeCommonUsageWithinTimeRange
public UsageSignal.Builder removeCommonUsageWithinTimeRange(String key)
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
-
getMutableCommonUsageWithinTimeRange
@Deprecated public Map<String,CommonUsageStats> getMutableCommonUsageWithinTimeRange()
Deprecated.Use alternate mutation accessors instead.
-
putCommonUsageWithinTimeRange
public UsageSignal.Builder putCommonUsageWithinTimeRange(String key, CommonUsageStats value)
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
-
putAllCommonUsageWithinTimeRange
public UsageSignal.Builder putAllCommonUsageWithinTimeRange(Map<String,CommonUsageStats> values)
Common usage statistics over each of the predefined time ranges. Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
-
hasFavoriteCount
public boolean hasFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;- Specified by:
hasFavoriteCountin interfaceUsageSignalOrBuilder- Returns:
- Whether the favoriteCount field is set.
-
getFavoriteCount
public long getFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;- Specified by:
getFavoriteCountin interfaceUsageSignalOrBuilder- Returns:
- The favoriteCount.
-
setFavoriteCount
public UsageSignal.Builder setFavoriteCount(long value)
Favorite count in the source system.
optional int64 favorite_count = 4;- Parameters:
value- The favoriteCount to set.- Returns:
- This builder for chaining.
-
clearFavoriteCount
public UsageSignal.Builder clearFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;- Returns:
- This builder for chaining.
-
setUnknownFields
public final UsageSignal.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
mergeUnknownFields
public final UsageSignal.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UsageSignal.Builder>
-
-