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

com.google.privacy.dlp.v2.DiscoveryBigQueryConditionsOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.53.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/privacy/dlp/v2/dlp.proto

// Protobuf Java Version: 3.25.4
package com.google.privacy.dlp.v2;

public interface DiscoveryBigQueryConditionsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.DiscoveryBigQueryConditions)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * BigQuery table must have been created after this date. Used to avoid
   * backfilling.
   * 
* * .google.protobuf.Timestamp created_after = 1; * * @return Whether the createdAfter field is set. */ boolean hasCreatedAfter(); /** * * *
   * BigQuery table must have been created after this date. Used to avoid
   * backfilling.
   * 
* * .google.protobuf.Timestamp created_after = 1; * * @return The createdAfter. */ com.google.protobuf.Timestamp getCreatedAfter(); /** * * *
   * BigQuery table must have been created after this date. Used to avoid
   * backfilling.
   * 
* * .google.protobuf.Timestamp created_after = 1; */ com.google.protobuf.TimestampOrBuilder getCreatedAfterOrBuilder(); /** * * *
   * Restrict discovery to specific table types.
   * 
* * .google.privacy.dlp.v2.BigQueryTableTypes types = 2; * * @return Whether the types field is set. */ boolean hasTypes(); /** * * *
   * Restrict discovery to specific table types.
   * 
* * .google.privacy.dlp.v2.BigQueryTableTypes types = 2; * * @return The types. */ com.google.privacy.dlp.v2.BigQueryTableTypes getTypes(); /** * * *
   * Restrict discovery to specific table types.
   * 
* * .google.privacy.dlp.v2.BigQueryTableTypes types = 2; */ com.google.privacy.dlp.v2.BigQueryTableTypesOrBuilder getTypesOrBuilder(); /** * * *
   * Restrict discovery to categories of table types.
   * 
* * .google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3; * * @return Whether the typeCollection field is set. */ boolean hasTypeCollection(); /** * * *
   * Restrict discovery to categories of table types.
   * 
* * .google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3; * * @return The enum numeric value on the wire for typeCollection. */ int getTypeCollectionValue(); /** * * *
   * Restrict discovery to categories of table types.
   * 
* * .google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3; * * @return The typeCollection. */ com.google.privacy.dlp.v2.BigQueryTableTypeCollection getTypeCollection(); /** * * *
   * At least one of the conditions must be true for a table to be scanned.
   * 
* * .google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions or_conditions = 4; * * @return Whether the orConditions field is set. */ boolean hasOrConditions(); /** * * *
   * At least one of the conditions must be true for a table to be scanned.
   * 
* * .google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions or_conditions = 4; * * @return The orConditions. */ com.google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions getOrConditions(); /** * * *
   * At least one of the conditions must be true for a table to be scanned.
   * 
* * .google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions or_conditions = 4; */ com.google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditionsOrBuilder getOrConditionsOrBuilder(); com.google.privacy.dlp.v2.DiscoveryBigQueryConditions.IncludedTypesCase getIncludedTypesCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy