public interface UpdateRunRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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];
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];
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;
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;
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];
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;
Type | Description |
boolean | Whether the updateMask field is set. |