Package | Description |
---|---|
com.google.api.services.deploymentmanager | |
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
DeploymentManager.Deployments.Insert |
DeploymentManager.Deployments.insert(String project,
Deployment content)
Creates a deployment and all of the resources described by the deployment manifest.
|
DeploymentManager.Deployments.Patch |
DeploymentManager.Deployments.patch(String project,
String deployment,
Deployment content)
Patches a deployment and all of the resources described by the deployment manifest.
|
DeploymentManager.Deployments.Update |
DeploymentManager.Deployments.update(String project,
String deployment,
Deployment content)
Updates a deployment and all of the resources described by the deployment manifest.
|
Constructor and Description |
---|
Insert(String project,
Deployment content)
Creates a deployment and all of the resources described by the deployment manifest.
|
Patch(String project,
String deployment,
Deployment content)
Patches a deployment and all of the resources described by the deployment manifest.
|
Update(String project,
String deployment,
Deployment content)
Updates a deployment and all of the resources described by the deployment manifest.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.encodeFingerprint(byte[] fingerprint)
Provides a fingerprint to use in requests to modify a deployment, such as `update()`, `stop()`,
and `cancelPreview()` requests.
|
Deployment |
Deployment.set(String fieldName,
Object value) |
Deployment |
Deployment.setDescription(String description)
An optional user-provided description of the deployment.
|
Deployment |
Deployment.setFingerprint(String fingerprint)
Provides a fingerprint to use in requests to modify a deployment, such as `update()`, `stop()`,
and `cancelPreview()` requests.
|
Deployment |
Deployment.setId(BigInteger id) |
Deployment |
Deployment.setInsertTime(String insertTime)
Output only.
|
Deployment |
Deployment.setLabels(List<DeploymentLabelEntry> labels)
Map of One Platform labels; provided by the client when the resource is created or updated.
|
Deployment |
Deployment.setManifest(String manifest)
Output only.
|
Deployment |
Deployment.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
Deployment |
Deployment.setOperation(Operation operation)
Output only.
|
Deployment |
Deployment.setSelfLink(String selfLink)
Output only.
|
Deployment |
Deployment.setTarget(TargetConfiguration target)
[Input Only] The parameters that define your deployment, including the deployment configuration
and relevant templates.
|
Deployment |
Deployment.setUpdate(DeploymentUpdate update)
Output only.
|
Deployment |
Deployment.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentsListResponse.getDeployments()
Output only.
|
Modifier and Type | Method and Description |
---|---|
DeploymentsListResponse |
DeploymentsListResponse.setDeployments(List<Deployment> deployments)
Output only.
|
Copyright © 2011–2024 Google. All rights reserved.