public final class ProcessOpenLineageRunEventResponse extends GeneratedMessageV3 implements ProcessOpenLineageRunEventResponseOrBuilder
Response message for
ProcessOpenLineageRunEvent.
Protobuf type google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEventResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LINEAGE_EVENTS_FIELD_NUMBER
public static final int LINEAGE_EVENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROCESS_FIELD_NUMBER
public static final int PROCESS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RUN_FIELD_NUMBER
public static final int RUN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ProcessOpenLineageRunEventResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ProcessOpenLineageRunEventResponse.Builder newBuilder()
newBuilder(ProcessOpenLineageRunEventResponse prototype)
public static ProcessOpenLineageRunEventResponse.Builder newBuilder(ProcessOpenLineageRunEventResponse prototype)
public static ProcessOpenLineageRunEventResponse parseDelimitedFrom(InputStream input)
public static ProcessOpenLineageRunEventResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ProcessOpenLineageRunEventResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(CodedInputStream input)
public static ProcessOpenLineageRunEventResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(InputStream input)
public static ProcessOpenLineageRunEventResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ProcessOpenLineageRunEventResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ProcessOpenLineageRunEventResponse getDefaultInstanceForType()
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) = { ... }
getParserForType()
public Parser<ProcessOpenLineageRunEventResponse> getParserForType()
Overrides
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()
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ProcessOpenLineageRunEventResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessOpenLineageRunEventResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ProcessOpenLineageRunEventResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides