public static interface Instance.UpgradeHistoryEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAction()
public abstract Instance.UpgradeHistoryEntry.Action getAction()Action. Rolloback or Upgrade.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;
| Type | Description |
| Instance.UpgradeHistoryEntry.Action | The action. |
getActionValue()
public abstract int getActionValue()Action. Rolloback or Upgrade.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;
| Type | Description |
| 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;
| Type | Description |
| String | The containerImage. |
getContainerImageBytes()
public abstract ByteString getContainerImageBytes()The container image before this instance upgrade.
string container_image = 3;
| Type | Description |
| 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;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;
| Type | Description |
| TimestampOrBuilder |
getFramework()
public abstract String getFramework()The framework of this notebook instance.
string framework = 4;
| Type | Description |
| String | The framework. |
getFrameworkBytes()
public abstract ByteString getFrameworkBytes()The framework of this notebook instance.
string framework = 4;
| Type | Description |
| 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;
| Type | Description |
| String | The snapshot. |
getSnapshotBytes()
public abstract ByteString getSnapshotBytes()The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getTargetImage() (deprecated)
public abstract 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];
| Type | Description |
| String | The targetImage. |
getTargetImageBytes() (deprecated)
public abstract 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];
| Type | Description |
| ByteString | The bytes for targetImage. |
getTargetVersion()
public abstract String getTargetVersion()Target VM Version, like m63.
string target_version = 10;
| Type | Description |
| String | The targetVersion. |
getTargetVersionBytes()
public abstract ByteString getTargetVersionBytes()Target VM Version, like m63.
string target_version = 10;
| Type | Description |
| ByteString | The bytes for targetVersion. |
getVersion()
public abstract String getVersion()The version of the notebook instance before this upgrade.
string version = 5;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version of the notebook instance before this upgrade.
string version = 5;
| Type | Description |
| ByteString | The bytes for version. |
getVmImage()
public abstract String getVmImage()The VM image before this instance upgrade.
string vm_image = 2;
| Type | Description |
| String | The vmImage. |
getVmImageBytes()
public abstract ByteString getVmImageBytes()The VM image before this instance upgrade.
string vm_image = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the createTime field is set. |