Interface UpdateExecutionRequestOrBuilder (3.0.0)

public interface UpdateExecutionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

public abstract boolean getAllowMissing()

If set to true, and the Execution is not found, a new Execution is created.

bool allow_missing = 3;

Returns
TypeDescription
boolean

The allowMissing.

getExecution()

public abstract Execution getExecution()

Required. The Execution containing updates. The Execution's Execution.name field is used to identify the Execution to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

.google.cloud.aiplatform.v1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Execution

The execution.

getExecutionOrBuilder()

public abstract ExecutionOrBuilder getExecutionOrBuilder()

Required. The Execution containing updates. The Execution's Execution.name field is used to identify the Execution to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

.google.cloud.aiplatform.v1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExecutionOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasExecution()

public abstract boolean hasExecution()

Required. The Execution containing updates. The Execution's Execution.name field is used to identify the Execution to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

.google.cloud.aiplatform.v1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the execution field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.