public interface UpdateProcessRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
If set to true and the process is not found, the request inserts it.
|
Process |
getProcess()
Required.
|
ProcessOrBuilder |
getProcessOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
hasProcess()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProcess()
Required. The lineage process to update. The process's `name` field is used to identify the process to update.
.google.cloud.datacatalog.lineage.v1.Process process = 1 [(.google.api.field_behavior) = REQUIRED];
Process getProcess()
Required. The lineage process to update. The process's `name` field is used to identify the process to update.
.google.cloud.datacatalog.lineage.v1.Process process = 1 [(.google.api.field_behavior) = REQUIRED];
ProcessOrBuilder getProcessOrBuilder()
Required. The lineage process to update. The process's `name` field is used to identify the process to update.
.google.cloud.datacatalog.lineage.v1.Process process = 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 process is not found, the request inserts it.
bool allow_missing = 3;Copyright © 2023 Google LLC. All rights reserved.