public interface ProcessOpenLineageRunEventResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLineageEvents(int index)
public abstract 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 abstract 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 abstract 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 abstract List<String> 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 |
List<String> | A list containing the lineageEvents. |
getProcess()
public abstract 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 abstract 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 abstract 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 abstract 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. |