public interface CompleteControlPlaneUpgradeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The name (project, location, cluster) of the cluster to complete upgrade.
Specified in the format projects/*/locations/*/clusters/*.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The name (project, location, cluster) of the cluster to complete upgrade.
Specified in the format projects/*/locations/*/clusters/*.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getVersion()
public abstract String getVersion()API request version that initiates this operation.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()API request version that initiates this operation.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |