Creates and manages Google Cloud Platform resources and infrastructure.
- REST Resource: v1.projects.locations
- REST Resource: v1.projects.locations.deployments
- REST Resource: v1.projects.locations.deployments.revisions
- REST Resource: v1.projects.locations.deployments.revisions.resources
- REST Resource: v1.projects.locations.operations
- REST Resource: v1.projects.locations.previews
- REST Resource: v1.projects.locations.previews.resourceChanges
- REST Resource: v1.projects.locations.previews.resourceDrifts
- REST Resource: v1.projects.locations.terraformVersions
Service: config.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://config.googleapis.com
REST Resource: v1.projects.locations
| Methods | |
|---|---|
| get | GET /v1/{name=projects/*/locations/*}Gets information about a location. | 
| list | GET /v1/{name=projects/*}/locationsLists information about the supported locations for this service. | 
REST Resource: v1.projects.locations.deployments
| Methods | |
|---|---|
| create | POST /v1/{parent=projects/*/locations/*}/deploymentsCreates a Deployment. | 
| delete | DELETE /v1/{name=projects/*/locations/*/deployments/*}Deletes a Deployment. | 
| deleteState | POST /v1/{name=projects/*/locations/*/deployments/*}:deleteStateDeletes Terraform state file in a given deployment. | 
| exportLock | GET /v1/{name=projects/*/locations/*/deployments/*}:exportLockExports the lock info on a locked deployment. | 
| exportState | POST /v1/{parent=projects/*/locations/*/deployments/*}:exportStateExports Terraform state file from a given deployment. | 
| get | GET /v1/{name=projects/*/locations/*/deployments/*}Gets details about a Deployment. | 
| getIamPolicy | GET /v1/{resource=projects/*/locations/*/deployments/*}:getIamPolicyGets the access control policy for a resource. | 
| importState | POST /v1/{parent=projects/*/locations/*/deployments/*}:importStateImports Terraform state file in a given deployment. | 
| list | GET /v1/{parent=projects/*/locations/*}/deploymentsLists Deployments in a given project and location. | 
| lock | POST /v1/{name=projects/*/locations/*/deployments/*}:lockLocks a deployment. | 
| patch | PATCH /v1/{deployment.name=projects/*/locations/*/deployments/*}Updates a Deployment. | 
| setIamPolicy | POST /v1/{resource=projects/*/locations/*/deployments/*}:setIamPolicySets the access control policy on the specified resource. | 
| testIamPermissions | POST /v1/{resource=projects/*/locations/*/deployments/*}:testIamPermissionsReturns permissions that a caller has on the specified resource. | 
| unlock | POST /v1/{name=projects/*/locations/*/deployments/*}:unlockUnlocks a locked deployment. | 
REST Resource: v1.projects.locations.deployments.revisions
| Methods | |
|---|---|
| exportState | POST /v1/{parent=projects/*/locations/*/deployments/*/revisions/*}:exportStateExports Terraform state file from a given revision. | 
| get | GET /v1/{name=projects/*/locations/*/deployments/*/revisions/*}Gets details about a Revision. | 
| list | GET /v1/{parent=projects/*/locations/*/deployments/*}/revisionsLists Revisions of a deployment. | 
REST Resource: v1.projects.locations.deployments.revisions.resources
| Methods | |
|---|---|
| get | GET /v1/{name=projects/*/locations/*/deployments/*/revisions/*/resources/*}Gets details about a Resourcedeployed by Infra Manager. | 
| list | GET /v1/{parent=projects/*/locations/*/deployments/*/revisions/*}/resourcesLists Resourcesin a given revision. | 
REST Resource: v1.projects.locations.operations
| Methods | |
|---|---|
| cancel | POST /v1/{name=projects/*/locations/*/operations/*}:cancelStarts asynchronous cancellation on a long-running operation. | 
| delete | DELETE /v1/{name=projects/*/locations/*/operations/*}Deletes a long-running operation. | 
| get | GET /v1/{name=projects/*/locations/*/operations/*}Gets the latest state of a long-running operation. | 
| list | GET /v1/{name=projects/*/locations/*}/operationsLists operations that match the specified filter in the request. | 
REST Resource: v1.projects.locations.previews
| Methods | |
|---|---|
| create | POST /v1/{parent=projects/*/locations/*}/previewsCreates a Preview. | 
| delete | DELETE /v1/{name=projects/*/locations/*/previews/*}Deletes a Preview. | 
| export | POST /v1/{parent=projects/*/locations/*/previews/*}:exportExport Previewresults. | 
| get | GET /v1/{name=projects/*/locations/*/previews/*}Gets details about a Preview. | 
| list | GET /v1/{parent=projects/*/locations/*}/previewsLists Previews in a given project and location. | 
REST Resource: v1.projects.locations.previews.resourceChanges
| Methods | |
|---|---|
| get | GET /v1/{name=projects/*/locations/*/previews/*/resourceChanges/*}Get a ResourceChange for a given preview. | 
| list | GET /v1/{parent=projects/*/locations/*/previews/*}/resourceChangesLists ResourceChanges for a given preview. | 
REST Resource: v1.projects.locations.previews.resourceDrifts
| Methods | |
|---|---|
| get | GET /v1/{name=projects/*/locations/*/previews/*/resourceDrifts/*}Get a ResourceDrift for a given preview. | 
| list | GET /v1/{parent=projects/*/locations/*/previews/*}/resourceDriftsList ResourceDrifts for a given preview. | 
REST Resource: v1.projects.locations.terraformVersions
| Methods | |
|---|---|
| get | GET /v1/{name=projects/*/locations/*/terraformVersions/*}Gets details about a TerraformVersion. | 
| list | GET /v1/{parent=projects/*/locations/*}/terraformVersionsLists TerraformVersions in a given project and location. |