Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InterceptEndpointGroupsResource

The "interceptEndpointGroups" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: projects/123456789/locations/global. See https://google.aip.dev/132 for more details.

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: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/122 for more details.

Returns
Type Description
ProjectsResource.LocationsResource.InterceptEndpointGroupsResource.PatchRequest
In this article
Back to top Generated by DocFX