public final class ProcessOpenLineageRunEventResponse extends GeneratedMessageV3 implements ProcessOpenLineageRunEventResponseOrBuilder
Response message for ProcessOpenLineageRunEvent.
Protobuf type google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEventResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ProcessOpenLineageRunEventResponseImplements
ProcessOpenLineageRunEventResponseOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ProcessOpenLineageRunEventResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
newBuilder(ProcessOpenLineageRunEventResponse prototype)
public static ProcessOpenLineageRunEventResponse.Builder newBuilder(ProcessOpenLineageRunEventResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ProcessOpenLineageRunEventResponse |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ProcessOpenLineageRunEventResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ProcessOpenLineageRunEventResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ProcessOpenLineageRunEventResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ProcessOpenLineageRunEventResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessOpenLineageRunEventResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ProcessOpenLineageRunEventResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ProcessOpenLineageRunEventResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ProcessOpenLineageRunEventResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse |
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. |
getParserForType()
public Parser<ProcessOpenLineageRunEventResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ProcessOpenLineageRunEventResponse> |
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. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ProcessOpenLineageRunEventResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessOpenLineageRunEventResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ProcessOpenLineageRunEventResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ProcessOpenLineageRunEventResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |