Class: Google::Cloud::OracleDatabase::V1::NameValuePair
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::NameValuePair
- 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
-
#key ⇒ ::String
Required.
-
#value ⇒ ::String
Required.
Instance Attribute Details
#key ⇒ ::String
Returns 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.
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 |