Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SecurityProfileGroupsResource

The "securityProfileGroups" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SecurityProfileGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SecurityProfileGroupsResource

Constructors

SecurityProfileGroupsResource(IClientService)

Constructs a new resource.

Declaration
public SecurityProfileGroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(SecurityProfileGroup, string)

Creates a new SecurityProfileGroup in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.SecurityProfileGroupsResource.CreateRequest Create(SecurityProfileGroup body, string parent)
Parameters
Type Name Description
SecurityProfileGroup body

The body of the request.

string parent

Required. The parent resource of the SecurityProfileGroup. Must be in the format projects|organizations/*/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.SecurityProfileGroupsResource.CreateRequest

Delete(string)

Deletes a single SecurityProfileGroup.

Declaration
public virtual ProjectsResource.LocationsResource.SecurityProfileGroupsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A name of the SecurityProfileGroup to delete. Must be in the format projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.

Returns
Type Description
ProjectsResource.LocationsResource.SecurityProfileGroupsResource.DeleteRequest

Get(string)

Gets details of a single SecurityProfileGroup.

Declaration
public virtual ProjectsResource.LocationsResource.SecurityProfileGroupsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. A name of the SecurityProfileGroup to get. Must be in the format projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.

Returns
Type Description
ProjectsResource.LocationsResource.SecurityProfileGroupsResource.GetRequest

List(string)

Lists SecurityProfileGroups in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.SecurityProfileGroupsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format projects|organizations/*/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.SecurityProfileGroupsResource.ListRequest

Patch(SecurityProfileGroup, string)

Updates the parameters of a single SecurityProfileGroup.

Declaration
public virtual ProjectsResource.LocationsResource.SecurityProfileGroupsResource.PatchRequest Patch(SecurityProfileGroup body, string name)
Parameters
Type Name Description
SecurityProfileGroup body

The body of the request.

string name

Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.

Returns
Type Description
ProjectsResource.LocationsResource.SecurityProfileGroupsResource.PatchRequest
In this article
Back to top Generated by DocFX