Class UpgradeEvent.Builder (2.4.0)

public static final class UpgradeEvent.Builder extends GeneratedMessageV3.Builder<UpgradeEvent.Builder> implements UpgradeEventOrBuilder

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Protobuf type google.container.v1.UpgradeEvent

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpgradeEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

build()

public UpgradeEvent build()
Returns
TypeDescription
UpgradeEvent

buildPartial()

public UpgradeEvent buildPartial()
Returns
TypeDescription
UpgradeEvent

clear()

public UpgradeEvent.Builder clear()
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

clearCurrentVersion()

public UpgradeEvent.Builder clearCurrentVersion()

The current version before the upgrade.

string current_version = 4;

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public UpgradeEvent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpgradeEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

clearOperation()

public UpgradeEvent.Builder clearOperation()

The operation associated with this upgrade.

string operation = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

clearResourceType()

public UpgradeEvent.Builder clearResourceType()

The resource type that is upgrading.

.google.container.v1.UpgradeResourceType resource_type = 1;

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

clearTargetVersion()

public UpgradeEvent.Builder clearTargetVersion()

The target version for the upgrade.

string target_version = 5;

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

clone()

public UpgradeEvent.Builder clone()
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

getCurrentVersion()

public String getCurrentVersion()

The current version before the upgrade.

string current_version = 4;

Returns
TypeDescription
String

The currentVersion.

getCurrentVersionBytes()

public ByteString getCurrentVersionBytes()

The current version before the upgrade.

string current_version = 4;

Returns
TypeDescription
ByteString

The bytes for currentVersion.

getDefaultInstanceForType()

public UpgradeEvent getDefaultInstanceForType()
Returns
TypeDescription
UpgradeEvent

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOperation()

public String getOperation()

The operation associated with this upgrade.

string operation = 2;

Returns
TypeDescription
String

The operation.

getOperationBytes()

public ByteString getOperationBytes()

The operation associated with this upgrade.

string operation = 2;

Returns
TypeDescription
ByteString

The bytes for operation.

getOperationStartTime()

public Timestamp getOperationStartTime()

The time when the operation was started.

.google.protobuf.Timestamp operation_start_time = 3;

Returns
TypeDescription
Timestamp

The operationStartTime.

getOperationStartTimeBuilder()

public Timestamp.Builder getOperationStartTimeBuilder()

The time when the operation was started.

.google.protobuf.Timestamp operation_start_time = 3;

Returns
TypeDescription
Builder

getOperationStartTimeOrBuilder()

public TimestampOrBuilder getOperationStartTimeOrBuilder()

The time when the operation was started.

.google.protobuf.Timestamp operation_start_time = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for resource.

getResourceType()

public UpgradeResourceType getResourceType()

The resource type that is upgrading.

.google.container.v1.UpgradeResourceType resource_type = 1;

Returns
TypeDescription
UpgradeResourceType

The resourceType.

getResourceTypeValue()

public int getResourceTypeValue()

The resource type that is upgrading.

.google.container.v1.UpgradeResourceType resource_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for resourceType.

getTargetVersion()

public String getTargetVersion()

The target version for the upgrade.

string target_version = 5;

Returns
TypeDescription
String

The targetVersion.

getTargetVersionBytes()

public ByteString getTargetVersionBytes()

The target version for the upgrade.

string target_version = 5;

Returns
TypeDescription
ByteString

The bytes for targetVersion.

hasOperationStartTime()

public boolean hasOperationStartTime()

The time when the operation was started.

.google.protobuf.Timestamp operation_start_time = 3;

Returns
TypeDescription
boolean

Whether the operationStartTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpgradeEvent other)

public UpgradeEvent.Builder mergeFrom(UpgradeEvent other)
Parameter
NameDescription
otherUpgradeEvent
Returns
TypeDescription
UpgradeEvent.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpgradeEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpgradeEvent.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UpgradeEvent.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

mergeOperationStartTime(Timestamp value)

public UpgradeEvent.Builder mergeOperationStartTime(Timestamp value)

The time when the operation was started.

.google.protobuf.Timestamp operation_start_time = 3;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
UpgradeEvent.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpgradeEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

setCurrentVersion(String value)

public UpgradeEvent.Builder setCurrentVersion(String value)

The current version before the upgrade.

string current_version = 4;

Parameter
NameDescription
valueString

The currentVersion to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for currentVersion to set.

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public UpgradeEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

setOperation(String value)

public UpgradeEvent.Builder setOperation(String value)

The operation associated with this upgrade.

string operation = 2;

Parameter
NameDescription
valueString

The operation to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for operation to set.

Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpgradeEvent.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpgradeEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UpgradeEvent.Builder
Overrides

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
NameDescription
valueString

The resource to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for resource to set.

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

setResourceType(UpgradeResourceType value)

public UpgradeEvent.Builder setResourceType(UpgradeResourceType value)

The resource type that is upgrading.

.google.container.v1.UpgradeResourceType resource_type = 1;

Parameter
NameDescription
valueUpgradeResourceType

The resourceType to set.

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

setResourceTypeValue(int value)

public UpgradeEvent.Builder setResourceTypeValue(int value)

The resource type that is upgrading.

.google.container.v1.UpgradeResourceType resource_type = 1;

Parameter
NameDescription
valueint

The enum numeric value on the wire for resourceType to set.

Returns
TypeDescription
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
NameDescription
valueString

The targetVersion to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for targetVersion to set.

Returns
TypeDescription
UpgradeEvent.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final UpgradeEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpgradeEvent.Builder
Overrides