MonitoredResourceMetadata class
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.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
systemLabels
↔ Map<
String, Object> -
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 } [...]read / write -
userLabels
↔ Map<
String, String> -
Output only. A map of user-defined metadata labels.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited