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

com.google.cloud.datastream.v1.PostgresqlSourceConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.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/cloud/datastream/v1/datastream_resources.proto

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

public interface PostgresqlSourceConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.PostgresqlSourceConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * PostgreSQL objects to include in the stream.
   * 
* * .google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1; * * @return Whether the includeObjects field is set. */ boolean hasIncludeObjects(); /** * * *
   * PostgreSQL objects to include in the stream.
   * 
* * .google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1; * * @return The includeObjects. */ com.google.cloud.datastream.v1.PostgresqlRdbms getIncludeObjects(); /** * * *
   * PostgreSQL objects to include in the stream.
   * 
* * .google.cloud.datastream.v1.PostgresqlRdbms include_objects = 1; */ com.google.cloud.datastream.v1.PostgresqlRdbmsOrBuilder getIncludeObjectsOrBuilder(); /** * * *
   * PostgreSQL objects to exclude from the stream.
   * 
* * .google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2; * * @return Whether the excludeObjects field is set. */ boolean hasExcludeObjects(); /** * * *
   * PostgreSQL objects to exclude from the stream.
   * 
* * .google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2; * * @return The excludeObjects. */ com.google.cloud.datastream.v1.PostgresqlRdbms getExcludeObjects(); /** * * *
   * PostgreSQL objects to exclude from the stream.
   * 
* * .google.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2; */ com.google.cloud.datastream.v1.PostgresqlRdbmsOrBuilder getExcludeObjectsOrBuilder(); /** * * *
   * Required. Immutable. The name of the logical replication slot that's
   * configured with the pgoutput plugin.
   * 
* * * string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * * * @return The replicationSlot. */ java.lang.String getReplicationSlot(); /** * * *
   * Required. Immutable. The name of the logical replication slot that's
   * configured with the pgoutput plugin.
   * 
* * * string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * * * @return The bytes for replicationSlot. */ com.google.protobuf.ByteString getReplicationSlotBytes(); /** * * *
   * Required. The name of the publication that includes the set of all tables
   * that are defined in the stream's include_objects.
   * 
* * string publication = 4 [(.google.api.field_behavior) = REQUIRED]; * * @return The publication. */ java.lang.String getPublication(); /** * * *
   * Required. The name of the publication that includes the set of all tables
   * that are defined in the stream's include_objects.
   * 
* * string publication = 4 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for publication. */ com.google.protobuf.ByteString getPublicationBytes(); /** * * *
   * Maximum number of concurrent backfill 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_backfill_tasks = 5; * * @return The maxConcurrentBackfillTasks. */ int getMaxConcurrentBackfillTasks(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy