Method: Google::Cloud::Monitoring::V3::Group#parent_name
- Defined in:
- proto_docs/google/monitoring/v3/group.rb
#parent_name ⇒ ::String
Returns The name of the group's parent, if it has one. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
For groups with no parent, parent_name
is the empty string, ""
.
77 78 79 80 |
# File 'proto_docs/google/monitoring/v3/group.rb', line 77 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |