public interface CreateExecutionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExecution()
public abstract Execution getExecution()Required. The execution to be created.
.google.cloud.notebooks.v1.Execution execution = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Execution |
The execution. |
getExecutionId()
public abstract String getExecutionId()Required. User-defined unique ID of this execution.
string execution_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The executionId. |
getExecutionIdBytes()
public abstract ByteString getExecutionIdBytes()Required. User-defined unique ID of this execution.
string execution_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for executionId. |
getExecutionOrBuilder()
public abstract ExecutionOrBuilder getExecutionOrBuilder()Required. The execution to be created.
.google.cloud.notebooks.v1.Execution execution = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExecutionOrBuilder |
|
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. |
hasExecution()
public abstract boolean hasExecution()Required. The execution to be created.
.google.cloud.notebooks.v1.Execution execution = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the execution field is set. |