Class: Google::Cloud::Datastream::V1::OracleProfile

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 database profile.

Defined Under Namespace

Classes: ConnectionAttributesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#connection_attributes::Google::Protobuf::Map{::String => ::String}

Returns Connection string attributes.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Connection string attributes



43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 43

class OracleProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ConnectionAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#database_service::String

Returns Required. Database for the Oracle connection.

Returns:

  • (::String)

    Required. Database for the Oracle connection.



43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 43

class OracleProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ConnectionAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#hostname::String

Returns Required. Hostname for the Oracle connection.

Returns:

  • (::String)

    Required. Hostname for the Oracle connection.



43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 43

class OracleProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ConnectionAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#password::String

Returns Required. Password for the Oracle connection.

Returns:

  • (::String)

    Required. Password for the Oracle connection.



43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 43

class OracleProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ConnectionAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#port::Integer

Returns Port for the Oracle connection, default value is 1521.

Returns:

  • (::Integer)

    Port for the Oracle connection, default value is 1521.



43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 43

class OracleProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ConnectionAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#username::String

Returns Required. Username for the Oracle connection.

Returns:

  • (::String)

    Required. Username for the Oracle connection.



43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 43

class OracleProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ConnectionAttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end