Method: Google::Cloud::Monitoring::V3::ListServicesRequest#parent
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
permalink #parent ⇒ ::String
Returns Required. Resource name of the parent containing the listed services, either a project or a Monitoring Workspace. The formats are:
projects/[PROJECT_ID_OR_NUMBER]
workspaces/[HOST_PROJECT_ID_OR_NUMBER].
93 94 95 96 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 93 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |