Interface ProcessOpenLineageRunEventResponseOrBuilder (0.33.0)

public interface ProcessOpenLineageRunEventResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

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

The bytes for run.