Package com.google.cloud.dataplex.v1
Interface Asset.DiscoveryStatus.StatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Asset.DiscoveryStatus.Stats
,Asset.DiscoveryStatus.Stats.Builder
- Enclosing class:
- Asset.DiscoveryStatus
public static interface Asset.DiscoveryStatus.StatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDataItems()
The count of data items within the referenced resource.long
getDataSize()
The number of stored data bytes within the referenced resource.long
getFilesets()
The count of fileset entities within the referenced resource.long
getTables()
The count of table entities within the referenced resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataItems
long getDataItems()
The count of data items within the referenced resource.
int64 data_items = 1;
- Returns:
- The dataItems.
-
getDataSize
long getDataSize()
The number of stored data bytes within the referenced resource.
int64 data_size = 2;
- Returns:
- The dataSize.
-
getTables
long getTables()
The count of table entities within the referenced resource.
int64 tables = 3;
- Returns:
- The tables.
-
getFilesets
long getFilesets()
The count of fileset entities within the referenced resource.
int64 filesets = 4;
- Returns:
- The filesets.
-
-