Liking cljdoc? Tell your friends :D

happygapi.rapidmigrationassessment.projects

Rapid Migration Assessment API: projects. The Rapid Migration Assessment service is our first-party migration assessment and planning tool. See: https://cloud.google.com/migration-centerapi/reference/rest/v1/projects

Rapid Migration Assessment API: projects.
The Rapid Migration Assessment service is our first-party migration assessment and planning tool.
See: https://cloud.google.com/migration-centerapi/reference/rest/v1/projects
raw docstring

locations-annotations-create$clj

(locations-annotations-create$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/annotations/create

Required parameters: parent

Optional parameters: requestId

Body:

{:name string, :createTime string, :updateTime string, :labels {}, :type string}

Creates an Annotation

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/annotations/create

Required parameters: parent

Optional parameters: requestId

Body: 

{:name string,
 :createTime string,
 :updateTime string,
 :labels {},
 :type string}

Creates an Annotation
sourceraw docstring

locations-annotations-get$clj

(locations-annotations-get$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/annotations/get

Required parameters: name

Optional parameters: none

Gets details of a single Annotation.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/annotations/get

Required parameters: name

Optional parameters: none

Gets details of a single Annotation.
sourceraw docstring

locations-collectors-create$clj

(locations-collectors-create$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/create

Required parameters: parent

Optional parameters: collectorId, requestId

Body:

{:description string, :serviceAccount string, :labels {}, :displayName string, :name string, :createTime string, :eulaUri string, :state string, :updateTime string, :clientVersion string, :guestOsScan {:coreSource string}, :collectionDays integer, :expectedAssetCount string, :vsphereScan {:coreSource string}, :bucket string}

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

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/create

Required parameters: parent

Optional parameters: collectorId, requestId

Body: 

{:description string,
 :serviceAccount string,
 :labels {},
 :displayName string,
 :name string,
 :createTime string,
 :eulaUri string,
 :state string,
 :updateTime string,
 :clientVersion string,
 :guestOsScan {:coreSource string},
 :collectionDays integer,
 :expectedAssetCount string,
 :vsphereScan {:coreSource string},
 :bucket string}

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

locations-collectors-delete$clj

(locations-collectors-delete$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/delete

Required parameters: name

Optional parameters: requestId

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

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/delete

Required parameters: name

Optional parameters: requestId

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

locations-collectors-get$clj

(locations-collectors-get$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/get

Required parameters: name

Optional parameters: none

Gets details of a single Collector.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/get

Required parameters: name

Optional parameters: none

Gets details of a single Collector.
sourceraw docstring

locations-collectors-list$clj

(locations-collectors-list$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Collectors in a given project and location.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Collectors in a given project and location.
sourceraw docstring

locations-collectors-patch$clj

(locations-collectors-patch$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body:

{:description string, :serviceAccount string, :labels {}, :displayName string, :name string, :createTime string, :eulaUri string, :state string, :updateTime string, :clientVersion string, :guestOsScan {:coreSource string}, :collectionDays integer, :expectedAssetCount string, :vsphereScan {:coreSource string}, :bucket string}

Updates the parameters of a single Collector.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

{:description string,
 :serviceAccount string,
 :labels {},
 :displayName string,
 :name string,
 :createTime string,
 :eulaUri string,
 :state string,
 :updateTime string,
 :clientVersion string,
 :guestOsScan {:coreSource string},
 :collectionDays integer,
 :expectedAssetCount string,
 :vsphereScan {:coreSource string},
 :bucket string}

Updates the parameters of a single Collector.
sourceraw docstring

locations-collectors-pause$clj

(locations-collectors-pause$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/pause

Required parameters: name

Optional parameters: none

Body:

{:requestId string}

Pauses the given collector.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/pause

Required parameters: name

Optional parameters: none

Body: 

{:requestId string}

Pauses the given collector.
sourceraw docstring

locations-collectors-register$clj

(locations-collectors-register$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/register

Required parameters: name

Optional parameters: none

Body:

{:requestId string}

Registers the given collector.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/register

Required parameters: name

Optional parameters: none

Body: 

{:requestId string}

Registers the given collector.
sourceraw docstring

locations-collectors-resume$clj

(locations-collectors-resume$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/resume

Required parameters: name

Optional parameters: none

Body:

{:requestId string}

Resumes the given collector.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/collectors/resume

Required parameters: name

Optional parameters: none

Body: 

{:requestId string}

Resumes the given collector.
sourceraw docstring

locations-get$clj

(locations-get$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.
sourceraw docstring

locations-list$clj

(locations-list$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists information about the supported locations for this service.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists information about the supported locations for this service.
sourceraw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

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.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

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`.
sourceraw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none

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.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none

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`.
sourceraw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none

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.

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none

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.
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

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

https://cloud.google.com/migration-centerapi/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close