Class ProjectsResource.LocationsResource.InterceptDeploymentsResource
The "interceptDeployments" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1
Assembly: Google.Apis.NetworkSecurity.v1.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 deployment in a given project and location. See https://google.aip.dev/133.
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. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentsResource.CreateRequest |
Delete(string)
Deletes a deployment. See https://google.aip.dev/135.
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 a specific deployment. See https://google.aip.dev/131.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentsResource.GetRequest |
List(string)
Lists deployments in a given project and location. See https://google.aip.dev/132.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptDeploymentsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of deployments. Example:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentsResource.ListRequest |
Patch(InterceptDeployment, string)
Updates a deployment. See https://google.aip.dev/134.
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 resource name of this deployment, for example:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptDeploymentsResource.PatchRequest |