Class: Google::Api::MonitoredResourceMetadata
- Inherits:
-
Object
- Object
- Google::Api::MonitoredResourceMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/monitored_resource.rb
Overview
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.
Defined Under Namespace
Classes: UserLabelsEntry
Instance Attribute Summary collapse
-
#system_labels ⇒ ::Google::Protobuf::Struct
Output only.
-
#user_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Output only.
Instance Attribute Details
#system_labels ⇒ ::Google::Protobuf::Struct
136 137 138 139 140 141 142 143 144 145 146 147 148 |
# File 'proto_docs/google/api/monitored_resource.rb', line 136 class MonitoredResourceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class UserLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#user_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
136 137 138 139 140 141 142 143 144 145 146 147 148 |
# File 'proto_docs/google/api/monitored_resource.rb', line 136 class MonitoredResourceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class UserLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |