Method: Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesRequest#parent
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
#parent ⇒ ::String
Returns Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Metrics Scope. The formats are:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-.
201 202 203 204 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 201 class ListServiceLevelObjectivesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |