public interface UpdateRunRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()
If set to true and the run is not found, the request creates it.
bool allow_missing = 3;
Returns | |
---|---|
Type | Description |
boolean |
The allowMissing. |
getRun()
public abstract Run getRun()
Required. The lineage run to update.
The run's name
field is used to identify the run to update.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
.google.cloud.datacatalog.lineage.v1.Run run = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Run |
The run. |
getRunOrBuilder()
public abstract RunOrBuilder getRunOrBuilder()
Required. The lineage run to update.
The run's name
field is used to identify the run to update.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
.google.cloud.datacatalog.lineage.v1.Run run = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RunOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasRun()
public abstract boolean hasRun()
Required. The lineage run to update.
The run's name
field is used to identify the run to update.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
.google.cloud.datacatalog.lineage.v1.Run run = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the run field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |