Class ProjectsResource.LocationsResource.EndpointsResource
The "endpoints" collection of methods.
Inherited Members
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 |
---|---|---|
IClient |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |