All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.events.cloud.dataplex.v1.DataQualityResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
/*
 * Copyright 2023 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/events/cloud/dataplex/v1/data.proto

package com.google.events.cloud.dataplex.v1;

public interface DataQualityResultOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.events.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(); /** * * *
   * A list of results at the dimension level.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2; * */ java.util.List getDimensionsList(); /** * * *
   * A list of results at the dimension level.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2; * */ com.google.events.cloud.dataplex.v1.DataQualityDimensionResult getDimensions(int index); /** * * *
   * A list of results at the dimension level.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2; * */ int getDimensionsCount(); /** * * *
   * A list of results at the dimension level.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2; * */ java.util.List getDimensionsOrBuilderList(); /** * * *
   * A list of results at the dimension level.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2; * */ com.google.events.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder getDimensionsOrBuilder( int index); /** * * *
   * A list of all the rules in a job, and their results.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityRuleResult rules = 3; */ java.util.List getRulesList(); /** * * *
   * A list of all the rules in a job, and their results.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityRuleResult rules = 3; */ com.google.events.cloud.dataplex.v1.DataQualityRuleResult getRules(int index); /** * * *
   * A list of all the rules in a job, and their results.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityRuleResult rules = 3; */ int getRulesCount(); /** * * *
   * A list of all the rules in a job, and their results.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityRuleResult rules = 3; */ java.util.List getRulesOrBuilderList(); /** * * *
   * A list of all the rules in a job, and their results.
   * 
* * repeated .google.events.cloud.dataplex.v1.DataQualityRuleResult rules = 3; */ com.google.events.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.events.cloud.dataplex.v1.ScannedData scanned_data = 7; * * @return Whether the scannedData field is set. */ boolean hasScannedData(); /** * * *
   * The data scanned for this result.
   * 
* * .google.events.cloud.dataplex.v1.ScannedData scanned_data = 7; * * @return The scannedData. */ com.google.events.cloud.dataplex.v1.ScannedData getScannedData(); /** * * *
   * The data scanned for this result.
   * 
* * .google.events.cloud.dataplex.v1.ScannedData scanned_data = 7; */ com.google.events.cloud.dataplex.v1.ScannedDataOrBuilder getScannedDataOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy