| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.SetMasterAuth |
Container.Projects.Zones.Clusters.setMasterAuth(String projectId,
String zone,
String clusterId,
SetMasterAuthRequest content)
Used to set master auth materials.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.SetMasterAuth(String projectId,
String zone,
String clusterId,
SetMasterAuthRequest content)
Used to set master auth materials.
|
| Modifier and Type | Method and Description |
|---|---|
SetMasterAuthRequest |
SetMasterAuthRequest.clone() |
SetMasterAuthRequest |
SetMasterAuthRequest.set(String fieldName,
Object value) |
SetMasterAuthRequest |
SetMasterAuthRequest.setAction(String action)
The exact form of action to be taken on the master auth
|
SetMasterAuthRequest |
SetMasterAuthRequest.setUpdate(MasterAuth update)
A description of the update.
|