Uses of Class
com.google.cloud.config.v1.DeploymentName
-
Packages that use DeploymentName Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of DeploymentName in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return DeploymentName Modifier and Type Method Description DeploymentName
DeploymentName.Builder. build()
static DeploymentName
DeploymentName. of(String project, String location, String deployment)
static DeploymentName
DeploymentName. parse(String formattedString)
Methods in com.google.cloud.config.v1 that return types with arguments of type DeploymentName Modifier and Type Method Description static List<DeploymentName>
DeploymentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.config.v1 with parameters of type DeploymentName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Deployment,OperationMetadata>
ConfigClient. deleteDeploymentAsync(DeploymentName name)
Deletes a [Deployment][google.cloud.config.v1.Deployment].void
ConfigClient. deleteStatefile(DeploymentName name)
Deletes Terraform state file in a given deployment.LockInfo
ConfigClient. exportLockInfo(DeploymentName name)
Exports the lock info on a locked deployment.Deployment
ConfigClient. getDeployment(DeploymentName name)
Gets details about a [Deployment][google.cloud.config.v1.Deployment].Statefile
ConfigClient. importStatefile(DeploymentName parent, long lockId)
Imports Terraform state file in a given deployment.ConfigClient.ListRevisionsPagedResponse
ConfigClient. listRevisions(DeploymentName parent)
Lists [Revision][google.cloud.config.v1.Revision]s of a deployment.com.google.api.gax.longrunning.OperationFuture<Deployment,OperationMetadata>
ConfigClient. lockDeploymentAsync(DeploymentName name)
Locks a deployment.com.google.api.gax.longrunning.OperationFuture<Deployment,OperationMetadata>
ConfigClient. unlockDeploymentAsync(DeploymentName name, long lockId)
Unlocks a locked deployment.Method parameters in com.google.cloud.config.v1 with type arguments of type DeploymentName Modifier and Type Method Description static List<String>
DeploymentName. toStringList(List<DeploymentName> values)
-