public static final class UpgradeEvent.Builder extends GeneratedMessage.Builder<UpgradeEvent.Builder> implements UpgradeEventOrBuilderUpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.
Protobuf type google.container.v1beta1.UpgradeEvent
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpgradeEvent.BuilderImplements
UpgradeEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpgradeEvent build()| Returns | |
|---|---|
| Type | Description |
UpgradeEvent |
|
buildPartial()
public UpgradeEvent buildPartial()| Returns | |
|---|---|
| Type | Description |
UpgradeEvent |
|
clear()
public UpgradeEvent.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
clearCurrentEmulatedVersion()
public UpgradeEvent.Builder clearCurrentEmulatedVersion()The current emulated version before the upgrade.
string current_emulated_version = 7;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
clearCurrentVersion()
public UpgradeEvent.Builder clearCurrentVersion()The current version before the upgrade.
string current_version = 4;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
clearOperation()
public UpgradeEvent.Builder clearOperation()The operation associated with this upgrade.
string operation = 2;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
clearOperationStartTime()
public UpgradeEvent.Builder clearOperationStartTime()The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
clearResource()
public UpgradeEvent.Builder clearResource()Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
clearResourceType()
public UpgradeEvent.Builder clearResourceType()The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
clearTargetEmulatedVersion()
public UpgradeEvent.Builder clearTargetEmulatedVersion()The target emulated version for the upgrade.
string target_emulated_version = 8;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
clearTargetVersion()
public UpgradeEvent.Builder clearTargetVersion()The target version for the upgrade.
string target_version = 5;
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
getCurrentEmulatedVersion()
public String getCurrentEmulatedVersion()The current emulated version before the upgrade.
string current_emulated_version = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The currentEmulatedVersion. |
getCurrentEmulatedVersionBytes()
public ByteString getCurrentEmulatedVersionBytes()The current emulated version before the upgrade.
string current_emulated_version = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for currentEmulatedVersion. |
getCurrentVersion()
public String getCurrentVersion()The current version before the upgrade.
string current_version = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The currentVersion. |
getCurrentVersionBytes()
public ByteString getCurrentVersionBytes()The current version before the upgrade.
string current_version = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for currentVersion. |
getDefaultInstanceForType()
public UpgradeEvent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpgradeEvent |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOperation()
public String getOperation()The operation associated with this upgrade.
string operation = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The operation. |
getOperationBytes()
public ByteString getOperationBytes()The operation associated with this upgrade.
string operation = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operation. |
getOperationStartTime()
public Timestamp getOperationStartTime()The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The operationStartTime. |
getOperationStartTimeBuilder()
public Timestamp.Builder getOperationStartTimeBuilder()The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getOperationStartTimeOrBuilder()
public TimestampOrBuilder getOperationStartTimeOrBuilder()The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getResource()
public String getResource()Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public ByteString getResourceBytes()Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
getResourceType()
public UpgradeResourceType getResourceType()The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;
| Returns | |
|---|---|
| Type | Description |
UpgradeResourceType |
The resourceType. |
getResourceTypeValue()
public int getResourceTypeValue()The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for resourceType. |
getTargetEmulatedVersion()
public String getTargetEmulatedVersion()The target emulated version for the upgrade.
string target_emulated_version = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The targetEmulatedVersion. |
getTargetEmulatedVersionBytes()
public ByteString getTargetEmulatedVersionBytes()The target emulated version for the upgrade.
string target_emulated_version = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetEmulatedVersion. |
getTargetVersion()
public String getTargetVersion()The target version for the upgrade.
string target_version = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The targetVersion. |
getTargetVersionBytes()
public ByteString getTargetVersionBytes()The target version for the upgrade.
string target_version = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetVersion. |
hasOperationStartTime()
public boolean hasOperationStartTime()The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the operationStartTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpgradeEvent other)
public UpgradeEvent.Builder mergeFrom(UpgradeEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeEvent |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpgradeEvent.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
mergeOperationStartTime(Timestamp value)
public UpgradeEvent.Builder mergeOperationStartTime(Timestamp value)The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
setCurrentEmulatedVersion(String value)
public UpgradeEvent.Builder setCurrentEmulatedVersion(String value)The current emulated version before the upgrade.
string current_emulated_version = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe currentEmulatedVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setCurrentEmulatedVersionBytes(ByteString value)
public UpgradeEvent.Builder setCurrentEmulatedVersionBytes(ByteString value)The current emulated version before the upgrade.
string current_emulated_version = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for currentEmulatedVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setCurrentVersion(String value)
public UpgradeEvent.Builder setCurrentVersion(String value)The current version before the upgrade.
string current_version = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe currentVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setCurrentVersionBytes(ByteString value)
public UpgradeEvent.Builder setCurrentVersionBytes(ByteString value)The current version before the upgrade.
string current_version = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for currentVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setOperation(String value)
public UpgradeEvent.Builder setOperation(String value)The operation associated with this upgrade.
string operation = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe operation to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public UpgradeEvent.Builder setOperationBytes(ByteString value)The operation associated with this upgrade.
string operation = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for operation to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setOperationStartTime(Timestamp value)
public UpgradeEvent.Builder setOperationStartTime(Timestamp value)The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
setOperationStartTime(Timestamp.Builder builderForValue)
public UpgradeEvent.Builder setOperationStartTime(Timestamp.Builder builderForValue)The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
|
setResource(String value)
public UpgradeEvent.Builder setResource(String value)Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resource to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public UpgradeEvent.Builder setResourceBytes(ByteString value)Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resource to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setResourceType(UpgradeResourceType value)
public UpgradeEvent.Builder setResourceType(UpgradeResourceType value)The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
UpgradeResourceTypeThe resourceType to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setResourceTypeValue(int value)
public UpgradeEvent.Builder setResourceTypeValue(int value)The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for resourceType to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setTargetEmulatedVersion(String value)
public UpgradeEvent.Builder setTargetEmulatedVersion(String value)The target emulated version for the upgrade.
string target_emulated_version = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe targetEmulatedVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setTargetEmulatedVersionBytes(ByteString value)
public UpgradeEvent.Builder setTargetEmulatedVersionBytes(ByteString value)The target emulated version for the upgrade.
string target_emulated_version = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for targetEmulatedVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setTargetVersion(String value)
public UpgradeEvent.Builder setTargetVersion(String value)The target version for the upgrade.
string target_version = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe targetVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |
setTargetVersionBytes(ByteString value)
public UpgradeEvent.Builder setTargetVersionBytes(ByteString value)The target version for the upgrade.
string target_version = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for targetVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeEvent.Builder |
This builder for chaining. |