Interface OracleSourceConfigOrBuilder

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

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

      • hasAllowlist

        boolean hasAllowlist()
         Oracle objects to include in the stream.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
        Returns:
        Whether the allowlist field is set.
      • getAllowlist

        OracleRdbms getAllowlist()
         Oracle objects to include in the stream.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
        Returns:
        The allowlist.
      • getAllowlistOrBuilder

        OracleRdbmsOrBuilder getAllowlistOrBuilder()
         Oracle objects to include in the stream.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
      • hasRejectlist

        boolean hasRejectlist()
         Oracle objects to exclude from the stream.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
        Returns:
        Whether the rejectlist field is set.
      • getRejectlist

        OracleRdbms getRejectlist()
         Oracle objects to exclude from the stream.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
        Returns:
        The rejectlist.
      • getRejectlistOrBuilder

        OracleRdbmsOrBuilder getRejectlistOrBuilder()
         Oracle objects to exclude from the stream.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;