Class ListLineageEventsResponse (0.33.0)

public final class ListLineageEventsResponse extends GeneratedMessageV3 implements ListLineageEventsResponseOrBuilder

Response message for ListLineageEvents.

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

Static Fields

LINEAGE_EVENTS_FIELD_NUMBER

public static final int LINEAGE_EVENTS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListLineageEventsResponse getDefaultInstance()
Returns
TypeDescription
ListLineageEventsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListLineageEventsResponse.Builder newBuilder()
Returns
TypeDescription
ListLineageEventsResponse.Builder

newBuilder(ListLineageEventsResponse prototype)

public static ListLineageEventsResponse.Builder newBuilder(ListLineageEventsResponse prototype)
Parameter
NameDescription
prototypeListLineageEventsResponse
Returns
TypeDescription
ListLineageEventsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListLineageEventsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListLineageEventsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListLineageEventsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListLineageEventsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListLineageEventsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListLineageEventsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListLineageEventsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListLineageEventsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListLineageEventsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListLineageEventsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListLineageEventsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListLineageEventsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListLineageEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListLineageEventsResponse> parser()
Returns
TypeDescription
Parser<ListLineageEventsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListLineageEventsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListLineageEventsResponse

getLineageEvents(int index)

public LineageEvent getLineageEvents(int index)

Lineage events from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LineageEvent

getLineageEventsCount()

public int getLineageEventsCount()

Lineage events from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;

Returns
TypeDescription
int

getLineageEventsList()

public List<LineageEvent> getLineageEventsList()

Lineage events from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;

Returns
TypeDescription
List<LineageEvent>

getLineageEventsOrBuilder(int index)

public LineageEventOrBuilder getLineageEventsOrBuilder(int index)

Lineage events from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LineageEventOrBuilder

getLineageEventsOrBuilderList()

public List<? extends LineageEventOrBuilder> getLineageEventsOrBuilderList()

Lineage events from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.lineage.v1.LineageEventOrBuilder>

getNextPageToken()

public String getNextPageToken()

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListLineageEventsResponse> getParserForType()
Returns
TypeDescription
Parser<ListLineageEventsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListLineageEventsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListLineageEventsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListLineageEventsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListLineageEventsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListLineageEventsResponse.Builder toBuilder()
Returns
TypeDescription
ListLineageEventsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException