public interface LookupEntryLinksResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntryLinks(int index)
public abstract EntryLink getEntryLinks(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryLink |
|
getEntryLinksCount()
public abstract int getEntryLinksCount()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntryLinksList()
public abstract List<EntryLink> getEntryLinksList()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntryLink> |
|
getEntryLinksOrBuilder(int index)
public abstract EntryLinkOrBuilder getEntryLinksOrBuilder(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryLinkOrBuilder |
|
getEntryLinksOrBuilderList()
public abstract List<? extends EntryLinkOrBuilder> getEntryLinksOrBuilderList()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.EntryLinkOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |