Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::NameValuePair (v0.14.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::NameValuePair.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — Required. The name of the property entry.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the property entry.
Returns
  • (::String) — Required. The name of the property entry.

#value

def value() -> ::String
Returns
  • (::String) — Required. The value of the property entry.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Required. The value of the property entry.
Returns
  • (::String) — Required. The value of the property entry.