public interface FetchClusterUpgradeInfoRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The name (project, location, cluster) of the cluster to get.
Specified in the format projects/*/locations/*/clusters/*
or
projects/*/zones/*/clusters/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name (project, location, cluster) of the cluster to get.
Specified in the format projects/*/locations/*/clusters/*
or
projects/*/zones/*/clusters/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getVersion()
public abstract String getVersion()
API request version that initiates this operation.
string version = 100;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
API request version that initiates this operation.
string version = 100;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |