Interface Instance.UpgradeHistoryEntryOrBuilder (0.6.2)

public static interface Instance.UpgradeHistoryEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract 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 abstract 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 abstract String getContainerImage()

The container image before this instance upgrade.

string container_image = 3;

Returns
TypeDescription
String

The containerImage.

getContainerImageBytes()

public abstract ByteString getContainerImageBytes()

The container image before this instance upgrade.

string container_image = 3;

Returns
TypeDescription
ByteString

The bytes for containerImage.

getCreateTime()

public abstract 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 abstract TimestampOrBuilder getCreateTimeOrBuilder()

The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
TimestampOrBuilder

getFramework()

public abstract String getFramework()

The framework of this notebook instance.

string framework = 4;

Returns
TypeDescription
String

The framework.

getFrameworkBytes()

public abstract ByteString getFrameworkBytes()

The framework of this notebook instance.

string framework = 4;

Returns
TypeDescription
ByteString

The bytes for framework.

getSnapshot()

public abstract String getSnapshot()

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

string snapshot = 1;

Returns
TypeDescription
String

The snapshot.

getSnapshotBytes()

public abstract 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 abstract 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 abstract 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()

public abstract String getTargetImage()

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

string target_image = 8 [deprecated = true];

Returns
TypeDescription
String

The targetImage.

getTargetImageBytes()

public abstract ByteString getTargetImageBytes()

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 abstract String getTargetVersion()

Target VM Version, like m63.

string target_version = 10;

Returns
TypeDescription
String

The targetVersion.

getTargetVersionBytes()

public abstract ByteString getTargetVersionBytes()

Target VM Version, like m63.

string target_version = 10;

Returns
TypeDescription
ByteString

The bytes for targetVersion.

getVersion()

public abstract String getVersion()

The version of the notebook instance before this upgrade.

string version = 5;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version of the notebook instance before this upgrade.

string version = 5;

Returns
TypeDescription
ByteString

The bytes for version.

getVmImage()

public abstract String getVmImage()

The VM image before this instance upgrade.

string vm_image = 2;

Returns
TypeDescription
String

The vmImage.

getVmImageBytes()

public abstract ByteString getVmImageBytes()

The VM image before this instance upgrade.

string vm_image = 2;

Returns
TypeDescription
ByteString

The bytes for vmImage.

hasCreateTime()

public abstract 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.