public interface UpdateProcessRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()If set to true and the process is not found, the request inserts it.
bool allow_missing = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowMissing. |
getProcess()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
Process |
The process. |
getProcessOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ProcessOrBuilder |
|
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 |
|
hasProcess()
public abstract boolean 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the process 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. |