Send feedback
Class Instance.UpgradeHistoryEntry (1.49.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.49.0 keyboard_arrow_down
public static final class Instance . UpgradeHistoryEntry extends GeneratedMessageV3 implements Instance . UpgradeHistoryEntryOrBuilder
The entry of VM image upgrade history.
Protobuf type google.cloud.notebooks.v1.Instance.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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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_IMAGE_FIELD_NUMBER
public static final int TARGET_IMAGE_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 Instance . UpgradeHistoryEntry getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Instance . UpgradeHistoryEntry . Builder newBuilder ()
newBuilder(Instance.UpgradeHistoryEntry prototype)
public static Instance . UpgradeHistoryEntry . Builder newBuilder ( Instance . UpgradeHistoryEntry prototype )
parseDelimitedFrom(InputStream input)
public static Instance . UpgradeHistoryEntry parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance . UpgradeHistoryEntry parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Instance . UpgradeHistoryEntry parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Instance . UpgradeHistoryEntry parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Instance . UpgradeHistoryEntry parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Instance . UpgradeHistoryEntry parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static Instance . UpgradeHistoryEntry parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance . UpgradeHistoryEntry parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static Instance . UpgradeHistoryEntry parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance . UpgradeHistoryEntry parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Instance . UpgradeHistoryEntry parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Instance . UpgradeHistoryEntry parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Instance . UpgradeHistoryEntry > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAction()
public Instance . UpgradeHistoryEntry . Action getAction ()
Action. Rolloback or Upgrade.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;
getActionValue()
public int getActionValue ()
Action. Rolloback or Upgrade.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action action = 9;
Returns
Type
Description
int
The enum numeric value on the wire for action.
getContainerImage()
public String getContainerImage ()
The container image before this instance upgrade.
string container_image = 3;
Returns
Type
Description
String
The containerImage.
getContainerImageBytes()
public ByteString getContainerImageBytes ()
The container image before this instance upgrade.
string container_image = 3;
Returns
Type
Description
ByteString
The bytes for containerImage.
getCreateTime()
public Timestamp getCreateTime ()
The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;
Returns
Type
Description
Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;
getDefaultInstanceForType()
public Instance . UpgradeHistoryEntry getDefaultInstanceForType ()
getFramework()
public String getFramework ()
The framework of this notebook instance.
string framework = 4;
Returns
Type
Description
String
The framework.
getFrameworkBytes()
public ByteString getFrameworkBytes ()
The framework of this notebook instance.
string framework = 4;
Returns
Type
Description
ByteString
The bytes for framework.
getParserForType()
public Parser<Instance . UpgradeHistoryEntry > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSnapshot()
public String getSnapshot ()
The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1;
Returns
Type
Description
String
The snapshot.
getSnapshotBytes()
public ByteString getSnapshotBytes ()
The snapshot of the boot disk of this notebook instance before upgrade.
string snapshot = 1;
Returns
Type
Description
ByteString
The bytes for snapshot.
getState()
public Instance . UpgradeHistoryEntry . State getState ()
The state of this instance upgrade history entry.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;
getStateValue()
public int getStateValue ()
The state of this instance upgrade history entry.
.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State state = 6;
Returns
Type
Description
int
The enum numeric value on the wire for state.
getTargetImage() (deprecated)
public String getTargetImage ()
Deprecated. google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is
deprecated. See google/cloud/notebooks/v1/instance.proto;l=352
Target VM Image. Format: ainotebooks-vm/project/image-name/name
.
string target_image = 8 [deprecated = true];
Returns
Type
Description
String
The targetImage.
getTargetImageBytes() (deprecated)
public ByteString getTargetImageBytes ()
Deprecated. google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.target_image is
deprecated. See google/cloud/notebooks/v1/instance.proto;l=352
Target VM Image. Format: ainotebooks-vm/project/image-name/name
.
string target_image = 8 [deprecated = true];
Returns
Type
Description
ByteString
The bytes for targetImage.
getTargetVersion()
public String getTargetVersion ()
Target VM Version, like m63.
string target_version = 10;
Returns
Type
Description
String
The targetVersion.
getTargetVersionBytes()
public ByteString getTargetVersionBytes ()
Target VM Version, like m63.
string target_version = 10;
Returns
Type
Description
ByteString
The bytes for targetVersion.
getVersion()
public String getVersion ()
The version of the notebook instance before this upgrade.
string version = 5;
Returns
Type
Description
String
The version.
getVersionBytes()
public ByteString getVersionBytes ()
The version of the notebook instance before this upgrade.
string version = 5;
Returns
Type
Description
ByteString
The bytes for version.
getVmImage()
public String getVmImage ()
The VM image before this instance upgrade.
string vm_image = 2;
Returns
Type
Description
String
The vmImage.
getVmImageBytes()
public ByteString getVmImageBytes ()
The VM image before this instance upgrade.
string vm_image = 2;
Returns
Type
Description
ByteString
The bytes for vmImage.
hasCreateTime()
public boolean hasCreateTime ()
The time that this instance upgrade history entry is created.
.google.protobuf.Timestamp create_time = 7;
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 Instance . UpgradeHistoryEntry . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Instance . UpgradeHistoryEntry . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Instance . 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-27 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-27 UTC."],[],[]]