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