public interface SwitchRuntimeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorConfig()
public abstract RuntimeAcceleratorConfig getAcceleratorConfig()accelerator config.
.google.cloud.notebooks.v1.RuntimeAcceleratorConfig accelerator_config = 3;
| Type | Description |
| RuntimeAcceleratorConfig | The acceleratorConfig. |
getAcceleratorConfigOrBuilder()
public abstract RuntimeAcceleratorConfigOrBuilder getAcceleratorConfigOrBuilder()accelerator config.
.google.cloud.notebooks.v1.RuntimeAcceleratorConfig accelerator_config = 3;
| Type | Description |
| RuntimeAcceleratorConfigOrBuilder |
getMachineType()
public abstract String getMachineType()machine type.
string machine_type = 2;
| Type | Description |
| String | The machineType. |
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()machine type.
string machine_type = 2;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for name. |
hasAcceleratorConfig()
public abstract boolean hasAcceleratorConfig()accelerator config.
.google.cloud.notebooks.v1.RuntimeAcceleratorConfig accelerator_config = 3;
| Type | Description |
| boolean | Whether the acceleratorConfig field is set. |