com.google.cloud.datastream.v1.OracleSourceConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-datastream-v1 Show documentation
Show all versions of proto-google-cloud-datastream-v1 Show documentation
Proto library for google-cloud-datastream
/*
* 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/datastream/v1/datastream_resources.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.datastream.v1;
public interface OracleSourceConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.OracleSourceConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1.OracleRdbms include_objects = 1;
*
* @return Whether the includeObjects field is set.
*/
boolean hasIncludeObjects();
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1.OracleRdbms include_objects = 1;
*
* @return The includeObjects.
*/
com.google.cloud.datastream.v1.OracleRdbms getIncludeObjects();
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1.OracleRdbms include_objects = 1;
*/
com.google.cloud.datastream.v1.OracleRdbmsOrBuilder getIncludeObjectsOrBuilder();
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;
*
* @return Whether the excludeObjects field is set.
*/
boolean hasExcludeObjects();
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;
*
* @return The excludeObjects.
*/
com.google.cloud.datastream.v1.OracleRdbms getExcludeObjects();
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;
*/
com.google.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 is used.
*
*
* int32 max_concurrent_cdc_tasks = 3;
*
* @return The maxConcurrentCdcTasks.
*/
int getMaxConcurrentCdcTasks();
/**
*
*
*
* Maximum number of concurrent backfill tasks. The number should be
* non-negative. If not set (or set to 0), the system's default value is used.
*
*
* int32 max_concurrent_backfill_tasks = 4;
*
* @return The maxConcurrentBackfillTasks.
*/
int getMaxConcurrentBackfillTasks();
/**
*
*
*
* Drop large object values.
*
*
* .google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100;
*
*
* @return Whether the dropLargeObjects field is set.
*/
boolean hasDropLargeObjects();
/**
*
*
*
* Drop large object values.
*
*
* .google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100;
*
*
* @return The dropLargeObjects.
*/
com.google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects getDropLargeObjects();
/**
*
*
*
* Drop large object values.
*
*
* .google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100;
*
*/
com.google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjectsOrBuilder
getDropLargeObjectsOrBuilder();
/**
*
*
*
* Stream large object values. NOTE: This feature is currently experimental.
*
*
*
* .google.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.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102;
*
*
* @return The streamLargeObjects.
*/
com.google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects getStreamLargeObjects();
/**
*
*
*
* Stream large object values. NOTE: This feature is currently experimental.
*
*
*
* .google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102;
*
*/
com.google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjectsOrBuilder
getStreamLargeObjectsOrBuilder();
com.google.cloud.datastream.v1.OracleSourceConfig.LargeObjectsHandlingCase
getLargeObjectsHandlingCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy