public static final class ProcessOpenLineageRunEventResponse.Builder extends GeneratedMessageV3.Builder<ProcessOpenLineageRunEventResponse.Builder> implements ProcessOpenLineageRunEventResponseOrBuilder
Response message for ProcessOpenLineageRunEvent.
Protobuf type google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEventResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProcessOpenLineageRunEventResponse.BuilderImplements
ProcessOpenLineageRunEventResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllLineageEvents(Iterable<String> values)
public ProcessOpenLineageRunEventResponse.Builder addAllLineageEvents(Iterable<String> values)
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The lineageEvents to add. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
addLineageEvents(String value)
public ProcessOpenLineageRunEventResponse.Builder addLineageEvents(String value)
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The lineageEvents to add. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
addLineageEventsBytes(ByteString value)
public ProcessOpenLineageRunEventResponse.Builder addLineageEventsBytes(ByteString value)
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the lineageEvents to add. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProcessOpenLineageRunEventResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
build()
public ProcessOpenLineageRunEventResponse build()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
buildPartial()
public ProcessOpenLineageRunEventResponse buildPartial()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
clear()
public ProcessOpenLineageRunEventResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProcessOpenLineageRunEventResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
clearLineageEvents()
public ProcessOpenLineageRunEventResponse.Builder clearLineageEvents()
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProcessOpenLineageRunEventResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
clearProcess()
public ProcessOpenLineageRunEventResponse.Builder clearProcess()
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
clearRun()
public ProcessOpenLineageRunEventResponse.Builder clearRun()
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
string run = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
clone()
public ProcessOpenLineageRunEventResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
getDefaultInstanceForType()
public ProcessOpenLineageRunEventResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLineageEvents(int index)
public String getLineageEvents(int index)
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The lineageEvents at the given index. |
getLineageEventsBytes(int index)
public ByteString getLineageEventsBytes(int index)
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the lineageEvents at the given index. |
getLineageEventsCount()
public int getLineageEventsCount()
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of lineageEvents. |
getLineageEventsList()
public ProtocolStringList getLineageEventsList()
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the lineageEvents. |
getProcess()
public String getProcess()
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The process. |
getProcessBytes()
public ByteString getProcessBytes()
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for process. |
getRun()
public String getRun()
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
string run = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The run. |
getRunBytes()
public ByteString getRunBytes()
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
string run = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for run. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ProcessOpenLineageRunEventResponse other)
public ProcessOpenLineageRunEventResponse.Builder mergeFrom(ProcessOpenLineageRunEventResponse other)
Parameter | |
---|---|
Name | Description |
other |
ProcessOpenLineageRunEventResponse |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProcessOpenLineageRunEventResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ProcessOpenLineageRunEventResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProcessOpenLineageRunEventResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProcessOpenLineageRunEventResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
setLineageEvents(int index, String value)
public ProcessOpenLineageRunEventResponse.Builder setLineageEvents(int index, String value)
Created lineage event names.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}
.
repeated string lineage_events = 3 [(.google.api.resource_reference) = { ... }
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The lineageEvents to set. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
setProcess(String value)
public ProcessOpenLineageRunEventResponse.Builder setProcess(String value)
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The process to set. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
setProcessBytes(ByteString value)
public ProcessOpenLineageRunEventResponse.Builder setProcessBytes(ByteString value)
Created process name.
Format: projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for process to set. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProcessOpenLineageRunEventResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
setRun(String value)
public ProcessOpenLineageRunEventResponse.Builder setRun(String value)
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
string run = 2 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The run to set. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
setRunBytes(ByteString value)
public ProcessOpenLineageRunEventResponse.Builder setRunBytes(ByteString value)
Created run name.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
string run = 2 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for run to set. |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProcessOpenLineageRunEventResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |