com.google.cloud.dataplex.v1.DataQualityResultOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dataplex/v1/data_quality.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.dataplex.v1;
public interface DataQualityResultOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.DataQualityResult)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Overall data quality result -- `true` if all rules passed.
*
*
* bool passed = 5;
*
* @return The passed.
*/
boolean getPassed();
/**
*
*
*
* Output only. The overall data quality score.
*
* The score ranges between [0, 100] (up to two decimal points).
*
*
* optional float score = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return Whether the score field is set.
*/
boolean hasScore();
/**
*
*
*
* Output only. The overall data quality score.
*
* The score ranges between [0, 100] (up to two decimal points).
*
*
* optional float score = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The score.
*/
float getScore();
/**
*
*
*
* A list of results at the dimension level.
*
* A dimension will have a corresponding `DataQualityDimensionResult` if and
* only if there is at least one rule with the 'dimension' field set to it.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
*/
java.util.List getDimensionsList();
/**
*
*
*
* A list of results at the dimension level.
*
* A dimension will have a corresponding `DataQualityDimensionResult` if and
* only if there is at least one rule with the 'dimension' field set to it.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
*/
com.google.cloud.dataplex.v1.DataQualityDimensionResult getDimensions(int index);
/**
*
*
*
* A list of results at the dimension level.
*
* A dimension will have a corresponding `DataQualityDimensionResult` if and
* only if there is at least one rule with the 'dimension' field set to it.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
*/
int getDimensionsCount();
/**
*
*
*
* A list of results at the dimension level.
*
* A dimension will have a corresponding `DataQualityDimensionResult` if and
* only if there is at least one rule with the 'dimension' field set to it.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
*/
java.util.List extends com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder>
getDimensionsOrBuilderList();
/**
*
*
*
* A list of results at the dimension level.
*
* A dimension will have a corresponding `DataQualityDimensionResult` if and
* only if there is at least one rule with the 'dimension' field set to it.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
*/
com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(
int index);
/**
*
*
*
* Output only. A list of results at the column level.
*
* A column will have a corresponding `DataQualityColumnResult` if and only if
* there is at least one rule with the 'column' field set to it.
*
*
*
* repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List getColumnsList();
/**
*
*
*
* Output only. A list of results at the column level.
*
* A column will have a corresponding `DataQualityColumnResult` if and only if
* there is at least one rule with the 'column' field set to it.
*
*
*
* repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.dataplex.v1.DataQualityColumnResult getColumns(int index);
/**
*
*
*
* Output only. A list of results at the column level.
*
* A column will have a corresponding `DataQualityColumnResult` if and only if
* there is at least one rule with the 'column' field set to it.
*
*
*
* repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getColumnsCount();
/**
*
*
*
* Output only. A list of results at the column level.
*
* A column will have a corresponding `DataQualityColumnResult` if and only if
* there is at least one rule with the 'column' field set to it.
*
*
*
* repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List extends com.google.cloud.dataplex.v1.DataQualityColumnResultOrBuilder>
getColumnsOrBuilderList();
/**
*
*
*
* Output only. A list of results at the column level.
*
* A column will have a corresponding `DataQualityColumnResult` if and only if
* there is at least one rule with the 'column' field set to it.
*
*
*
* repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.dataplex.v1.DataQualityColumnResultOrBuilder getColumnsOrBuilder(int index);
/**
*
*
*
* A list of all the rules in a job, and their results.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
*/
java.util.List getRulesList();
/**
*
*
*
* A list of all the rules in a job, and their results.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
*/
com.google.cloud.dataplex.v1.DataQualityRuleResult getRules(int index);
/**
*
*
*
* A list of all the rules in a job, and their results.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
*/
int getRulesCount();
/**
*
*
*
* A list of all the rules in a job, and their results.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
*/
java.util.List extends com.google.cloud.dataplex.v1.DataQualityRuleResultOrBuilder>
getRulesOrBuilderList();
/**
*
*
*
* A list of all the rules in a job, and their results.
*
*
* repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
*/
com.google.cloud.dataplex.v1.DataQualityRuleResultOrBuilder getRulesOrBuilder(int index);
/**
*
*
*
* The count of rows processed.
*
*
* int64 row_count = 4;
*
* @return The rowCount.
*/
long getRowCount();
/**
*
*
*
* The data scanned for this result.
*
*
* .google.cloud.dataplex.v1.ScannedData scanned_data = 7;
*
* @return Whether the scannedData field is set.
*/
boolean hasScannedData();
/**
*
*
*
* The data scanned for this result.
*
*
* .google.cloud.dataplex.v1.ScannedData scanned_data = 7;
*
* @return The scannedData.
*/
com.google.cloud.dataplex.v1.ScannedData getScannedData();
/**
*
*
*
* The data scanned for this result.
*
*
* .google.cloud.dataplex.v1.ScannedData scanned_data = 7;
*/
com.google.cloud.dataplex.v1.ScannedDataOrBuilder getScannedDataOrBuilder();
/**
*
*
*
* Output only. The result of post scan actions.
*
*
*
* .google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult post_scan_actions_result = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the postScanActionsResult field is set.
*/
boolean hasPostScanActionsResult();
/**
*
*
*
* Output only. The result of post scan actions.
*
*
*
* .google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult post_scan_actions_result = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The postScanActionsResult.
*/
com.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult getPostScanActionsResult();
/**
*
*
*
* Output only. The result of post scan actions.
*
*
*
* .google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult post_scan_actions_result = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResultOrBuilder
getPostScanActionsResultOrBuilder();
}