| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ParentProductConfig |
ParentProductConfig.clone() |
ParentProductConfig |
ClusterUpdate.getDesiredParentProductConfig()
The desired parent product config for the cluster.
|
ParentProductConfig |
Cluster.getParentProductConfig()
The configuration of the parent product of the cluster.
|
ParentProductConfig |
ParentProductConfig.set(String fieldName,
Object value) |
ParentProductConfig |
ParentProductConfig.setLabels(Map<String,String> labels)
Labels contain the configuration of the parent product.
|
ParentProductConfig |
ParentProductConfig.setProductName(String productName)
Name of the parent product associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredParentProductConfig(ParentProductConfig desiredParentProductConfig)
The desired parent product config for the cluster.
|
Cluster |
Cluster.setParentProductConfig(ParentProductConfig parentProductConfig)
The configuration of the parent product of the cluster.
|
Copyright © 2011–2025 Google. All rights reserved.