- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.3
- 1.0.6
- 0.6.2
public static interface Instance.UpgradeHistoryEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAction()
public abstract Instance.UpgradeHistoryEntry.Action getAction()
Action. Rolloback or Upgrade.
.google.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.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.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.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;
Returns | |
---|---|
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];
Returns | |
---|---|
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];
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. |