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

com.google.cloud.dataplex.v1.DataSourceOrBuilder 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/processing.proto

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

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

  /**
   *
   *
   * 
   * Immutable. The Dataplex entity that represents the data source (e.g.
   * BigQuery table) for DataScan, of the form:
   * `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
   * 
* * * string entity = 100 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return Whether the entity field is set. */ boolean hasEntity(); /** * * *
   * Immutable. The Dataplex entity that represents the data source (e.g.
   * BigQuery table) for DataScan, of the form:
   * `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
   * 
* * * string entity = 100 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return The entity. */ java.lang.String getEntity(); /** * * *
   * Immutable. The Dataplex entity that represents the data source (e.g.
   * BigQuery table) for DataScan, of the form:
   * `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
   * 
* * * string entity = 100 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return The bytes for entity. */ com.google.protobuf.ByteString getEntityBytes(); /** * * *
   * Immutable. The service-qualified full resource name of the cloud resource
   * for a DataScan job to scan against. The field could be: BigQuery table of
   * type "TABLE" for DataProfileScan/DataQualityScan Format:
   * //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
   * 
* * string resource = 101 [(.google.api.field_behavior) = IMMUTABLE]; * * @return Whether the resource field is set. */ boolean hasResource(); /** * * *
   * Immutable. The service-qualified full resource name of the cloud resource
   * for a DataScan job to scan against. The field could be: BigQuery table of
   * type "TABLE" for DataProfileScan/DataQualityScan Format:
   * //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
   * 
* * string resource = 101 [(.google.api.field_behavior) = IMMUTABLE]; * * @return The resource. */ java.lang.String getResource(); /** * * *
   * Immutable. The service-qualified full resource name of the cloud resource
   * for a DataScan job to scan against. The field could be: BigQuery table of
   * type "TABLE" for DataProfileScan/DataQualityScan Format:
   * //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
   * 
* * string resource = 101 [(.google.api.field_behavior) = IMMUTABLE]; * * @return The bytes for resource. */ com.google.protobuf.ByteString getResourceBytes(); com.google.cloud.dataplex.v1.DataSource.SourceCase getSourceCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy