Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::OracleSourceConfig.
Oracle data source configuration
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allowlist
def allowlist() -> ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Returns
- (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle objects to include in the stream.
#allowlist=
def allowlist=(value) -> ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle objects to include in the stream.
Returns
- (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle objects to include in the stream.
#rejectlist
def rejectlist() -> ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Returns
- (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle objects to exclude from the stream.
#rejectlist=
def rejectlist=(value) -> ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle objects to exclude from the stream.
Returns
- (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle objects to exclude from the stream.