Method: Google::Api::MonitoredResourceDescriptor#display_name
- Defined in:
- proto_docs/google/api/monitored_resource.rb
#display_name ⇒ ::String
Returns Optional. A concise name for the monitored resource type that might be
displayed in user interfaces. It should be a Title Cased Noun Phrase,
without any article or other determiners. For example,
"Google Cloud SQL Database"
.
65 66 67 68 |
# File 'proto_docs/google/api/monitored_resource.rb', line 65 class MonitoredResourceDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |