Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::UpdateGroupRequest.
A request to replace the existing data for the given group.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group
def group() -> ::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup
Returns
- (::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup) — Required. The group which replaces the resource on the server.
#group=
def group=(value) -> ::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup
Parameter
- value (::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup) — Required. The group which replaces the resource on the server.
Returns
- (::Google::Cloud::ErrorReporting::V1beta1::ErrorGroup) — Required. The group which replaces the resource on the server.