Cloud Monitoring V3 API - Class Google::Api::MonitoredResourceMetadata (v1.0.1)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Api::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#system_labels

defsystem_labels()->::Google::Protobuf::Struct
Returns
  • (::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 }
    

#system_labels=

defsystem_labels=(value)->::Google::Protobuf::Struct
Parameter
  • value (::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 }
    
Returns
  • (::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

defuser_labels()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Output only. A map of user-defined metadata labels.

#user_labels=

defuser_labels=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Output only. A map of user-defined metadata labels.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Output only. A map of user-defined metadata labels.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.