Class: Google::Cloud::Monitoring::V3::GetServiceLevelObjectiveRequest

Inherits:
Object
  • Object
show all
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

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].

Returns:

  • (::String)

    Required. Resource name of the ServiceLevelObjective to get. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    


167
168
169
170
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 167

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.

Returns:

  • (::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View)

    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.



167
168
169
170
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 167

class GetServiceLevelObjectiveRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end