Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::GetGroupRequest.
A request to return an individual group.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group_name
def group_name() -> ::String
Returns
-
(::String) — Required. The group resource name. Written as
projects/{projectID}/groups/{group_name}
. CallgroupStats.list
to return a list of groups belonging to this project.Example:
projects/my-project-123/groups/my-group
#group_name=
def group_name=(value) -> ::String
Parameter
-
value (::String) — Required. The group resource name. Written as
projects/{projectID}/groups/{group_name}
. CallgroupStats.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}
. CallgroupStats.list
to return a list of groups belonging to this project.Example:
projects/my-project-123/groups/my-group