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