Class ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource
The "interceptDeploymentGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource
Constructors
InterceptDeploymentGroupsResource(IClientService)
Constructs a new resource.
Declaration
public InterceptDeploymentGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(InterceptDeploymentGroup, string)
Creates a new InterceptDeploymentGroup in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.CreateRequest Create(InterceptDeploymentGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
InterceptDeploymentGroup | body | The body of the request. |
string | parent | Required. Value for parent. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.CreateRequest |
Delete(string)
Deletes a single InterceptDeploymentGroup.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.DeleteRequest |
Get(string)
Gets details of a single InterceptDeploymentGroup.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.GetRequest |
List(string)
Lists InterceptDeploymentGroups in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent value for ListInterceptDeploymentGroupsRequest |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.ListRequest |
Patch(InterceptDeploymentGroup, string)
Updates a single InterceptDeploymentGroup.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.PatchRequest Patch(InterceptDeploymentGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
InterceptDeploymentGroup | body | The body of the request. |
string | name | Immutable. Identifier. Then name of the InterceptDeploymentGroup. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentGroupsResource.PatchRequest |