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

com.google.cloud.dataplex.v1.DataScanEventOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.54.0
Show newest version
/*
 * 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/logs.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dataplex.v1;

public interface DataScanEventOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.DataScanEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The data source of the data scan
   * 
* * string data_source = 1; * * @return The dataSource. */ java.lang.String getDataSource(); /** * * *
   * The data source of the data scan
   * 
* * string data_source = 1; * * @return The bytes for dataSource. */ com.google.protobuf.ByteString getDataSourceBytes(); /** * * *
   * The identifier of the specific data scan job this log entry is for.
   * 
* * string job_id = 2; * * @return The jobId. */ java.lang.String getJobId(); /** * * *
   * The identifier of the specific data scan job this log entry is for.
   * 
* * string job_id = 2; * * @return The bytes for jobId. */ com.google.protobuf.ByteString getJobIdBytes(); /** * * *
   * The time when the data scan job was created.
   * 
* * .google.protobuf.Timestamp create_time = 12; * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * The time when the data scan job was created.
   * 
* * .google.protobuf.Timestamp create_time = 12; * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * The time when the data scan job was created.
   * 
* * .google.protobuf.Timestamp create_time = 12; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * The time when the data scan job started to run.
   * 
* * .google.protobuf.Timestamp start_time = 3; * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** * * *
   * The time when the data scan job started to run.
   * 
* * .google.protobuf.Timestamp start_time = 3; * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** * * *
   * The time when the data scan job started to run.
   * 
* * .google.protobuf.Timestamp start_time = 3; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** * * *
   * The time when the data scan job finished.
   * 
* * .google.protobuf.Timestamp end_time = 4; * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** * * *
   * The time when the data scan job finished.
   * 
* * .google.protobuf.Timestamp end_time = 4; * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** * * *
   * The time when the data scan job finished.
   * 
* * .google.protobuf.Timestamp end_time = 4; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** * * *
   * The type of the data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5; * * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** * * *
   * The type of the data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5; * * @return The type. */ com.google.cloud.dataplex.v1.DataScanEvent.ScanType getType(); /** * * *
   * The status of the data scan job.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.State state = 6; * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * The status of the data scan job.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.State state = 6; * * @return The state. */ com.google.cloud.dataplex.v1.DataScanEvent.State getState(); /** * * *
   * The message describing the data scan job event.
   * 
* * string message = 7; * * @return The message. */ java.lang.String getMessage(); /** * * *
   * The message describing the data scan job event.
   * 
* * string message = 7; * * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); /** * * *
   * A version identifier of the spec which was used to execute this job.
   * 
* * string spec_version = 8; * * @return The specVersion. */ java.lang.String getSpecVersion(); /** * * *
   * A version identifier of the spec which was used to execute this job.
   * 
* * string spec_version = 8; * * @return The bytes for specVersion. */ com.google.protobuf.ByteString getSpecVersionBytes(); /** * * *
   * The trigger type of the data scan job.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9; * * @return The enum numeric value on the wire for trigger. */ int getTriggerValue(); /** * * *
   * The trigger type of the data scan job.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9; * * @return The trigger. */ com.google.cloud.dataplex.v1.DataScanEvent.Trigger getTrigger(); /** * * *
   * The scope of the data scan (e.g. full, incremental).
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10; * * @return The enum numeric value on the wire for scope. */ int getScopeValue(); /** * * *
   * The scope of the data scan (e.g. full, incremental).
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10; * * @return The scope. */ com.google.cloud.dataplex.v1.DataScanEvent.Scope getScope(); /** * * *
   * Data profile result for data profile type data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101; * * @return Whether the dataProfile field is set. */ boolean hasDataProfile(); /** * * *
   * Data profile result for data profile type data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101; * * @return The dataProfile. */ com.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult getDataProfile(); /** * * *
   * Data profile result for data profile type data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101; */ com.google.cloud.dataplex.v1.DataScanEvent.DataProfileResultOrBuilder getDataProfileOrBuilder(); /** * * *
   * Data quality result for data quality type data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102; * * @return Whether the dataQuality field is set. */ boolean hasDataQuality(); /** * * *
   * Data quality result for data quality type data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102; * * @return The dataQuality. */ com.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult getDataQuality(); /** * * *
   * Data quality result for data quality type data scan.
   * 
* * .google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102; */ com.google.cloud.dataplex.v1.DataScanEvent.DataQualityResultOrBuilder getDataQualityOrBuilder(); /** * * *
   * Applied configs for data profile type data scan.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201; * * * @return Whether the dataProfileConfigs field is set. */ boolean hasDataProfileConfigs(); /** * * *
   * Applied configs for data profile type data scan.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201; * * * @return The dataProfileConfigs. */ com.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs getDataProfileConfigs(); /** * * *
   * Applied configs for data profile type data scan.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201; * */ com.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigsOrBuilder getDataProfileConfigsOrBuilder(); /** * * *
   * Applied configs for data quality type data scan.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202; * * * @return Whether the dataQualityConfigs field is set. */ boolean hasDataQualityConfigs(); /** * * *
   * Applied configs for data quality type data scan.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202; * * * @return The dataQualityConfigs. */ com.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs getDataQualityConfigs(); /** * * *
   * Applied configs for data quality type data scan.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202; * */ com.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigsOrBuilder getDataQualityConfigsOrBuilder(); /** * * *
   * The result of post scan actions.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11; * * * @return Whether the postScanActionsResult field is set. */ boolean hasPostScanActionsResult(); /** * * *
   * The result of post scan actions.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11; * * * @return The postScanActionsResult. */ com.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult getPostScanActionsResult(); /** * * *
   * The result of post scan actions.
   * 
* * * .google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11; * */ com.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder(); com.google.cloud.dataplex.v1.DataScanEvent.ResultCase getResultCase(); com.google.cloud.dataplex.v1.DataScanEvent.AppliedConfigsCase getAppliedConfigsCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy