Class: Google::Cloud::Monitoring::MetricsScope::V1::GetMetricsScopeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::MetricsScope::V1::GetMetricsScopeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/metricsscope/v1/metrics_scopes.rb
Overview
Request for the GetMetricsScope
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Metrics Scope
.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}
.
31 32 33 34 |
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scopes.rb', line 31 class GetMetricsScopeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |