Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class NameValuePair.
A name-value pair representing an attribute entry usable in a list of attributes.
Generated from protobuf message google.cloud.oracledatabase.v1.NameValuePair
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Required. The name of the property entry. |
↳ value |
string
Required. The value of the property entry. |
getKey
Required. The name of the property entry.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
Required. The name of the property entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Required. The value of the property entry.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Required. The value of the property entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|