Class: Google::Cloud::Datastream::V1::OracleTable

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 table.

Instance Attribute Summary collapse

Instance Attribute Details

#oracle_columns::Array<::Google::Cloud::Datastream::V1::OracleColumn>

Returns Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Returns:



395
396
397
398
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 395

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

#table::String

Returns Table name.

Returns:

  • (::String)

    Table name.



395
396
397
398
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 395

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