Class Instance.UpgradeHistoryEntry (1.39.0)

public static final class Instance.UpgradeHistoryEntry extends GeneratedMessageV3 implements Instance.UpgradeHistoryEntryOrBuilder

The entry of VM image upgrade history.

Protobuf type google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry

Static Fields

ACTION_FIELD_NUMBER

public static final int ACTION_FIELD_NUMBER
Field Value
TypeDescription
int

CONTAINER_IMAGE_FIELD_NUMBER

public static final int CONTAINER_IMAGE_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

FRAMEWORK_FIELD_NUMBER

public static final int FRAMEWORK_FIELD_NUMBER
Field Value
TypeDescription
int

SNAPSHOT_FIELD_NUMBER

public static final int SNAPSHOT_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_IMAGE_FIELD_NUMBER

public static final int TARGET_IMAGE_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_VERSION_FIELD_NUMBER

public static final int TARGET_VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

VM_IMAGE_FIELD_NUMBER

public static final int VM_IMAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Instance.UpgradeHistoryEntry getDefaultInstance()
Returns
TypeDescription
Instance.UpgradeHistoryEntry

getDescriptor()

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

newBuilder()

public static Instance.UpgradeHistoryEntry.Builder newBuilder()
Returns
TypeDescription
Instance.UpgradeHistoryEntry.Builder

newBuilder(Instance.UpgradeHistoryEntry prototype)

public static Instance.UpgradeHistoryEntry.Builder newBuilder(Instance.UpgradeHistoryEntry prototype)
Parameter
NameDescription
prototypeInstance.UpgradeHistoryEntry
Returns
TypeDescription
Instance.UpgradeHistoryEntry.Builder

parseDelimitedFrom(InputStream input)

public static Instance.UpgradeHistoryEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.UpgradeHistoryEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Instance.UpgradeHistoryEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Instance.UpgradeHistoryEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Instance.UpgradeHistoryEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Instance.UpgradeHistoryEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Instance.UpgradeHistoryEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.UpgradeHistoryEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Instance.UpgradeHistoryEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.UpgradeHistoryEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Instance.UpgradeHistoryEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Instance.UpgradeHistoryEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.UpgradeHistoryEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Instance.UpgradeHistoryEntry> parser()
Returns
TypeDescription
Parser<UpgradeHistoryEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAction()

public Instance.UpgradeHistoryEntry.Action getAction()

Action. Rolloback or Upgrade.

.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;

Returns
TypeDescription
Instance.UpgradeHistoryEntry.Action

The action.

getActionValue()

public int getActionValue()

Action. Rolloback or Upgrade.

.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;

Returns
TypeDescription
int

The enum numeric value on the wire for action.

getContainerImage()

public String getContainerImage()

The container image before this instance upgrade.

string container_image = 3;

Returns
TypeDescription
String

The containerImage.

getContainerImageBytes()

public ByteString getContainerImageBytes()

The container image before this instance upgrade.

string container_image = 3;

Returns
TypeDescription
ByteString

The bytes for containerImage.

getCreateTime()

public Timestamp getCreateTime()

The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Instance.UpgradeHistoryEntry getDefaultInstanceForType()
Returns
TypeDescription
Instance.UpgradeHistoryEntry

getFramework()

public String getFramework()

The framework of this notebook instance.

string framework = 4;

Returns
TypeDescription
String

The framework.

getFrameworkBytes()

public ByteString getFrameworkBytes()

The framework of this notebook instance.

string framework = 4;

Returns
TypeDescription
ByteString

The bytes for framework.

getParserForType()

public Parser<Instance.UpgradeHistoryEntry> getParserForType()
Returns
TypeDescription
Parser<UpgradeHistoryEntry>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSnapshot()

public String getSnapshot()

The snapshot of the boot disk of this notebook instance before upgrade.

string snapshot = 1;

Returns
TypeDescription
String

The snapshot.

getSnapshotBytes()

public ByteString getSnapshotBytes()

The snapshot of the boot disk of this notebook instance before upgrade.

string snapshot = 1;

Returns
TypeDescription
ByteString

The bytes for snapshot.

getState()

public Instance.UpgradeHistoryEntry.State getState()

The state of this instance upgrade history entry.

.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;

Returns
TypeDescription
Instance.UpgradeHistoryEntry.State

The state.

getStateValue()

public int getStateValue()

The state of this instance upgrade history entry.

.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTargetImage() (deprecated)

public String getTargetImage()

Deprecated. google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is deprecated. See google/cloud/notebooks/v1/instance.proto;l=352

Target VM Image. Format: ainotebooks-vm/project/image-name/name.

string target_image = 8 [deprecated = true];

Returns
TypeDescription
String

The targetImage.

getTargetImageBytes() (deprecated)

public ByteString getTargetImageBytes()

Deprecated. google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is deprecated. See google/cloud/notebooks/v1/instance.proto;l=352

Target VM Image. Format: ainotebooks-vm/project/image-name/name.

string target_image = 8 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for targetImage.

getTargetVersion()

public String getTargetVersion()

Target VM Version, like m63.

string target_version = 10;

Returns
TypeDescription
String

The targetVersion.

getTargetVersionBytes()

public ByteString getTargetVersionBytes()

Target VM Version, like m63.

string target_version = 10;

Returns
TypeDescription
ByteString

The bytes for targetVersion.

getVersion()

public String getVersion()

The version of the notebook instance before this upgrade.

string version = 5;

Returns
TypeDescription
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

The version of the notebook instance before this upgrade.

string version = 5;

Returns
TypeDescription
ByteString

The bytes for version.

getVmImage()

public String getVmImage()

The VM image before this instance upgrade.

string vm_image = 2;

Returns
TypeDescription
String

The vmImage.

getVmImageBytes()

public ByteString getVmImageBytes()

The VM image before this instance upgrade.

string vm_image = 2;

Returns
TypeDescription
ByteString

The bytes for vmImage.

hasCreateTime()

public boolean hasCreateTime()

The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Instance.UpgradeHistoryEntry.Builder newBuilderForType()
Returns
TypeDescription
Instance.UpgradeHistoryEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Instance.UpgradeHistoryEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Instance.UpgradeHistoryEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Instance.UpgradeHistoryEntry.Builder toBuilder()
Returns
TypeDescription
Instance.UpgradeHistoryEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException