Interface SwitchRuntimeRequestOrBuilder (0.6.2)

public interface SwitchRuntimeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceleratorConfig()

public abstract RuntimeAcceleratorConfig getAcceleratorConfig()

accelerator config.

.google.cloud.notebooks.v1.RuntimeAcceleratorConfig accelerator_config = 3;

Returns
TypeDescription
RuntimeAcceleratorConfig

The acceleratorConfig.

getAcceleratorConfigOrBuilder()

public abstract RuntimeAcceleratorConfigOrBuilder getAcceleratorConfigOrBuilder()

accelerator config.

.google.cloud.notebooks.v1.RuntimeAcceleratorConfig accelerator_config = 3;

Returns
TypeDescription
RuntimeAcceleratorConfigOrBuilder

getMachineType()

public abstract String getMachineType()

machine type.

string machine_type = 2;

Returns
TypeDescription
String

The machineType.

getMachineTypeBytes()

public abstract ByteString getMachineTypeBytes()

machine type.

string machine_type = 2;

Returns
TypeDescription
ByteString

The bytes for machineType.

getName()

public abstract String getName()

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

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

Returns
TypeDescription
ByteString

The bytes for name.

hasAcceleratorConfig()

public abstract boolean hasAcceleratorConfig()

accelerator config.

.google.cloud.notebooks.v1.RuntimeAcceleratorConfig accelerator_config = 3;

Returns
TypeDescription
boolean

Whether the acceleratorConfig field is set.