Method: Google::Cloud::Monitoring::V3::Group#name

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

#name::String

Returns Output only. The name of this group. The format is:

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]

When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.

Returns:

  • (::String)

    Output only. The name of this group. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    

    When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.

[View source]

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