Interface CreateExecutionRequestOrBuilder (1.0.6)

public interface CreateExecutionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecution()

public abstract Execution getExecution()

Required. The execution to be created.

.google.cloud.notebooks.v1.Execution execution = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the execution field is set.