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