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

BlockchainNodeEngine

import { BlockchainNodeEngine } from "https://googleapis.deno.dev/v1/blockchainnodeengine:v1.ts";
class BlockchainNodeEngine {
constructor(client?: CredentialsClient, baseUrl?: string);
async projectsLocationsBlockchainNodesCreate(
parent: string,
): Promise<Operation>;
async projectsLocationsBlockchainNodesDelete(name: string, opts?: ProjectsLocationsBlockchainNodesDeleteOptions): Promise<Operation>;
async projectsLocationsBlockchainNodesGet(name: string): Promise<BlockchainNode>;
async projectsLocationsBlockchainNodesList(parent: string, opts?: ProjectsLocationsBlockchainNodesListOptions): Promise<ListBlockchainNodesResponse>;
async projectsLocationsBlockchainNodesPatch(
name: string,
): Promise<Operation>;
async projectsLocationsGet(name: string): Promise<Location>;
async projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>;
async projectsLocationsOperationsCancel(name: string, req: CancelOperationRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsOperationsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsOperationsGet(name: string): Promise<Operation>;
async projectsLocationsOperationsList(name: string, opts?: ProjectsLocationsOperationsListOptions): Promise<ListOperationsResponse>;
}

§Constructors

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

§Methods

§
projectsLocationsBlockchainNodesCreate(parent: string, req: BlockchainNode, opts?: ProjectsLocationsBlockchainNodesCreateOptions): Promise<Operation>
[src]

Creates a new blockchain node in a given project and location.

@param parent

Required. Value for parent.

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

Deletes a single blockchain node.

@param name

Required. The fully qualified name of the blockchain node to delete. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.

§
projectsLocationsBlockchainNodesGet(name: string): Promise<BlockchainNode>
[src]

Gets details of a single blockchain node.

@param name

Required. The fully qualified name of the blockchain node to fetch. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.

§
projectsLocationsBlockchainNodesList(parent: string, opts?: ProjectsLocationsBlockchainNodesListOptions): Promise<ListBlockchainNodesResponse>
[src]

Lists blockchain nodes in a given project and location.

@param parent

Required. Parent value for ListNodesRequest.

§
projectsLocationsBlockchainNodesPatch(name: string, req: BlockchainNode, opts?: ProjectsLocationsBlockchainNodesPatchOptions): Promise<Operation>
[src]

Updates the parameters of a single blockchain node.

@param name

Output only. The fully qualified name of the blockchain node. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.

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