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

com.google.cloud.bigquery.migration.v2.ObjectNameMappingOrBuilder Maven / Gradle / Ivy

/*
 * Copyright 2020 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/bigquery/migration/v2/translation_config.proto

package com.google.cloud.bigquery.migration.v2;

public interface ObjectNameMappingOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.bigquery.migration.v2.ObjectNameMapping)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The name of the object in source that is being mapped.
   * 
* * .google.cloud.bigquery.migration.v2.NameMappingKey source = 1; * * @return Whether the source field is set. */ boolean hasSource(); /** * * *
   * The name of the object in source that is being mapped.
   * 
* * .google.cloud.bigquery.migration.v2.NameMappingKey source = 1; * * @return The source. */ com.google.cloud.bigquery.migration.v2.NameMappingKey getSource(); /** * * *
   * The name of the object in source that is being mapped.
   * 
* * .google.cloud.bigquery.migration.v2.NameMappingKey source = 1; */ com.google.cloud.bigquery.migration.v2.NameMappingKeyOrBuilder getSourceOrBuilder(); /** * * *
   * The desired target name of the object that is being mapped.
   * 
* * .google.cloud.bigquery.migration.v2.NameMappingValue target = 2; * * @return Whether the target field is set. */ boolean hasTarget(); /** * * *
   * The desired target name of the object that is being mapped.
   * 
* * .google.cloud.bigquery.migration.v2.NameMappingValue target = 2; * * @return The target. */ com.google.cloud.bigquery.migration.v2.NameMappingValue getTarget(); /** * * *
   * The desired target name of the object that is being mapped.
   * 
* * .google.cloud.bigquery.migration.v2.NameMappingValue target = 2; */ com.google.cloud.bigquery.migration.v2.NameMappingValueOrBuilder getTargetOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy