Reference documentation and code samples for the Google Cloud Notebooks V1 Client class UpdateInstanceMetadataItemsResponse.
Response for adding/changing metadata items for an instance.
Generated from protobuf message google.cloud.notebooks.v1.UpdateInstanceMetadataItemsResponse
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ items |
array|Google\Protobuf\Internal\MapField
Map of items that were added/updated to/in the metadata. |
getItems
Map of items that were added/updated to/in the metadata.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setItems
Map of items that were added/updated to/in the metadata.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|