public interface CreateRuntimeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. Format:
parent=projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Format:
parent=projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
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. |
getRuntime()
public abstract Runtime getRuntime()Required. The Runtime to be created.
.google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Runtime |
The runtime. |
getRuntimeId()
public abstract String getRuntimeId()Required. User-defined unique ID of this Runtime.
string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The runtimeId. |
getRuntimeIdBytes()
public abstract ByteString getRuntimeIdBytes()Required. User-defined unique ID of this Runtime.
string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for runtimeId. |
getRuntimeOrBuilder()
public abstract RuntimeOrBuilder getRuntimeOrBuilder()Required. The Runtime to be created.
.google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RuntimeOrBuilder |
|
hasRuntime()
public abstract boolean hasRuntime()Required. The Runtime to be created.
.google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the runtime field is set. |