Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
DeploymentLabelEntry |
DeploymentLabelEntry.clone() |
DeploymentLabelEntry |
DeploymentLabelEntry.set(String fieldName,
Object value) |
DeploymentLabelEntry |
DeploymentLabelEntry.setKey(String key)
Key of the label
|
DeploymentLabelEntry |
DeploymentLabelEntry.setValue(String value)
Value of the label
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentLabelEntry> |
Deployment.getLabels()
Map of One Platform labels; provided by the client when the resource is created or updated.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.setLabels(List<DeploymentLabelEntry> labels)
Map of One Platform labels; provided by the client when the resource is created or updated.
|
Copyright © 2011–2024 Google. All rights reserved.