Namespace Google.Apis.Config.v1
Classes
ConfigBaseServiceRequest<TResponse>
A base abstract class for Config requests.
ConfigService
The Config Service.
ConfigService.Scope
Available OAuth 2.0 scopes for use with the Infrastructure Manager API.
ConfigService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Infrastructure Manager API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.DeploymentGroupsResource
The "deploymentGroups" collection of methods.
ProjectsResource.LocationsResource.DeploymentGroupsResource.CreateRequest
Creates a DeploymentGroup The newly created DeploymentGroup will be in the CREATING state and can
be retrieved via Get and List calls.
ProjectsResource.LocationsResource.DeploymentGroupsResource.DeleteRequest
Deletes a DeploymentGroup
ProjectsResource.LocationsResource.DeploymentGroupsResource.DeprovisionRequest
Deprovisions a deployment group. NOTE: As a first step of this operation, Infra Manager will
automatically delete any Deployments that were part of the last successful DeploymentGroupRevision
but are no longer included in the current DeploymentGroup definition (e.g., following an
UpdateDeploymentGroup call), along with their actuated resources.
ProjectsResource.LocationsResource.DeploymentGroupsResource.GetRequest
Get a DeploymentGroup for a given project and location.
ProjectsResource.LocationsResource.DeploymentGroupsResource.ListRequest
List DeploymentGroups for a given project and location.
ProjectsResource.LocationsResource.DeploymentGroupsResource.PatchRequest
Updates a DeploymentGroup
ProjectsResource.LocationsResource.DeploymentGroupsResource.ProvisionRequest
Provisions a deployment group. NOTE: As a first step of this operation, Infra Manager will
automatically delete any Deployments that were part of the last successful DeploymentGroupRevision
but are no longer included in the current DeploymentGroup definition (e.g., following an
UpdateDeploymentGroup call), along with their actuated resources.
ProjectsResource.LocationsResource.DeploymentGroupsResource.RevisionsResource
The "revisions" collection of methods.
ProjectsResource.LocationsResource.DeploymentGroupsResource.RevisionsResource.GetRequest
Gets details about a DeploymentGroupRevision.
ProjectsResource.LocationsResource.DeploymentGroupsResource.RevisionsResource.ListRequest
Lists DeploymentGroupRevisions in a given DeploymentGroup.
ProjectsResource.LocationsResource.DeploymentsResource
The "deployments" collection of methods.
ProjectsResource.LocationsResource.DeploymentsResource.ConfigLockRequest
Locks a deployment.
ProjectsResource.LocationsResource.DeploymentsResource.CreateRequest
Creates a Deployment.
ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest
Deletes a Deployment.
ProjectsResource.LocationsResource.DeploymentsResource.DeleteStateRequest
Deletes Terraform state file in a given deployment.
ProjectsResource.LocationsResource.DeploymentsResource.ExportLockRequest
Exports the lock info on a locked deployment.
ProjectsResource.LocationsResource.DeploymentsResource.ExportStateRequest
Exports Terraform state file from a given deployment.
ProjectsResource.LocationsResource.DeploymentsResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.DeploymentsResource.GetRequest
Gets details about a Deployment.
ProjectsResource.LocationsResource.DeploymentsResource.ImportStateRequest
Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.
ProjectsResource.LocationsResource.DeploymentsResource.ListRequest
Lists Deployments in a given project and location.
ProjectsResource.LocationsResource.DeploymentsResource.PatchRequest
Updates a Deployment.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource
The "revisions" collection of methods.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.ExportStateRequest
Exports Terraform state file from a given revision.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.GetRequest
Gets details about a Revision.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.ListRequest
Lists Revisions of a deployment.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.ResourcesResource
The "resources" collection of methods.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.ResourcesResource.GetRequest
Gets details about a Resource deployed by Infra Manager.
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.ResourcesResource.ListRequest
Lists Resources in a given revision.
ProjectsResource.LocationsResource.DeploymentsResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy. Can return
NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.LocationsResource.DeploymentsResource.TestIamPermissionsRequest
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.
ProjectsResource.LocationsResource.DeploymentsResource.UnlockRequest
Unlocks a locked deployment.
ProjectsResource.LocationsResource.GetAutoMigrationConfigRequest
Get the AutoMigrationConfig for a given project and location.
ProjectsResource.LocationsResource.GetRequest
Gets information about a location.
ProjectsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service. This method lists locations based on
the resource scope provided in the [ListLocationsRequest.name] field: * Global locations: If name
is empty, the method lists the public locations available to all projects. * Project-specific
locations: If name follows the format projects/{project}, the method lists locations visible to
that specific project. This includes public, private, or other project-specific locations enabled for
the project. For gRPC and client library implementations, the resource name is passed as the name
field. For direct service calls, the resource name is incorporated into the request path based on the
specific service implementation and version.
ProjectsResource.LocationsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.CancelRequest
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.
ProjectsResource.LocationsResource.OperationsResource.DeleteRequest
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.
ProjectsResource.LocationsResource.OperationsResource.GetRequest
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.
ProjectsResource.LocationsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this
method, it returns UNIMPLEMENTED.
ProjectsResource.LocationsResource.PreviewsResource
The "previews" collection of methods.
ProjectsResource.LocationsResource.PreviewsResource.CreateRequest
Creates a Preview.
ProjectsResource.LocationsResource.PreviewsResource.DeleteRequest
Deletes a Preview.
ProjectsResource.LocationsResource.PreviewsResource.ExportRequest
Export Preview results.
ProjectsResource.LocationsResource.PreviewsResource.GetRequest
Gets details about a Preview.
ProjectsResource.LocationsResource.PreviewsResource.ListRequest
Lists Previews in a given project and location.
ProjectsResource.LocationsResource.PreviewsResource.ResourceChangesResource
The "resourceChanges" collection of methods.
ProjectsResource.LocationsResource.PreviewsResource.ResourceChangesResource.GetRequest
Get a ResourceChange for a given preview.
ProjectsResource.LocationsResource.PreviewsResource.ResourceChangesResource.ListRequest
Lists ResourceChanges for a given preview.
ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource
The "resourceDrifts" collection of methods.
ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource.GetRequest
Get a ResourceDrift for a given preview.
ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource.ListRequest
List ResourceDrifts for a given preview.
ProjectsResource.LocationsResource.TerraformVersionsResource
The "terraformVersions" collection of methods.
ProjectsResource.LocationsResource.TerraformVersionsResource.GetRequest
Gets details about a TerraformVersion.
ProjectsResource.LocationsResource.TerraformVersionsResource.ListRequest
Lists TerraformVersions in a given project and location.
ProjectsResource.LocationsResource.UpdateAutoMigrationConfigRequest
Updates the AutoMigrationConfig for a given project and location.
Enums
ConfigBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ConfigBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.LocationsResource.DeploymentGroupsResource.DeleteRequest.DeploymentReferencePolicyEnum
Optional. Policy on how to handle referenced deployments when deleting the DeploymentGroup. If
unspecified, the default behavior is to fail the deletion if any deployments currently
referenced in the deployment_units of the DeploymentGroup or in the latest revision are not
deleted.
ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest.DeletePolicyEnum
Optional. Policy on how resources actuated by the deployment should be deleted. If unspecified, the default behavior is to delete the underlying resources.