Method: Google::Api::MonitoredResourceMetadata#user_labels
- Defined in:
- proto_docs/google/api/monitored_resource.rb
#user_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Output only. A map of user-defined metadata labels.
131 132 133 134 135 136 137 138 139 140 141 142 143 |
# File 'proto_docs/google/api/monitored_resource.rb', line 131 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 |