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 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.