Class: Google::Devtools::Clouderrorreporting::V1beta1::GetGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_group_service.rb

Overview

A request to return an individual group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

Returns [Required] The group resource name. Written as projects/projectID/groups/group_name. Call groupStats.list to return a list of groups belonging to this project.

Example: projects/my-project-123/groups/my-group

Returns:

  • (String)

    [Required] The group resource name. Written as projects/projectID/groups/group_name. Call groupStats.list to return a list of groups belonging to this project.

    Example: projects/my-project-123/groups/my-group



30
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_group_service.rb', line 30

class GetGroupRequest; end