Interface SourceConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SourceConfig, SourceConfig.Builder

    public interface SourceConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSourceConnectionProfileName

        String getSourceConnectionProfileName()
         Required. Source connection profile identifier.
         
        string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The sourceConnectionProfileName.
      • getSourceConnectionProfileNameBytes

        com.google.protobuf.ByteString getSourceConnectionProfileNameBytes()
         Required. Source connection profile identifier.
         
        string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for sourceConnectionProfileName.
      • hasOracleSourceConfig

        boolean hasOracleSourceConfig()
         Oracle data source configuration
         
        .google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
        Returns:
        Whether the oracleSourceConfig field is set.
      • getOracleSourceConfig

        OracleSourceConfig getOracleSourceConfig()
         Oracle data source configuration
         
        .google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
        Returns:
        The oracleSourceConfig.
      • getOracleSourceConfigOrBuilder

        OracleSourceConfigOrBuilder getOracleSourceConfigOrBuilder()
         Oracle data source configuration
         
        .google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
      • hasMysqlSourceConfig

        boolean hasMysqlSourceConfig()
         MySQL data source configuration
         
        .google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
        Returns:
        Whether the mysqlSourceConfig field is set.
      • getMysqlSourceConfig

        MysqlSourceConfig getMysqlSourceConfig()
         MySQL data source configuration
         
        .google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
        Returns:
        The mysqlSourceConfig.
      • getMysqlSourceConfigOrBuilder

        MysqlSourceConfigOrBuilder getMysqlSourceConfigOrBuilder()
         MySQL data source configuration
         
        .google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;