public interface SetMasterAuthRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SetMasterAuthRequest.Action |
getAction()
The exact form of action to be taken on the master auth.
|
int |
getActionValue()
The exact form of action to be taken on the master auth.
|
java.lang.String |
getClusterId()
The name of the cluster to upgrade.
|
ByteString |
getClusterIdBytes()
The name of the cluster to upgrade.
|
java.lang.String |
getProjectId()
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
ByteString |
getProjectIdBytes()
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
MasterAuth |
getUpdate()
A description of the update.
|
MasterAuthOrBuilder |
getUpdateOrBuilder()
A description of the update.
|
java.lang.String |
getZone()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the cluster
resides.
|
ByteString |
getZoneBytes()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the cluster
resides.
|
boolean |
hasUpdate()
A description of the update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getProjectId()
The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840).
string project_id = 1;
ByteString getProjectIdBytes()
The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840).
string project_id = 1;
java.lang.String getZone()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.
string zone = 2;
ByteString getZoneBytes()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.
string zone = 2;
java.lang.String getClusterId()
The name of the cluster to upgrade.
string cluster_id = 3;
ByteString getClusterIdBytes()
The name of the cluster to upgrade.
string cluster_id = 3;
int getActionValue()
The exact form of action to be taken on the master auth.
.google.container.v1.SetMasterAuthRequest.Action action = 4;
SetMasterAuthRequest.Action getAction()
The exact form of action to be taken on the master auth.
.google.container.v1.SetMasterAuthRequest.Action action = 4;
boolean hasUpdate()
A description of the update.
.google.container.v1.MasterAuth update = 5;
MasterAuth getUpdate()
A description of the update.
.google.container.v1.MasterAuth update = 5;
MasterAuthOrBuilder getUpdateOrBuilder()
A description of the update.
.google.container.v1.MasterAuth update = 5;