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()
Methods
addAllLinks(Iterable<? extends Link> values)
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>
|
addLinks(Link value)
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
|
addLinks(Link.Builder builderForValue)
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;
addLinks(int index, Link value)
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
|
addLinks(int index, Link.Builder builderForValue)
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;
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;
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicSearchLinksResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicSearchLinksResponsebuild()
buildPartial()
publicSearchLinksResponsebuildPartial()
clear()
publicSearchLinksResponse.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicSearchLinksResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearLinks()
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;
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;
clearOneof(Descriptors.OneofDescriptor oneof)
publicSearchLinksResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicSearchLinksResponse.Builderclone()
Overrides
getDefaultInstanceForType()
publicSearchLinksResponsegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getLinks(int index)
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
|
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;
getLinksCount()
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 |
getLinksList()
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;
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
|
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(SearchLinksResponse other)
publicSearchLinksResponse.BuildermergeFrom(SearchLinksResponseother)
publicSearchLinksResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicSearchLinksResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalSearchLinksResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
removeLinks(int index)
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
|
setField(Descriptors.FieldDescriptor field, Object value)
publicSearchLinksResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setLinks(int index, Link value)
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
|
setLinks(int index, Link.Builder builderForValue)
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;
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicSearchLinksResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalSearchLinksResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides