public interface ListEntriesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntries(int index)
public abstract Entry getEntries(int index)The list of entries under the given parent location.
repeated .google.cloud.dataplex.v1.Entry entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Entry |
|
getEntriesCount()
public abstract int getEntriesCount()The list of entries under the given parent location.
repeated .google.cloud.dataplex.v1.Entry entries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntriesList()
public abstract List<Entry> getEntriesList()The list of entries under the given parent location.
repeated .google.cloud.dataplex.v1.Entry entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<Entry> |
|
getEntriesOrBuilder(int index)
public abstract EntryOrBuilder getEntriesOrBuilder(int index)The list of entries under the given parent location.
repeated .google.cloud.dataplex.v1.Entry entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryOrBuilder |
|
getEntriesOrBuilderList()
public abstract List<? extends EntryOrBuilder> getEntriesOrBuilderList()The list of entries under the given parent location.
repeated .google.cloud.dataplex.v1.Entry entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.EntryOrBuilder> |
|
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. |