Class ProcessOpenLineageRunEventRequest (0.37.0)

public final class ProcessOpenLineageRunEventRequest extends GeneratedMessageV3 implements ProcessOpenLineageRunEventRequestOrBuilder

Request message for ProcessOpenLineageRunEvent.

Protobuf type google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEventRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ProcessOpenLineageRunEventRequest

Static Fields

OPEN_LINEAGE_FIELD_NUMBER

public static final int OPEN_LINEAGE_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_ID_FIELD_NUMBER

public static final int REQUEST_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ProcessOpenLineageRunEventRequest getDefaultInstance()
Returns
Type Description
ProcessOpenLineageRunEventRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ProcessOpenLineageRunEventRequest.Builder newBuilder()
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

newBuilder(ProcessOpenLineageRunEventRequest prototype)

public static ProcessOpenLineageRunEventRequest.Builder newBuilder(ProcessOpenLineageRunEventRequest prototype)
Parameter
Name Description
prototype ProcessOpenLineageRunEventRequest
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

parseDelimitedFrom(InputStream input)

public static ProcessOpenLineageRunEventRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessOpenLineageRunEventRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ProcessOpenLineageRunEventRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProcessOpenLineageRunEventRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProcessOpenLineageRunEventRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProcessOpenLineageRunEventRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProcessOpenLineageRunEventRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessOpenLineageRunEventRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ProcessOpenLineageRunEventRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessOpenLineageRunEventRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ProcessOpenLineageRunEventRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProcessOpenLineageRunEventRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ProcessOpenLineageRunEventRequest> parser()
Returns
Type Description
Parser<ProcessOpenLineageRunEventRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ProcessOpenLineageRunEventRequest getDefaultInstanceForType()
Returns
Type Description
ProcessOpenLineageRunEventRequest

getOpenLineage()

public Struct getOpenLineage()

Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json

.google.protobuf.Struct open_lineage = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Struct

The openLineage.

getOpenLineageOrBuilder()

public StructOrBuilder getOpenLineageOrBuilder()

Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json

.google.protobuf.Struct open_lineage = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
StructOrBuilder

getParent()

public String getParent()

Required. The name of the project and its location that should own the process, run, and lineage event.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the project and its location that should own the process, run, and lineage event.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<ProcessOpenLineageRunEventRequest> getParserForType()
Returns
Type Description
Parser<ProcessOpenLineageRunEventRequest>
Overrides

getRequestId()

public String getRequestId()

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.

string request_id = 3;

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.

string request_id = 3;

Returns
Type Description
ByteString

The bytes for requestId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasOpenLineage()

public boolean hasOpenLineage()

Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json

.google.protobuf.Struct open_lineage = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the openLineage field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ProcessOpenLineageRunEventRequest.Builder newBuilderForType()
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProcessOpenLineageRunEventRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ProcessOpenLineageRunEventRequest.Builder toBuilder()
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException