Class ProcessOpenLineageRunEventRequest (0.23.0)

publicfinalclass ProcessOpenLineageRunEventRequestextendsGeneratedMessageV3implementsProcessOpenLineageRunEventRequestOrBuilder

Request message for ProcessOpenLineageRunEvent.

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

Inheritance

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

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

OPEN_LINEAGE_FIELD_NUMBER

publicstaticfinalintOPEN_LINEAGE_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

publicstaticfinalintPARENT_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_ID_FIELD_NUMBER

publicstaticfinalintREQUEST_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticProcessOpenLineageRunEventRequestgetDefaultInstance()
Returns
Type Description
ProcessOpenLineageRunEventRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticProcessOpenLineageRunEventRequest.BuildernewBuilder()
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

newBuilder(ProcessOpenLineageRunEventRequest prototype)

publicstaticProcessOpenLineageRunEventRequest.BuildernewBuilder(ProcessOpenLineageRunEventRequestprototype)
Parameter
Name Description
prototype ProcessOpenLineageRunEventRequest
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticProcessOpenLineageRunEventRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticProcessOpenLineageRunEventRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticProcessOpenLineageRunEventRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticProcessOpenLineageRunEventRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticProcessOpenLineageRunEventRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticProcessOpenLineageRunEventRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticProcessOpenLineageRunEventRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticProcessOpenLineageRunEventRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticProcessOpenLineageRunEventRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticProcessOpenLineageRunEventRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticProcessOpenLineageRunEventRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticProcessOpenLineageRunEventRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessOpenLineageRunEventRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ProcessOpenLineageRunEventRequest>parser()
Returns
Type Description
Parser<ProcessOpenLineageRunEventRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicProcessOpenLineageRunEventRequestgetDefaultInstanceForType()
Returns
Type Description
ProcessOpenLineageRunEventRequest

getOpenLineage()

publicStructgetOpenLineage()

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()

publicStructOrBuildergetOpenLineageOrBuilder()

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()

publicStringgetParent()

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()

publicByteStringgetParentBytes()

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()

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

getRequestId()

publicStringgetRequestId()

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()

publicByteStringgetRequestIdBytes()

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()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hasOpenLineage()

publicbooleanhasOpenLineage()

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()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicProcessOpenLineageRunEventRequest.BuildernewBuilderForType()
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedProcessOpenLineageRunEventRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicProcessOpenLineageRunEventRequest.BuildertoBuilder()
Returns
Type Description
ProcessOpenLineageRunEventRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.