Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EndpointsResource

The "endpoints" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.EndpointsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.IDS.v1
Assembly: Google.Apis.IDS.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EndpointsResource

Constructors

EndpointsResource(IClientService)

Constructs a new resource.

Declaration
public EndpointsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Endpoint, string)

Creates a new Endpoint in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointsResource.CreateRequest Create(Endpoint body, string parent)
Parameters
Type Name Description
Endpoint body

The body of the request.

string parent

Required. The endpoint's parent.

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.CreateRequest

Delete(string)

Deletes a single Endpoint.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the endpoint to delete.

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.DeleteRequest

Get(string)

Gets details of a single Endpoint.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the endpoint to retrieve. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.GetRequest

List(string)

Lists Endpoints in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of endpoints.

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.ListRequest

Patch(Endpoint, string)

Updates the parameters of a single Endpoint.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointsResource.PatchRequest Patch(Endpoint body, string name)
Parameters
Type Name Description
Endpoint body

The body of the request.

string name

Output only. The name of the endpoint.

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