Interface CreateExecutionRequestOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface CreateExecutionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecution()

public abstract Execution getExecution()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Execution

The execution.

getExecutionOrBuilder()

public abstract ExecutionOrBuilder getExecutionOrBuilder()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExecutionOrBuilder

getParent()

public abstract String getParent()

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

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. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the execution field is set.