Class: Google::Cloud::Monitoring::MetricsScope::V1::MetricsScope
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::MetricsScope::V1::MetricsScope
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb
Overview
Represents a Metrics Scope in Cloud Monitoring, which specifies one or more Google projects and zero or more AWS accounts to monitor together.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#monitored_projects ⇒ ::Array<::Google::Cloud::Monitoring::MetricsScope::V1::MonitoredProject>
readonly
Output only.
-
#name ⇒ ::String
Immutable.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when this Metrics Scope
was created.
46 47 48 49 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb', line 46 class MetricsScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#monitored_projects ⇒ ::Array<::Google::Cloud::Monitoring::MetricsScope::V1::MonitoredProject> (readonly)
Returns Output only. The list of projects monitored by this Metrics Scope
.
46 47 48 49 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb', line 46 class MetricsScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Immutable. The resource name of the Monitoring Metrics Scope.
On input, the resource name can be specified with the
scoping project ID or number. On output, the resource name is
specified with the scoping project number.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}
.
46 47 48 49 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb', line 46 class MetricsScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when this Metrics Scope
record was last updated.
46 47 48 49 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scope.rb', line 46 class MetricsScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |