Class SearchLinksResponse.Builder (0.23.0)

publicstaticfinalclass SearchLinksResponse.BuilderextendsGeneratedMessageV3.Builder<SearchLinksResponse.Builder>implementsSearchLinksResponseOrBuilder

Response message for SearchLinks.

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

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

publicSearchLinksResponse.BuilderaddAllLinks(Iterable<?extendsLink>values)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.datacatalog.lineage.v1.Link>
Returns
Type Description
SearchLinksResponse.Builder
publicSearchLinksResponse.BuilderaddLinks(Linkvalue)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
value Link
Returns
Type Description
SearchLinksResponse.Builder
publicSearchLinksResponse.BuilderaddLinks(Link.BuilderbuilderForValue)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
builderForValue Link.Builder
Returns
Type Description
SearchLinksResponse.Builder
publicSearchLinksResponse.BuilderaddLinks(intindex,Linkvalue)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameters
Name Description
index int
value Link
Returns
Type Description
SearchLinksResponse.Builder
publicSearchLinksResponse.BuilderaddLinks(intindex,Link.BuilderbuilderForValue)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameters
Name Description
index int
builderForValue Link.Builder
Returns
Type Description
SearchLinksResponse.Builder

addLinksBuilder()

publicLink.BuilderaddLinksBuilder()

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Returns
Type Description
Link.Builder

addLinksBuilder(int index)

publicLink.BuilderaddLinksBuilder(intindex)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
index int
Returns
Type Description
Link.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicSearchLinksResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SearchLinksResponse.Builder
Overrides

build()

publicSearchLinksResponsebuild()
Returns
Type Description
SearchLinksResponse

buildPartial()

publicSearchLinksResponsebuildPartial()
Returns
Type Description
SearchLinksResponse

clear()

publicSearchLinksResponse.Builderclear()
Returns
Type Description
SearchLinksResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicSearchLinksResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SearchLinksResponse.Builder
Overrides
publicSearchLinksResponse.BuilderclearLinks()

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Returns
Type Description
SearchLinksResponse.Builder

clearNextPageToken()

publicSearchLinksResponse.BuilderclearNextPageToken()

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Returns
Type Description
SearchLinksResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicSearchLinksResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SearchLinksResponse.Builder
Overrides

clone()

publicSearchLinksResponse.Builderclone()
Returns
Type Description
SearchLinksResponse.Builder
Overrides

getDefaultInstanceForType()

publicSearchLinksResponsegetDefaultInstanceForType()
Returns
Type Description
SearchLinksResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides
publicLinkgetLinks(intindex)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
index int
Returns
Type Description
Link

getLinksBuilder(int index)

publicLink.BuildergetLinksBuilder(intindex)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
index int
Returns
Type Description
Link.Builder

getLinksBuilderList()

publicList<Link.Builder>getLinksBuilderList()

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Returns
Type Description
List<Builder>

getLinksCount()

publicintgetLinksCount()

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Returns
Type Description
int
publicList<Link>getLinksList()

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Returns
Type Description
List<Link>

getLinksOrBuilder(int index)

publicLinkOrBuildergetLinksOrBuilder(intindex)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
index int
Returns
Type Description
LinkOrBuilder

getLinksOrBuilderList()

publicList<?extendsLinkOrBuilder>getLinksOrBuilderList()

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

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

getNextPageToken()

publicStringgetNextPageToken()

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicByteStringgetNextPageTokenBytes()

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SearchLinksResponse other)

publicSearchLinksResponse.BuildermergeFrom(SearchLinksResponseother)
Parameter
Name Description
other SearchLinksResponse
Returns
Type Description
SearchLinksResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicSearchLinksResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchLinksResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicSearchLinksResponse.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
SearchLinksResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalSearchLinksResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SearchLinksResponse.Builder
Overrides
publicSearchLinksResponse.BuilderremoveLinks(intindex)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameter
Name Description
index int
Returns
Type Description
SearchLinksResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicSearchLinksResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SearchLinksResponse.Builder
Overrides
publicSearchLinksResponse.BuildersetLinks(intindex,Linkvalue)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameters
Name Description
index int
value Link
Returns
Type Description
SearchLinksResponse.Builder
publicSearchLinksResponse.BuildersetLinks(intindex,Link.BuilderbuilderForValue)

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;

Parameters
Name Description
index int
builderForValue Link.Builder
Returns
Type Description
SearchLinksResponse.Builder

setNextPageToken(String value)

publicSearchLinksResponse.BuildersetNextPageToken(Stringvalue)

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
SearchLinksResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

publicSearchLinksResponse.BuildersetNextPageTokenBytes(ByteStringvalue)

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
SearchLinksResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicSearchLinksResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SearchLinksResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalSearchLinksResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SearchLinksResponse.Builder
Overrides

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.