public static final class UpdateRunRequest.Builder extends GeneratedMessage.Builder<UpdateRunRequest.Builder> implements UpdateRunRequestOrBuilderRequest message for UpdateRun.
Protobuf type google.cloud.datacatalog.lineage.v1.UpdateRunRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateRunRequest.BuilderImplements
UpdateRunRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateRunRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest |
|
buildPartial()
public UpdateRunRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest |
|
clear()
public UpdateRunRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
clearAllowMissing()
public UpdateRunRequest.Builder clearAllowMissing()If set to true and the run is not found, the request creates it.
bool allow_missing = 3;
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
This builder for chaining. |
clearRun()
public UpdateRunRequest.Builder clearRun()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];
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
clearUpdateMask()
public UpdateRunRequest.Builder clearUpdateMask()The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
getAllowMissing()
public boolean getAllowMissing()If set to true and the run is not found, the request creates it.
bool allow_missing = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowMissing. |
getDefaultInstanceForType()
public UpdateRunRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRun()
public 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];
| Returns | |
|---|---|
| Type | Description |
Run |
The run. |
getRunBuilder()
public Run.Builder getRunBuilder()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];
| Returns | |
|---|---|
| Type | Description |
Run.Builder |
|
getRunOrBuilder()
public 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];
| Returns | |
|---|---|
| Type | Description |
RunOrBuilder |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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 |
|
hasRun()
public 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the run field is set. |
hasUpdateMask()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateRunRequest other)
public UpdateRunRequest.Builder mergeFrom(UpdateRunRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateRunRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateRunRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateRunRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
mergeRun(Run value)
public UpdateRunRequest.Builder mergeRun(Run value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Run |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateRunRequest.Builder mergeUpdateMask(FieldMask value)The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
setAllowMissing(boolean value)
public UpdateRunRequest.Builder setAllowMissing(boolean value)If set to true and the run is not found, the request creates it.
bool allow_missing = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe allowMissing to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
This builder for chaining. |
setRun(Run value)
public UpdateRunRequest.Builder setRun(Run value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Run |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
setRun(Run.Builder builderForValue)
public UpdateRunRequest.Builder setRun(Run.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Run.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateRunRequest.Builder setUpdateMask(FieldMask value)The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateRunRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)The list of fields to update. Currently not used. The whole message is updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateRunRequest.Builder |
|