public interface ProcessOpenLineageRunEventResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLineageEvents(int index)
Created lineage event names.
|
com.google.protobuf.ByteString |
getLineageEventsBytes(int index)
Created lineage event names.
|
int |
getLineageEventsCount()
Created lineage event names.
|
List<String> |
getLineageEventsList()
Created lineage event names.
|
String |
getProcess()
Created process name.
|
com.google.protobuf.ByteString |
getProcessBytes()
Created process name.
|
String |
getRun()
Created run name.
|
com.google.protobuf.ByteString |
getRunBytes()
Created run name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcess()
Created process name.
Format: `projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getProcessBytes()
Created process name.
Format: `projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }String getRun()
Created run name.
Format:
`projects/{project}/locations/{location}/processes/{process}/runs/{run}`.
string run = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getRunBytes()
Created run name.
Format:
`projects/{project}/locations/{location}/processes/{process}/runs/{run}`.
string run = 2 [(.google.api.resource_reference) = { ... }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) = { ... }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) = { ... }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) = { ... }index - The index of the element to return.com.google.protobuf.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) = { ... }index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.