public static final class UpgradeClusterRequest.Builder extends GeneratedMessage.Builder<UpgradeClusterRequest.Builder> implements UpgradeClusterRequestOrBuilderUpgrades a cluster.
Protobuf type google.cloud.edgecontainer.v1.UpgradeClusterRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpgradeClusterRequest.BuilderImplements
UpgradeClusterRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpgradeClusterRequest build()| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest |
|
buildPartial()
public UpgradeClusterRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest |
|
clear()
public UpgradeClusterRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
|
clearName()
public UpgradeClusterRequest.Builder clearName()Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
clearRequestId()
public UpgradeClusterRequest.Builder clearRequestId() A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
clearSchedule()
public UpgradeClusterRequest.Builder clearSchedule()The schedule for the upgrade.
.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
clearTargetVersion()
public UpgradeClusterRequest.Builder clearTargetVersion()Required. The version the cluster is going to be upgraded to.
string target_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpgradeClusterRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRequestId()
public String getRequestId() A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes() A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getSchedule()
public UpgradeClusterRequest.Schedule getSchedule()The schedule for the upgrade.
.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Schedule |
The schedule. |
getScheduleValue()
public int getScheduleValue()The schedule for the upgrade.
.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for schedule. |
getTargetVersion()
public String getTargetVersion()Required. The version the cluster is going to be upgraded to.
string target_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The targetVersion. |
getTargetVersionBytes()
public ByteString getTargetVersionBytes()Required. The version the cluster is going to be upgraded to.
string target_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetVersion. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpgradeClusterRequest other)
public UpgradeClusterRequest.Builder mergeFrom(UpgradeClusterRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeClusterRequest |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeClusterRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpgradeClusterRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
|
setName(String value)
public UpgradeClusterRequest.Builder setName(String value)Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public UpgradeClusterRequest.Builder setNameBytes(ByteString value)Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setRequestId(String value)
public UpgradeClusterRequest.Builder setRequestId(String value) A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public UpgradeClusterRequest.Builder setRequestIdBytes(ByteString value) A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setSchedule(UpgradeClusterRequest.Schedule value)
public UpgradeClusterRequest.Builder setSchedule(UpgradeClusterRequest.Schedule value)The schedule for the upgrade.
.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
UpgradeClusterRequest.ScheduleThe schedule to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setScheduleValue(int value)
public UpgradeClusterRequest.Builder setScheduleValue(int value)The schedule for the upgrade.
.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for schedule to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setTargetVersion(String value)
public UpgradeClusterRequest.Builder setTargetVersion(String value)Required. The version the cluster is going to be upgraded to.
string target_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe targetVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |
setTargetVersionBytes(ByteString value)
public UpgradeClusterRequest.Builder setTargetVersionBytes(ByteString value)Required. The version the cluster is going to be upgraded to.
string target_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for targetVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterRequest.Builder |
This builder for chaining. |