Package com.google.cloud.notebooks.v2
Interface UpgradeHistoryEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpgradeHistoryEntry
,UpgradeHistoryEntry.Builder
public interface UpgradeHistoryEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpgradeHistoryEntry.Action
getAction()
Optional.int
getActionValue()
Optional.String
getContainerImage()
Optional.com.google.protobuf.ByteString
getContainerImageBytes()
Optional.com.google.protobuf.Timestamp
getCreateTime()
Immutable.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Immutable.String
getFramework()
Optional.com.google.protobuf.ByteString
getFrameworkBytes()
Optional.String
getSnapshot()
Optional.com.google.protobuf.ByteString
getSnapshotBytes()
Optional.UpgradeHistoryEntry.State
getState()
Output only.int
getStateValue()
Output only.String
getTargetVersion()
Optional.com.google.protobuf.ByteString
getTargetVersionBytes()
Optional.String
getVersion()
Optional.com.google.protobuf.ByteString
getVersionBytes()
Optional.String
getVmImage()
Optional.com.google.protobuf.ByteString
getVmImageBytes()
Optional.boolean
hasCreateTime()
Immutable.-
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()
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The snapshot.
-
getSnapshotBytes
com.google.protobuf.ByteString getSnapshotBytes()
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for snapshot.
-
getVmImage
String getVmImage()
Optional. The VM image before this instance upgrade.
string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The vmImage.
-
getVmImageBytes
com.google.protobuf.ByteString getVmImageBytes()
Optional. The VM image before this instance upgrade.
string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for vmImage.
-
getContainerImage
String getContainerImage()
Optional. The container image before this instance upgrade.
string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The containerImage.
-
getContainerImageBytes
com.google.protobuf.ByteString getContainerImageBytes()
Optional. The container image before this instance upgrade.
string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for containerImage.
-
getFramework
String getFramework()
Optional. The framework of this notebook instance.
string framework = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The framework.
-
getFrameworkBytes
com.google.protobuf.ByteString getFrameworkBytes()
Optional. The framework of this notebook instance.
string framework = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for framework.
-
getVersion
String getVersion()
Optional. The version of the notebook instance before this upgrade.
string version = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Optional. The version of the notebook instance before this upgrade.
string version = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for version.
-
getStateValue
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:
- The enum numeric value on the wire for state.
-
getState
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:
- The state.
-
hasCreateTime
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:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.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:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Immutable. The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];
-
getActionValue
int getActionValue()
Optional. Action. Rolloback or Upgrade.
.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The enum numeric value on the wire for action.
-
getAction
UpgradeHistoryEntry.Action getAction()
Optional. Action. Rolloback or Upgrade.
.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The action.
-
getTargetVersion
String getTargetVersion()
Optional. Target VM Version, like m63.
string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The targetVersion.
-
getTargetVersionBytes
com.google.protobuf.ByteString getTargetVersionBytes()
Optional. Target VM Version, like m63.
string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for targetVersion.
-
-