Class: Google::Cloud::Datastream::V1::SqlServerTable
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SqlServerTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
SQLServer table.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::Datastream::V1::SqlServerColumn>
SQLServer columns in the schema.
-
#table ⇒ ::String
Table name.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::Datastream::V1::SqlServerColumn>
Returns SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
721 722 723 724 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 721 class SqlServerTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::String
Returns Table name.
721 722 723 724 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 721 class SqlServerTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |