Liking cljdoc? Tell your friends :D

happygapi.config.projects

Infrastructure Manager API: projects. Creates and manages Google Cloud Platform resources and infrastructure. See: https://cloud.google.com/infrastructure-manager/docsdocs/reference/rest/v1/projects

Infrastructure Manager API: projects.
Creates and manages Google Cloud Platform resources and infrastructure.
See: https://cloud.google.com/infrastructure-manager/docsdocs/reference/rest/v1/projects
raw docstring

locations-deployments-create$clj

(locations-deployments-create$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/create

Required parameters: parent

Optional parameters: deploymentId, requestId

Body:

{:serviceAccount string, :labels {}, :latestRevision string, :stateDetail string, :errorCode string, :lockState string, :name string, :errorLogs string, :createTime string, :state string, :tfVersion string, :updateTime string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :importExistingResources boolean, :artifactsGcsBucket string, :deleteLogs string, :annotations {}, :workerPool string, :deleteBuild string, :deleteResults {:content string, :artifacts string, :outputs {}}, :tfVersionConstraint string, :quotaValidation string, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}}

Creates a Deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/create

Required parameters: parent

Optional parameters: deploymentId, requestId

Body: 

{:serviceAccount string,
 :labels {},
 :latestRevision string,
 :stateDetail string,
 :errorCode string,
 :lockState string,
 :name string,
 :errorLogs string,
 :createTime string,
 :state string,
 :tfVersion string,
 :updateTime string,
 :tfErrors [{:resourceAddress string,
             :httpResponseCode integer,
             :errorDescription string,
             :error Status}],
 :importExistingResources boolean,
 :artifactsGcsBucket string,
 :deleteLogs string,
 :annotations {},
 :workerPool string,
 :deleteBuild string,
 :deleteResults {:content string, :artifacts string, :outputs {}},
 :tfVersionConstraint string,
 :quotaValidation string,
 :terraformBlueprint {:gcsSource string,
                      :gitSource GitSource,
                      :inputValues {}}}

Creates a Deployment.
raw docstring

locations-deployments-delete$clj

(locations-deployments-delete$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/delete

Required parameters: name

Optional parameters: requestId, force, deletePolicy

Deletes a Deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/delete

Required parameters: name

Optional parameters: requestId, force, deletePolicy

Deletes a Deployment.
raw docstring

locations-deployments-deleteState$clj

(locations-deployments-deleteState$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/deleteState

Required parameters: name

Optional parameters: none

Body:

{:lockId string}

Deletes Terraform state file in a given deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/deleteState

Required parameters: name

Optional parameters: none

Body: 

{:lockId string}

Deletes Terraform state file in a given deployment.
raw docstring

locations-deployments-exportLock$clj

(locations-deployments-exportLock$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/exportLock

Required parameters: name

Optional parameters: none

Exports the lock info on a locked deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/exportLock

Required parameters: name

Optional parameters: none

Exports the lock info on a locked deployment.
raw docstring

locations-deployments-exportState$clj

(locations-deployments-exportState$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/exportState

Required parameters: parent

Optional parameters: none

Body:

{:draft boolean}

Exports Terraform state file from a given deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/exportState

Required parameters: parent

Optional parameters: none

Body: 

{:draft boolean}

Exports Terraform state file from a given deployment.
raw docstring

locations-deployments-get$clj

(locations-deployments-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/get

Required parameters: name

Optional parameters: none

Gets details about a Deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/get

Required parameters: name

Optional parameters: none

Gets details about a Deployment.
raw docstring

locations-deployments-getIamPolicy$clj

(locations-deployments-getIamPolicy$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

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

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

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

locations-deployments-importState$clj

(locations-deployments-importState$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/importState

Required parameters: parent

Optional parameters: none

Body:

{:lockId string}

Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/importState

Required parameters: parent

Optional parameters: none

Body: 

{:lockId string}

Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.
raw docstring

locations-deployments-list$clj

(locations-deployments-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Deployments in a given project and location.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Deployments in a given project and location.
raw docstring

locations-deployments-lock$clj

(locations-deployments-lock$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/lock

Required parameters: name

Optional parameters: none

Body:

{}

Locks a deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/lock

Required parameters: name

Optional parameters: none

Body: 

{}

Locks a deployment.
raw docstring

locations-deployments-patch$clj

(locations-deployments-patch$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body:

{:serviceAccount string, :labels {}, :latestRevision string, :stateDetail string, :errorCode string, :lockState string, :name string, :errorLogs string, :createTime string, :state string, :tfVersion string, :updateTime string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :importExistingResources boolean, :artifactsGcsBucket string, :deleteLogs string, :annotations {}, :workerPool string, :deleteBuild string, :deleteResults {:content string, :artifacts string, :outputs {}}, :tfVersionConstraint string, :quotaValidation string, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}}

Updates a Deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

{:serviceAccount string,
 :labels {},
 :latestRevision string,
 :stateDetail string,
 :errorCode string,
 :lockState string,
 :name string,
 :errorLogs string,
 :createTime string,
 :state string,
 :tfVersion string,
 :updateTime string,
 :tfErrors [{:resourceAddress string,
             :httpResponseCode integer,
             :errorDescription string,
             :error Status}],
 :importExistingResources boolean,
 :artifactsGcsBucket string,
 :deleteLogs string,
 :annotations {},
 :workerPool string,
 :deleteBuild string,
 :deleteResults {:content string, :artifacts string, :outputs {}},
 :tfVersionConstraint string,
 :quotaValidation string,
 :terraformBlueprint {:gcsSource string,
                      :gitSource GitSource,
                      :inputValues {}}}

Updates a Deployment.
raw docstring

locations-deployments-revisions-exportState$clj

(locations-deployments-revisions-exportState$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/exportState

Required parameters: parent

Optional parameters: none

Body:

{}

Exports Terraform state file from a given revision.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/exportState

Required parameters: parent

Optional parameters: none

Body: 

{}

Exports Terraform state file from a given revision.
raw docstring

locations-deployments-revisions-get$clj

(locations-deployments-revisions-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/get

Required parameters: name

Optional parameters: none

Gets details about a Revision.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/get

Required parameters: name

Optional parameters: none

Gets details about a Revision.
raw docstring

locations-deployments-revisions-list$clj

(locations-deployments-revisions-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Revisions of a deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Revisions of a deployment.
raw docstring

locations-deployments-revisions-resources-get$clj

(locations-deployments-revisions-resources-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/resources/get

Required parameters: name

Optional parameters: none

Gets details about a Resource deployed by Infra Manager.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/resources/get

Required parameters: name

Optional parameters: none

Gets details about a Resource deployed by Infra Manager.
raw docstring

locations-deployments-revisions-resources-list$clj

(locations-deployments-revisions-resources-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/resources/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Resources in a given revision.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/resources/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Resources in a given revision.
raw docstring

locations-deployments-setIamPolicy$clj

(locations-deployments-setIamPolicy$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :bindings [Binding], :auditConfigs [AuditConfig], :etag string}, :updateMask string}

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

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer,
          :bindings [Binding],
          :auditConfigs [AuditConfig],
          :etag string},
 :updateMask string}

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

locations-deployments-testIamPermissions$clj

(locations-deployments-testIamPermissions$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

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.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

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

locations-deployments-unlock$clj

(locations-deployments-unlock$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/unlock

Required parameters: name

Optional parameters: none

Body:

{:lockId string}

Unlocks a locked deployment.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/unlock

Required parameters: name

Optional parameters: none

Body: 

{:lockId string}

Unlocks a locked deployment.
raw docstring

locations-get$clj

(locations-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.
raw docstring

locations-list$clj

(locations-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/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/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

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

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/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/infrastructure-manager/docsapi/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`.
raw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/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/infrastructure-manager/docsapi/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`.
raw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/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/infrastructure-manager/docsapi/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.
raw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/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/infrastructure-manager/docsapi/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`.
raw docstring

locations-previews-create$clj

(locations-previews-create$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/create

Required parameters: parent

Optional parameters: previewId, requestId

Body:

{:serviceAccount string, :labels {}, :errorCode string, :logs string, :name string, :errorStatus {:code integer, :message string, :details [{}]}, :errorLogs string, :createTime string, :state string, :tfVersion string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :build string, :artifactsGcsBucket string, :deployment string, :annotations {}, :previewMode string, :workerPool string, :tfVersionConstraint string, :previewArtifacts {:content string, :artifacts string}, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}}

Creates a Preview.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/create

Required parameters: parent

Optional parameters: previewId, requestId

Body: 

{:serviceAccount string,
 :labels {},
 :errorCode string,
 :logs string,
 :name string,
 :errorStatus {:code integer, :message string, :details [{}]},
 :errorLogs string,
 :createTime string,
 :state string,
 :tfVersion string,
 :tfErrors [{:resourceAddress string,
             :httpResponseCode integer,
             :errorDescription string,
             :error Status}],
 :build string,
 :artifactsGcsBucket string,
 :deployment string,
 :annotations {},
 :previewMode string,
 :workerPool string,
 :tfVersionConstraint string,
 :previewArtifacts {:content string, :artifacts string},
 :terraformBlueprint {:gcsSource string,
                      :gitSource GitSource,
                      :inputValues {}}}

Creates a Preview.
raw docstring

locations-previews-delete$clj

(locations-previews-delete$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/delete

Required parameters: name

Optional parameters: requestId

Deletes a Preview.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/delete

Required parameters: name

Optional parameters: requestId

Deletes a Preview.
raw docstring

locations-previews-export$clj

(locations-previews-export$ auth parameters body)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/export

Required parameters: parent

Optional parameters: none

Body:

{}

Export Preview results.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/export

Required parameters: parent

Optional parameters: none

Body: 

{}

Export Preview results.
raw docstring

locations-previews-get$clj

(locations-previews-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/get

Required parameters: name

Optional parameters: none

Gets details about a Preview.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/get

Required parameters: name

Optional parameters: none

Gets details about a Preview.
raw docstring

locations-previews-list$clj

(locations-previews-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Previews in a given project and location.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists Previews in a given project and location.
raw docstring

locations-terraformVersions-get$clj

(locations-terraformVersions-get$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/terraformVersions/get

Required parameters: name

Optional parameters: none

Gets details about a TerraformVersion.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/terraformVersions/get

Required parameters: name

Optional parameters: none

Gets details about a TerraformVersion.
raw docstring

locations-terraformVersions-list$clj

(locations-terraformVersions-list$ auth parameters)

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/terraformVersions/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists TerraformVersions in a given project and location.

https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/terraformVersions/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists TerraformVersions in a given project and location.
raw docstring

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

× close