public interface FetchNodePoolUpgradeInfoRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. The name (project, location, cluster, nodepool) of the nodepool
to get. Specified in the format
projects/*/locations/*/clusters/*/nodePools/* or
projects/*/zones/*/clusters/*/nodePools/*.
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, nodepool) of the nodepool
to get. Specified in the format
projects/*/locations/*/clusters/*/nodePools/* or
projects/*/zones/*/clusters/*/nodePools/*.
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. |