Google Cloud Backup Dr V1 Client - Class Metadata (0.4.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ items array<Google\Cloud\BackupDR\V1\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<Google\Cloud\BackupDR\V1\Entry>
Returns
Type Description
$this