Send feedback
Class Asset.DiscoveryStatus.Stats.Builder (1.49.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.49.0 keyboard_arrow_down
public static final class Asset . DiscoveryStatus . Stats . Builder extends GeneratedMessageV3 . Builder<Asset . DiscoveryStatus . Stats . Builder > implements Asset . DiscoveryStatus . StatsOrBuilder
The aggregated data statistics for the asset reported by discovery.
Protobuf type google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Asset . DiscoveryStatus . Stats . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public Asset . DiscoveryStatus . Stats build ()
buildPartial()
public Asset . DiscoveryStatus . Stats buildPartial ()
clear()
public Asset . DiscoveryStatus . Stats . Builder clear ()
Overrides
clearDataItems()
public Asset . DiscoveryStatus . Stats . Builder clearDataItems ()
The count of data items within the referenced resource.
int64 data_items = 1;
clearDataSize()
public Asset . DiscoveryStatus . Stats . Builder clearDataSize ()
The number of stored data bytes within the referenced resource.
int64 data_size = 2;
clearField(Descriptors.FieldDescriptor field)
public Asset . DiscoveryStatus . Stats . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearFilesets()
public Asset . DiscoveryStatus . Stats . Builder clearFilesets ()
The count of fileset entities within the referenced resource.
int64 filesets = 4;
clearOneof(Descriptors.OneofDescriptor oneof)
public Asset . DiscoveryStatus . Stats . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearTables()
public Asset . DiscoveryStatus . Stats . Builder clearTables ()
The count of table entities within the referenced resource.
int64 tables = 3;
clone()
public Asset . DiscoveryStatus . Stats . Builder clone ()
Overrides
getDataItems()
public long getDataItems ()
The count of data items within the referenced resource.
int64 data_items = 1;
Returns
Type
Description
long
The dataItems.
getDataSize()
public long getDataSize ()
The number of stored data bytes within the referenced resource.
int64 data_size = 2;
Returns
Type
Description
long
The dataSize.
getDefaultInstanceForType()
public Asset . DiscoveryStatus . Stats getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getFilesets()
public long getFilesets ()
The count of fileset entities within the referenced resource.
int64 filesets = 4;
Returns
Type
Description
long
The filesets.
getTables()
The count of table entities within the referenced resource.
int64 tables = 3;
Returns
Type
Description
long
The tables.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Asset.DiscoveryStatus.Stats other)
public Asset . DiscoveryStatus . Stats . Builder mergeFrom ( Asset . DiscoveryStatus . Stats other )
public Asset . DiscoveryStatus . Stats . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Asset . DiscoveryStatus . Stats . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Asset . DiscoveryStatus . Stats . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDataItems(long value)
public Asset . DiscoveryStatus . Stats . Builder setDataItems ( long value )
The count of data items within the referenced resource.
int64 data_items = 1;
Parameter
Name
Description
value
long
The dataItems to set.
setDataSize(long value)
public Asset . DiscoveryStatus . Stats . Builder setDataSize ( long value )
The number of stored data bytes within the referenced resource.
int64 data_size = 2;
Parameter
Name
Description
value
long
The dataSize to set.
setField(Descriptors.FieldDescriptor field, Object value)
public Asset . DiscoveryStatus . Stats . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setFilesets(long value)
public Asset . DiscoveryStatus . Stats . Builder setFilesets ( long value )
The count of fileset entities within the referenced resource.
int64 filesets = 4;
Parameter
Name
Description
value
long
The filesets to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Asset . DiscoveryStatus . Stats . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setTables(long value)
public Asset . DiscoveryStatus . Stats . Builder setTables ( long value )
The count of table entities within the referenced resource.
int64 tables = 3;
Parameter
Name
Description
value
long
The tables to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final Asset . DiscoveryStatus . Stats . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
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 2025-01-27 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 2025-01-27 UTC."],[],[]]