Interface IsInstanceUpgradeableRequestOrBuilder (1.42.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
Type Description
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
Type Description
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
Type Description
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
Type Description
int

The enum numeric value on the wire for type.