Class ProjectsResource.LocationsResource.GroupsResource
The "groups" collection of methods.
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.GroupsResource
Constructors
GroupsResource(IClientService)
Constructs a new resource.
Declaration
public GroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Get the specified group.
Declaration
public virtual ProjectsResource.LocationsResource.GroupsResource.GetRequest Get(string groupName)
Parameters
Type | Name | Description |
---|---|---|
string | groupName | Required. The group resource name. Written as either |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupsResource.GetRequest |
Update(ErrorGroup, string)
Replace the data for the specified group. Fails if the group does not exist.
Declaration
public virtual ProjectsResource.LocationsResource.GroupsResource.UpdateRequest Update(ErrorGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
ErrorGroup | body | The body of the request. |
string | name | The group resource name. Written as |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupsResource.UpdateRequest |