Class ProjectsResource.LocationsResource.InterceptEndpointGroupsResource
The "interceptEndpointGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.InterceptEndpointGroupsResource
Constructors
InterceptEndpointGroupsResource(IClientService)
Constructs a new resource.
Declaration
public InterceptEndpointGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(InterceptEndpointGroup, string)
Creates an endpoint group in a given project and location. See https://google.aip.dev/133.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.CreateRequest Create(InterceptEndpointGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
InterceptEndpointGroup | body | The body of the request. |
string | parent | Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.CreateRequest |
Delete(string)
Deletes an endpoint group. See https://google.aip.dev/135.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The endpoint group to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.DeleteRequest |
Get(string)
Gets a specific endpoint group. See https://google.aip.dev/131.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.GetRequest |
List(string)
Lists endpoint groups in a given project and location. See https://google.aip.dev/132.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of endpoint groups. Example:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.ListRequest |
Patch(InterceptEndpointGroup, string)
Updates an endpoint group. See https://google.aip.dev/134.
Declaration
public virtual ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.PatchRequest Patch(InterceptEndpointGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
InterceptEndpointGroup | body | The body of the request. |
string | name | Immutable. Identifier. The resource name of this endpoint group, for example:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.PatchRequest |