Interface UpgradeHistoryEntryOrBuilder (1.32.0)

public interface UpgradeHistoryEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract UpgradeHistoryEntry.Action getAction()

Optional. Action. Rolloback or Upgrade.

.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
UpgradeHistoryEntry.Action

The action.

getActionValue()

public abstract int getActionValue()

Optional. Action. Rolloback or Upgrade.

.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for action.

getContainerImage()

public abstract String getContainerImage()

Optional. The container image before this instance upgrade.

string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The containerImage.

getContainerImageBytes()

public abstract ByteString getContainerImageBytes()

Optional. The container image before this instance upgrade.

string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for containerImage.

getCreateTime()

public abstract Timestamp getCreateTime()

Immutable. The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Immutable. The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
TimestampOrBuilder

getFramework()

public abstract String getFramework()

Optional. The framework of this notebook instance.

string framework = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The framework.

getFrameworkBytes()

public abstract ByteString getFrameworkBytes()

Optional. The framework of this notebook instance.

string framework = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for framework.

getSnapshot()

public abstract String getSnapshot()

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

string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The snapshot.

getSnapshotBytes()

public abstract ByteString getSnapshotBytes()

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

string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for snapshot.

getState()

public abstract UpgradeHistoryEntry.State getState()

Output only. The state of this instance upgrade history entry.

.google.cloud.notebooks.v2.UpgradeHistoryEntry.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
UpgradeHistoryEntry.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of this instance upgrade history entry.

.google.cloud.notebooks.v2.UpgradeHistoryEntry.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTargetVersion()

public abstract String getTargetVersion()

Optional. Target VM Version, like m63.

string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The targetVersion.

getTargetVersionBytes()

public abstract ByteString getTargetVersionBytes()

Optional. Target VM Version, like m63.

string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for targetVersion.

getVersion()

public abstract String getVersion()

Optional. The version of the notebook instance before this upgrade.

string version = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Optional. The version of the notebook instance before this upgrade.

string version = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for version.

getVmImage()

public abstract String getVmImage()

Optional. The VM image before this instance upgrade.

string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The vmImage.

getVmImageBytes()

public abstract ByteString getVmImageBytes()

Optional. The VM image before this instance upgrade.

string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for vmImage.

hasCreateTime()

public abstract boolean hasCreateTime()

Immutable. The time that this instance upgrade history entry is created.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
boolean

Whether the createTime field is set.