Class MonitoredResourceMetadata (2.2.0)

public sealed class MonitoredResourceMetadata : Protobuf.IMessage<MonitoredResourceMetadata>, Protobuf.IBufferMessage

Auxiliary metadata for a [MonitoredResource][google.api.MonitoredResource] object. [MonitoredResource][google.api.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.

Inheritance

Object > MonitoredResourceMetadata

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

MonitoredResourceMetadata()

public MonitoredResourceMetadata()

MonitoredResourceMetadata(MonitoredResourceMetadata)

public MonitoredResourceMetadata(MonitoredResourceMetadata other)
Parameter
NameDescription
otherMonitoredResourceMetadata

Fields

SystemLabelsFieldNumber

public const int SystemLabelsFieldNumber = 1

Field number for the "system_labels" field.

Field Value
TypeDescription
Int32

UserLabelsFieldNumber

public const int UserLabelsFieldNumber = 2

Field number for the "user_labels" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

Parser

public static Protobuf.MessageParser<MonitoredResourceMetadata> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<MonitoredResourceMetadata>

SystemLabels

public Protobuf.WellKnownTypes.Struct SystemLabels { get; set; }

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 }

Property Value
TypeDescription
Protobuf.WellKnownTypes.Struct

UserLabels

public Protobuf.Collections.MapField<string, string> UserLabels { get; }

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

Property Value
TypeDescription
Protobuf.Collections.MapField<String, String>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public MonitoredResourceMetadata Clone()
Returns
TypeDescription
MonitoredResourceMetadata

Equals(MonitoredResourceMetadata)

public bool Equals(MonitoredResourceMetadata other)
Parameter
NameDescription
otherMonitoredResourceMetadata
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(MonitoredResourceMetadata)

public void MergeFrom(MonitoredResourceMetadata other)
Parameter
NameDescription
otherMonitoredResourceMetadata

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream