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

com.google.events.cloud.datastream.v1.OracleSourceConfigOrBuilder 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/datastream/v1/data.proto

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

public interface OracleSourceConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.events.cloud.datastream.v1.OracleSourceConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Oracle objects to include in the stream.
   * 
* * .google.events.cloud.datastream.v1.OracleRdbms include_objects = 1; * * @return Whether the includeObjects field is set. */ boolean hasIncludeObjects(); /** * * *
   * Oracle objects to include in the stream.
   * 
* * .google.events.cloud.datastream.v1.OracleRdbms include_objects = 1; * * @return The includeObjects. */ com.google.events.cloud.datastream.v1.OracleRdbms getIncludeObjects(); /** * * *
   * Oracle objects to include in the stream.
   * 
* * .google.events.cloud.datastream.v1.OracleRdbms include_objects = 1; */ com.google.events.cloud.datastream.v1.OracleRdbmsOrBuilder getIncludeObjectsOrBuilder(); /** * * *
   * Oracle objects to exclude from the stream.
   * 
* * .google.events.cloud.datastream.v1.OracleRdbms exclude_objects = 2; * * @return Whether the excludeObjects field is set. */ boolean hasExcludeObjects(); /** * * *
   * Oracle objects to exclude from the stream.
   * 
* * .google.events.cloud.datastream.v1.OracleRdbms exclude_objects = 2; * * @return The excludeObjects. */ com.google.events.cloud.datastream.v1.OracleRdbms getExcludeObjects(); /** * * *
   * Oracle objects to exclude from the stream.
   * 
* * .google.events.cloud.datastream.v1.OracleRdbms exclude_objects = 2; */ com.google.events.cloud.datastream.v1.OracleRdbmsOrBuilder getExcludeObjectsOrBuilder(); /** * * *
   * Maximum number of concurrent CDC tasks. The number should be non negative.
   * If not set (or set to 0), the system's default value will be used.
   * 
* * int32 max_concurrent_cdc_tasks = 3; * * @return The maxConcurrentCdcTasks. */ int getMaxConcurrentCdcTasks(); /** * * *
   * Drop large object values.
   * 
* * * .google.events.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100; * * * @return Whether the dropLargeObjects field is set. */ boolean hasDropLargeObjects(); /** * * *
   * Drop large object values.
   * 
* * * .google.events.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100; * * * @return The dropLargeObjects. */ com.google.events.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects getDropLargeObjects(); /** * * *
   * Drop large object values.
   * 
* * * .google.events.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100; * */ com.google.events.cloud.datastream.v1.OracleSourceConfig.DropLargeObjectsOrBuilder getDropLargeObjectsOrBuilder(); /** * * *
   * Stream large object values. NOTE: This feature is currently experimental.
   * 
* * * .google.events.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102; * * * @return Whether the streamLargeObjects field is set. */ boolean hasStreamLargeObjects(); /** * * *
   * Stream large object values. NOTE: This feature is currently experimental.
   * 
* * * .google.events.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102; * * * @return The streamLargeObjects. */ com.google.events.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects getStreamLargeObjects(); /** * * *
   * Stream large object values. NOTE: This feature is currently experimental.
   * 
* * * .google.events.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102; * */ com.google.events.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjectsOrBuilder getStreamLargeObjectsOrBuilder(); public com.google.events.cloud.datastream.v1.OracleSourceConfig.LargeObjectsHandlingCase getLargeObjectsHandlingCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy