Interface UpdateProcessRequestOrBuilder (0.33.0)

public interface UpdateProcessRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

public abstract boolean getAllowMissing()

If set to true and the process is not found, the request inserts it.

bool allow_missing = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.