Class: Google::Cloud::Datastream::V1::OracleSchema

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

Oracle schema.

Instance Attribute Summary collapse

Instance Attribute Details

#oracle_tables::Array<::Google::Cloud::Datastream::V1::OracleTable>

Returns Tables in the schema.

Returns:



407
408
409
410
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 407

class OracleSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema::String

Returns Schema name.

Returns:

  • (::String)

    Schema name.



407
408
409
410
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 407

class OracleSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end