Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::OracleObjectIdentifier
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SourceObjectIdentifier::OracleObjectIdentifier
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Oracle data source object identifier.
Instance Attribute Summary collapse
-
#schema ⇒ ::String
Required.
-
#table ⇒ ::String
Required.
Instance Attribute Details
#schema ⇒ ::String
Returns Required. The schema name.
960 961 962 963 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 960 class OracleObjectIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::String
Returns Required. The table name.
960 961 962 963 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 960 class OracleObjectIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |