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