Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IDS

import { IDS } from "https://googleapis.deno.dev/v1/ids:v1.ts";

Cloud IDS (Cloud Intrusion Detection System) detects malware, spyware, command-and-control attacks, and other network-based threats. Its security efficacy is industry leading, built with Palo Alto Networks technologies. When you use this product, your organization name and consumption levels will be shared with Palo Alto Networks.

class IDS {
constructor(client?: CredentialsClient, baseUrl?: string);
async projectsLocationsEndpointsCreate(
parent: string,
req: Endpoint,
): Promise<Operation>;
async projectsLocationsEndpointsDelete(name: string, opts?: ProjectsLocationsEndpointsDeleteOptions): Promise<Operation>;
async projectsLocationsEndpointsGet(name: string): Promise<Endpoint>;
async projectsLocationsEndpointsGetIamPolicy(resource: string, opts?: ProjectsLocationsEndpointsGetIamPolicyOptions): Promise<Policy>;
async projectsLocationsEndpointsList(parent: string, opts?: ProjectsLocationsEndpointsListOptions): Promise<ListEndpointsResponse>;
async projectsLocationsEndpointsPatch(
name: string,
req: Endpoint,
): Promise<Operation>;
async projectsLocationsEndpointsSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>;
async projectsLocationsEndpointsTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>;
async projectsLocationsGet(name: string): Promise<Location>;
async projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>;
async projectsLocationsOperationsCancel(name: string, req: CancelOperationRequest): Promise<Empty>;
async projectsLocationsOperationsDelete(name: string): Promise<Empty>;
async projectsLocationsOperationsGet(name: string): Promise<Operation>;
async projectsLocationsOperationsList(name: string, opts?: ProjectsLocationsOperationsListOptions): Promise<ListOperationsResponse>;
}

§Constructors

§
new IDS(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
projectsLocationsEndpointsCreate(parent: string, req: Endpoint, opts?: ProjectsLocationsEndpointsCreateOptions): Promise<Operation>
[src]

Creates a new Endpoint in a given project and location.

@param parent

Required. The endpoint's parent.

§
projectsLocationsEndpointsDelete(name: string, opts?: ProjectsLocationsEndpointsDeleteOptions): Promise<Operation>
[src]

Deletes a single Endpoint.

@param name

Required. The name of the endpoint to delete.

§
projectsLocationsEndpointsGet(name: string): Promise<Endpoint>
[src]

Gets details of a single Endpoint.

@param name

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

§
projectsLocationsEndpointsGetIamPolicy(resource: string, opts?: ProjectsLocationsEndpointsGetIamPolicyOptions): Promise<Policy>
[src]

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

@param resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

§
projectsLocationsEndpointsList(parent: string, opts?: ProjectsLocationsEndpointsListOptions): Promise<ListEndpointsResponse>
[src]

Lists Endpoints in a given project and location.

@param parent

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

§
projectsLocationsEndpointsPatch(name: string, req: Endpoint, opts?: ProjectsLocationsEndpointsPatchOptions): Promise<Operation>
[src]

Updates the parameters of a single Endpoint.

@param name

Output only. The name of the endpoint.

§
projectsLocationsEndpointsSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>
[src]

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

@param resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

§
projectsLocationsEndpointsTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>
[src]

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

@param resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

§
projectsLocationsGet(name: string): Promise<Location>
[src]

Gets information about a location.

@param name

Resource name for the location.

§
projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>
[src]

Lists information about the supported locations for this service.

@param name

The resource that owns the locations collection, if applicable.

§
projectsLocationsOperationsCancel(name: string, req: CancelOperationRequest): Promise<Empty>
[src]

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

@param name

The name of the operation resource to be cancelled.

§
projectsLocationsOperationsDelete(name: string): Promise<Empty>
[src]

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

@param name

The name of the operation resource to be deleted.

§
projectsLocationsOperationsGet(name: string): Promise<Operation>
[src]

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

@param name

The name of the operation resource.

§
projectsLocationsOperationsList(name: string, opts?: ProjectsLocationsOperationsListOptions): Promise<ListOperationsResponse>
[src]

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

@param name

The name of the operation's parent resource.