Method: Google::Cloud::Monitoring::V3::ListGroupsRequest#children_of_group

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

#children_of_group::String

A group name. The format is:

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]

Returns groups whose parent_name field contains the group name. If no groups have this parent, the results are empty.

Returns:

  • (::String)

    A group name. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    

    Returns groups whose parent_name field contains the group name. If no groups have this parent, the results are empty.


66
67
68
69
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 66

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