Class ProjectsResource.GroupsResource.UpdateRequest
Replace the data for the specified group. Fails if the group does not exist.
Inheritance
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.GroupsResource.UpdateRequest : ClouderrorreportingBaseServiceRequest<ErrorGroup>, IClientServiceRequest<ErrorGroup>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, ErrorGroup, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, ErrorGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ErrorGroup | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
The group resource name. Written as projects/{projectID}/groups/{group_id}
or
projects/{projectID}/locations/{location}/groups/{group_id}
Examples:
projects/my-project-123/groups/my-group
,
projects/my-project-123/locations/us-central1/groups/my-group
In the group resource name, the
group_id
is a unique identifier for a particular error group. The identifier is derived from key
parts of the error-log content and is treated as Service Data. For information about how Service
Data is handled, see Google Cloud Privacy
Notice. For a list of supported locations, see
Supported Regions. global
is the default
when unspecified.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()