Class: Google::Cloud::Monitoring::V3::GetServiceLevelObjectiveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetServiceLevelObjectiveRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The GetServiceLevelObjective
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View
View of the
ServiceLevelObjective
to return.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the ServiceLevelObjective
to get. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME].
169 170 171 172 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 169 class GetServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View
Returns View of the ServiceLevelObjective
to return. If DEFAULT
, return the
ServiceLevelObjective
as originally defined. If EXPLICIT
and the
ServiceLevelObjective
is defined in terms of a BasicSli
, replace the
BasicSli
with a RequestBasedSli
spelling out how the SLI is computed.
169 170 171 172 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 169 class GetServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |