public interface UpdateExecutionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ExecutionOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the execution field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |