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

DataFusion

import { DataFusion } from "https://googleapis.deno.dev/v1/datafusion:v1.ts";

Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.

class DataFusion {
constructor(client?: CredentialsClient, baseUrl?: string);
async projectsLocationsGet(name: string): Promise<Location>;
async projectsLocationsInstancesCreate(
parent: string,
req: Instance,
): Promise<Operation>;
async projectsLocationsInstancesDelete(name: string): Promise<Operation>;
async projectsLocationsInstancesDnsPeeringsCreate(
parent: string,
): Promise<DnsPeering>;
async projectsLocationsInstancesDnsPeeringsDelete(name: string): Promise<Empty>;
async projectsLocationsInstancesDnsPeeringsList(parent: string, opts?: ProjectsLocationsInstancesDnsPeeringsListOptions): Promise<ListDnsPeeringsResponse>;
async projectsLocationsInstancesGet(name: string): Promise<Instance>;
async projectsLocationsInstancesGetIamPolicy(resource: string, opts?: ProjectsLocationsInstancesGetIamPolicyOptions): Promise<Policy>;
async projectsLocationsInstancesList(parent: string, opts?: ProjectsLocationsInstancesListOptions): Promise<ListInstancesResponse>;
async projectsLocationsInstancesPatch(
name: string,
req: Instance,
): Promise<Operation>;
async projectsLocationsInstancesRestart(name: string, req: RestartInstanceRequest): Promise<Operation>;
async projectsLocationsInstancesSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>;
async projectsLocationsInstancesTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>;
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>;
async projectsLocationsVersionsList(parent: string, opts?: ProjectsLocationsVersionsListOptions): Promise<ListAvailableVersionsResponse>;
}

§Constructors

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

§Methods

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

Gets information about a location.

@param name

Resource name for the location.

§
projectsLocationsInstancesCreate(parent: string, req: Instance, opts?: ProjectsLocationsInstancesCreateOptions): Promise<Operation>
[src]

Creates a new Data Fusion instance in the specified project and location.

@param parent

Required. The instance's project and location in the format projects/{project}/locations/{location}.

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

Deletes a single Date Fusion instance.

@param name

Required. The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}

§
projectsLocationsInstancesDnsPeeringsCreate(parent: string, req: DnsPeering, opts?: ProjectsLocationsInstancesDnsPeeringsCreateOptions): Promise<DnsPeering>
[src]

Creates DNS peering on the given resource.

@param parent

Required. The resource on which DNS peering will be created.

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

Deletes DNS peering on the given resource.

@param name

Required. The name of the DNS peering zone to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}

§
projectsLocationsInstancesDnsPeeringsList(parent: string, opts?: ProjectsLocationsInstancesDnsPeeringsListOptions): Promise<ListDnsPeeringsResponse>
[src]

Lists DNS peerings for a given resource.

@param parent

Required. The parent, which owns this collection of dns peerings. Format: projects/{project}/locations/{location}/instances/{instance}

§
projectsLocationsInstancesGet(name: string): Promise<Instance>
[src]

Gets details of a single Data Fusion instance.

@param name

Required. The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}.

§
projectsLocationsInstancesGetIamPolicy(resource: string, opts?: ProjectsLocationsInstancesGetIamPolicyOptions): 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.

§
projectsLocationsInstancesList(parent: string, opts?: ProjectsLocationsInstancesListOptions): Promise<ListInstancesResponse>
[src]

Lists Data Fusion instances in the specified project and location.

@param parent

Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.

§
projectsLocationsInstancesPatch(name: string, req: Instance, opts?: ProjectsLocationsInstancesPatchOptions): Promise<Operation>
[src]

Updates a single Data Fusion instance.

@param name

Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.

§
projectsLocationsInstancesRestart(name: string, req: RestartInstanceRequest): Promise<Operation>
[src]

Restart a single Data Fusion instance. At the end of an operation instance is fully restarted.

@param name

Required. Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance}

§
projectsLocationsInstancesSetIamPolicy(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.

§
projectsLocationsInstancesTestIamPermissions(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.

§
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.

§
projectsLocationsVersionsList(parent: string, opts?: ProjectsLocationsVersionsListOptions): Promise<ListAvailableVersionsResponse>
[src]

Lists possible versions for Data Fusion instances in the specified project and location.

@param parent

Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.