public static final class DataProfileResult.Builder extends GeneratedMessage.Builder<DataProfileResult.Builder> implements DataProfileResultOrBuilderDataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.
Protobuf type google.cloud.dataplex.v1.DataProfileResult
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataProfileResult.BuilderImplements
DataProfileResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataProfileResult build()| Returns | |
|---|---|
| Type | Description |
DataProfileResult |
|
buildPartial()
public DataProfileResult buildPartial()| Returns | |
|---|---|
| Type | Description |
DataProfileResult |
|
clear()
public DataProfileResult.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
clearCatalogPublishingStatus()
public DataProfileResult.Builder clearCatalogPublishingStatus()Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
clearPostScanActionsResult()
public DataProfileResult.Builder clearPostScanActionsResult()Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
clearProfile()
public DataProfileResult.Builder clearProfile()Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
clearRowCount()
public DataProfileResult.Builder clearRowCount()Output only. The count of rows scanned.
int64 row_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
This builder for chaining. |
clearScannedData()
public DataProfileResult.Builder clearScannedData()Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
getCatalogPublishingStatus()
public DataScanCatalogPublishingStatus getCatalogPublishingStatus()Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataScanCatalogPublishingStatus |
The catalogPublishingStatus. |
getCatalogPublishingStatusBuilder()
public DataScanCatalogPublishingStatus.Builder getCatalogPublishingStatusBuilder()Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataScanCatalogPublishingStatus.Builder |
|
getCatalogPublishingStatusOrBuilder()
public DataScanCatalogPublishingStatusOrBuilder getCatalogPublishingStatusOrBuilder()Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataScanCatalogPublishingStatusOrBuilder |
|
getDefaultInstanceForType()
public DataProfileResult getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataProfileResult |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPostScanActionsResult()
public DataProfileResult.PostScanActionsResult getPostScanActionsResult()Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.PostScanActionsResult |
The postScanActionsResult. |
getPostScanActionsResultBuilder()
public DataProfileResult.PostScanActionsResult.Builder getPostScanActionsResultBuilder()Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.PostScanActionsResult.Builder |
|
getPostScanActionsResultOrBuilder()
public DataProfileResult.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder()Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.PostScanActionsResultOrBuilder |
|
getProfile()
public DataProfileResult.Profile getProfile()Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile |
The profile. |
getProfileBuilder()
public DataProfileResult.Profile.Builder getProfileBuilder()Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Builder |
|
getProfileOrBuilder()
public DataProfileResult.ProfileOrBuilder getProfileOrBuilder()Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.ProfileOrBuilder |
|
getRowCount()
public long getRowCount()Output only. The count of rows scanned.
int64 row_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The rowCount. |
getScannedData()
public ScannedData getScannedData()Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ScannedData |
The scannedData. |
getScannedDataBuilder()
public ScannedData.Builder getScannedDataBuilder()Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ScannedData.Builder |
|
getScannedDataOrBuilder()
public ScannedDataOrBuilder getScannedDataOrBuilder()Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ScannedDataOrBuilder |
|
hasCatalogPublishingStatus()
public boolean hasCatalogPublishingStatus()Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the catalogPublishingStatus field is set. |
hasPostScanActionsResult()
public boolean hasPostScanActionsResult()Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the postScanActionsResult field is set. |
hasProfile()
public boolean hasProfile()Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |
hasScannedData()
public boolean hasScannedData()Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scannedData field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCatalogPublishingStatus(DataScanCatalogPublishingStatus value)
public DataProfileResult.Builder mergeCatalogPublishingStatus(DataScanCatalogPublishingStatus value)Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataScanCatalogPublishingStatus |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
mergeFrom(DataProfileResult other)
public DataProfileResult.Builder mergeFrom(DataProfileResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfileResult |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataProfileResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataProfileResult.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
mergePostScanActionsResult(DataProfileResult.PostScanActionsResult value)
public DataProfileResult.Builder mergePostScanActionsResult(DataProfileResult.PostScanActionsResult value)Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.PostScanActionsResult |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
mergeProfile(DataProfileResult.Profile value)
public DataProfileResult.Builder mergeProfile(DataProfileResult.Profile value)Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.Profile |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
mergeScannedData(ScannedData value)
public DataProfileResult.Builder mergeScannedData(ScannedData value)Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ScannedData |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setCatalogPublishingStatus(DataScanCatalogPublishingStatus value)
public DataProfileResult.Builder setCatalogPublishingStatus(DataScanCatalogPublishingStatus value)Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataScanCatalogPublishingStatus |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setCatalogPublishingStatus(DataScanCatalogPublishingStatus.Builder builderForValue)
public DataProfileResult.Builder setCatalogPublishingStatus(DataScanCatalogPublishingStatus.Builder builderForValue)Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataScanCatalogPublishingStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setPostScanActionsResult(DataProfileResult.PostScanActionsResult value)
public DataProfileResult.Builder setPostScanActionsResult(DataProfileResult.PostScanActionsResult value)Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.PostScanActionsResult |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setPostScanActionsResult(DataProfileResult.PostScanActionsResult.Builder builderForValue)
public DataProfileResult.Builder setPostScanActionsResult(DataProfileResult.PostScanActionsResult.Builder builderForValue)Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataProfileResult.PostScanActionsResult.Builder |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setProfile(DataProfileResult.Profile value)
public DataProfileResult.Builder setProfile(DataProfileResult.Profile value)Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.Profile |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setProfile(DataProfileResult.Profile.Builder builderForValue)
public DataProfileResult.Builder setProfile(DataProfileResult.Profile.Builder builderForValue)Output only. The profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataProfileResult.Profile.Builder |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setRowCount(long value)
public DataProfileResult.Builder setRowCount(long value)Output only. The count of rows scanned.
int64 row_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe rowCount to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
This builder for chaining. |
setScannedData(ScannedData value)
public DataProfileResult.Builder setScannedData(ScannedData value)Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ScannedData |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|
setScannedData(ScannedData.Builder builderForValue)
public DataProfileResult.Builder setScannedData(ScannedData.Builder builderForValue)Output only. The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ScannedData.Builder |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Builder |
|