public final class SearchLinksResponse extends GeneratedMessageV3 implements SearchLinksResponseOrBuilder
Response message for
SearchLinks.
Protobuf type google.cloud.datacatalog.lineage.v1.SearchLinksResponse
Static Fields
LINKS_FIELD_NUMBER
public static final int LINKS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SearchLinksResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SearchLinksResponse.Builder newBuilder()
Returns
newBuilder(SearchLinksResponse prototype)
public static SearchLinksResponse.Builder newBuilder(SearchLinksResponse prototype)
Parameter
Returns
public static SearchLinksResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchLinksResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SearchLinksResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchLinksResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SearchLinksResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchLinksResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchLinksResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SearchLinksResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchLinksResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchLinksResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SearchLinksResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchLinksResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SearchLinksResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SearchLinksResponse getDefaultInstanceForType()
Returns
getLinks(int index)
public Link getLinks(int index)
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
Returns
getLinksCount()
public int 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
getLinksList()
public List<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
getLinksOrBuilder(int index)
public LinkOrBuilder getLinksOrBuilder(int index)
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
Returns
getLinksOrBuilderList()
public List<? extends LinkOrBuilder> 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()
public String getNextPageToken()
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()
public ByteString getNextPageTokenBytes()
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.
|
getParserForType()
public Parser<SearchLinksResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SearchLinksResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchLinksResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SearchLinksResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions