public static final class UpdateRunRequest.Builder extends GeneratedMessageV3.Builder<UpdateRunRequest.Builder> implements UpdateRunRequestOrBuilder
Request message for UpdateRun.
Protobuf type google.cloud.datacatalog.lineage.v1.UpdateRunRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateRunRequest.BuilderImplements
UpdateRunRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateRunRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateRunRequest.Builder |
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. |
clearField(Descriptors.FieldDescriptor field)
public UpdateRunRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
UpdateRunRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateRunRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
UpdateRunRequest.Builder |
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 |
clone()
public UpdateRunRequest.Builder clone()
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateRunRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
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 |
boolean The allowMissing to set. |
Returns | |
---|---|
Type | Description |
UpdateRunRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateRunRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateRunRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateRunRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateRunRequest.Builder |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateRunRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
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 |