Send feedback
Class UpgradeHistoryEntry (1.27.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.27.0 keyboard_arrow_down
public final class UpgradeHistoryEntry extends GeneratedMessageV3 implements UpgradeHistoryEntryOrBuilder
The entry of VM image upgrade history.
Protobuf type google.cloud.notebooks.v2.UpgradeHistoryEntry
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value Type Description int
CONTAINER_IMAGE_FIELD_NUMBER
public static final int CONTAINER_IMAGE_FIELD_NUMBER
Field Value Type Description int
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value Type Description int
FRAMEWORK_FIELD_NUMBER
public static final int FRAMEWORK_FIELD_NUMBER
Field Value Type Description int
SNAPSHOT_FIELD_NUMBER
public static final int SNAPSHOT_FIELD_NUMBER
Field Value Type Description int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value Type Description int
TARGET_VERSION_FIELD_NUMBER
public static final int TARGET_VERSION_FIELD_NUMBER
Field Value Type Description int
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value Type Description int
VM_IMAGE_FIELD_NUMBER
public static final int VM_IMAGE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static UpgradeHistoryEntry getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static UpgradeHistoryEntry . Builder newBuilder ()
newBuilder(UpgradeHistoryEntry prototype)
public static UpgradeHistoryEntry . Builder newBuilder ( UpgradeHistoryEntry prototype )
parseDelimitedFrom(InputStream input)
public static UpgradeHistoryEntry parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpgradeHistoryEntry parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static UpgradeHistoryEntry parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpgradeHistoryEntry parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static UpgradeHistoryEntry parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpgradeHistoryEntry parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static UpgradeHistoryEntry parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpgradeHistoryEntry parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static UpgradeHistoryEntry parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpgradeHistoryEntry parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static UpgradeHistoryEntry parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpgradeHistoryEntry parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<UpgradeHistoryEntry> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAction()
public UpgradeHistoryEntry . Action getAction ()
Optional. Action. Rolloback or Upgrade.
.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];
getActionValue()
public int getActionValue ()
Optional. Action. Rolloback or Upgrade.
.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description int
The enum numeric value on the wire for action.
getContainerImage()
public String getContainerImage ()
Optional. The container image before this instance upgrade.
string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The containerImage.
getContainerImageBytes()
public ByteString getContainerImageBytes ()
Optional. The container image before this instance upgrade.
string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for containerImage.
getCreateTime()
public 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 Type Description Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Immutable. The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];
getDefaultInstanceForType()
public UpgradeHistoryEntry getDefaultInstanceForType ()
getFramework()
public String getFramework ()
Optional. The framework of this notebook instance.
string framework = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The framework.
getFrameworkBytes()
public ByteString getFrameworkBytes ()
Optional. The framework of this notebook instance.
string framework = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for framework.
getParserForType()
public Parser<UpgradeHistoryEntry> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSnapshot()
public String getSnapshot ()
Optional. The snapshot of the boot disk of this notebook instance before
upgrade.
string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The snapshot.
getSnapshotBytes()
public ByteString getSnapshotBytes ()
Optional. The snapshot of the boot disk of this notebook instance before
upgrade.
string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for snapshot.
getState()
public 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];
getStateValue()
public 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 Type Description int
The enum numeric value on the wire for state.
getTargetVersion()
public String getTargetVersion ()
Optional. Target VM Version, like m63.
string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The targetVersion.
getTargetVersionBytes()
public ByteString getTargetVersionBytes ()
Optional. Target VM Version, like m63.
string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for targetVersion.
getVersion()
public String getVersion ()
Optional. The version of the notebook instance before this upgrade.
string version = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The version.
getVersionBytes()
public ByteString getVersionBytes ()
Optional. The version of the notebook instance before this upgrade.
string version = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for version.
getVmImage()
public String getVmImage ()
Optional. The VM image before this instance upgrade.
string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The vmImage.
getVmImageBytes()
public ByteString getVmImageBytes ()
Optional. The VM image before this instance upgrade.
string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for vmImage.
hasCreateTime()
public 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 Type Description boolean
Whether the createTime field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public UpgradeHistoryEntry . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpgradeHistoryEntry . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public UpgradeHistoryEntry . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]