| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.ResourceLabels |
Container.Projects.Zones.Clusters.resourceLabels(String projectId,
String zone,
String clusterId,
SetLabelsRequest content)
Sets labels on a cluster.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.ResourceLabels(String projectId,
String zone,
String clusterId,
SetLabelsRequest content)
Sets labels on a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SetLabelsRequest |
SetLabelsRequest.clone() |
SetLabelsRequest |
SetLabelsRequest.set(String fieldName,
Object value) |
SetLabelsRequest |
SetLabelsRequest.setLabelFingerprint(String labelFingerprint)
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
|
SetLabelsRequest |
SetLabelsRequest.setResourceLabels(Map<String,String> resourceLabels)
The labels to set for that cluster.
|