Package com.google.cloud.notebooks.v1
Interface Instance.UpgradeHistoryEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Instance.UpgradeHistoryEntry,Instance.UpgradeHistoryEntry.Builder
- Enclosing class:
- Instance
public static interface Instance.UpgradeHistoryEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Instance.UpgradeHistoryEntry.ActiongetAction()Action.intgetActionValue()Action.StringgetContainerImage()The container image before this instance upgrade.com.google.protobuf.ByteStringgetContainerImageBytes()The container image before this instance upgrade.com.google.protobuf.TimestampgetCreateTime()The time that this instance upgrade history entry is created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()The time that this instance upgrade history entry is created.StringgetFramework()The framework of this notebook instance.com.google.protobuf.ByteStringgetFrameworkBytes()The framework of this notebook instance.StringgetSnapshot()The snapshot of the boot disk of this notebook instance before upgrade.com.google.protobuf.ByteStringgetSnapshotBytes()The snapshot of the boot disk of this notebook instance before upgrade.Instance.UpgradeHistoryEntry.StategetState()The state of this instance upgrade history entry.intgetStateValue()The state of this instance upgrade history entry.StringgetTargetImage()Deprecated.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is deprecated.com.google.protobuf.ByteStringgetTargetImageBytes()Deprecated.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is deprecated.StringgetTargetVersion()Target VM Version, like m63.com.google.protobuf.ByteStringgetTargetVersionBytes()Target VM Version, like m63.StringgetVersion()The version of the notebook instance before this upgrade.com.google.protobuf.ByteStringgetVersionBytes()The version of the notebook instance before this upgrade.StringgetVmImage()The VM image before this instance upgrade.com.google.protobuf.ByteStringgetVmImageBytes()The VM image before this instance upgrade.booleanhasCreateTime()The time that this instance upgrade history entry is created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSnapshot
String getSnapshot()
The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1;- Returns:
- The snapshot.
-
getSnapshotBytes
com.google.protobuf.ByteString getSnapshotBytes()
The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1;- Returns:
- The bytes for snapshot.
-
getVmImage
String getVmImage()
The VM image before this instance upgrade.
string vm_image = 2;- Returns:
- The vmImage.
-
getVmImageBytes
com.google.protobuf.ByteString getVmImageBytes()
The VM image before this instance upgrade.
string vm_image = 2;- Returns:
- The bytes for vmImage.
-
getContainerImage
String getContainerImage()
The container image before this instance upgrade.
string container_image = 3;- Returns:
- The containerImage.
-
getContainerImageBytes
com.google.protobuf.ByteString getContainerImageBytes()
The container image before this instance upgrade.
string container_image = 3;- Returns:
- The bytes for containerImage.
-
getFramework
String getFramework()
The framework of this notebook instance.
string framework = 4;- Returns:
- The framework.
-
getFrameworkBytes
com.google.protobuf.ByteString getFrameworkBytes()
The framework of this notebook instance.
string framework = 4;- Returns:
- The bytes for framework.
-
getVersion
String getVersion()
The version of the notebook instance before this upgrade.
string version = 5;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
The version of the notebook instance before this upgrade.
string version = 5;- Returns:
- The bytes for version.
-
getStateValue
int getStateValue()
The state of this instance upgrade history entry.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;- Returns:
- The enum numeric value on the wire for state.
-
getState
Instance.UpgradeHistoryEntry.State getState()
The state of this instance upgrade history entry.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;- Returns:
- The state.
-
hasCreateTime
boolean hasCreateTime()
The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;
-
getTargetImage
@Deprecated String getTargetImage()
Deprecated.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is deprecated. See google/cloud/notebooks/v1/instance.proto;l=352Target VM Image. Format: `ainotebooks-vm/project/image-name/name`.
string target_image = 8 [deprecated = true];- Returns:
- The targetImage.
-
getTargetImageBytes
@Deprecated com.google.protobuf.ByteString getTargetImageBytes()
Deprecated.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is deprecated. See google/cloud/notebooks/v1/instance.proto;l=352Target VM Image. Format: `ainotebooks-vm/project/image-name/name`.
string target_image = 8 [deprecated = true];- Returns:
- The bytes for targetImage.
-
getActionValue
int getActionValue()
Action. Rolloback or Upgrade.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;- Returns:
- The enum numeric value on the wire for action.
-
getAction
Instance.UpgradeHistoryEntry.Action getAction()
Action. Rolloback or Upgrade.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;- Returns:
- The action.
-
getTargetVersion
String getTargetVersion()
Target VM Version, like m63.
string target_version = 10;- Returns:
- The targetVersion.
-
getTargetVersionBytes
com.google.protobuf.ByteString getTargetVersionBytes()
Target VM Version, like m63.
string target_version = 10;- Returns:
- The bytes for targetVersion.
-
-