Method: Google::Api::MonitoredResourceDescriptor#type
- Defined in:
- proto_docs/google/api/monitored_resource.rb
#type ⇒ ::String
Returns Required. The monitored resource type. For example, the type
"cloudsql_database"
represents databases in Google Cloud SQL.
For a list of types, see Monitoring resource
types
and Logging resource
types.
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 |