public static final class FetchNodePoolUpgradeInfoRequest.Builder extends GeneratedMessage.Builder<FetchNodePoolUpgradeInfoRequest.Builder> implements FetchNodePoolUpgradeInfoRequestOrBuilderFetchNodePoolUpgradeInfoRequest fetches the upgrade information of a nodepool.
Protobuf type google.container.v1beta1.FetchNodePoolUpgradeInfoRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FetchNodePoolUpgradeInfoRequest.BuilderImplements
FetchNodePoolUpgradeInfoRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FetchNodePoolUpgradeInfoRequest build()| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest |
|
buildPartial()
public FetchNodePoolUpgradeInfoRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest |
|
clear()
public FetchNodePoolUpgradeInfoRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
|
clearName()
public FetchNodePoolUpgradeInfoRequest.Builder clearName() 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 |
FetchNodePoolUpgradeInfoRequest.Builder |
This builder for chaining. |
clearVersion()
public FetchNodePoolUpgradeInfoRequest.Builder clearVersion()API request version that initiates this operation.
string version = 100;
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FetchNodePoolUpgradeInfoRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public 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 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 String getVersion()API request version that initiates this operation.
string version = 100;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()API request version that initiates this operation.
string version = 100;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FetchNodePoolUpgradeInfoRequest other)
public FetchNodePoolUpgradeInfoRequest.Builder mergeFrom(FetchNodePoolUpgradeInfoRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchNodePoolUpgradeInfoRequest |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchNodePoolUpgradeInfoRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FetchNodePoolUpgradeInfoRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
|
setName(String value)
public FetchNodePoolUpgradeInfoRequest.Builder setName(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public FetchNodePoolUpgradeInfoRequest.Builder setNameBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
This builder for chaining. |
setVersion(String value)
public FetchNodePoolUpgradeInfoRequest.Builder setVersion(String value)API request version that initiates this operation.
string version = 100;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public FetchNodePoolUpgradeInfoRequest.Builder setVersionBytes(ByteString value)API request version that initiates this operation.
string version = 100;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
FetchNodePoolUpgradeInfoRequest.Builder |
This builder for chaining. |