Enum Cluster.MaintenanceEvent.Type (0.38.0)

public enum Cluster.MaintenanceEvent.Type extends Enum<Cluster.MaintenanceEvent.Type> implements ProtocolMessageEnum

Indicates the maintenance event type.

Protobuf enum google.cloud.edgecontainer.v1.Cluster.MaintenanceEvent.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GOOGLE_DRIVEN_UPGRADE

Upgrade driven by Google.

GOOGLE_DRIVEN_UPGRADE = 2;

GOOGLE_DRIVEN_UPGRADE_VALUE

Upgrade driven by Google.

GOOGLE_DRIVEN_UPGRADE = 2;

TYPE_UNSPECIFIED

Unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
USER_INITIATED_UPGRADE

Upgrade initiated by users.

USER_INITIATED_UPGRADE = 1;

USER_INITIATED_UPGRADE_VALUE

Upgrade initiated by users.

USER_INITIATED_UPGRADE = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()