Class: Google::Cloud::ErrorReporting::V1beta1::GetGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouderrorreporting/v1beta1/error_group_service.rb

Overview

A request to return an individual group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

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



33
34
35
36
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_group_service.rb', line 33

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