Class SearchLineageStreamingResponse (0.85.0)

public final class SearchLineageStreamingResponse extends GeneratedMessage implements SearchLineageStreamingResponseOrBuilder

Response message for SearchLineageStreaming.

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SearchLineageStreamingResponse

Static Fields

public static final int LINKS_FIELD_NUMBER
Field Value
Type Description
int

UNREACHABLE_FIELD_NUMBER

public static final int UNREACHABLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SearchLineageStreamingResponse getDefaultInstance()
Returns
Type Description
SearchLineageStreamingResponse

getDescriptor()

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

newBuilder()

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

newBuilder(SearchLineageStreamingResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SearchLineageStreamingResponse getDefaultInstanceForType()
Returns
Type Description
SearchLineageStreamingResponse
public LineageLink getLinks(int index)

Output only. The lineage links that match the search criteria. Can be empty if no links match.

repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
LineageLink

getLinksCount()

public int getLinksCount()

Output only. The lineage links that match the search criteria. Can be empty if no links match.

repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int
public List<LineageLink> getLinksList()

Output only. The lineage links that match the search criteria. Can be empty if no links match.

repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<LineageLink>

getLinksOrBuilder(int index)

public LineageLinkOrBuilder getLinksOrBuilder(int index)

Output only. The lineage links that match the search criteria. Can be empty if no links match.

repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
LineageLinkOrBuilder

getLinksOrBuilderList()

public List<? extends LineageLinkOrBuilder> getLinksOrBuilderList()

Output only. The lineage links that match the search criteria. Can be empty if no links match.

repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.datacatalog.lineage.v1.LineageLinkOrBuilder>

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnreachable(int index)

public String getUnreachable(int index)

Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.

Currently, only locations are supported.

Format: projects/[PROJECT_NUMBER]/locations/[LOCATION] Example: projects/123456789/locations/us-east1

repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.

Currently, only locations are supported.

Format: projects/[PROJECT_NUMBER]/locations/[LOCATION] Example: projects/123456789/locations/us-east1

repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.

Currently, only locations are supported.

Format: projects/[PROJECT_NUMBER]/locations/[LOCATION] Example: projects/123456789/locations/us-east1

repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.

Currently, only locations are supported.

Format: projects/[PROJECT_NUMBER]/locations/[LOCATION] Example: projects/123456789/locations/us-east1

repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected SearchLineageStreamingResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SearchLineageStreamingResponse.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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