public interface UpdateRunRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
If set to true and the run is not found, the request creates it.
|
Run |
getRun()
Required.
|
RunOrBuilder |
getRunOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
hasRun()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;boolean getAllowMissing()
If set to true and the run is not found, the request creates it.
bool allow_missing = 3;Copyright © 2024 Google LLC. All rights reserved.