Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class Metadata.
A metadata key/value entry.
Generated from protobuf message google.cloud.backupdr.v1.Metadata
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ items |
array<Entry>
Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB. |
getItems
Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setItems
Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Entry>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|