Class: Google::Cloud::Monitoring::MetricsScope::V1::MonitoredProject
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::MetricsScope::V1::MonitoredProject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb
Overview
A project being
monitored
by a Metrics Scope
.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Immutable.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when this MonitoredProject
was created.
64 65 66 67 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb', line 64 class MonitoredProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Immutable. The resource name of the MonitoredProject
. On input, the resource name
includes the scoping project ID and monitored project ID. On output, it
contains the equivalent project numbers.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
.
64 65 66 67 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb', line 64 class MonitoredProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |