public static interface Instance.UpgradeHistoryEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAction()
public abstract Instance.UpgradeHistoryEntry.Action getAction()
Action. Rolloback or Upgrade.
.google.events.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;
Returns | |
---|---|
Type | Description |
Instance.UpgradeHistoryEntry.Action |
The action. |
getActionValue()
public abstract int getActionValue()
Action. Rolloback or Upgrade.
.google.events.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
String |
The containerImage. |
getContainerImageBytes()
public abstract ByteString getContainerImageBytes()
The container image before this instance upgrade.
string container_image = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getFramework()
public abstract String getFramework()
The framework of this notebook instance.
string framework = 4;
Returns | |
---|---|
Type | Description |
String |
The framework. |
getFrameworkBytes()
public abstract ByteString getFrameworkBytes()
The framework of this notebook instance.
string framework = 4;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for snapshot. |
getState()
public abstract Instance.UpgradeHistoryEntry.State getState()
The state of this instance upgrade history entry.
.google.events.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;
Returns | |
---|---|
Type | Description |
Instance.UpgradeHistoryEntry.State |
The state. |
getStateValue()
public abstract int getStateValue()
The state of this instance upgrade history entry.
.google.events.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
String |
The targetImage. |
getTargetImageBytes()
public abstract ByteString getTargetImageBytes()
Target VM Image. Format: ainotebooks-vm/project/image-name/name
.
string target_image = 8;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetImage. |
getTargetVersion()
public abstract String getTargetVersion()
Target VM Version, like m63.
string target_version = 10;
Returns | |
---|---|
Type | Description |
String |
The targetVersion. |
getTargetVersionBytes()
public abstract ByteString getTargetVersionBytes()
Target VM Version, like m63.
string target_version = 10;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetVersion. |
getVersion()
public abstract String getVersion()
The version of the notebook instance before this upgrade.
string version = 5;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
The version of the notebook instance before this upgrade.
string version = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |
getVmImage()
public abstract String getVmImage()
The VM image before this instance upgrade.
string vm_image = 2;
Returns | |
---|---|
Type | Description |
String |
The vmImage. |
getVmImageBytes()
public abstract ByteString getVmImageBytes()
The VM image before this instance upgrade.
string vm_image = 2;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |