Class: Google::Cloud::OracleDatabase::V1::NameValuePair

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb

Overview

A name-value pair representing an attribute entry usable in a list of attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Required. The name of the property entry.

Returns:

  • (::String)

    Required. The name of the property entry.



2209
2210
2211
2212
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 2209

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

#value::String

Returns Required. The value of the property entry.

Returns:

  • (::String)

    Required. The value of the property entry.



2209
2210
2211
2212
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 2209

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