public interface QueryDirectoryContentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDirectoryEntries(int index)
public abstract QueryDirectoryContentsResponse.DirectoryEntry getDirectoryEntries(int index)List of entries in the directory.
repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryDirectoryContentsResponse.DirectoryEntry |
|
getDirectoryEntriesCount()
public abstract int getDirectoryEntriesCount()List of entries in the directory.
repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDirectoryEntriesList()
public abstract List<QueryDirectoryContentsResponse.DirectoryEntry> getDirectoryEntriesList()List of entries in the directory.
repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<DirectoryEntry> |
|
getDirectoryEntriesOrBuilder(int index)
public abstract QueryDirectoryContentsResponse.DirectoryEntryOrBuilder getDirectoryEntriesOrBuilder(int index)List of entries in the directory.
repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryDirectoryContentsResponse.DirectoryEntryOrBuilder |
|
getDirectoryEntriesOrBuilderList()
public abstract List<? extends QueryDirectoryContentsResponse.DirectoryEntryOrBuilder> getDirectoryEntriesOrBuilderList()List of entries in the directory.
repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntryOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |