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.ActiongetAction()Optional.intgetActionValue()Optional.StringgetContainerImage()Optional.com.google.protobuf.ByteStringgetContainerImageBytes()Optional.com.google.protobuf.TimestampgetCreateTime()Immutable.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Immutable.StringgetFramework()Optional.com.google.protobuf.ByteStringgetFrameworkBytes()Optional.StringgetSnapshot()Optional.com.google.protobuf.ByteStringgetSnapshotBytes()Optional.UpgradeHistoryEntry.StategetState()Output only.intgetStateValue()Output only.StringgetTargetVersion()Optional.com.google.protobuf.ByteStringgetTargetVersionBytes()Optional.StringgetVersion()Optional.com.google.protobuf.ByteStringgetVersionBytes()Optional.StringgetVmImage()Optional.com.google.protobuf.ByteStringgetVmImageBytes()Optional.booleanhasCreateTime()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.
-
-