Interface IsInstanceUpgradeableRequestOrBuilder (1.39.0)

public interface IsInstanceUpgradeableRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotebookInstance()

public abstract String getNotebookInstance()

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The notebookInstance.

getNotebookInstanceBytes()

public abstract ByteString getNotebookInstanceBytes()

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for notebookInstance.

getType()

public abstract UpgradeType getType()

Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.

.google.cloud.notebooks.v1.UpgradeType type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
UpgradeType

The type.

getTypeValue()

public abstract int getTypeValue()

Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.

.google.cloud.notebooks.v1.UpgradeType type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for type.