Class: Google::Cloud::ErrorReporting::V1beta1::UpdateGroupRequest

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 replace the existing data for the given group.

Instance Attribute Summary collapse

Instance Attribute Details

#group::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup

Returns Required. The group which replaces the resource on the server.

Returns:



42
43
44
45
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_group_service.rb', line 42

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