public final class UpgradeEvent extends GeneratedMessageV3 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 Fields
CURRENT_VERSION_FIELD_NUMBER
public static final int CURRENT_VERSION_FIELD_NUMBER
Field Value
OPERATION_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
Field Value
OPERATION_START_TIME_FIELD_NUMBER
public static final int OPERATION_START_TIME_FIELD_NUMBER
Field Value
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
Field Value
RESOURCE_TYPE_FIELD_NUMBER
public static final int RESOURCE_TYPE_FIELD_NUMBER
Field Value
TARGET_VERSION_FIELD_NUMBER
public static final int TARGET_VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpgradeEvent getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpgradeEvent.Builder newBuilder()
Returns
newBuilder(UpgradeEvent prototype)
public static UpgradeEvent.Builder newBuilder(UpgradeEvent prototype)
Parameter
Returns
public static UpgradeEvent parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpgradeEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpgradeEvent parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpgradeEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpgradeEvent parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpgradeEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpgradeEvent parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpgradeEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpgradeEvent parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpgradeEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpgradeEvent parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpgradeEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpgradeEvent> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
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
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
getOperationStartTime()
public Timestamp getOperationStartTime()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Returns
Type | Description |
Timestamp | The operationStartTime.
|
getOperationStartTimeOrBuilder()
public TimestampOrBuilder getOperationStartTimeOrBuilder()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Returns
getParserForType()
public Parser<UpgradeEvent> getParserForType()
Returns
Overrides
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
getResourceType()
public UpgradeResourceType getResourceType()
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Returns
getResourceTypeValue()
public int getResourceTypeValue()
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for resourceType.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpgradeEvent.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpgradeEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpgradeEvent.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions