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