Method: Google::Cloud::Monitoring::V3::ListServicesRequest#parent

Defined in:
proto_docs/google/monitoring/v3/service_service.rb

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

Returns:

  • (::String)

    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]
    
[View source]

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