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

RapidMigrationAssessment

import { RapidMigrationAssessment } from "https://googleapis.deno.dev/v1/rapidmigrationassessment:v1.ts";

The Rapid Migration Assessment service is our first-party migration assessment and planning tool.

class RapidMigrationAssessment {
constructor(client?: CredentialsClient, baseUrl?: string);
async projectsLocationsAnnotationsCreate(
parent: string,
): Promise<Operation>;
async projectsLocationsAnnotationsGet(name: string): Promise<Annotation>;
async projectsLocationsCollectorsCreate(
parent: string,
req: Collector,
): Promise<Operation>;
async projectsLocationsCollectorsDelete(name: string, opts?: ProjectsLocationsCollectorsDeleteOptions): Promise<Operation>;
async projectsLocationsCollectorsGet(name: string): Promise<Collector>;
async projectsLocationsCollectorsList(parent: string, opts?: ProjectsLocationsCollectorsListOptions): Promise<ListCollectorsResponse>;
async projectsLocationsCollectorsPatch(
name: string,
req: Collector,
): Promise<Operation>;
async projectsLocationsCollectorsPause(name: string, req: PauseCollectorRequest): Promise<Operation>;
async projectsLocationsCollectorsRegister(name: string, req: RegisterCollectorRequest): Promise<Operation>;
async projectsLocationsCollectorsResume(name: string, req: ResumeCollectorRequest): Promise<Operation>;
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 RapidMigrationAssessment(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
projectsLocationsAnnotationsCreate(parent: string, req: Annotation, opts?: ProjectsLocationsAnnotationsCreateOptions): Promise<Operation>
[src]

Creates an Annotation

@param parent

Required. Name of the parent (project+location).

§
projectsLocationsAnnotationsGet(name: string): Promise<Annotation>
[src]

Gets details of a single Annotation.

@param name

Required. Name of the resource.

§
projectsLocationsCollectorsCreate(parent: string, req: Collector, opts?: ProjectsLocationsCollectorsCreateOptions): Promise<Operation>
[src]

Create a Collector to manage the on-prem appliance which collects information about Customer assets.

@param parent

Required. Name of the parent (project+location).

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

Deletes a single Collector - changes state of collector to "Deleting". Background jobs does final deletion thorugh producer api.

@param name

Required. Name of the resource.

§
projectsLocationsCollectorsGet(name: string): Promise<Collector>
[src]

Gets details of a single Collector.

@param name

Required. Name of the resource.

§
projectsLocationsCollectorsList(parent: string, opts?: ProjectsLocationsCollectorsListOptions): Promise<ListCollectorsResponse>
[src]

Lists Collectors in a given project and location.

@param parent

Required. Parent value for ListCollectorsRequest.

§
projectsLocationsCollectorsPatch(name: string, req: Collector, opts?: ProjectsLocationsCollectorsPatchOptions): Promise<Operation>
[src]

Updates the parameters of a single Collector.

@param name

name of resource.

§
projectsLocationsCollectorsPause(name: string, req: PauseCollectorRequest): Promise<Operation>
[src]

Pauses the given collector.

@param name

Required. Name of the resource.

§
projectsLocationsCollectorsRegister(name: string, req: RegisterCollectorRequest): Promise<Operation>
[src]

Registers the given collector.

@param name

Required. Name of the resource.

§
projectsLocationsCollectorsResume(name: string, req: ResumeCollectorRequest): Promise<Operation>
[src]

Resumes the given collector.

@param name

Required. Name of the resource.

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