| 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(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
SetMasterAuthRequest content)
Used to set master auth materials.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.SetMasterAuth(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
SetMasterAuthRequest content)
Used to set master auth materials.
|
| Modifier and Type | Method and Description |
|---|---|
SetMasterAuthRequest |
SetMasterAuthRequest.clone() |
SetMasterAuthRequest |
SetMasterAuthRequest.set(java.lang.String fieldName,
java.lang.Object value) |
SetMasterAuthRequest |
SetMasterAuthRequest.setAction(java.lang.String action)
The exact form of action to be taken on the master auth
|
SetMasterAuthRequest |
SetMasterAuthRequest.setUpdate(MasterAuth update)
A description of the update.
|