Google API Common Protos Client - Class MonitoredResourceMetadata (4.8.3)

Reference documentation and code samples for the Google API Common Protos Client class MonitoredResourceMetadata.

Auxiliary metadata for a MonitoredResource object. MonitoredResource objects contain the minimum set of information to uniquely identify a monitored resource instance. There is some other useful auxiliary metadata. Monitoring and Logging use an ingestion pipeline to extract metadata for cloud resources of all types, and store the metadata in this message.

Generated from protobuf message google.api.MonitoredResourceMetadata

Namespace

Google \ Api

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ system_labels Google\Protobuf\Struct

Output only. Values for predefined system metadata labels. System labels are a kind of metadata extracted by Google, including "machine_image", "vpc", "subnet_id", "security_group", "name", etc. System label values can be only strings, Boolean values, or a list of strings. For example: { "name": "my-test-instance", "security_group": ["a", "b", "c"], "spot_instance": false }

↳ user_labels array|Google\Protobuf\Internal\MapField

Output only. A map of user-defined metadata labels.

getSystemLabels

Output only. Values for predefined system metadata labels.

System labels are a kind of metadata extracted by Google, including "machine_image", "vpc", "subnet_id", "security_group", "name", etc. System label values can be only strings, Boolean values, or a list of strings. For example: { "name": "my-test-instance", "security_group": ["a", "b", "c"], "spot_instance": false }

Returns
Type Description
Google\Protobuf\Struct|null

hasSystemLabels

clearSystemLabels

setSystemLabels

Output only. Values for predefined system metadata labels.

System labels are a kind of metadata extracted by Google, including "machine_image", "vpc", "subnet_id", "security_group", "name", etc. System label values can be only strings, Boolean values, or a list of strings. For example: { "name": "my-test-instance", "security_group": ["a", "b", "c"], "spot_instance": false }

Parameter
Name Description
var Google\Protobuf\Struct
Returns
Type Description
$this

getUserLabels

Output only. A map of user-defined metadata labels.

Returns
Type Description
Google\Protobuf\Internal\MapField

setUserLabels

Output only. A map of user-defined metadata labels.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this