Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::SqlServerObjectIdentifier

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#schema::String

Returns Required. The schema name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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