com.google.cloud.datastream.v1.SourceConfigOrBuilder 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 SourceConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.SourceConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. Source connection profile resoource.
* Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
*
*
*
* string source_connection_profile = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
*
*
* @return The sourceConnectionProfile.
*/
java.lang.String getSourceConnectionProfile();
/**
*
*
*
* Required. Source connection profile resoource.
* Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
*
*
*
* string source_connection_profile = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
*
*
* @return The bytes for sourceConnectionProfile.
*/
com.google.protobuf.ByteString getSourceConnectionProfileBytes();
/**
*
*
*
* Oracle data source configuration.
*
*
* .google.cloud.datastream.v1.OracleSourceConfig oracle_source_config = 100;
*
* @return Whether the oracleSourceConfig field is set.
*/
boolean hasOracleSourceConfig();
/**
*
*
*
* Oracle data source configuration.
*
*
* .google.cloud.datastream.v1.OracleSourceConfig oracle_source_config = 100;
*
* @return The oracleSourceConfig.
*/
com.google.cloud.datastream.v1.OracleSourceConfig getOracleSourceConfig();
/**
*
*
*
* Oracle data source configuration.
*
*
* .google.cloud.datastream.v1.OracleSourceConfig oracle_source_config = 100;
*/
com.google.cloud.datastream.v1.OracleSourceConfigOrBuilder getOracleSourceConfigOrBuilder();
/**
*
*
*
* MySQL data source configuration.
*
*
* .google.cloud.datastream.v1.MysqlSourceConfig mysql_source_config = 101;
*
* @return Whether the mysqlSourceConfig field is set.
*/
boolean hasMysqlSourceConfig();
/**
*
*
*
* MySQL data source configuration.
*
*
* .google.cloud.datastream.v1.MysqlSourceConfig mysql_source_config = 101;
*
* @return The mysqlSourceConfig.
*/
com.google.cloud.datastream.v1.MysqlSourceConfig getMysqlSourceConfig();
/**
*
*
*
* MySQL data source configuration.
*
*
* .google.cloud.datastream.v1.MysqlSourceConfig mysql_source_config = 101;
*/
com.google.cloud.datastream.v1.MysqlSourceConfigOrBuilder getMysqlSourceConfigOrBuilder();
/**
*
*
*
* PostgreSQL data source configuration.
*
*
* .google.cloud.datastream.v1.PostgresqlSourceConfig postgresql_source_config = 102;
*
* @return Whether the postgresqlSourceConfig field is set.
*/
boolean hasPostgresqlSourceConfig();
/**
*
*
*
* PostgreSQL data source configuration.
*
*
* .google.cloud.datastream.v1.PostgresqlSourceConfig postgresql_source_config = 102;
*
* @return The postgresqlSourceConfig.
*/
com.google.cloud.datastream.v1.PostgresqlSourceConfig getPostgresqlSourceConfig();
/**
*
*
*
* PostgreSQL data source configuration.
*
*
* .google.cloud.datastream.v1.PostgresqlSourceConfig postgresql_source_config = 102;
*/
com.google.cloud.datastream.v1.PostgresqlSourceConfigOrBuilder
getPostgresqlSourceConfigOrBuilder();
com.google.cloud.datastream.v1.SourceConfig.SourceStreamConfigCase getSourceStreamConfigCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy